1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
4   */
5#undef HAVE_DIRENT_H
6
7/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
8#undef HAVE_DOPRNT
9
10/* Define to 1 if you have the <fcntl.h> header file. */
11#undef HAVE_FCNTL_H
12
13/* Define to 1 if you have the <inttypes.h> header file. */
14#undef HAVE_INTTYPES_H
15
16/* Define to 1 if you have the `wsock32' library (-lwsock32). */
17#undef HAVE_LIBWSOCK32
18
19/* Define to 1 if you have the `memcpy' function. */
20#undef HAVE_MEMCPY
21
22/* Define to 1 if you have the <memory.h> header file. */
23#undef HAVE_MEMORY_H
24
25/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
26#undef HAVE_NDIR_H
27
28/* Define to 1 if you have the <netdb.h> header file. */
29#undef HAVE_NETDB_H
30
31/* Define to 1 if you have the <netinet/in.h> header file. */
32#undef HAVE_NETINET_IN_H
33
34/* Define to 1 if you have the `select' function. */
35#undef HAVE_SELECT
36
37/* Define to 1 if you have the <stdint.h> header file. */
38#undef HAVE_STDINT_H
39
40/* Define to 1 if you have the <stdlib.h> header file. */
41#undef HAVE_STDLIB_H
42
43/* Define to 1 if you have the `strchr' function. */
44#undef HAVE_STRCHR
45
46/* Define to 1 if you have the `strdup' function. */
47#undef HAVE_STRDUP
48
49/* Define to 1 if you have the `strerror' function. */
50#undef HAVE_STRERROR
51
52/* Define to 1 if you have the `strftime' function. */
53#undef HAVE_STRFTIME
54
55/* Define to 1 if you have the <strings.h> header file. */
56#undef HAVE_STRINGS_H
57
58/* Define to 1 if you have the <string.h> header file. */
59#undef HAVE_STRING_H
60
61/* Define to 1 if you have the `strstr' function. */
62#undef HAVE_STRSTR
63
64/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
65   */
66#undef HAVE_SYS_DIR_H
67
68/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
69   */
70#undef HAVE_SYS_NDIR_H
71
72/* Define to 1 if you have the <sys/socket.h> header file. */
73#undef HAVE_SYS_SOCKET_H
74
75/* Define to 1 if you have the <sys/stat.h> header file. */
76#undef HAVE_SYS_STAT_H
77
78/* Define to 1 if you have the <sys/time.h> header file. */
79#undef HAVE_SYS_TIME_H
80
81/* Define to 1 if you have the <sys/types.h> header file. */
82#undef HAVE_SYS_TYPES_H
83
84/* Define to 1 if you have the <unistd.h> header file. */
85#undef HAVE_UNISTD_H
86
87/* Define to 1 if you have the `vprintf' function. */
88#undef HAVE_VPRINTF
89
90/* Define to 1 if you have the <winsock.h> header file. */
91#undef HAVE_WINSOCK_H
92
93/* Name of package */
94#undef PACKAGE
95
96/* Define to the address where bug reports for this package should be sent. */
97#undef PACKAGE_BUGREPORT
98
99/* Define to the full name of this package. */
100#undef PACKAGE_NAME
101
102/* Define to the full name and version of this package. */
103#undef PACKAGE_STRING
104
105/* Define to the one symbol short name of this package. */
106#undef PACKAGE_TARNAME
107
108/* Define to the version of this package. */
109#undef PACKAGE_VERSION
110
111/* Define to 1 if you have the ANSI C header files. */
112#undef STDC_HEADERS
113
114/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
115#undef TIME_WITH_SYS_TIME
116
117/* Define to 1 if your <sys/time.h> declares `struct tm'. */
118#undef TM_IN_SYS_TIME
119
120/* Version number of package */
121#undef VERSION
122
123/* Define to empty if `const' does not conform to ANSI C. */
124#undef const
125
126/* Define to `unsigned' if <sys/types.h> does not define. */
127#undef size_t
128