~ubuntu-branches/ubuntu/trusty/proftpd-dfsg/trusty

« back to all changes in this revision

Viewing changes to include/libsupp.h

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-10-06 12:57:29 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20111006125729-wiq6d3yzf2ensafj
Tags: 1.3.4~rc3-1
* New upstream pre-release.
* Refreshed all patches.
* Changed patch xferstats.holger-preiss to fix a few warnings and use
  Getopt::Std instead of the old getopts.pl which will be removed soon or
  later in perl5. Thanks lintian.
* Policy bumped to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * ProFTPD - FTP server daemon
3
3
 * Copyright (c) 1997, 1998 Public Flood Software
4
4
 * Copyright (c) 1999, 2000 MacGyver aka Habeeb J. Dihu <macgyver@tos.net>
5
 
 * Copyright (c) 2001-2010 The ProFTPD Project team
 
5
 * Copyright (c) 2001-2011 The ProFTPD Project team
6
6
 *
7
7
 * Parts Copyright (C) 1991, 1992, 1993, 1999, 2000 Free Software
8
8
 *   Foundation, Inc.
19
19
 *
20
20
 * You should have received a copy of the GNU General Public License
21
21
 * along with this program; if not, write to the Free Software
22
 
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA.
 
22
 * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
23
23
 *
24
24
 * As a special exemption, Public Flood Software/MacGyver aka Habeeb J. Dihu
25
25
 * and other respective copyright holders give permission to link this program
28
28
 */
29
29
 
30
30
/* ProFTPD support library definitions.
31
 
 *
32
 
 * $Id: libsupp.h,v 1.15 2010/10/19 22:06:16 castaglia Exp $
 
31
 * $Id: libsupp.h,v 1.16 2011/05/23 20:35:35 castaglia Exp $
33
32
 */
34
33
 
35
34
#include <glibc-glob.h>