1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Currently not used. */
4#undef AS
5
6/* Currently not used. */
7#undef ASFLAGS
8
9/* Currently not used. */
10#undef CCAS
11
12/* Currently not used. */
13#undef CCASFLAGS
14
15/* True if __attribute__((format (...))) syntax can be used to specify that a
16   function takes printf-style arguments. */
17#undef HAVE_ATTRIBUTE_FORMAT
18
19/* Define if __attribute__((noreturn)) syntax can be used to specify that a
20   function will never return. */
21#undef HAVE_ATTRIBUTE_NORETURN
22
23/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
24#undef HAVE_DOPRNT
25
26/* Define to 1 if you have the <fcntl.h> header file. */
27#undef HAVE_FCNTL_H
28
29/* Define to 1 if you have the `getpagesize' function. */
30#undef HAVE_GETPAGESIZE
31
32/* Define to 1 if you have the `gettimeofday' function. */
33#undef HAVE_GETTIMEOFDAY
34
35/* Define to 1 if you have the <inttypes.h> header file. */
36#undef HAVE_INTTYPES_H
37
38/* Define to 1 if you have the <limits.h> header file. */
39#undef HAVE_LIMITS_H
40
41/* Define to 1 if you have the <memory.h> header file. */
42#undef HAVE_MEMORY_H
43
44/* Define to 1 if you have a working `mmap' system call. */
45#undef HAVE_MMAP
46
47/* Define to 1 if you have the `random' function. */
48#undef HAVE_RANDOM
49
50/* Define to 1 if you have the `select' function. */
51#undef HAVE_SELECT
52
53/* Define to 1 if you have the <stdint.h> header file. */
54#undef HAVE_STDINT_H
55
56/* Define to 1 if you have the <stdlib.h> header file. */
57#undef HAVE_STDLIB_H
58
59/* Define to 1 if you have the `strdup' function. */
60#undef HAVE_STRDUP
61
62/* Define to 1 if you have the `strerror' function. */
63#undef HAVE_STRERROR
64
65/* Define to 1 if you have the <strings.h> header file. */
66#undef HAVE_STRINGS_H
67
68/* Define to 1 if you have the <string.h> header file. */
69#undef HAVE_STRING_H
70
71/* Define to 1 if you have the <sys/ioctl.h> header file. */
72#undef HAVE_SYS_IOCTL_H
73
74/* Define to 1 if you have the <sys/param.h> header file. */
75#undef HAVE_SYS_PARAM_H
76
77/* Define to 1 if you have the <sys/stat.h> header file. */
78#undef HAVE_SYS_STAT_H
79
80/* Define to 1 if you have the <sys/time.h> header file. */
81#undef HAVE_SYS_TIME_H
82
83/* Define to 1 if you have the <sys/types.h> header file. */
84#undef HAVE_SYS_TYPES_H
85
86/* Define to 1 if you have the <unistd.h> header file. */
87#undef HAVE_UNISTD_H
88
89/* Define to 1 if you have the `vprintf' function. */
90#undef HAVE_VPRINTF
91
92/* Name of package */
93#undef PACKAGE
94
95/* Define to the address where bug reports for this package should be sent. */
96#undef PACKAGE_BUGREPORT
97
98/* Define to the full name of this package. */
99#undef PACKAGE_NAME
100
101/* Define to the full name and version of this package. */
102#undef PACKAGE_STRING
103
104/* Define to the one symbol short name of this package. */
105#undef PACKAGE_TARNAME
106
107/* Define to the home page for this package. */
108#undef PACKAGE_URL
109
110/* Define to the version of this package. */
111#undef PACKAGE_VERSION
112
113/* The size of `char', as computed by sizeof. */
114#undef SIZEOF_CHAR
115
116/* The size of `int', as computed by sizeof. */
117#undef SIZEOF_INT
118
119/* The size of `long', as computed by sizeof. */
120#undef SIZEOF_LONG
121
122/* The size of `long long', as computed by sizeof. */
123#undef SIZEOF_LONG_LONG
124
125/* The size of `short', as computed by sizeof. */
126#undef SIZEOF_SHORT
127
128/* Define to 1 if you have the ANSI C header files. */
129#undef STDC_HEADERS
130
131/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
132#undef TIME_WITH_SYS_TIME
133
134/* Enable extensions on AIX 3, Interix.  */
135#ifndef _ALL_SOURCE
136# undef _ALL_SOURCE
137#endif
138/* Enable GNU extensions on systems that have them.  */
139#ifndef _GNU_SOURCE
140# undef _GNU_SOURCE
141#endif
142/* Enable threading extensions on Solaris.  */
143#ifndef _POSIX_PTHREAD_SEMANTICS
144# undef _POSIX_PTHREAD_SEMANTICS
145#endif
146/* Enable extensions on HP NonStop.  */
147#ifndef _TANDEM_SOURCE
148# undef _TANDEM_SOURCE
149#endif
150/* Enable general extensions on Solaris.  */
151#ifndef __EXTENSIONS__
152# undef __EXTENSIONS__
153#endif
154
155
156/* Version number of package */
157#undef VERSION
158
159/* Define to 1 if on MINIX. */
160#undef _MINIX
161
162/* Define to 2 if the system does not provide POSIX.1 features except with
163   this defined. */
164#undef _POSIX_1_SOURCE
165
166/* Define to 1 if you need to in order for `stat' and other things to work. */
167#undef _POSIX_SOURCE
168
169/* Define to empty if `const' does not conform to ANSI C. */
170#undef const
171
172/* Define to `__inline__' or `__inline' if that's what the C compiler
173   calls it, or to nothing if 'inline' is not supported under any name.  */
174#ifndef __cplusplus
175#undef inline
176#endif
177
178/* Define to `long int' if <sys/types.h> does not define. */
179#undef off_t
180
181/* Define to `int' if <sys/types.h> does not define. */
182#undef pid_t
183
184/* Define to `unsigned int' if <sys/types.h> does not define. */
185#undef size_t
186
187/* Define to the type pointed to by the third argument to getsockname, if it
188   is not socklen_t. */
189#undef socklen_t
190