1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to 1 if you have the `alloca' function. */
4#undef HAVE_ALLOCA
5
6/* Define to 1 if you have the <alloca.h> header file. */
7#undef HAVE_ALLOCA_H
8
9/* Define to 1 if you have the <dlfcn.h> header file. */
10#undef HAVE_DLFCN_H
11
12/* Define to 1 if you have the <errno.h> header file. */
13#undef HAVE_ERRNO_H
14
15/* Define to 1 if you have the <getopt.h> header file. */
16#undef HAVE_GETOPT_H
17
18/* Define to 1 if you have the `getopt_long' function. */
19#undef HAVE_GETOPT_LONG
20
21/* Define to 1 if you have the <inttypes.h> header file. */
22#undef HAVE_INTTYPES_H
23
24/* Define to 1 if you have the `nsl' library (-lnsl). */
25#undef HAVE_LIBNSL
26
27/* Define to 1 if you have the `resolv' library (-lresolv). */
28#undef HAVE_LIBRESOLV
29
30/* Define to 1 if you have the `socket' library (-lsocket). */
31#undef HAVE_LIBSOCKET
32
33/* Define to 1 if you have the <memory.h> header file. */
34#undef HAVE_MEMORY_H
35
36/* Define to 1 if you have the <stdarg.h> header file. */
37#undef HAVE_STDARG_H
38
39/* Define to 1 if you have the <stdint.h> header file. */
40#undef HAVE_STDINT_H
41
42/* Define to 1 if you have the <stdlib.h> header file. */
43#undef HAVE_STDLIB_H
44
45/* Define to 1 if you have the `strcasecmp' function. */
46#undef HAVE_STRCASECMP
47
48/* Define to 1 if you have the `strdup' function. */
49#undef HAVE_STRDUP
50
51/* Define to 1 if you have the <strings.h> header file. */
52#undef HAVE_STRINGS_H
53
54/* Define to 1 if you have the <string.h> header file. */
55#undef HAVE_STRING_H
56
57/* Define to 1 if you have the `strncasecmp' function. */
58#undef HAVE_STRNCASECMP
59
60/* Define to 1 if you have the `strstr' function. */
61#undef HAVE_STRSTR
62
63/* Define to 1 if you have the <sys/select.h> header file. */
64#undef HAVE_SYS_SELECT_H
65
66/* Define to 1 if you have the <sys/socket.h> header file. */
67#undef HAVE_SYS_SOCKET_H
68
69/* Define to 1 if you have the <sys/stat.h> header file. */
70#undef HAVE_SYS_STAT_H
71
72/* Define to 1 if you have the <sys/time.h> header file. */
73#undef HAVE_SYS_TIME_H
74
75/* Define to 1 if you have the <sys/types.h> header file. */
76#undef HAVE_SYS_TYPES_H
77
78/* Define to 1 if you have the <time.h> header file. */
79#undef HAVE_TIME_H
80
81/* Define to 1 if you have the <unistd.h> header file. */
82#undef HAVE_UNISTD_H
83
84/* Define to 1 if you have the `_alloca' function. */
85#undef HAVE__ALLOCA
86
87/* Define to 1 if you have the `_stricmp' function. */
88#undef HAVE__STRICMP
89
90/* Define to 1 if you have the `_strnicmp' function. */
91#undef HAVE__STRNICMP
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/* The size of a `int', as computed by sizeof. */
112#undef SIZEOF_INT
113
114/* The size of a `unsigned long', as computed by sizeof. */
115#undef SIZEOF_UNSIGNED_LONG
116
117/* Define to 1 if you have the ANSI C header files. */
118#undef STDC_HEADERS
119
120/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
121#undef TIME_WITH_SYS_TIME
122
123/* Version number of package */
124#undef VERSION
125
126/* Define to 1 if your processor stores words with the most significant byte
127   first (like Motorola and SPARC, unlike Intel and VAX). */
128#undef WORDS_BIGENDIAN
129
130/* Define to 1 if on AIX 3.
131   System headers sometimes define this.
132   We just want to avoid a redefinition error message.  */
133#ifndef _ALL_SOURCE
134# undef _ALL_SOURCE
135#endif
136
137/* Define to 1 if on MINIX. */
138#undef _MINIX
139
140/* Define to 2 if the system does not provide POSIX.1 features except with
141   this defined. */
142#undef _POSIX_1_SOURCE
143
144/* Define to 1 if you need to in order for `stat' and other things to work. */
145#undef _POSIX_SOURCE
146
147/* Define to 1 if type `char' is unsigned and you are not using gcc.  */
148#ifndef __CHAR_UNSIGNED__
149# undef __CHAR_UNSIGNED__
150#endif
151
152/* Define to empty if `const' does not conform to ANSI C. */
153#undef const
154
155/* Define to `__inline__' or `__inline' if that's what the C compiler
156   calls it, or to nothing if 'inline' is not supported under any name.  */
157#ifndef __cplusplus
158#undef inline
159#endif
160
161/* Define to `int' if <sys/types.h> does not define. */
162#undef pid_t
163
164/* Define to `unsigned' if <sys/types.h> does not define. */
165#undef size_t
166
167/* Define to empty if the keyword `volatile' does not work. Warning: valid
168   code using `volatile' can become incorrect without. Disable with care. */
169#undef volatile
170