DocumentationGenerated on Thu Aug 31 00:02:28 2006 |
||
config.hGo to the documentation of this file.00001 /* config.h. Generated by configure. */ 00002 /* config.h.in. Generated from configure.in by autoheader. */ 00003 00004 /* Define to 1 if the `closedir' function returns void instead of `int'. */ 00005 /* #undef CLOSEDIR_VOID */ 00006 00007 /* Define to 1 if you have the <arpa/inet.h> header file. */ 00008 #define HAVE_ARPA_INET_H 1 00009 00010 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 00011 */ 00012 #define HAVE_DIRENT_H 1 00013 00014 /* Define to 1 if you have the <fcntl.h> header file. */ 00015 #define HAVE_FCNTL_H 1 00016 00017 /* Define to 1 if you have the `fork' function. */ 00018 #define HAVE_FORK 1 00019 00020 /* Define to 1 if you have the `gethostname' function. */ 00021 #define HAVE_GETHOSTNAME 1 00022 00023 /* Define to 1 if you have the `inet_ntoa' function. */ 00024 #define HAVE_INET_NTOA 1 00025 00026 /* Define to 1 if you have the <inttypes.h> header file. */ 00027 #define HAVE_INTTYPES_H 1 00028 00029 /* Define to 1 if you have the `pam' library (-lpam). */ 00030 #define HAVE_LIBPAM 1 00031 00032 /* Define to 1 if you have the `pthread' library (-lpthread). */ 00033 #define HAVE_LIBPTHREAD 1 00034 00035 /* Define to 1 if you have the `localtime_r' function. */ 00036 #define HAVE_LOCALTIME_R 1 00037 00038 /* Define to 1 if `lstat' has the bug that it succeeds when given the 00039 zero-length file name argument. */ 00040 /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */ 00041 00042 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and 00043 to 0 otherwise. */ 00044 #define HAVE_MALLOC 1 00045 00046 /* Define to 1 if you have the <memory.h> header file. */ 00047 #define HAVE_MEMORY_H 1 00048 00049 /* Define to 1 if you have the `memset' function. */ 00050 #define HAVE_MEMSET 1 00051 00052 /* Define to 1 if you have the `mkdir' function. */ 00053 #define HAVE_MKDIR 1 00054 00055 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 00056 /* #undef HAVE_NDIR_H */ 00057 00058 /* Define to 1 if you have the `rmdir' function. */ 00059 #define HAVE_RMDIR 1 00060 00061 /* Define to 1 if you have the <security/pam_appl.h> header file. */ 00062 #define HAVE_SECURITY_PAM_APPL_H 1 00063 00064 /* Define to 1 if you have the `select' function. */ 00065 #define HAVE_SELECT 1 00066 00067 /* Define to 1 if you have the `socket' function. */ 00068 #define HAVE_SOCKET 1 00069 00070 /* Define to 1 if `stat' has the bug that it succeeds when given the 00071 zero-length file name argument. */ 00072 /* #undef HAVE_STAT_EMPTY_STRING_BUG */ 00073 00074 /* Define to 1 if stdbool.h conforms to C99. */ 00075 /* #undef HAVE_STDBOOL_H */ 00076 00077 /* Define to 1 if you have the <stdint.h> header file. */ 00078 #define HAVE_STDINT_H 1 00079 00080 /* Define to 1 if you have the <stdlib.h> header file. */ 00081 #define HAVE_STDLIB_H 1 00082 00083 /* Define to 1 if you have the `strftime' function. */ 00084 /* #undef HAVE_STRFTIME */ 00085 00086 /* Define to 1 if you have the <strings.h> header file. */ 00087 #define HAVE_STRINGS_H 1 00088 00089 /* Define to 1 if you have the <string.h> header file. */ 00090 #define HAVE_STRING_H 1 00091 00092 /* Define to 1 if you have the `strndup' function. */ 00093 #define HAVE_STRNDUP 1 00094 00095 /* Define to 1 if you have the `strtoul' function. */ 00096 #define HAVE_STRTOUL 1 00097 00098 /* Define to 1 if you have the <syslog.h> header file. */ 00099 #define HAVE_SYSLOG_H 1 00100 00101 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 00102 */ 00103 /* #undef HAVE_SYS_DIR_H */ 00104 00105 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 00106 */ 00107 /* #undef HAVE_SYS_NDIR_H */ 00108 00109 /* Define to 1 if you have the <sys/select.h> header file. */ 00110 #define HAVE_SYS_SELECT_H 1 00111 00112 /* Define to 1 if you have the <sys/socket.h> header file. */ 00113 #define HAVE_SYS_SOCKET_H 1 00114 00115 /* Define to 1 if you have the <sys/stat.h> header file. */ 00116 #define HAVE_SYS_STAT_H 1 00117 00118 /* Define to 1 if you have the <sys/time.h> header file. */ 00119 #define HAVE_SYS_TIME_H 1 00120 00121 /* Define to 1 if you have the <sys/types.h> header file. */ 00122 #define HAVE_SYS_TYPES_H 1 00123 00124 /* Define to 1 if you have the <unistd.h> header file. */ 00125 #define HAVE_UNISTD_H 1 00126 00127 /* Define to 1 if you have the `vfork' function. */ 00128 #define HAVE_VFORK 1 00129 00130 /* Define to 1 if you have the <vfork.h> header file. */ 00131 /* #undef HAVE_VFORK_H */ 00132 00133 /* Define to 1 if `fork' works. */ 00134 /* #undef HAVE_WORKING_FORK */ 00135 00136 /* Define to 1 if `vfork' works. */ 00137 #define HAVE_WORKING_VFORK 1 00138 00139 /* Define to 1 if the system has the type `_Bool'. */ 00140 /* #undef HAVE__BOOL */ 00141 00142 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing 00143 slash. */ 00144 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 00145 00146 /* Define to mark libgcrypt being 1.1.92 or older */ 00147 /* #undef OLD_GCRYPT */ 00148 00149 /* Define as the return type of signal handlers (`int' or `void'). */ 00150 #define RETSIGTYPE void 00151 00152 /* Define to the type of arg 1 for `select'. */ 00153 #define SELECT_TYPE_ARG1 int 00154 00155 /* Define to the type of args 2, 3 and 4 for `select'. */ 00156 #define SELECT_TYPE_ARG234 (fd_set *) 00157 00158 /* Define to the type of arg 5 for `select'. */ 00159 #define SELECT_TYPE_ARG5 (struct timeval *) 00160 00161 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ 00162 /* #undef STAT_MACROS_BROKEN */ 00163 00164 /* Define to 1 if you have the ANSI C header files. */ 00165 #define STDC_HEADERS 1 00166 00167 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00168 #define TIME_WITH_SYS_TIME 1 00169 00170 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 00171 /* #undef TM_IN_SYS_TIME */ 00172 00173 /* newls enable */ 00174 /* #undef USE_NEWLS */ 00175 00176 /* tls enable */ 00177 #define USE_TLS 1 00178 00179 /* Define to empty if `const' does not conform to ANSI C. */ 00180 /* #undef const */ 00181 00182 /* Define to `int' if <sys/types.h> doesn't define. */ 00183 /* #undef gid_t */ 00184 00185 /* Define to `__inline__' or `__inline' if that's what the C compiler 00186 calls it, or to nothing if 'inline' is not supported under any name. */ 00187 #ifndef __cplusplus 00188 /* #undef inline */ 00189 #endif 00190 00191 /* Define to rpl_malloc if the replacement function should be used. */ 00192 /* #undef malloc */ 00193 00194 /* Define to `int' if <sys/types.h> does not define. */ 00195 /* #undef mode_t */ 00196 00197 /* Define to `long' if <sys/types.h> does not define. */ 00198 /* #undef off_t */ 00199 00200 /* Define to `int' if <sys/types.h> does not define. */ 00201 /* #undef pid_t */ 00202 00203 /* Define to `unsigned' if <sys/types.h> does not define. */ 00204 /* #undef size_t */ 00205 00206 /* Define to `int' if <sys/types.h> doesn't define. */ 00207 /* #undef uid_t */ 00208 00209 /* Define as `fork' if `vfork' does not work. */ 00210 /* #undef vfork */ |
- Copyright © 2005, BabyFTPd
- Powered by: