16b6b08bbb12cc7830575ba5fc857c9532632825
1 /* config.h.in. Generated from configure.in by autoheader. */
3 /* Define to 1 if you have the `alarm' function. */
6 /* Define to 1 if you have the <arpa/inet.h> header file. */
7 #undef HAVE_ARPA_INET_H
9 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
12 /* Define to 1 if you have the <fcntl.h> header file. */
15 /* Define to 1 if you have the `fork' function. */
18 /* Define to 1 if you have the `gethostbyname' function. */
19 #undef HAVE_GETHOSTBYNAME
21 /* Define to 1 if you have the `gethostname' function. */
22 #undef HAVE_GETHOSTNAME
24 /* Define to 1 if you have the `getpagesize' function. */
25 #undef HAVE_GETPAGESIZE
27 /* Define to 1 if you have the `gettimeofday' function. */
28 #undef HAVE_GETTIMEOFDAY
30 /* Define to 1 if you have the `inet_ntoa' function. */
33 /* Define to 1 if you have the <inttypes.h> header file. */
34 #undef HAVE_INTTYPES_H
36 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
40 /* Define to 1 if you have the <malloc.h> header file. */
43 /* Define to 1 if you have the <memory.h> header file. */
46 /* Define to 1 if you have the `memset' function. */
49 /* Define to 1 if you have a working `mmap' system call. */
52 /* Define to 1 if you have the <netdb.h> header file. */
55 /* Define to 1 if you have the <netinet/in.h> header file. */
56 #undef HAVE_NETINET_IN_H
58 /* Define to 1 if you have the `pow' function. */
61 /* Define to 1 if you have the `select' function. */
64 /* Define to 1 if you have the `socket' function. */
67 /* Define to 1 if `stat' has the bug that it succeeds when given the
68 zero-length file name argument. */
69 #undef HAVE_STAT_EMPTY_STRING_BUG
71 /* Define to 1 if you have the <stdint.h> header file. */
74 /* Define to 1 if you have the <stdlib.h> header file. */
77 /* Define to 1 if you have the `strcasecmp' function. */
78 #undef HAVE_STRCASECMP
80 /* Define to 1 if you have the `strchr' function. */
83 /* Define to 1 if you have the `strdup' function. */
86 /* Define to 1 if you have the `strerror' function. */
89 /* Define to 1 if you have the `strftime' function. */
92 /* Define to 1 if you have the <strings.h> header file. */
95 /* Define to 1 if you have the <string.h> header file. */
98 /* Define to 1 if you have the `strrchr' function. */
101 /* Define to 1 if you have the <sys/file.h> header file. */
102 #undef HAVE_SYS_FILE_H
104 /* Define to 1 if you have the <sys/ioctl.h> header file. */
105 #undef HAVE_SYS_IOCTL_H
107 /* Define to 1 if you have the <sys/select.h> header file. */
108 #undef HAVE_SYS_SELECT_H
110 /* Define to 1 if you have the <sys/socket.h> header file. */
111 #undef HAVE_SYS_SOCKET_H
113 /* Define to 1 if you have the <sys/stat.h> header file. */
114 #undef HAVE_SYS_STAT_H
116 /* Define to 1 if you have the <sys/time.h> header file. */
117 #undef HAVE_SYS_TIME_H
119 /* Define to 1 if you have the <sys/types.h> header file. */
120 #undef HAVE_SYS_TYPES_H
122 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
123 #undef HAVE_SYS_WAIT_H
125 /* Define to 1 if you have the <unistd.h> header file. */
128 /* Define to 1 if you have the `vfork' function. */
131 /* Define to 1 if you have the <vfork.h> header file. */
134 /* Define to 1 if you have the `vprintf' function. */
137 /* Define to 1 if `fork' works. */
138 #undef HAVE_WORKING_FORK
140 /* Define to 1 if `vfork' works. */
141 #undef HAVE_WORKING_VFORK
143 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
145 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
147 /* Define to the address where bug reports for this package should be sent. */
148 #undef PACKAGE_BUGREPORT
150 /* Define to the full name of this package. */
153 /* Define to the full name and version of this package. */
154 #undef PACKAGE_STRING
156 /* Define to the one symbol short name of this package. */
157 #undef PACKAGE_TARNAME
159 /* Define to the version of this package. */
160 #undef PACKAGE_VERSION
162 /* Define to 1 if the C compiler supports function prototypes. */
165 /* Define as the return type of signal handlers (`int' or `void'). */
168 /* Define to the type of arg 1 for `select'. */
169 #undef SELECT_TYPE_ARG1
171 /* Define to the type of args 2, 3 and 4 for `select'. */
172 #undef SELECT_TYPE_ARG234
174 /* Define to the type of arg 5 for `select'. */
175 #undef SELECT_TYPE_ARG5
177 /* Define to 1 if the `setvbuf' function takes the buffering type as its
178 second argument and the buffer pointer as the third, as on System V before
180 #undef SETVBUF_REVERSED
182 /* Define to 1 if you have the ANSI C header files. */
185 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
186 #undef TIME_WITH_SYS_TIME
188 /* Define like PROTOTYPES; this can be used by system headers. */
191 /* Define to empty if `const' does not conform to ANSI C. */
194 /* Define to rpl_malloc if the replacement function should be used. */
197 /* Define to `int' if <sys/types.h> does not define. */
200 /* Define to `unsigned' if <sys/types.h> does not define. */
203 /* Define as `fork' if `vfork' does not work. */