1143334Scperciva/* config.in.  Generated from configure.ac by autoheader.  */
2143334Scperciva
3143334Scperciva/* Check that config.h is #included before system headers
4143334Scperciva   (this works only for glibc, but that should be enough).  */
5143334Scperciva#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
6143334Scperciva#  error config.h must be #included before system headers
7143334Scperciva#endif
8143334Scperciva#define __CONFIG_H__ 1
9143334Scperciva
10143334Scperciva/* Define if you want compressed debug sections by default. */
11143334Scperciva#undef DEFAULT_FLAG_COMPRESS_DEBUG
12143334Scperciva
13143334Scperciva/* Define to 1 if you want to enable -z relro in ELF linker by default. */
14143334Scperciva#undef DEFAULT_LD_Z_RELRO
15143334Scperciva
16143334Scperciva/* Define to 1 if translation of program messages to the user's native
17143334Scperciva   language is requested. */
18143334Scperciva#undef ENABLE_NLS
19143334Scperciva
20143334Scperciva/* Additional extension a shared object might have. */
21143334Scperciva#undef EXTRA_SHLIB_EXTENSION
22143334Scperciva
23143334Scperciva/* Define to choose default GOT handling scheme */
24143334Scperciva#undef GOT_HANDLING_DEFAULT
25143334Scperciva
26143334Scperciva/* Define to 1 if you have the `close' function. */
27143334Scperciva#undef HAVE_CLOSE
28143334Scperciva
29143334Scperciva/* Define to 1 if you have the declaration of `environ', and to 0 if you
30143334Scperciva   don't. */
31143334Scperciva#undef HAVE_DECL_ENVIRON
32143334Scperciva
33143334Scperciva/* Define to 1 if you have the declaration of `free', and to 0 if you don't.
34143334Scperciva   */
35143334Scperciva#undef HAVE_DECL_FREE
36143334Scperciva
37143334Scperciva/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
38143334Scperciva   */
39143334Scperciva#undef HAVE_DECL_GETENV
40143334Scperciva
41143334Scperciva/* Is the prototype for getopt in <unistd.h> in the expected format? */
42154479Sphk#undef HAVE_DECL_GETOPT
43143334Scperciva
44143334Scperciva/* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
45143334Scperciva   */
46143334Scperciva#undef HAVE_DECL_SBRK
47154479Sphk
48143334Scperciva/* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
49143334Scperciva   */
50143334Scperciva#undef HAVE_DECL_STRSTR
51
52/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
53   */
54#undef HAVE_DIRENT_H
55
56/* Define to 1 if you have the <dlfcn.h> header file. */
57#undef HAVE_DLFCN_H
58
59/* Define to 1 if you have the <elf-hints.h> header file. */
60#undef HAVE_ELF_HINTS_H
61
62/* Define to 1 if you have the <fcntl.h> header file. */
63#undef HAVE_FCNTL_H
64
65/* Define to 1 if you have the `getpagesize' function. */
66#undef HAVE_GETPAGESIZE
67
68/* Define to 1 if you have the `glob' function. */
69#undef HAVE_GLOB
70
71/* Define .init_array/.fini_array sections are available and working. */
72#undef HAVE_INITFINI_ARRAY
73
74/* Define to 1 if you have the <inttypes.h> header file. */
75#undef HAVE_INTTYPES_H
76
77/* Define if your <locale.h> file defines LC_MESSAGES. */
78#undef HAVE_LC_MESSAGES
79
80/* Define to 1 if you have the <limits.h> header file. */
81#undef HAVE_LIMITS_H
82
83/* Define to 1 if you have the <locale.h> header file. */
84#undef HAVE_LOCALE_H
85
86/* Define to 1 if you have the `lseek' function. */
87#undef HAVE_LSEEK
88
89/* Define to 1 if you have the <memory.h> header file. */
90#undef HAVE_MEMORY_H
91
92/* Define to 1 if you have the `mkstemp' function. */
93#undef HAVE_MKSTEMP
94
95/* Define to 1 if you have a working `mmap' system call. */
96#undef HAVE_MMAP
97
98/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
99#undef HAVE_NDIR_H
100
101/* Define to 1 if you have the `open' function. */
102#undef HAVE_OPEN
103
104/* Define to 1 if you have the `realpath' function. */
105#undef HAVE_REALPATH
106
107/* Define to 1 if you have the `sbrk' function. */
108#undef HAVE_SBRK
109
110/* Define to 1 if you have the `setlocale' function. */
111#undef HAVE_SETLOCALE
112
113/* Define to 1 if you have the <stdint.h> header file. */
114#undef HAVE_STDINT_H
115
116/* Define to 1 if you have the <stdlib.h> header file. */
117#undef HAVE_STDLIB_H
118
119/* Define to 1 if you have the <strings.h> header file. */
120#undef HAVE_STRINGS_H
121
122/* Define to 1 if you have the <string.h> header file. */
123#undef HAVE_STRING_H
124
125/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
126   */
127#undef HAVE_SYS_DIR_H
128
129/* Define to 1 if you have the <sys/file.h> header file. */
130#undef HAVE_SYS_FILE_H
131
132/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
133   */
134#undef HAVE_SYS_NDIR_H
135
136/* Define to 1 if you have the <sys/param.h> header file. */
137#undef HAVE_SYS_PARAM_H
138
139/* Define to 1 if you have the <sys/stat.h> header file. */
140#undef HAVE_SYS_STAT_H
141
142/* Define to 1 if you have the <sys/time.h> header file. */
143#undef HAVE_SYS_TIME_H
144
145/* Define to 1 if you have the <sys/types.h> header file. */
146#undef HAVE_SYS_TYPES_H
147
148/* Define to 1 if you have the <unistd.h> header file. */
149#undef HAVE_UNISTD_H
150
151/* Define to 1 if you have the `waitpid' function. */
152#undef HAVE_WAITPID
153
154/* Define to 1 if you have the <windows.h> header file. */
155#undef HAVE_WINDOWS_H
156
157/* Define to the sub-directory in which libtool stores uninstalled libraries.
158   */
159#undef LT_OBJDIR
160
161/* Name of package */
162#undef PACKAGE
163
164/* Define to the address where bug reports for this package should be sent. */
165#undef PACKAGE_BUGREPORT
166
167/* Define to the full name of this package. */
168#undef PACKAGE_NAME
169
170/* Define to the full name and version of this package. */
171#undef PACKAGE_STRING
172
173/* Define to the one symbol short name of this package. */
174#undef PACKAGE_TARNAME
175
176/* Define to the home page for this package. */
177#undef PACKAGE_URL
178
179/* Define to the version of this package. */
180#undef PACKAGE_VERSION
181
182/* The size of `void *', as computed by sizeof. */
183#undef SIZEOF_VOID_P
184
185/* Define to 1 if you have the ANSI C header files. */
186#undef STDC_HEADERS
187
188/* Define if you can safely include both <string.h> and <strings.h>. */
189#undef STRING_WITH_STRINGS
190
191/* Use b modifier when opening binary files? */
192#undef USE_BINARY_FOPEN
193
194/* Enable extensions on AIX 3, Interix.  */
195#ifndef _ALL_SOURCE
196# undef _ALL_SOURCE
197#endif
198/* Enable GNU extensions on systems that have them.  */
199#ifndef _GNU_SOURCE
200# undef _GNU_SOURCE
201#endif
202/* Enable threading extensions on Solaris.  */
203#ifndef _POSIX_PTHREAD_SEMANTICS
204# undef _POSIX_PTHREAD_SEMANTICS
205#endif
206/* Enable extensions on HP NonStop.  */
207#ifndef _TANDEM_SOURCE
208# undef _TANDEM_SOURCE
209#endif
210/* Enable general extensions on Solaris.  */
211#ifndef __EXTENSIONS__
212# undef __EXTENSIONS__
213#endif
214
215
216/* Version number of package */
217#undef VERSION
218
219/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
220   `char[]'. */
221#undef YYTEXT_POINTER
222
223/* Number of bits in a file offset, on hosts where this is settable. */
224#undef _FILE_OFFSET_BITS
225
226/* Define for large files, on AIX-style hosts. */
227#undef _LARGE_FILES
228
229/* Define to 1 if on MINIX. */
230#undef _MINIX
231
232/* Define to 2 if the system does not provide POSIX.1 features except with
233   this defined. */
234#undef _POSIX_1_SOURCE
235
236/* Define to 1 if you need to in order for `stat' and other things to work. */
237#undef _POSIX_SOURCE
238