Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

acconfig.h

Go to the documentation of this file.
00001 /* acconfig.h
00002    This file is in the public domain.
00003 
00004    Descriptive text for the C preprocessor macros that
00005    the distributed Autoconf macros can define.
00006    No software package will use all of them; autoheader copies the ones
00007    your configure.in uses into your configuration header file templates.
00008 
00009    The entries are in sort -df order: alphabetical, case insensitive,
00010    ignoring punctuation (such as underscores).  Although this order
00011    can split up related entries, it makes it easier to check whether
00012    a given entry is in the file.
00013 
00014    Leave the following blank line there!!  Autoheader needs it.  */
00015 
00016 
00017 /* These get defined to the options given to configure */
00018 #undef HAVE_LIBWRAP
00019 #undef HAVE_SSTREAM
00020 #undef MD5_CRYPT
00021 #undef MD5_AUTO
00022 #undef SHADOW_PASSWORD
00023 #undef PAM_AUTH
00024 #undef PAM_DEFAULT_SERVICENAME
00025 #undef WITH_UNIQUE_PACKAGE_NAME
00026 #undef WITH_LIBGPP
00027 #undef WITH_SYSLOG
00028 #undef WITH_EXCEPTIONS
00029 #undef SYSCONFDIR
00030 #ifdef WITH_EXCEPTIONS
00031 #define EXCEPTION(x) throw x
00032 #else
00033 #define EXCEPTION(x)
00034 #endif
00035 #undef ENABLE_HEADERLOG
00036 #undef ENABLE_DEBUG
00037 #undef ENABLE_ASSERTIONS
00038 #undef PLAIN_TEXT_PASSWORDS
00039 
00040 /* Which type does the third argument of accept have */
00041 #undef SOCKLEN_TYPE
00042 
00043 /* These get defined to the package/version numbers in configure.in */
00044 #undef PACKAGE
00045 #undef VERSION
00046 
00047 /* Other obsolete configuration parameters */
00048 #undef CONF_ServerRoot
00049 #undef CONF_UIDROOT
00050 
00051 /* Package names for NewsCacheClean and updatenews */
00052 #undef PACKAGE_NEWSCACHECLEAN
00053 #undef PACKAGE_UPDATENEWS
00054 
00055 
00056 /* Leave that blank line there!!  Autoheader needs it.
00057    If you're adding to this file, keep in mind:
00058    The entries are in sort -df order: alphabetical, case insensitive,
00059    ignoring punctuation (such as underscores).  */

Generated on Fri Aug 20 10:58:06 2004 for NewsCache by doxygen 1.3.6-20040222