~ubuntu-branches/ubuntu/raring/couriergrey/raring

« back to all changes in this revision

Viewing changes to message_processor.cc

  • Committer: Package Import Robot
  • Author(s): Marco Balmer
  • Date: 2012-04-10 14:08:23 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120410140823-u7xc35exwuh9nx23
Tags: 0.3.2-1
* New upstream files 0.3.2
* Debian standards bumped to 3.9.3
* Fix FTBFS with gcc 4.7 due to missing <unistd.h> include (Closes: #667142).
  Thanks to Cyril Brulebois and Matthias Wimmer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* ---------------------------------------------------------------------------
2
2
 *  couriergrey - Greylisting filter for Courier
3
 
 *  Copyright (C) 2007-2011  Matthias Wimmer <m@tthias.eu>
 
3
 *  Copyright (C) 2007-2012  Matthias Wimmer <m@tthias.eu>
4
4
 *
5
5
 *  This program is free software; you can redistribute it and/or modify
6
6
 *  it under the terms of the GNU General Public License as published by
12
12
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
13
 *  GNU General Public License for more details.
14
14
 *
15
 
 *  You should have received a copy of the GNU General Public License
16
 
 *  along with this program; if not, write to the Free Software
17
 
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
15
 *  You should have received a copy of the GNU Library General Public
 
16
 *  License along with this program; if not, write to the Free Software
 
17
 *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
 
18
 *  USA.
18
19
 * ---------------------------------------------------------------------------
 
20
 * vi: sw=4:tabstop=8
19
21
 */
20
22
 
21
23
#ifdef HAVE_CONFIG_H