xref: /netbsd/external/gpl2/diffutils/dist/config.hin (revision eec8fc77)
1*eec8fc77Schristos/* config.hin.  Generated from configure.ac by autoheader.  */
2*eec8fc77Schristos
3*eec8fc77Schristos/* Define to 1 if the `closedir' function returns void instead of `int'. */
4*eec8fc77Schristos#undef CLOSEDIR_VOID
5*eec8fc77Schristos
6*eec8fc77Schristos/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
7*eec8fc77Schristos   systems. This function is required for `alloca.c' support on those systems.
8*eec8fc77Schristos   */
9*eec8fc77Schristos#undef CRAY_STACKSEG_END
10*eec8fc77Schristos
11*eec8fc77Schristos/* Define to 1 if using `alloca.c'. */
12*eec8fc77Schristos#undef C_ALLOCA
13*eec8fc77Schristos
14*eec8fc77Schristos/* Name of "diff" program, unless overridden. */
15*eec8fc77Schristos#undef DEFAULT_DIFF_PROGRAM
16*eec8fc77Schristos
17*eec8fc77Schristos/* Name of editor program, unless overridden. */
18*eec8fc77Schristos#undef DEFAULT_EDITOR_PROGRAM
19*eec8fc77Schristos
20*eec8fc77Schristos/* Define to 1 if translation of program messages to the user's native
21*eec8fc77Schristos   language is requested. */
22*eec8fc77Schristos#undef ENABLE_NLS
23*eec8fc77Schristos
24*eec8fc77Schristos/* Define on systems for which file names may have a so-called `drive letter'
25*eec8fc77Schristos   prefix, define this to compute the length of that prefix, including the
26*eec8fc77Schristos   colon. */
27*eec8fc77Schristos#undef FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
28*eec8fc77Schristos
29*eec8fc77Schristos/* Define if the backslash character may also serve as a file name component
30*eec8fc77Schristos   separator. */
31*eec8fc77Schristos#undef FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
32*eec8fc77Schristos
33*eec8fc77Schristos#if FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
34*eec8fc77Schristos# define FILESYSTEM_PREFIX_LEN(Filename) \
35*eec8fc77Schristos  ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)
36*eec8fc77Schristos#else
37*eec8fc77Schristos# define FILESYSTEM_PREFIX_LEN(Filename) 0
38*eec8fc77Schristos#endif
39*eec8fc77Schristos
40*eec8fc77Schristos/* Define to 1 if you have `alloca', as a function or macro. */
41*eec8fc77Schristos#undef HAVE_ALLOCA
42*eec8fc77Schristos
43*eec8fc77Schristos/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
44*eec8fc77Schristos   */
45*eec8fc77Schristos#undef HAVE_ALLOCA_H
46*eec8fc77Schristos
47*eec8fc77Schristos/* Define to 1 if you have the `bcopy' function. */
48*eec8fc77Schristos#undef HAVE_BCOPY
49*eec8fc77Schristos
50*eec8fc77Schristos/* Define to 1 if you have the `btowc' function. */
51*eec8fc77Schristos#undef HAVE_BTOWC
52*eec8fc77Schristos
53*eec8fc77Schristos/* Define to 1 if you have the `bzero' function. */
54*eec8fc77Schristos#undef HAVE_BZERO
55*eec8fc77Schristos
56*eec8fc77Schristos/* Define to 1 if you have the `clock_gettime' function. */
57*eec8fc77Schristos#undef HAVE_CLOCK_GETTIME
58*eec8fc77Schristos
59*eec8fc77Schristos/* Define if backslash-a works in C strings. */
60*eec8fc77Schristos#undef HAVE_C_BACKSLASH_A
61*eec8fc77Schristos
62*eec8fc77Schristos/* Define to 1 if C supports variable-length arrays. */
63*eec8fc77Schristos#undef HAVE_C_VARARRAYS
64*eec8fc77Schristos
65*eec8fc77Schristos/* Define if the GNU dcgettext() function is already present or preinstalled.
66*eec8fc77Schristos   */
67*eec8fc77Schristos#undef HAVE_DCGETTEXT
68*eec8fc77Schristos
69*eec8fc77Schristos/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
70*eec8fc77Schristos   you don't. */
71*eec8fc77Schristos#undef HAVE_DECL_CLEARERR_UNLOCKED
72*eec8fc77Schristos
73*eec8fc77Schristos/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
74*eec8fc77Schristos   don't. */
75*eec8fc77Schristos#undef HAVE_DECL_FEOF_UNLOCKED
76*eec8fc77Schristos
77*eec8fc77Schristos/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
78*eec8fc77Schristos   you don't. */
79*eec8fc77Schristos#undef HAVE_DECL_FERROR_UNLOCKED
80*eec8fc77Schristos
81*eec8fc77Schristos/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
82*eec8fc77Schristos   you don't. */
83*eec8fc77Schristos#undef HAVE_DECL_FFLUSH_UNLOCKED
84*eec8fc77Schristos
85*eec8fc77Schristos/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
86*eec8fc77Schristos   you don't. */
87*eec8fc77Schristos#undef HAVE_DECL_FGETS_UNLOCKED
88*eec8fc77Schristos
89*eec8fc77Schristos/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
90*eec8fc77Schristos   you don't. */
91*eec8fc77Schristos#undef HAVE_DECL_FPUTC_UNLOCKED
92*eec8fc77Schristos
93*eec8fc77Schristos/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
94*eec8fc77Schristos   you don't. */
95*eec8fc77Schristos#undef HAVE_DECL_FPUTS_UNLOCKED
96*eec8fc77Schristos
97*eec8fc77Schristos/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
98*eec8fc77Schristos   you don't. */
99*eec8fc77Schristos#undef HAVE_DECL_FREAD_UNLOCKED
100*eec8fc77Schristos
101*eec8fc77Schristos/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
102*eec8fc77Schristos   you don't. */
103*eec8fc77Schristos#undef HAVE_DECL_FWRITE_UNLOCKED
104*eec8fc77Schristos
105*eec8fc77Schristos/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
106*eec8fc77Schristos   you don't. */
107*eec8fc77Schristos#undef HAVE_DECL_GETCHAR_UNLOCKED
108*eec8fc77Schristos
109*eec8fc77Schristos/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
110*eec8fc77Schristos   don't. */
111*eec8fc77Schristos#undef HAVE_DECL_GETC_UNLOCKED
112*eec8fc77Schristos
113*eec8fc77Schristos/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
114*eec8fc77Schristos   */
115*eec8fc77Schristos#undef HAVE_DECL_GETENV
116*eec8fc77Schristos
117*eec8fc77Schristos/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
118*eec8fc77Schristos   you don't. */
119*eec8fc77Schristos#undef HAVE_DECL_PUTCHAR_UNLOCKED
120*eec8fc77Schristos
121*eec8fc77Schristos/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
122*eec8fc77Schristos   don't. */
123*eec8fc77Schristos#undef HAVE_DECL_PUTC_UNLOCKED
124*eec8fc77Schristos
125*eec8fc77Schristos/* Define to 1 if you have the declaration of `strerror', and to 0 if you
126*eec8fc77Schristos   don't. */
127*eec8fc77Schristos#undef HAVE_DECL_STRERROR
128*eec8fc77Schristos
129*eec8fc77Schristos/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
130*eec8fc77Schristos   don't. */
131*eec8fc77Schristos#undef HAVE_DECL_STRERROR_R
132*eec8fc77Schristos
133*eec8fc77Schristos/* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
134*eec8fc77Schristos   don't. */
135*eec8fc77Schristos#undef HAVE_DECL_STRTOIMAX
136*eec8fc77Schristos
137*eec8fc77Schristos/* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
138*eec8fc77Schristos   */
139*eec8fc77Schristos#undef HAVE_DECL_STRTOL
140*eec8fc77Schristos
141*eec8fc77Schristos/* Define to 1 if you have the declaration of `strtoul', and to 0 if you
142*eec8fc77Schristos   don't. */
143*eec8fc77Schristos#undef HAVE_DECL_STRTOUL
144*eec8fc77Schristos
145*eec8fc77Schristos/* Define to 1 if you have the declaration of `strtoull', and to 0 if you
146*eec8fc77Schristos   don't. */
147*eec8fc77Schristos#undef HAVE_DECL_STRTOULL
148*eec8fc77Schristos
149*eec8fc77Schristos/* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
150*eec8fc77Schristos   don't. */
151*eec8fc77Schristos#undef HAVE_DECL_STRTOUMAX
152*eec8fc77Schristos
153*eec8fc77Schristos/* Define to 1 if you have the `diraccess' function. */
154*eec8fc77Schristos#undef HAVE_DIRACCESS
155*eec8fc77Schristos
156*eec8fc77Schristos/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
157*eec8fc77Schristos   */
158*eec8fc77Schristos#undef HAVE_DIRENT_H
159*eec8fc77Schristos
160*eec8fc77Schristos/* Define if the malloc check has been performed. */
161*eec8fc77Schristos#undef HAVE_DONE_WORKING_MALLOC_CHECK
162*eec8fc77Schristos
163*eec8fc77Schristos/* Define if the realloc check has been performed. */
164*eec8fc77Schristos#undef HAVE_DONE_WORKING_REALLOC_CHECK
165*eec8fc77Schristos
166*eec8fc77Schristos/* Define to 1 if you have the `doprnt' function. */
167*eec8fc77Schristos#undef HAVE_DOPRNT
168*eec8fc77Schristos
169*eec8fc77Schristos/* Define to 1 if you have the `dup2' function. */
170*eec8fc77Schristos#undef HAVE_DUP2
171*eec8fc77Schristos
172*eec8fc77Schristos/* Define to 1 if you have the <fcntl.h> header file. */
173*eec8fc77Schristos#undef HAVE_FCNTL_H
174*eec8fc77Schristos
175*eec8fc77Schristos/* Define to 1 if your system has a working `fnmatch' function. */
176*eec8fc77Schristos#undef HAVE_FNMATCH
177*eec8fc77Schristos
178*eec8fc77Schristos/* Define to 1 if you have the `fork' function. */
179*eec8fc77Schristos#undef HAVE_FORK
180*eec8fc77Schristos
181*eec8fc77Schristos/* Define if the GNU gettext() function is already present or preinstalled. */
182*eec8fc77Schristos#undef HAVE_GETTEXT
183*eec8fc77Schristos
184*eec8fc77Schristos/* Define to 1 if you have the `gettimeofday' function. */
185*eec8fc77Schristos#undef HAVE_GETTIMEOFDAY
186*eec8fc77Schristos
187*eec8fc77Schristos/* Define if you have the iconv() function. */
188*eec8fc77Schristos#undef HAVE_ICONV
189*eec8fc77Schristos
190*eec8fc77Schristos/* Define to 1 if you have the <inttypes.h> header file. */
191*eec8fc77Schristos#undef HAVE_INTTYPES_H
192*eec8fc77Schristos
193*eec8fc77Schristos/* Define to 1 if you have the `isascii' function. */
194*eec8fc77Schristos#undef HAVE_ISASCII
195*eec8fc77Schristos
196*eec8fc77Schristos/* Define to 1 if you have the `iswprint' function. */
197*eec8fc77Schristos#undef HAVE_ISWPRINT
198*eec8fc77Schristos
199*eec8fc77Schristos/* Define to 1 if you have the <libintl.h> header file. */
200*eec8fc77Schristos#undef HAVE_LIBINTL_H
201*eec8fc77Schristos
202*eec8fc77Schristos/* Define to 1 if you have the <limits.h> header file. */
203*eec8fc77Schristos#undef HAVE_LIMITS_H
204*eec8fc77Schristos
205*eec8fc77Schristos/* Define to 1 if you have the <locale.h> header file. */
206*eec8fc77Schristos#undef HAVE_LOCALE_H
207*eec8fc77Schristos
208*eec8fc77Schristos/* Define to 1 if you have the `localtime_r' function. */
209*eec8fc77Schristos#undef HAVE_LOCALTIME_R
210*eec8fc77Schristos
211*eec8fc77Schristos/* Define if you have the long long type. */
212*eec8fc77Schristos#undef HAVE_LONG_LONG
213*eec8fc77Schristos
214*eec8fc77Schristos/* Define to 1 if you have the `mblen' function. */
215*eec8fc77Schristos#undef HAVE_MBLEN
216*eec8fc77Schristos
217*eec8fc77Schristos/* Define to 1 if you have the `mbrlen' function. */
218*eec8fc77Schristos#undef HAVE_MBRLEN
219*eec8fc77Schristos
220*eec8fc77Schristos/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
221*eec8fc77Schristos#undef HAVE_MBRTOWC
222*eec8fc77Schristos
223*eec8fc77Schristos/* Define to 1 if you have the `memchr' function. */
224*eec8fc77Schristos#undef HAVE_MEMCHR
225*eec8fc77Schristos
226*eec8fc77Schristos/* Define to 1 if you have the `memcpy' function. */
227*eec8fc77Schristos#undef HAVE_MEMCPY
228*eec8fc77Schristos
229*eec8fc77Schristos/* Define to 1 if you have the <memory.h> header file. */
230*eec8fc77Schristos#undef HAVE_MEMORY_H
231*eec8fc77Schristos
232*eec8fc77Schristos/* Define to 1 if you have the `mempcpy' function. */
233*eec8fc77Schristos#undef HAVE_MEMPCPY
234*eec8fc77Schristos
235*eec8fc77Schristos/* Define to 1 if you have the `memset' function. */
236*eec8fc77Schristos#undef HAVE_MEMSET
237*eec8fc77Schristos
238*eec8fc77Schristos/* Define to 1 if you have the `mkstemp' function. */
239*eec8fc77Schristos#undef HAVE_MKSTEMP
240*eec8fc77Schristos
241*eec8fc77Schristos/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
242*eec8fc77Schristos#undef HAVE_NDIR_H
243*eec8fc77Schristos
244*eec8fc77Schristos/* Define to 1 if you have the `setlocale' function. */
245*eec8fc77Schristos#undef HAVE_SETLOCALE
246*eec8fc77Schristos
247*eec8fc77Schristos/* Define to 1 if you have the DOS-style `setmode' function. */
248*eec8fc77Schristos#undef HAVE_SETMODE_DOS
249*eec8fc77Schristos
250*eec8fc77Schristos/* Define to 1 if you have the `sigaction' function. */
251*eec8fc77Schristos#undef HAVE_SIGACTION
252*eec8fc77Schristos
253*eec8fc77Schristos/* Define to 1 if the system has the type `siginfo_t'. */
254*eec8fc77Schristos#undef HAVE_SIGINFO_T
255*eec8fc77Schristos
256*eec8fc77Schristos/* Define to 1 if you have the `sigprocmask' function. */
257*eec8fc77Schristos#undef HAVE_SIGPROCMASK
258*eec8fc77Schristos
259*eec8fc77Schristos/* Define to 1 if the system has the type `stack_t'. */
260*eec8fc77Schristos#undef HAVE_STACK_T
261*eec8fc77Schristos
262*eec8fc77Schristos/* Define to 1 if stdbool.h conforms to C99. */
263*eec8fc77Schristos#undef HAVE_STDBOOL_H
264*eec8fc77Schristos
265*eec8fc77Schristos/* Define to 1 if you have the <stddef.h> header file. */
266*eec8fc77Schristos#undef HAVE_STDDEF_H
267*eec8fc77Schristos
268*eec8fc77Schristos/* Define to 1 if you have the <stdint.h> header file. */
269*eec8fc77Schristos#undef HAVE_STDINT_H
270*eec8fc77Schristos
271*eec8fc77Schristos/* Define to 1 if you have the <stdlib.h> header file. */
272*eec8fc77Schristos#undef HAVE_STDLIB_H
273*eec8fc77Schristos
274*eec8fc77Schristos/* Define to 1 if you have the `strcasecmp' function. */
275*eec8fc77Schristos#undef HAVE_STRCASECMP
276*eec8fc77Schristos
277*eec8fc77Schristos/* Define to 1 if you have the `strchr' function. */
278*eec8fc77Schristos#undef HAVE_STRCHR
279*eec8fc77Schristos
280*eec8fc77Schristos/* Define to 1 if you have the `strerror' function. */
281*eec8fc77Schristos#undef HAVE_STRERROR
282*eec8fc77Schristos
283*eec8fc77Schristos/* Define to 1 if you have the `strerror_r' function. */
284*eec8fc77Schristos#undef HAVE_STRERROR_R
285*eec8fc77Schristos
286*eec8fc77Schristos/* Define to 1 if you have the `strftime' function. */
287*eec8fc77Schristos#undef HAVE_STRFTIME
288*eec8fc77Schristos
289*eec8fc77Schristos/* Define to 1 if you have the <strings.h> header file. */
290*eec8fc77Schristos#undef HAVE_STRINGS_H
291*eec8fc77Schristos
292*eec8fc77Schristos/* Define to 1 if you have the <string.h> header file. */
293*eec8fc77Schristos#undef HAVE_STRING_H
294*eec8fc77Schristos
295*eec8fc77Schristos/* Define to 1 if you have the `strtoul' function. */
296*eec8fc77Schristos#undef HAVE_STRTOUL
297*eec8fc77Schristos
298*eec8fc77Schristos/* Define to 1 if you have the `strtoull' function. */
299*eec8fc77Schristos#undef HAVE_STRTOULL
300*eec8fc77Schristos
301*eec8fc77Schristos/* Define to 1 if you have the `strtoumax' function. */
302*eec8fc77Schristos#undef HAVE_STRTOUMAX
303*eec8fc77Schristos
304*eec8fc77Schristos/* Define to 1 if `st_blksize' is member of `struct stat'. */
305*eec8fc77Schristos#undef HAVE_STRUCT_STAT_ST_BLKSIZE
306*eec8fc77Schristos
307*eec8fc77Schristos/* Define to 1 if `st_rdev' is member of `struct stat'. */
308*eec8fc77Schristos#undef HAVE_STRUCT_STAT_ST_RDEV
309*eec8fc77Schristos
310*eec8fc77Schristos/* Define to 1 if `tm_zone' is member of `struct tm'. */
311*eec8fc77Schristos#undef HAVE_STRUCT_TM_TM_ZONE
312*eec8fc77Schristos
313*eec8fc77Schristos/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
314*eec8fc77Schristos   */
315*eec8fc77Schristos#undef HAVE_SYS_DIR_H
316*eec8fc77Schristos
317*eec8fc77Schristos/* Define to 1 if you have the <sys/file.h> header file. */
318*eec8fc77Schristos#undef HAVE_SYS_FILE_H
319*eec8fc77Schristos
320*eec8fc77Schristos/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
321*eec8fc77Schristos   */
322*eec8fc77Schristos#undef HAVE_SYS_NDIR_H
323*eec8fc77Schristos
324*eec8fc77Schristos/* Define to 1 if you have the <sys/stat.h> header file. */
325*eec8fc77Schristos#undef HAVE_SYS_STAT_H
326*eec8fc77Schristos
327*eec8fc77Schristos/* Define to 1 if you have the <sys/time.h> header file. */
328*eec8fc77Schristos#undef HAVE_SYS_TIME_H
329*eec8fc77Schristos
330*eec8fc77Schristos/* Define to 1 if you have the <sys/types.h> header file. */
331*eec8fc77Schristos#undef HAVE_SYS_TYPES_H
332*eec8fc77Schristos
333*eec8fc77Schristos/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
334*eec8fc77Schristos#undef HAVE_SYS_WAIT_H
335*eec8fc77Schristos
336*eec8fc77Schristos/* Define to 1 if you have the <time.h> header file. */
337*eec8fc77Schristos#undef HAVE_TIME_H
338*eec8fc77Schristos
339*eec8fc77Schristos/* Define to 1 if you have the `tmpnam' function. */
340*eec8fc77Schristos#undef HAVE_TMPNAM
341*eec8fc77Schristos
342*eec8fc77Schristos/* Define if struct tm has the tm_gmtoff member. */
343*eec8fc77Schristos#undef HAVE_TM_GMTOFF
344*eec8fc77Schristos
345*eec8fc77Schristos/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
346*eec8fc77Schristos   `HAVE_STRUCT_TM_TM_ZONE' instead. */
347*eec8fc77Schristos#undef HAVE_TM_ZONE
348*eec8fc77Schristos
349*eec8fc77Schristos/* Define to 1 if you don't have `tm_zone' but do have the external array
350*eec8fc77Schristos   `tzname'. */
351*eec8fc77Schristos#undef HAVE_TZNAME
352*eec8fc77Schristos
353*eec8fc77Schristos/* Define to 1 if you have the `tzset' function. */
354*eec8fc77Schristos#undef HAVE_TZSET
355*eec8fc77Schristos
356*eec8fc77Schristos/* Define to 1 if you have the <unistd.h> header file. */
357*eec8fc77Schristos#undef HAVE_UNISTD_H
358*eec8fc77Schristos
359*eec8fc77Schristos/* Define if you have the unsigned long long type. */
360*eec8fc77Schristos#undef HAVE_UNSIGNED_LONG_LONG
361*eec8fc77Schristos
362*eec8fc77Schristos/* Define to 1 if you have the `vfork' function. */
363*eec8fc77Schristos#undef HAVE_VFORK
364*eec8fc77Schristos
365*eec8fc77Schristos/* Define to 1 if you have the <vfork.h> header file. */
366*eec8fc77Schristos#undef HAVE_VFORK_H
367*eec8fc77Schristos
368*eec8fc77Schristos/* Define to 1 if you have the `vprintf' function. */
369*eec8fc77Schristos#undef HAVE_VPRINTF
370*eec8fc77Schristos
371*eec8fc77Schristos/* Define to 1 if you have the `waitpid' function. */
372*eec8fc77Schristos#undef HAVE_WAITPID
373*eec8fc77Schristos
374*eec8fc77Schristos/* Define to 1 if you have the <wchar.h> header file. */
375*eec8fc77Schristos#undef HAVE_WCHAR_H
376*eec8fc77Schristos
377*eec8fc77Schristos/* Define to 1 if you have the <wctype.h> header file. */
378*eec8fc77Schristos#undef HAVE_WCTYPE_H
379*eec8fc77Schristos
380*eec8fc77Schristos/* Define to 1 if `fork' works. */
381*eec8fc77Schristos#undef HAVE_WORKING_FORK
382*eec8fc77Schristos
383*eec8fc77Schristos/* Define to 1 if `vfork' works. */
384*eec8fc77Schristos#undef HAVE_WORKING_VFORK
385*eec8fc77Schristos
386*eec8fc77Schristos/* Define to 1 if extending the stack slightly past the limit causes a
387*eec8fc77Schristos   SIGSEGV, and an alternate stack can be established with sigaltstack, and
388*eec8fc77Schristos   the signal handler is passed a context that specifies the run time stack.
389*eec8fc77Schristos   This behavior is defined by POSIX 1003.1-2001 with the X/Open System
390*eec8fc77Schristos   Interface (XSI) option and is a standardized way to implement a SEGV-based
391*eec8fc77Schristos   stack overflow detection heuristic. */
392*eec8fc77Schristos#undef HAVE_XSI_STACK_OVERFLOW_HEURISTIC
393*eec8fc77Schristos
394*eec8fc77Schristos/* Define to 1 if you have the `__secure_getenv' function. */
395*eec8fc77Schristos#undef HAVE___SECURE_GETENV
396*eec8fc77Schristos
397*eec8fc77Schristos#if FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
398*eec8fc77Schristos# define ISSLASH(C) ((C) == '/' || (C) == '\\')
399*eec8fc77Schristos#else
400*eec8fc77Schristos# define ISSLASH(C) ((C) == '/')
401*eec8fc77Schristos#endif
402*eec8fc77Schristos
403*eec8fc77Schristos/* Name of package */
404*eec8fc77Schristos#undef PACKAGE
405*eec8fc77Schristos
406*eec8fc77Schristos/* Define to the address where bug reports for this package should be sent. */
407*eec8fc77Schristos#undef PACKAGE_BUGREPORT
408*eec8fc77Schristos
409*eec8fc77Schristos/* Define to the full name of this package. */
410*eec8fc77Schristos#undef PACKAGE_NAME
411*eec8fc77Schristos
412*eec8fc77Schristos/* Define to the full name and version of this package. */
413*eec8fc77Schristos#undef PACKAGE_STRING
414*eec8fc77Schristos
415*eec8fc77Schristos/* Define to the one symbol short name of this package. */
416*eec8fc77Schristos#undef PACKAGE_TARNAME
417*eec8fc77Schristos
418*eec8fc77Schristos/* Define to the version of this package. */
419*eec8fc77Schristos#undef PACKAGE_VERSION
420*eec8fc77Schristos
421*eec8fc77Schristos/* Define if compiler has function prototypes */
422*eec8fc77Schristos#undef PROTOTYPES
423*eec8fc77Schristos
424*eec8fc77Schristos/* Name of "pr" program. */
425*eec8fc77Schristos#undef PR_PROGRAM
426*eec8fc77Schristos
427*eec8fc77Schristos/* Define to 1 to avoid alloca in the regular-expression implementation. */
428*eec8fc77Schristos#undef REGEX_MALLOC
429*eec8fc77Schristos
430*eec8fc77Schristos/* Define as the return type of signal handlers (`int' or `void'). */
431*eec8fc77Schristos#undef RETSIGTYPE
432*eec8fc77Schristos
433*eec8fc77Schristos/* If using the C implementation of alloca, define if you know the
434*eec8fc77Schristos   direction of stack growth for your system; otherwise it will be
435*eec8fc77Schristos   automatically deduced at run-time.
436*eec8fc77Schristos        STACK_DIRECTION > 0 => grows toward higher addresses
437*eec8fc77Schristos        STACK_DIRECTION < 0 => grows toward lower addresses
438*eec8fc77Schristos        STACK_DIRECTION = 0 => direction of growth unknown */
439*eec8fc77Schristos#undef STACK_DIRECTION
440*eec8fc77Schristos
441*eec8fc77Schristos/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
442*eec8fc77Schristos#undef STAT_MACROS_BROKEN
443*eec8fc77Schristos
444*eec8fc77Schristos/* Define to 1 if you have the ANSI C header files. */
445*eec8fc77Schristos#undef STDC_HEADERS
446*eec8fc77Schristos
447*eec8fc77Schristos/* Define to 1 if strerror_r returns char *. */
448*eec8fc77Schristos#undef STRERROR_R_CHAR_P
449*eec8fc77Schristos
450*eec8fc77Schristos/* Define to be the nanoseconds member of struct stat's st_mtim, if it exists.
451*eec8fc77Schristos   */
452*eec8fc77Schristos#undef ST_MTIM_NSEC
453*eec8fc77Schristos
454*eec8fc77Schristos/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
455*eec8fc77Schristos#undef TIME_WITH_SYS_TIME
456*eec8fc77Schristos
457*eec8fc77Schristos/* Define to 1 if your <sys/time.h> declares `struct tm'. */
458*eec8fc77Schristos#undef TM_IN_SYS_TIME
459*eec8fc77Schristos
460*eec8fc77Schristos/* Version number of package */
461*eec8fc77Schristos#undef VERSION
462*eec8fc77Schristos
463*eec8fc77Schristos/* Number of bits in a file offset, on hosts where this is settable. */
464*eec8fc77Schristos#undef _FILE_OFFSET_BITS
465*eec8fc77Schristos
466*eec8fc77Schristos#ifndef _GNU_SOURCE
467*eec8fc77Schristos# define _GNU_SOURCE
468*eec8fc77Schristos#endif
469*eec8fc77Schristos
470*eec8fc77Schristos/* Define for large files, on AIX-style hosts. */
471*eec8fc77Schristos#undef _LARGE_FILES
472*eec8fc77Schristos
473*eec8fc77Schristos/* Enable Solaris extensions. */
474*eec8fc77Schristos#undef __EXTENSIONS__
475*eec8fc77Schristos
476*eec8fc77Schristos/* Define like PROTOTYPES; this can be used by system headers. */
477*eec8fc77Schristos#undef __PROTOTYPES
478*eec8fc77Schristos
479*eec8fc77Schristos/* Define to empty if `const' does not conform to ANSI C. */
480*eec8fc77Schristos#undef const
481*eec8fc77Schristos
482*eec8fc77Schristos/* Define as `__inline' if that's what the C compiler calls it, or to nothing
483*eec8fc77Schristos   if it is not supported. */
484*eec8fc77Schristos#undef inline
485*eec8fc77Schristos
486*eec8fc77Schristos/* Define to widest signed type if <inttypes.h> doesn't define. */
487*eec8fc77Schristos#undef intmax_t
488*eec8fc77Schristos
489*eec8fc77Schristos/* Define to rpl_malloc if the replacement function should be used. */
490*eec8fc77Schristos#undef malloc
491*eec8fc77Schristos
492*eec8fc77Schristos/* Define to a type if <wchar.h> does not define. */
493*eec8fc77Schristos#undef mbstate_t
494*eec8fc77Schristos
495*eec8fc77Schristos/* Define to the name of the strftime replacement function. */
496*eec8fc77Schristos#undef my_strftime
497*eec8fc77Schristos
498*eec8fc77Schristos/* Define to `int' if <sys/types.h> does not define. */
499*eec8fc77Schristos#undef pid_t
500*eec8fc77Schristos
501*eec8fc77Schristos/* Define to `int' if <sys/types.h> does not define. */
502*eec8fc77Schristos#undef ptrdiff_t
503*eec8fc77Schristos
504*eec8fc77Schristos/* Define to rpl_realloc if the replacement function should be used. */
505*eec8fc77Schristos#undef realloc
506*eec8fc77Schristos
507*eec8fc77Schristos/* Define to `int' if <sys/types.h> does not define. */
508*eec8fc77Schristos#undef ssize_t
509*eec8fc77Schristos
510*eec8fc77Schristos/* Define to widest unsigned type if <inttypes.h> doesn't define. */
511*eec8fc77Schristos#undef uintmax_t
512*eec8fc77Schristos
513*eec8fc77Schristos/* Define as `fork' if `vfork' does not work. */
514*eec8fc77Schristos#undef vfork
515