config.h.in revision 236769
122375Spst/* config.h.in.  Generated from configure.in by autoheader.  */
222375Spst
350476Speter/* Define if building universal (internal helper macro) */
422375Spst#undef AC_APPLE_UNIVERSAL_BUILD
522375Spst
622375Spst/* Path of default shell */
7273277Santoine#undef DEFSHELL_CUSTOM
822375Spst
922375Spst/* Shell spec to use by default */
1022375Spst#undef DEFSHELL_INDEX
11202196Sed
1222375Spst/* Define to 1 if you have the <ar.h> header file. */
1322375Spst#undef HAVE_AR_H
1422375Spst
1522375Spst/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
1622375Spst   don't. */
1722375Spst#undef HAVE_DECL_SYS_SIGLIST
18202196Sed
1960572Skris/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
2055955Srgrimes   */
2122375Spst#undef HAVE_DIRENT_H
2222375Spst
2329971Sache/* Define to 1 if you have the `dirname' function. */
2422375Spst#undef HAVE_DIRNAME
2581062Smarkm
2681062Smarkm/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
2779473Smarkm#undef HAVE_DOPRNT
28201381Sed
29201381Sed/* Define to 1 if you have the `err' function. */
30145413Strhodes#undef HAVE_ERR
31125503Sru
3240202Speter/* Define to 1 if you have the `errx' function. */
3374870Sru#undef HAVE_ERRX
3422375Spst
3579473Smarkm/* Define to 1 if you have the <err.h> header file. */
3679473Smarkm#undef HAVE_ERR_H
3722375Spst
38/* Define to 1 if you have the <fcntl.h> header file. */
39#undef HAVE_FCNTL_H
40
41/* Define to 1 if you have the `fork' function. */
42#undef HAVE_FORK
43
44/* Define to 1 if you have the `getcwd' function. */
45#undef HAVE_GETCWD
46
47/* Define to 1 if you have the `getenv' function. */
48#undef HAVE_GETENV
49
50/* Define to 1 if you have the `getopt' function. */
51#undef HAVE_GETOPT
52
53/* Define to 1 if you have the `getwd' function. */
54#undef HAVE_GETWD
55
56/* Define to 1 if you have the <inttypes.h> header file. */
57#undef HAVE_INTTYPES_H
58
59/* Define to 1 if you have the `killpg' function. */
60#undef HAVE_KILLPG
61
62/* Define to 1 if you have the <memory.h> header file. */
63#undef HAVE_MEMORY_H
64
65/* Define to 1 if you have the `mmap' function. */
66#undef HAVE_MMAP
67
68/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
69#undef HAVE_NDIR_H
70
71/* Define to 1 if you have the <paths.h> header file. */
72#undef HAVE_PATHS_H
73
74/* Define to 1 if you have the <poll.h> header file. */
75#undef HAVE_POLL_H
76
77/* Define to 1 if you have the `putenv' function. */
78#undef HAVE_PUTENV
79
80/* Define to 1 if you have the <ranlib.h> header file. */
81#undef HAVE_RANLIB_H
82
83/* Define to 1 if you have the `realpath' function. */
84#undef HAVE_REALPATH
85
86/* Define to 1 if you have the `select' function. */
87#undef HAVE_SELECT
88
89/* Define to 1 if you have the `setenv' function. */
90#undef HAVE_SETENV
91
92/* Define to 1 if you have the `setpgid' function. */
93#undef HAVE_SETPGID
94
95/* Define to 1 if you have the `setsid' function. */
96#undef HAVE_SETSID
97
98/* Define to 1 if you have the `sigaction' function. */
99#undef HAVE_SIGACTION
100
101/* Define to 1 if you have the `sigvec' function. */
102#undef HAVE_SIGVEC
103
104/* Define to 1 if you have the `snprintf' function. */
105#undef HAVE_SNPRINTF
106
107/* Define to 1 if you have the <stdint.h> header file. */
108#undef HAVE_STDINT_H
109
110/* Define to 1 if you have the <stdlib.h> header file. */
111#undef HAVE_STDLIB_H
112
113/* Define to 1 if you have the `strerror' function. */
114#undef HAVE_STRERROR
115
116/* Define to 1 if you have the `stresep' function. */
117#undef HAVE_STRESEP
118
119/* Define to 1 if you have the `strftime' function. */
120#undef HAVE_STRFTIME
121
122/* Define to 1 if you have the <strings.h> header file. */
123#undef HAVE_STRINGS_H
124
125/* Define to 1 if you have the <string.h> header file. */
126#undef HAVE_STRING_H
127
128/* Define to 1 if you have the `strlcpy' function. */
129#undef HAVE_STRLCPY
130
131/* Define to 1 if you have the `strsep' function. */
132#undef HAVE_STRSEP
133
134/* Define to 1 if you have the `strtod' function. */
135#undef HAVE_STRTOD
136
137/* Define to 1 if you have the `strtol' function. */
138#undef HAVE_STRTOL
139
140/* Define to 1 if `struct stat' is a member of `st_rdev'. */
141#undef HAVE_STRUCT_STAT_ST_RDEV
142
143/* Define to 1 if your `struct stat' has `st_rdev'. Deprecated, use
144   `HAVE_STRUCT_STAT_ST_RDEV' instead. */
145#undef HAVE_ST_RDEV
146
147/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
148   */
149#undef HAVE_SYS_DIR_H
150
151/* Define to 1 if you have the <sys/mman.h> header file. */
152#undef HAVE_SYS_MMAN_H
153
154/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
155   */
156#undef HAVE_SYS_NDIR_H
157
158/* Define to 1 if you have the <sys/select.h> header file. */
159#undef HAVE_SYS_SELECT_H
160
161/* Define to 1 if you have the <sys/socket.h> header file. */
162#undef HAVE_SYS_SOCKET_H
163
164/* Define to 1 if you have the <sys/stat.h> header file. */
165#undef HAVE_SYS_STAT_H
166
167/* Define to 1 if you have the <sys/time.h> header file. */
168#undef HAVE_SYS_TIME_H
169
170/* Define to 1 if you have the <sys/types.h> header file. */
171#undef HAVE_SYS_TYPES_H
172
173/* Define to 1 if you have the <sys/uio.h> header file. */
174#undef HAVE_SYS_UIO_H
175
176/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
177#undef HAVE_SYS_WAIT_H
178
179/* Define to 1 if you have the <unistd.h> header file. */
180#undef HAVE_UNISTD_H
181
182/* Define to 1 if you have the `unsetenv' function. */
183#undef HAVE_UNSETENV
184
185/* Define to 1 if you have the <utime.h> header file. */
186#undef HAVE_UTIME_H
187
188/* Define to 1 if you have the `vfork' function. */
189#undef HAVE_VFORK
190
191/* Define to 1 if you have the <vfork.h> header file. */
192#undef HAVE_VFORK_H
193
194/* Define to 1 if you have the `vprintf' function. */
195#undef HAVE_VPRINTF
196
197/* Define to 1 if you have the `vsnprintf' function. */
198#undef HAVE_VSNPRINTF
199
200/* Define to 1 if you have the `wait3' function. */
201#undef HAVE_WAIT3
202
203/* Define to 1 if you have the `wait4' function. */
204#undef HAVE_WAIT4
205
206/* Define to 1 if you have the `waitpid' function. */
207#undef HAVE_WAITPID
208
209/* Define to 1 if you have the `warn' function. */
210#undef HAVE_WARN
211
212/* Define to 1 if you have the `warnx' function. */
213#undef HAVE_WARNX
214
215/* Define to 1 if `fork' works. */
216#undef HAVE_WORKING_FORK
217
218/* Define to 1 if `vfork' works. */
219#undef HAVE_WORKING_VFORK
220
221/* define if your compiler has __attribute__ */
222#undef HAVE___ATTRIBUTE__
223
224/* Define to the address where bug reports for this package should be sent. */
225#undef PACKAGE_BUGREPORT
226
227/* Define to the full name of this package. */
228#undef PACKAGE_NAME
229
230/* Define to the full name and version of this package. */
231#undef PACKAGE_STRING
232
233/* Define to the one symbol short name of this package. */
234#undef PACKAGE_TARNAME
235
236/* Define to the home page for this package. */
237#undef PACKAGE_URL
238
239/* Define to the version of this package. */
240#undef PACKAGE_VERSION
241
242/* Define as the return type of signal handlers (`int' or `void'). */
243#undef RETSIGTYPE
244
245/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
246#undef STAT_MACROS_BROKEN
247
248/* Define to 1 if you have the ANSI C header files. */
249#undef STDC_HEADERS
250
251/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
252#undef TIME_WITH_SYS_TIME
253
254/* Define to 1 if your <sys/time.h> declares `struct tm'. */
255#undef TM_IN_SYS_TIME
256
257/* Enable extensions on AIX 3, Interix.  */
258#ifndef _ALL_SOURCE
259# undef _ALL_SOURCE
260#endif
261/* Enable GNU extensions on systems that have them.  */
262#ifndef _GNU_SOURCE
263# undef _GNU_SOURCE
264#endif
265/* Enable threading extensions on Solaris.  */
266#ifndef _POSIX_PTHREAD_SEMANTICS
267# undef _POSIX_PTHREAD_SEMANTICS
268#endif
269/* Enable extensions on HP NonStop.  */
270#ifndef _TANDEM_SOURCE
271# undef _TANDEM_SOURCE
272#endif
273/* Enable general extensions on Solaris.  */
274#ifndef __EXTENSIONS__
275# undef __EXTENSIONS__
276#endif
277
278
279/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
280   significant byte first (like Motorola and SPARC, unlike Intel). */
281#if defined AC_APPLE_UNIVERSAL_BUILD
282# if defined __BIG_ENDIAN__
283#  define WORDS_BIGENDIAN 1
284# endif
285#else
286# ifndef WORDS_BIGENDIAN
287#  undef WORDS_BIGENDIAN
288# endif
289#endif
290
291/* Define to 1 if on MINIX. */
292#undef _MINIX
293
294/* Define to 2 if the system does not provide POSIX.1 features except with
295   this defined. */
296#undef _POSIX_1_SOURCE
297
298/* Define to 1 if you need to in order for `stat' and other things to work. */
299#undef _POSIX_SOURCE
300
301/* Define to empty if `const' does not conform to ANSI C. */
302#undef const
303
304/* Define to `long int' if <sys/types.h> does not define. */
305#undef off_t
306
307/* Define to `int' if <sys/types.h> does not define. */
308#undef pid_t
309
310/* Define to `unsigned int' if <sys/types.h> does not define. */
311#undef size_t
312
313/* Define as `fork' if `vfork' does not work. */
314#undef vfork
315