1/* config.h.in.  Generated automatically from configure.ac by autoheader.  */
2
3/* Define if you have the `bzero' function. */
4#undef HAVE_BZERO
5
6/* Define if you don't have `vprintf' but do have `_doprnt.' */
7#undef HAVE_DOPRNT
8
9/* Define if you have the <errno.h> header file. */
10#undef HAVE_ERRNO_H
11
12/* Define if you have the `gettimeofday' function. */
13#undef HAVE_GETTIMEOFDAY
14
15/* Define if you have the <inttypes.h> header file. */
16#undef HAVE_INTTYPES_H
17
18/* Define if you have the <memory.h> header file. */
19#undef HAVE_MEMORY_H
20
21/* Define if you have the `memset' function. */
22#undef HAVE_MEMSET
23
24/* Define if you have the <netinet/in.h> header file. */
25#undef HAVE_NETINET_IN_H
26
27/* Define if you have the <stdint.h> header file. */
28#undef HAVE_STDINT_H
29
30/* Define if you have the <stdlib.h> header file. */
31#undef HAVE_STDLIB_H
32
33/* Define if you have the <strings.h> header file. */
34#undef HAVE_STRINGS_H
35
36/* Define if you have the <string.h> header file. */
37#undef HAVE_STRING_H
38
39/* Define if you have the <sys/stat.h> header file. */
40#undef HAVE_SYS_STAT_H
41
42/* Define if you have the <sys/types.h> header file. */
43#undef HAVE_SYS_TYPES_H
44
45/* Define if you have the <unistd.h> header file. */
46#undef HAVE_UNISTD_H
47
48/* Define if the system has the type `u_char'. */
49#undef HAVE_U_CHAR
50
51/* Define if the system has the type `u_int32_t'. */
52#undef HAVE_U_INT32_T
53
54/* Define if you have the `vprintf' function. */
55#undef HAVE_VPRINTF
56
57/* The size of a `int', as computed by sizeof. */
58#undef SIZEOF_INT
59
60/* The size of a `long', as computed by sizeof. */
61#undef SIZEOF_LONG
62
63/* Define if you have the ANSI C header files. */
64#undef STDC_HEADERS
65
66/* Define if you can safely include both <sys/time.h> and <time.h>. */
67#undef TIME_WITH_SYS_TIME
68
69/* Define to empty if `const' does not conform to ANSI C. */
70#undef const
71
72/* Define as `__inline' if that's what the C compiler calls it, or to nothing
73   if it is not supported. */
74#undef inline
75
76/* Define to `long' if <sys/types.h> does not define. */
77#undef off_t
78
79/* Define to `unsigned' if <sys/types.h> does not define. */
80#undef size_t
81