Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / bsd / ntp / dist / sntp / config.h.in
blob2944a9a87bad6385e69ec9a24a915286b8e0a7df
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Directory separator character, usually / or \\ */
4 #undef DIR_SEP
6 /* fopen(3) accepts a 'b' in the mode flag */
7 #undef FOPEN_BINARY_FLAG
9 /* fopen(3) accepts a 't' in the mode flag */
10 #undef FOPEN_TEXT_FLAG
12 /* What is getsockname()'s socklen type? */
13 #undef GETSOCKNAME_SOCKLEN_TYPE
15 /* Define to 1 if you have the `atexit' function. */
16 #undef HAVE_ATEXIT
18 /* Define to 1 if you have the `canonicalize_file_name' function. */
19 #undef HAVE_CANONICALIZE_FILE_NAME
21 /* Define this if /dev/zero is readable device */
22 #undef HAVE_DEV_ZERO
24 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
26 #undef HAVE_DIRENT_H
28 /* Define to 1 if you have the <dlfcn.h> header file. */
29 #undef HAVE_DLFCN_H
31 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
32 #undef HAVE_DOPRNT
34 /* Define to 1 if you have the <errno.h> header file. */
35 #undef HAVE_ERRNO_H
37 /* Define to 1 if you have the <fcntl.h> header file. */
38 #undef HAVE_FCNTL_H
40 /* Define to 1 if you have the `fork' function. */
41 #undef HAVE_FORK
43 /* inline keyword or macro available */
44 #undef HAVE_INLINE
46 /* Define to 1 if the system has the type `int16_t'. */
47 #undef HAVE_INT16_T
49 /* Define to 1 if the system has the type `int32_t'. */
50 #undef HAVE_INT32_T
52 /* Define to 1 if the system has the type `int8_t'. */
53 #undef HAVE_INT8_T
55 /* Define to 1 if the system has the type `intptr_t'. */
56 #undef HAVE_INTPTR_T
58 /* Define to 1 if you have the <inttypes.h> header file. */
59 #undef HAVE_INTTYPES_H
61 /* Define to 1 if you have the `gen' library (-lgen). */
62 #undef HAVE_LIBGEN
64 /* Define to 1 if you have the <libgen.h> header file. */
65 #undef HAVE_LIBGEN_H
67 /* Define to 1 if you have the <limits.h> header file. */
68 #undef HAVE_LIMITS_H
70 /* Define to 1 if you have the <memory.h> header file. */
71 #undef HAVE_MEMORY_H
73 /* Define to 1 if you have the `memset' function. */
74 #undef HAVE_MEMSET
76 /* Define to 1 if you have the `mmap' function. */
77 #undef HAVE_MMAP
79 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
80 #undef HAVE_NDIR_H
82 /* Define to 1 if you have the <netdb.h> header file. */
83 #undef HAVE_NETDB_H
85 /* Define to 1 if you have the <netinet/in.h> header file. */
86 #undef HAVE_NETINET_IN_H
88 /* sntp does not care about 'nice' */
89 #undef HAVE_NO_NICE
91 /* Define this if pathfind(3) works */
92 #undef HAVE_PATHFIND
94 /* Define to 1 if the system has the type `pid_t'. */
95 #undef HAVE_PID_T
97 /* Define this if we have a functional realpath(3C) */
98 #undef HAVE_REALPATH
100 /* Define to 1 if you have the <runetype.h> header file. */
101 #undef HAVE_RUNETYPE_H
103 /* Define to 1 if you have the <setjmp.h> header file. */
104 #undef HAVE_SETJMP_H
106 /* Define to 1 if the system has the type `size_t'. */
107 #undef HAVE_SIZE_T
109 /* Define to 1 if you have the `snprintf' function. */
110 #undef HAVE_SNPRINTF
112 /* Define to 1 if you have the `socket' function. */
113 #undef HAVE_SOCKET
115 /* Define to 1 if you have the <stdarg.h> header file. */
116 #undef HAVE_STDARG_H
118 /* Define to 1 if stdbool.h conforms to C99. */
119 #undef HAVE_STDBOOL_H
121 /* Define to 1 if you have the <stdint.h> header file. */
122 #undef HAVE_STDINT_H
124 /* Define to 1 if you have the <stdlib.h> header file. */
125 #undef HAVE_STDLIB_H
127 /* Define to 1 if you have the `strchr' function. */
128 #undef HAVE_STRCHR
130 /* Define to 1 if you have the `strdup' function. */
131 #undef HAVE_STRDUP
133 /* Define this if strftime() works */
134 #undef HAVE_STRFTIME
136 /* Define to 1 if you have the <strings.h> header file. */
137 #undef HAVE_STRINGS_H
139 /* Define to 1 if you have the <string.h> header file. */
140 #undef HAVE_STRING_H
142 /* Define to 1 if you have the `strrchr' function. */
143 #undef HAVE_STRRCHR
145 /* Define to 1 if you have the `strsignal' function. */
146 #undef HAVE_STRSIGNAL
148 /* Does a system header define struct sockaddr_storage? */
149 #undef HAVE_STRUCT_SOCKADDR_STORAGE
151 /* Define to 1 if you have the <sysexits.h> header file. */
152 #undef HAVE_SYSEXITS_H
154 /* Define to 1 if you have the <syslog.h> header file. */
155 #undef HAVE_SYSLOG_H
157 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
159 #undef HAVE_SYS_DIR_H
161 /* Define to 1 if you have the <sys/limits.h> header file. */
162 #undef HAVE_SYS_LIMITS_H
164 /* Define to 1 if you have the <sys/mman.h> header file. */
165 #undef HAVE_SYS_MMAN_H
167 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
169 #undef HAVE_SYS_NDIR_H
171 /* Define to 1 if you have the <sys/param.h> header file. */
172 #undef HAVE_SYS_PARAM_H
174 /* Define to 1 if you have the <sys/poll.h> header file. */
175 #undef HAVE_SYS_POLL_H
177 /* Define to 1 if you have the <sys/procset.h> header file. */
178 #undef HAVE_SYS_PROCSET_H
180 /* Define to 1 if you have the <sys/select.h> header file. */
181 #undef HAVE_SYS_SELECT_H
183 /* Define to 1 if you have the <sys/socket.h> header file. */
184 #undef HAVE_SYS_SOCKET_H
186 /* Define to 1 if you have the <sys/stat.h> header file. */
187 #undef HAVE_SYS_STAT_H
189 /* Define to 1 if you have the <sys/stropts.h> header file. */
190 #undef HAVE_SYS_STROPTS_H
192 /* Define to 1 if you have the <sys/time.h> header file. */
193 #undef HAVE_SYS_TIME_H
195 /* Define to 1 if you have the <sys/types.h> header file. */
196 #undef HAVE_SYS_TYPES_H
198 /* Define to 1 if you have the <sys/un.h> header file. */
199 #undef HAVE_SYS_UN_H
201 /* Define to 1 if you have the <sys/wait.h> header file. */
202 #undef HAVE_SYS_WAIT_H
204 /* Define to 1 if the system has the type `s_char'. */
205 #undef HAVE_S_CHAR
207 /* sntp does not care about TTY stuff */
208 #undef HAVE_TERMIOS
210 /* Define to 1 if the system has the type `uint16_t'. */
211 #undef HAVE_UINT16_T
213 /* Define to 1 if the system has the type `uint32_t'. */
214 #undef HAVE_UINT32_T
216 /* Define to 1 if the system has the type `uint8_t'. */
217 #undef HAVE_UINT8_T
219 /* Define to 1 if the system has the type `uintptr_t'. */
220 #undef HAVE_UINTPTR_T
222 /* Define to 1 if the system has the type `uint_t'. */
223 #undef HAVE_UINT_T
225 /* Define to 1 if you have the <unistd.h> header file. */
226 #undef HAVE_UNISTD_H
228 /* Define to 1 if you have the <utime.h> header file. */
229 #undef HAVE_UTIME_H
231 /* Define to 1 if you have the <values.h> header file. */
232 #undef HAVE_VALUES_H
234 /* Define to 1 if you have the <varargs.h> header file. */
235 #undef HAVE_VARARGS_H
237 /* Define to 1 if you have the `vfork' function. */
238 #undef HAVE_VFORK
240 /* Define to 1 if you have the <vfork.h> header file. */
241 #undef HAVE_VFORK_H
243 /* Define to 1 if you have the `vprintf' function. */
244 #undef HAVE_VPRINTF
246 /* Define to 1 if you have the <wchar.h> header file. */
247 #undef HAVE_WCHAR_H
249 /* Define to 1 if the system has the type `wchar_t'. */
250 #undef HAVE_WCHAR_T
252 /* Define to 1 if the system has the type `wint_t'. */
253 #undef HAVE_WINT_T
255 /* Define to 1 if `fork' works. */
256 #undef HAVE_WORKING_FORK
258 /* Define to 1 if `vfork' works. */
259 #undef HAVE_WORKING_VFORK
261 /* Define to 1 if the system has the type `_Bool'. */
262 #undef HAVE__BOOL
264 /* Does struct sockaddr_storage have __ss_family? */
265 #undef HAVE___SS_FAMILY_IN_SS
268 /* Handle sockaddr_storage.__ss_family */
269 #ifdef HAVE___SS_FAMILY_IN_SS
270 # define ss_family __ss_family
271 #endif /* HAVE___SS_FAMILY_IN_SS */
275 /* Does struct sockaddr_storage have __ss_len? */
276 #undef HAVE___SS_LEN_IN_SS
279 /* Handle sockaddr_storage.__ss_len */
280 #ifdef HAVE___SS_LEN_IN_SS
281 # define ss_len __ss_len
282 #endif /* HAVE___SS_LEN_IN_SS */
286 /* Do we need to fix in6isaddr? */
287 #undef ISC_PLATFORM_FIXIN6ISADDR
289 /* have struct if_laddrconf? */
290 #undef ISC_PLATFORM_HAVEIF_LADDRCONF
292 /* have struct if_laddrreq? */
293 #undef ISC_PLATFORM_HAVEIF_LADDRREQ
295 /* have struct in6_pktinfo? */
296 #undef ISC_PLATFORM_HAVEIN6PKTINFO
298 /* have IPv6? */
299 #undef ISC_PLATFORM_HAVEIPV6
301 /* have sin6_scope_id? */
302 #undef ISC_PLATFORM_HAVESCOPEID
304 /* missing in6addr_any? */
305 #undef ISC_PLATFORM_NEEDIN6ADDRANY
307 /* Do we need netinet6/in6.h? */
308 #undef ISC_PLATFORM_NEEDNETINET6IN6H
310 /* ISC: provide inet_ntop() */
311 #undef ISC_PLATFORM_NEEDNTOP
313 /* Declare in_port_t? */
314 #undef ISC_PLATFORM_NEEDPORTT
316 /* ISC: provide inet_pton() */
317 #undef ISC_PLATFORM_NEEDPTON
319 /* Do we need netinet6/in6.h? */
320 #undef LWRES_PLATFORM_NEEDNETINET6IN6H
322 /* Do we need an s_char typedef? */
323 #undef NEED_S_CHAR_TYPEDEF
325 /* Define this if optional arguments are disallowed */
326 #undef NO_OPTIONAL_OPT_ARGS
328 /* Name of package */
329 #undef PACKAGE
331 /* Define to the address where bug reports for this package should be sent. */
332 #undef PACKAGE_BUGREPORT
334 /* Define to the full name of this package. */
335 #undef PACKAGE_NAME
337 /* Define to the full name and version of this package. */
338 #undef PACKAGE_STRING
340 /* Define to the one symbol short name of this package. */
341 #undef PACKAGE_TARNAME
343 /* Define to the home page for this package. */
344 #undef PACKAGE_URL
346 /* Define to the version of this package. */
347 #undef PACKAGE_VERSION
349 /* name of regex header file */
350 #undef REGEX_HEADER
352 /* The size of `char*', as computed by sizeof. */
353 #undef SIZEOF_CHARP
355 /* The size of `int', as computed by sizeof. */
356 #undef SIZEOF_INT
358 /* The size of `long', as computed by sizeof. */
359 #undef SIZEOF_LONG
361 /* The size of `short', as computed by sizeof. */
362 #undef SIZEOF_SHORT
364 /* The size of `signed char', as computed by sizeof. */
365 #undef SIZEOF_SIGNED_CHAR
367 /* Define to 1 if you have the ANSI C header files. */
368 #undef STDC_HEADERS
370 /* canonical system (cpu-vendor-os) of where we should run */
371 #undef STR_SYSTEM
373 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
374 #undef TIME_WITH_SYS_TIME
376 /* Version number of package */
377 #undef VERSION
379 /* ISC: Want IPv6? */
380 #undef WANT_IPV6
382 /* Define this if a working libregex can be found */
383 #undef WITH_LIBREGEX
385 /* Define to 1 if type `char' is unsigned and you are not using gcc. */
386 #ifndef __CHAR_UNSIGNED__
387 # undef __CHAR_UNSIGNED__
388 #endif
390 /* Define to empty if `const' does not conform to ANSI C. */
391 #undef const
393 /* Define to `int' if <sys/types.h> doesn't define. */
394 #undef gid_t
396 /* Define to `__inline__' or `__inline' if that's what the C compiler
397 calls it, or to nothing if 'inline' is not supported under any name. */
398 #ifndef __cplusplus
399 #undef inline
400 #endif
402 /* Define to `int' if <sys/types.h> does not define. */
403 #undef pid_t
405 /* Define to `unsigned int' if <sys/types.h> does not define. */
406 #undef size_t
408 /* Define to `int' if <sys/types.h> doesn't define. */
409 #undef uid_t
411 /* Define as `fork' if `vfork' does not work. */
412 #undef vfork