Doc.
[rsync/rsync.git] / popt-1.2 / acconfig.h
1 /* (C) 1998 Red Hat Software, Inc. -- Licensing details are in the COPYING
2    file accompanying popt source distributions, available from 
3    ftp://ftp.redhat.com/pub/code/popt */
4
5 /* acconfig.h
6    This file is in the public domain.
7
8    Descriptive text for the C preprocessor macros that
9    the distributed Autoconf macros can define.
10    No software package will use all of them; autoheader copies the ones
11    your configure.in uses into your configuration header file templates.
12
13    The entries are in sort -df order: alphabetical, case insensitive,
14    ignoring punctuation (such as underscores).  Although this order
15    can split up related entries, it makes it easier to check whether
16    a given entry is in the file.
17
18    Leave the following blank line there!!  Autoheader needs it.  */
19 ^L
20
21 /* Define to the name of the distribution.  */
22 #undef PACKAGE
23
24 /* Define to the version of the distribution.  */
25 #undef VERSION
26
27 /* Define to 1 if ANSI function prototypes are usable.  */
28 #undef PROTOTYPES
29
30 ^L
31 /* Leave that blank line there!!  Autoheader needs it.
32    If you're adding to this file, keep in mind:
33    The entries are in sort -df order: alphabetical, case insensitive,
34    ignoring punctuation (such as underscores).  */
35