| 1 |
/* config.h.in. Generated from configure.ac by autoheader. */ |
|---|
| 2 |
|
|---|
| 3 |
/* Define to 1 if the `closedir' function returns void instead of `int'. */ |
|---|
| 4 |
#undef CLOSEDIR_VOID |
|---|
| 5 |
|
|---|
| 6 |
/* Define to 1 if you have the `alarm' function. */ |
|---|
| 7 |
#undef HAVE_ALARM |
|---|
| 8 |
|
|---|
| 9 |
/* Define to 1 if you have the <arpa/inet.h> header file. */ |
|---|
| 10 |
#undef HAVE_ARPA_INET_H |
|---|
| 11 |
|
|---|
| 12 |
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
|---|
| 13 |
*/ |
|---|
| 14 |
#undef HAVE_DIRENT_H |
|---|
| 15 |
|
|---|
| 16 |
/* Define to 1 if you have the <dlfcn.h> header file. */ |
|---|
| 17 |
#undef HAVE_DLFCN_H |
|---|
| 18 |
|
|---|
| 19 |
/* Define to 1 if you have the <fcntl.h> header file. */ |
|---|
| 20 |
#undef HAVE_FCNTL_H |
|---|
| 21 |
|
|---|
| 22 |
/* Define to 1 if you have the `fork' function. */ |
|---|
| 23 |
#undef HAVE_FORK |
|---|
| 24 |
|
|---|
| 25 |
/* Define to 1 if you have the `ftruncate' function. */ |
|---|
| 26 |
#undef HAVE_FTRUNCATE |
|---|
| 27 |
|
|---|
| 28 |
/* Define to 1 if you have the `gethostbyaddr' function. */ |
|---|
| 29 |
#undef HAVE_GETHOSTBYADDR |
|---|
| 30 |
|
|---|
| 31 |
/* Define to 1 if you have the `gethostbyname' function. */ |
|---|
| 32 |
#undef HAVE_GETHOSTBYNAME |
|---|
| 33 |
|
|---|
| 34 |
/* Define to 1 if you have the `gethostname' function. */ |
|---|
| 35 |
#undef HAVE_GETHOSTNAME |
|---|
| 36 |
|
|---|
| 37 |
/* Define to 1 if you have the `getpagesize' function. */ |
|---|
| 38 |
#undef HAVE_GETPAGESIZE |
|---|
| 39 |
|
|---|
| 40 |
/* Define to 1 if you have the `gettimeofday' function. */ |
|---|
| 41 |
#undef HAVE_GETTIMEOFDAY |
|---|
| 42 |
|
|---|
| 43 |
/* Define to 1 if you have the `inet_ntoa' function. */ |
|---|
| 44 |
#undef HAVE_INET_NTOA |
|---|
| 45 |
|
|---|
| 46 |
/* Define to 1 if you have the <inttypes.h> header file. */ |
|---|
| 47 |
#undef HAVE_INTTYPES_H |
|---|
| 48 |
|
|---|
| 49 |
/* Define to 1 if you have the <limits.h> header file. */ |
|---|
| 50 |
#undef HAVE_LIMITS_H |
|---|
| 51 |
|
|---|
| 52 |
/* Define to 1 if `lstat' has the bug that it succeeds when given the |
|---|
| 53 |
zero-length file name argument. */ |
|---|
| 54 |
#undef HAVE_LSTAT_EMPTY_STRING_BUG |
|---|
| 55 |
|
|---|
| 56 |
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and |
|---|
| 57 |
to 0 otherwise. */ |
|---|
| 58 |
#undef HAVE_MALLOC |
|---|
| 59 |
|
|---|
| 60 |
/* Define to 1 if you have the <memory.h> header file. */ |
|---|
| 61 |
#undef HAVE_MEMORY_H |
|---|
| 62 |
|
|---|
| 63 |
/* Define to 1 if you have the `memset' function. */ |
|---|
| 64 |
#undef HAVE_MEMSET |
|---|
| 65 |
|
|---|
| 66 |
/* Define to 1 if you have a working `mmap' system call. */ |
|---|
| 67 |
#undef HAVE_MMAP |
|---|
| 68 |
|
|---|
| 69 |
/* Define to 1 if you have the `munmap' function. */ |
|---|
| 70 |
#undef HAVE_MUNMAP |
|---|
| 71 |
|
|---|
| 72 |
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
|---|
| 73 |
#undef HAVE_NDIR_H |
|---|
| 74 |
|
|---|
| 75 |
/* Define to 1 if you have the <netdb.h> header file. */ |
|---|
| 76 |
#undef HAVE_NETDB_H |
|---|
| 77 |
|
|---|
| 78 |
/* Define to 1 if you have the <netinet/in.h> header file. */ |
|---|
| 79 |
#undef HAVE_NETINET_IN_H |
|---|
| 80 |
|
|---|
| 81 |
/* Define to 1 if your system has a GNU libc compatible `realloc' function, |
|---|
| 82 |
and to 0 otherwise. */ |
|---|
| 83 |
#undef HAVE_REALLOC |
|---|
| 84 |
|
|---|
| 85 |
/* Define to 1 if you have the `select' function. */ |
|---|
| 86 |
#undef HAVE_SELECT |
|---|
| 87 |
|
|---|
| 88 |
/* Define to 1 if you have the `socket' function. */ |
|---|
| 89 |
#undef HAVE_SOCKET |
|---|
| 90 |
|
|---|
| 91 |
/* Define to 1 if `stat' has the bug that it succeeds when given the |
|---|
| 92 |
zero-length file name argument. */ |
|---|
| 93 |
#undef HAVE_STAT_EMPTY_STRING_BUG |
|---|
| 94 |
|
|---|
| 95 |
/* Define to 1 if you have the <stddef.h> header file. */ |
|---|
| 96 |
#undef HAVE_STDDEF_H |
|---|
| 97 |
|
|---|
| 98 |
/* Define to 1 if you have the <stdint.h> header file. */ |
|---|
| 99 |
#undef HAVE_STDINT_H |
|---|
| 100 |
|
|---|
| 101 |
/* Define to 1 if you have the <stdlib.h> header file. */ |
|---|
| 102 |
#undef HAVE_STDLIB_H |
|---|
| 103 |
|
|---|
| 104 |
/* Define to 1 if you have the `strcasecmp' function. */ |
|---|
| 105 |
#undef HAVE_STRCASECMP |
|---|
| 106 |
|
|---|
| 107 |
/* Define to 1 if you have the `strchr' function. */ |
|---|
| 108 |
#undef HAVE_STRCHR |
|---|
| 109 |
|
|---|
| 110 |
/* Define to 1 if you have the `strdup' function. */ |
|---|
| 111 |
#undef HAVE_STRDUP |
|---|
| 112 |
|
|---|
| 113 |
/* Define to 1 if you have the `strerror' function. */ |
|---|
| 114 |
#undef HAVE_STRERROR |
|---|
| 115 |
|
|---|
| 116 |
/* Define to 1 if you have the <strings.h> header file. */ |
|---|
| 117 |
#undef HAVE_STRINGS_H |
|---|
| 118 |
|
|---|
| 119 |
/* Define to 1 if you have the <string.h> header file. */ |
|---|
| 120 |
#undef HAVE_STRING_H |
|---|
| 121 |
|
|---|
| 122 |
/* Define to 1 if you have the `strncasecmp' function. */ |
|---|
| 123 |
#undef HAVE_STRNCASECMP |
|---|
| 124 |
|
|---|
| 125 |
/* Define to 1 if you have the `strpbrk' function. */ |
|---|
| 126 |
#undef HAVE_STRPBRK |
|---|
| 127 |
|
|---|
| 128 |
/* Define to 1 if you have the `strrchr' function. */ |
|---|
| 129 |
#undef HAVE_STRRCHR |
|---|
| 130 |
|
|---|
| 131 |
/* Define to 1 if you have the `strtol' function. */ |
|---|
| 132 |
#undef HAVE_STRTOL |
|---|
| 133 |
|
|---|
| 134 |
/* Define to 1 if you have the `strtoul' function. */ |
|---|
| 135 |
#undef HAVE_STRTOUL |
|---|
| 136 |
|
|---|
| 137 |
/* Define to 1 if `st_rdev' is member of `struct stat'. */ |
|---|
| 138 |
#undef HAVE_STRUCT_STAT_ST_RDEV |
|---|
| 139 |
|
|---|
| 140 |
/* Define to 1 if you have the <syslog.h> header file. */ |
|---|
| 141 |
#undef HAVE_SYSLOG_H |
|---|
| 142 |
|
|---|
| 143 |
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
|---|
| 144 |
*/ |
|---|
| 145 |
#undef HAVE_SYS_DIR_H |
|---|
| 146 |
|
|---|
| 147 |
/* Define to 1 if you have the <sys/ioctl.h> header file. */ |
|---|
| 148 |
#undef HAVE_SYS_IOCTL_H |
|---|
| 149 |
|
|---|
| 150 |
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
|---|
| 151 |
*/ |
|---|
| 152 |
#undef HAVE_SYS_NDIR_H |
|---|
| 153 |
|
|---|
| 154 |
/* Define to 1 if you have the <sys/param.h> header file. */ |
|---|
| 155 |
#undef HAVE_SYS_PARAM_H |
|---|
| 156 |
|
|---|
| 157 |
/* Define to 1 if you have the <sys/select.h> header file. */ |
|---|
| 158 |
#undef HAVE_SYS_SELECT_H |
|---|
| 159 |
|
|---|
| 160 |
/* Define to 1 if you have the <sys/socket.h> header file. */ |
|---|
| 161 |
#undef HAVE_SYS_SOCKET_H |
|---|
| 162 |
|
|---|
| 163 |
/* Define to 1 if you have the <sys/stat.h> header file. */ |
|---|
| 164 |
#undef HAVE_SYS_STAT_H |
|---|
| 165 |
|
|---|
| 166 |
/* Define to 1 if you have the <sys/time.h> header file. */ |
|---|
| 167 |
#undef HAVE_SYS_TIME_H |
|---|
| 168 |
|
|---|
| 169 |
/* Define to 1 if you have the <sys/types.h> header file. */ |
|---|
| 170 |
#undef HAVE_SYS_TYPES_H |
|---|
| 171 |
|
|---|
| 172 |
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ |
|---|
| 173 |
#undef HAVE_SYS_WAIT_H |
|---|
| 174 |
|
|---|
| 175 |
/* Define to 1 if you have the <termios.h> header file. */ |
|---|
| 176 |
#undef HAVE_TERMIOS_H |
|---|
| 177 |
|
|---|
| 178 |
/* Define to 1 if you have the <termio.h> header file. */ |
|---|
| 179 |
#undef HAVE_TERMIO_H |
|---|
| 180 |
|
|---|
| 181 |
/* Define to 1 if you have the `uname' function. */ |
|---|
| 182 |
#undef HAVE_UNAME |
|---|
| 183 |
|
|---|
| 184 |
/* Define to 1 if you have the <unistd.h> header file. */ |
|---|
| 185 |
#undef HAVE_UNISTD_H |
|---|
| 186 |
|
|---|
| 187 |
/* Define to 1 if you have the <utmp.h> header file. */ |
|---|
| 188 |
#undef HAVE_UTMP_H |
|---|
| 189 |
|
|---|
| 190 |
/* Define to 1 if you have the `vfork' function. */ |
|---|
| 191 |
#undef HAVE_VFORK |
|---|
| 192 |
|
|---|
| 193 |
/* Define to 1 if you have the <vfork.h> header file. */ |
|---|
| 194 |
#undef HAVE_VFORK_H |
|---|
| 195 |
|
|---|
| 196 |
/* Define to 1 if `fork' works. */ |
|---|
| 197 |
#undef HAVE_WORKING_FORK |
|---|
| 198 |
|
|---|
| 199 |
/* Define to 1 if `vfork' works. */ |
|---|
| 200 |
#undef HAVE_WORKING_VFORK |
|---|
| 201 |
|
|---|
| 202 |
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing |
|---|
| 203 |
slash. */ |
|---|
| 204 |
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK |
|---|
| 205 |
|
|---|
| 206 |
/* Name of package */ |
|---|
| 207 |
#undef PACKAGE |
|---|
| 208 |
|
|---|
| 209 |
/* Define to the address where bug reports for this package should be sent. */ |
|---|
| 210 |
#undef PACKAGE_BUGREPORT |
|---|
| 211 |
|
|---|
| 212 |
/* Define to the full name of this package. */ |
|---|
| 213 |
#undef PACKAGE_NAME |
|---|
| 214 |
|
|---|
| 215 |
/* Define to the full name and version of this package. */ |
|---|
| 216 |
#undef PACKAGE_STRING |
|---|
| 217 |
|
|---|
| 218 |
/* Define to the one symbol short name of this package. */ |
|---|
| 219 |
#undef PACKAGE_TARNAME |
|---|
| 220 |
|
|---|
| 221 |
/* Define to the version of this package. */ |
|---|
| 222 |
#undef PACKAGE_VERSION |
|---|
| 223 |
|
|---|
| 224 |
/* Define as the return type of signal handlers (`int' or `void'). */ |
|---|
| 225 |
#undef RETSIGTYPE |
|---|
| 226 |
|
|---|
| 227 |
/* Define to the type of arg 1 for `select'. */ |
|---|
| 228 |
#undef SELECT_TYPE_ARG1 |
|---|
| 229 |
|
|---|
| 230 |
/* Define to the type of args 2, 3 and 4 for `select'. */ |
|---|
| 231 |
#undef SELECT_TYPE_ARG234 |
|---|
| 232 |
|
|---|
| 233 |
/* Define to the type of arg 5 for `select'. */ |
|---|
| 234 |
#undef SELECT_TYPE_ARG5 |
|---|
| 235 |
|
|---|
| 236 |
/* Define to 1 if you have the ANSI C header files. */ |
|---|
| 237 |
#undef STDC_HEADERS |
|---|
| 238 |
|
|---|
| 239 |
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
|---|
| 240 |
#undef TIME_WITH_SYS_TIME |
|---|
| 241 |
|
|---|
| 242 |
/* Define to 1 if your <sys/time.h> declares `struct tm'. */ |
|---|
| 243 |
#undef TM_IN_SYS_TIME |
|---|
| 244 |
|
|---|
| 245 |
/* Version number of package */ |
|---|
| 246 |
#undef VERSION |
|---|
| 247 |
|
|---|
| 248 |
/* Define to empty if `const' does not conform to ANSI C. */ |
|---|
| 249 |
#undef const |
|---|
| 250 |
|
|---|
| 251 |
/* Define to `int' if <sys/types.h> doesn't define. */ |
|---|
| 252 |
#undef gid_t |
|---|
| 253 |
|
|---|
| 254 |
/* Define to rpl_malloc if the replacement function should be used. */ |
|---|
| 255 |
#undef malloc |
|---|
| 256 |
|
|---|
| 257 |
/* Define to `long' if <sys/types.h> does not define. */ |
|---|
| 258 |
#undef off_t |
|---|
| 259 |
|
|---|
| 260 |
/* Define to `int' if <sys/types.h> does not define. */ |
|---|
| 261 |
#undef pid_t |
|---|
| 262 |
|
|---|
| 263 |
/* Define to rpl_realloc if the replacement function should be used. */ |
|---|
| 264 |
#undef realloc |
|---|
| 265 |
|
|---|
| 266 |
/* Define to `unsigned' if <sys/types.h> does not define. */ |
|---|
| 267 |
#undef size_t |
|---|
| 268 |
|
|---|
| 269 |
/* Define to `int' if <sys/types.h> doesn't define. */ |
|---|
| 270 |
#undef uid_t |
|---|
| 271 |
|
|---|
| 272 |
/* Define as `fork' if `vfork' does not work. */ |
|---|
| 273 |
#undef vfork |
|---|