00001 /* config.h. Generated automatically by configure. */ 00002 /* config.h.in. Generated automatically from configure.in by autoheader 2.13. */ 00003 00004 /* Define if you have a working `mmap' system call. */ 00005 /* #undef HAVE_MMAP */ 00006 00007 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ 00008 #define HAVE_SYS_WAIT_H 1 00009 00010 /* Define if your struct tm has tm_zone. */ 00011 #define HAVE_TM_ZONE 1 00012 00013 /* Define if you don't have tm_zone but do have the external array 00014 tzname. */ 00015 /* #undef HAVE_TZNAME */ 00016 00017 /* Define to `int' if <sys/types.h> doesn't define. */ 00018 /* #undef pid_t */ 00019 00020 /* Define as the return type of signal handlers (int or void). */ 00021 #define RETSIGTYPE void 00022 00023 /* Define to `unsigned' if <sys/types.h> doesn't define. */ 00024 /* #undef size_t */ 00025 00026 /* Define if you have the ANSI C header files. */ 00027 #define STDC_HEADERS 1 00028 00029 /* Define if you can safely include both <sys/time.h> and <time.h>. */ 00030 #define TIME_WITH_SYS_TIME 1 00031 00032 /* Define if your <sys/time.h> declares struct tm. */ 00033 /* #undef TM_IN_SYS_TIME */ 00034 00035 /* These get defined to the options given to configure */ 00036 /* #undef HAVE_LIBWRAP */ 00037 #define HAVE_SSTREAM 1 00038 #define MD5_CRYPT 1 00039 #define MD5_AUTO 1 00040 /* #undef SHADOW_PASSWORD */ 00041 /* #undef PAM_AUTH */ 00042 #define PAM_DEFAULT_SERVICENAME "newscache" 00043 /* #undef WITH_UNIQUE_PACKAGE_NAME */ 00044 /* #undef WITH_LIBGPP */ 00045 #define WITH_SYSLOG 1 00046 /* #undef WITH_EXCEPTIONS */ 00047 #define SYSCONFDIR "/etc" 00048 #ifdef WITH_EXCEPTIONS 00049 #define EXCEPTION(x) throw x 00050 #else 00051 #define EXCEPTION(x) 00052 #endif 00053 /* #undef ENABLE_HEADERLOG */ 00054 /* #undef ENABLE_DEBUG */ 00055 #define ENABLE_ASSERTIONS 1 00056 /* #undef PLAIN_TEXT_PASSWORDS */ 00057 00058 /* Which type does the third argument of accept have */ 00059 #define SOCKLEN_TYPE unsigned int 00060 00061 /* Other obsolete configuration parameters */ 00062 /* #undef CONF_ServerRoot */ 00063 #define CONF_UIDROOT 0 00064 00065 /* Package names for NewsCacheClean and updatenews */ 00066 #define PACKAGE_NEWSCACHECLEAN "NewsCacheClean" 00067 #define PACKAGE_UPDATENEWS "updatenews" 00068 00069 00070 /* Define if you have the gethostname function. */ 00071 #define HAVE_GETHOSTNAME 1 00072 00073 /* Define if you have the getpagesize function. */ 00074 #define HAVE_GETPAGESIZE 1 00075 00076 /* Define if you have the gettimeofday function. */ 00077 #define HAVE_GETTIMEOFDAY 1 00078 00079 /* Define if you have the mkdir function. */ 00080 #define HAVE_MKDIR 1 00081 00082 /* Define if you have the select function. */ 00083 #define HAVE_SELECT 1 00084 00085 /* Define if you have the setpriority function. */ 00086 #define HAVE_SETPRIORITY 1 00087 00088 /* Define if you have the sigaction function. */ 00089 #define HAVE_SIGACTION 1 00090 00091 /* Define if you have the socket function. */ 00092 #define HAVE_SOCKET 1 00093 00094 /* Define if you have the strerror function. */ 00095 #define HAVE_STRERROR 1 00096 00097 /* Define if you have the strstr function. */ 00098 #define HAVE_STRSTR 1 00099 00100 /* Define if you have the strtol function. */ 00101 #define HAVE_STRTOL 1 00102 00103 /* Define if you have the syslog function. */ 00104 #define HAVE_SYSLOG 1 00105 00106 /* Define if you have the <fcntl.h> header file. */ 00107 #define HAVE_FCNTL_H 1 00108 00109 /* Define if you have the <getopt.h> header file. */ 00110 #define HAVE_GETOPT_H 1 00111 00112 /* Define if you have the <limits.h> header file. */ 00113 #define HAVE_LIMITS_H 1 00114 00115 /* Define if you have the <security/pam_appl.h> header file. */ 00116 /* #undef HAVE_SECURITY_PAM_APPL_H */ 00117 00118 /* Define if you have the <shadow.h> header file. */ 00119 #define HAVE_SHADOW_H 1 00120 00121 /* Define if you have the <sstream> header file. */ 00122 #define HAVE_SSTREAM 1 00123 00124 /* Define if you have the <sys/file.h> header file. */ 00125 #define HAVE_SYS_FILE_H 1 00126 00127 /* Define if you have the <syslog.h> header file. */ 00128 #define HAVE_SYSLOG_H 1 00129 00130 /* Define if you have the <tcpd.h> header file. */ 00131 /* #undef HAVE_TCPD_H */ 00132 00133 /* Define if you have the <unistd.h> header file. */ 00134 #define HAVE_UNISTD_H 1 00135 00136 /* Define if you have the crypt library (-lcrypt). */ 00137 #define HAVE_LIBCRYPT 1 00138 00139 /* Define if you have the nsl library (-lnsl). */ 00140 #define HAVE_LIBNSL 1 00141 00142 /* Define if you have the socket library (-lsocket). */ 00143 /* #undef HAVE_LIBSOCKET */ 00144 00145 /* Name of package */ 00146 #define PACKAGE "NewsCache" 00147 00148 /* Version number of package */ 00149 #define VERSION "1.2rc6" 00150
1.3.6-20040222