1170757Sdelphij/* config.h.  Generated by configure.  */
2170757Sdelphij/* config.hin.  Generated from configure.ac by autoheader.  */
330862Sache
4170757Sdelphij/* $FreeBSD$ */
530862Sache
6170757Sdelphij/* Define to 1 if the `closedir' function returns void instead of `int'. */
730862Sache/* #undef CLOSEDIR_VOID */
830862Sache
9170757Sdelphij/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
10170757Sdelphij   systems. This function is required for `alloca.c' support on those systems.
11170757Sdelphij   */
1230862Sache/* #undef CRAY_STACKSEG_END */
1330862Sache
14170757Sdelphij/* Define to 1 if using `alloca.c'. */
15170757Sdelphij/* #undef C_ALLOCA */
16170757Sdelphij
17170757Sdelphij/* Name of editor program, unless overridden. */
18170757Sdelphij#define DEFAULT_EDITOR_PROGRAM "/usr/bin/vi"
19170757Sdelphij
20170757Sdelphij/* Define the default level of POSIX conformance. The value is of the form
21170757Sdelphij   YYYYMM, specifying the year and month the standard was adopted. If not
22170757Sdelphij   defined here, it defaults to the value of _POSIX2_VERSION in <unistd.h>.
23170757Sdelphij   Define to 199209 to default to POSIX 1003.2-1992, which makes standard
24170757Sdelphij   programs like `head', `tail', and `sort' accept obsolete options like `+10'
25170757Sdelphij   and `-10'. Define to 200112 to default to POSIX 1003.1-2001, which makes
26170757Sdelphij   these standard programs treat leading-`+' operands as file names and
27170757Sdelphij   require modern usages like `-n 10' instead of `-10'. Whether defined here
28170757Sdelphij   or not, the default can be overridden at run time via the _POSIX2_VERSION
29170757Sdelphij   environment variable. */
30170757Sdelphij/* #undef DEFAULT_POSIX2_VERSION */
31170757Sdelphij
32170757Sdelphij/* Define to 1 if translation of program messages to the user's native
33170757Sdelphij   language is requested. */
34170757Sdelphij#define ENABLE_NLS 0
35170757Sdelphij
36170757Sdelphij/* Define on systems for which file names may have a so-called `drive letter'
37170757Sdelphij   prefix, define this to compute the length of that prefix, including the
38170757Sdelphij   colon. */
39170757Sdelphij#define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
40170757Sdelphij
41170757Sdelphij/* Define if the backslash character may also serve as a file name component
42170757Sdelphij   separator. */
43170757Sdelphij#define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
44170757Sdelphij
45170757Sdelphij#if FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
46170757Sdelphij# define FILESYSTEM_PREFIX_LEN(Filename) \
47170757Sdelphij  ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)
48170757Sdelphij#else
49170757Sdelphij# define FILESYSTEM_PREFIX_LEN(Filename) 0
50170757Sdelphij#endif
51170757Sdelphij
52170757Sdelphij/* Define if gettimeofday clobbers localtime's static buffer. */
53170757Sdelphij/* #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER */
54170757Sdelphij
55170757Sdelphij/* Define to 1 if you have `alloca', as a function or macro. */
56170757Sdelphij#define HAVE_ALLOCA 1
57170757Sdelphij
58170757Sdelphij/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
59170757Sdelphij   */
6030862Sache/* #undef HAVE_ALLOCA_H */
6130862Sache
62170757Sdelphij/* Define to 1 if you have the `btowc' function. */
63170757Sdelphij#define HAVE_BTOWC 1
6430862Sache
65170757Sdelphij/* Define to 1 if you have the `clock_gettime' function. */
66170757Sdelphij#define HAVE_CLOCK_GETTIME 1
6730862Sache
68170757Sdelphij/* Define to 1 if C supports variable-length arrays. */
69170757Sdelphij#define HAVE_C_VARARRAYS 1
70170757Sdelphij
71170757Sdelphij/* Define if the GNU dcgettext() function is already present or preinstalled.
72170757Sdelphij   */
73170757Sdelphij/* #undef HAVE_DCGETTEXT */
74170757Sdelphij
75170757Sdelphij/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
76170757Sdelphij   you don't. */
77170757Sdelphij#define HAVE_DECL_CLEARERR_UNLOCKED 1
78170757Sdelphij
79170757Sdelphij/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
80170757Sdelphij   don't. */
81170757Sdelphij#define HAVE_DECL_FEOF_UNLOCKED 1
82170757Sdelphij
83170757Sdelphij/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
84170757Sdelphij   you don't. */
85170757Sdelphij#define HAVE_DECL_FERROR_UNLOCKED 1
86170757Sdelphij
87170757Sdelphij/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
88170757Sdelphij   you don't. */
89170757Sdelphij#define HAVE_DECL_FFLUSH_UNLOCKED 0
90170757Sdelphij
91170757Sdelphij/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
92170757Sdelphij   you don't. */
93170757Sdelphij#define HAVE_DECL_FGETS_UNLOCKED 0
94170757Sdelphij
95170757Sdelphij/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
96170757Sdelphij   you don't. */
97170757Sdelphij#define HAVE_DECL_FPUTC_UNLOCKED 0
98170757Sdelphij
99170757Sdelphij/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
100170757Sdelphij   you don't. */
101170757Sdelphij#define HAVE_DECL_FPUTS_UNLOCKED 0
102170757Sdelphij
103170757Sdelphij/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
104170757Sdelphij   you don't. */
105170757Sdelphij#define HAVE_DECL_FREAD_UNLOCKED 0
106170757Sdelphij
107170757Sdelphij/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
108170757Sdelphij   you don't. */
109170757Sdelphij#define HAVE_DECL_FWRITE_UNLOCKED 0
110170757Sdelphij
111170757Sdelphij/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
112170757Sdelphij   you don't. */
113170757Sdelphij#define HAVE_DECL_GETCHAR_UNLOCKED 1
114170757Sdelphij
115170757Sdelphij/* Define to 1 if you have the declaration of `getcontext', and to 0 if you
116170757Sdelphij   don't. */
117170757Sdelphij#define HAVE_DECL_GETCONTEXT 1
118170757Sdelphij
119170757Sdelphij/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
120170757Sdelphij   don't. */
121170757Sdelphij#define HAVE_DECL_GETC_UNLOCKED 1
122170757Sdelphij
123170757Sdelphij/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
124170757Sdelphij   */
125170757Sdelphij#define HAVE_DECL_GETENV 1
126170757Sdelphij
127170757Sdelphij/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
128170757Sdelphij   you don't. */
129170757Sdelphij#define HAVE_DECL_PUTCHAR_UNLOCKED 1
130170757Sdelphij
131170757Sdelphij/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
132170757Sdelphij   don't. */
133170757Sdelphij#define HAVE_DECL_PUTC_UNLOCKED 1
134170757Sdelphij
135170757Sdelphij/* Define to 1 if you have the declaration of `sigaltstack', and to 0 if you
136170757Sdelphij   don't. */
137170757Sdelphij#define HAVE_DECL_SIGALTSTACK 1
138170757Sdelphij
139170757Sdelphij/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
140170757Sdelphij   don't. */
141170757Sdelphij#define HAVE_DECL_STRERROR_R 1
142170757Sdelphij
143170757Sdelphij/* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
144170757Sdelphij   don't. */
145170757Sdelphij#define HAVE_DECL_STRTOIMAX 1
146170757Sdelphij
147170757Sdelphij/* Define to 1 if you have the declaration of `strtoll', and to 0 if you
148170757Sdelphij   don't. */
149170757Sdelphij#define HAVE_DECL_STRTOLL 1
150170757Sdelphij
151170757Sdelphij/* Define to 1 if you have the declaration of `strtoull', and to 0 if you
152170757Sdelphij   don't. */
153170757Sdelphij#define HAVE_DECL_STRTOULL 1
154170757Sdelphij
155170757Sdelphij/* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
156170757Sdelphij   don't. */
157170757Sdelphij#define HAVE_DECL_STRTOUMAX 1
158170757Sdelphij
159170757Sdelphij/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
160170757Sdelphij   */
161170757Sdelphij#define HAVE_DIRENT_H 1
162170757Sdelphij
163170757Sdelphij/* Define to 1 if you have the `dup2' function. */
164170757Sdelphij#define HAVE_DUP2 1
165170757Sdelphij
166170757Sdelphij/* Define to 1 if you have the <fcntl.h> header file. */
167170757Sdelphij#define HAVE_FCNTL_H 1
168170757Sdelphij
169170757Sdelphij/* Define to 1 if you have the `fork' function. */
170170757Sdelphij#define HAVE_FORK 1
171170757Sdelphij
172170757Sdelphij/* Define to 1 if you have the `getcontext' function. */
173170757Sdelphij#define HAVE_GETCONTEXT 1
174170757Sdelphij
175170757Sdelphij/* Define if the GNU gettext() function is already present or preinstalled. */
176170757Sdelphij/* #undef HAVE_GETTEXT */
177170757Sdelphij
178170757Sdelphij/* Define to 1 if you have the `gettimeofday' function. */
179170757Sdelphij#define HAVE_GETTIMEOFDAY 1
180170757Sdelphij
181170757Sdelphij/* Define if you have the iconv() function. */
182170757Sdelphij/* #undef HAVE_ICONV */
183170757Sdelphij
184170757Sdelphij/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
185170757Sdelphij#define HAVE_INTMAX_T 1
186170757Sdelphij
187170757Sdelphij/* Define to 1 if you have the <inttypes.h> header file. */
188170757Sdelphij#define HAVE_INTTYPES_H 1
189170757Sdelphij
190170757Sdelphij/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
191170757Sdelphij   declares uintmax_t. */
192170757Sdelphij#define HAVE_INTTYPES_H_WITH_UINTMAX 1
193170757Sdelphij
194170757Sdelphij/* Define to 1 if you have the `isascii' function. */
195170757Sdelphij#define HAVE_ISASCII 1
196170757Sdelphij
197170757Sdelphij/* Define to 1 if you have the <locale.h> header file. */
198170757Sdelphij#define HAVE_LOCALE_H 1
199170757Sdelphij
200170757Sdelphij/* Define if you have the 'long long' type. */
201170757Sdelphij#define HAVE_LONG_LONG 1
202170757Sdelphij
203170757Sdelphij/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
204170757Sdelphij   to 0 otherwise. */
205170757Sdelphij#define HAVE_MALLOC 1
206170757Sdelphij
207170757Sdelphij/* Define to 1 if you have the `mblen' function. */
208170757Sdelphij#define HAVE_MBLEN 1
209170757Sdelphij
210170757Sdelphij/* Define to 1 if you have the `mbrlen' function. */
211170757Sdelphij#define HAVE_MBRLEN 1
212170757Sdelphij
213170757Sdelphij/* Define to 1 if you have the `mbsrtowcs' function. */
214170757Sdelphij#define HAVE_MBSRTOWCS 1
215170757Sdelphij
216170757Sdelphij/* Define to 1 if <wchar.h> declares mbstate_t. */
217170757Sdelphij#define HAVE_MBSTATE_T 1
218170757Sdelphij
219170757Sdelphij/* Define to 1 if you have the <memory.h> header file. */
220170757Sdelphij#define HAVE_MEMORY_H 1
221170757Sdelphij
222170757Sdelphij/* Define to 1 if you have the `mempcpy' function. */
223170757Sdelphij/* #undef HAVE_MEMPCPY */
224170757Sdelphij
225170757Sdelphij/* Define to 1 if you have the `mkstemp' function. */
226170757Sdelphij#define HAVE_MKSTEMP 1
227170757Sdelphij
228170757Sdelphij/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
229170757Sdelphij/* #undef HAVE_NDIR_H */
230170757Sdelphij
231170757Sdelphij/* Define to 1 if your system has a GNU libc compatible `realloc' function,
232170757Sdelphij   and to 0 otherwise. */
233170757Sdelphij#define HAVE_REALLOC 1
234170757Sdelphij
235170757Sdelphij/* Define to 1 if you have run the test for working tzset. */
236170757Sdelphij#define HAVE_RUN_TZSET_TEST 1
237170757Sdelphij
238170757Sdelphij/* Define to 1 if you have the `setlocale' function. */
239170757Sdelphij#define HAVE_SETLOCALE 1
240170757Sdelphij
241170757Sdelphij/* Define to 1 if you have the DOS-style `setmode' function. */
242170757Sdelphij/* #undef HAVE_SETMODE_DOS */
243170757Sdelphij
244170757Sdelphij/* Define to 1 if you have the `setrlimit' function. */
245170757Sdelphij#define HAVE_SETRLIMIT 1
246170757Sdelphij
247170757Sdelphij/* Define to 1 if you have the `sigaction' function. */
248170757Sdelphij#define HAVE_SIGACTION 1
249170757Sdelphij
250170757Sdelphij/* Define to 1 if you have the `sigaltstack' function. */
251170757Sdelphij#define HAVE_SIGALTSTACK 1
252170757Sdelphij
253170757Sdelphij/* Define to 1 if you have the `sigprocmask' function. */
254170757Sdelphij#define HAVE_SIGPROCMASK 1
255170757Sdelphij
256170757Sdelphij/* Define to 1 if the system has the type `stack_t'. */
257170757Sdelphij#define HAVE_STACK_T 1
258170757Sdelphij
259170757Sdelphij/* Define to 1 if stdbool.h conforms to C99. */
260170757Sdelphij#define HAVE_STDBOOL_H 1
261170757Sdelphij
262170757Sdelphij/* Define to 1 if you have the <stdint.h> header file. */
263170757Sdelphij#define HAVE_STDINT_H 1
264170757Sdelphij
265170757Sdelphij/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
266170757Sdelphij   uintmax_t. */
267170757Sdelphij#define HAVE_STDINT_H_WITH_UINTMAX 1
268170757Sdelphij
269170757Sdelphij/* Define to 1 if you have the <stdlib.h> header file. */
270170757Sdelphij#define HAVE_STDLIB_H 1
271170757Sdelphij
272170757Sdelphij/* Define to 1 if you have the `strcasecmp' function. */
273170757Sdelphij#define HAVE_STRCASECMP 1
274170757Sdelphij
275170757Sdelphij/* Define to 1 if you have the `strcasecoll' function. */
276170757Sdelphij/* #undef HAVE_STRCASECOLL */
277170757Sdelphij
278170757Sdelphij/* Define to 1 if you have the `strerror_r' function. */
279170757Sdelphij#define HAVE_STRERROR_R 1
280170757Sdelphij
281170757Sdelphij/* Define to 1 if you have the `strftime' function. */
282170757Sdelphij#define HAVE_STRFTIME 1
283170757Sdelphij
284170757Sdelphij/* Define to 1 if you have the `stricoll' function. */
285170757Sdelphij/* #undef HAVE_STRICOLL */
286170757Sdelphij
287170757Sdelphij/* Define to 1 if you have the <strings.h> header file. */
288170757Sdelphij#define HAVE_STRINGS_H 1
289170757Sdelphij
290170757Sdelphij/* Define to 1 if you have the <string.h> header file. */
291170757Sdelphij#define HAVE_STRING_H 1
292170757Sdelphij
293170757Sdelphij/* Define to 1 if you have the `strncasecmp' function. */
294170757Sdelphij#define HAVE_STRNCASECMP 1
295170757Sdelphij
296170757Sdelphij/* Define to 1 if you have the `strtoimax' function. */
297170757Sdelphij#define HAVE_STRTOIMAX 1
298170757Sdelphij
299170757Sdelphij/* Define to 1 if you have the `strtol' function. */
300170757Sdelphij#define HAVE_STRTOL 1
301170757Sdelphij
302170757Sdelphij/* Define to 1 if you have the `strtoll' function. */
303170757Sdelphij#define HAVE_STRTOLL 1
304170757Sdelphij
305170757Sdelphij/* Define to 1 if you have the `strtoul' function. */
306170757Sdelphij#define HAVE_STRTOUL 1
307170757Sdelphij
308170757Sdelphij/* Define to 1 if you have the `strtoull' function. */
309170757Sdelphij#define HAVE_STRTOULL 1
310170757Sdelphij
311170757Sdelphij/* Define to 1 if you have the `strtoumax' function. */
312170757Sdelphij#define HAVE_STRTOUMAX 1
313170757Sdelphij
314170757Sdelphij/* Define to 1 if `sa_sigaction' is member of `struct sigaction'. */
315170757Sdelphij#define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1
316170757Sdelphij
317170757Sdelphij/* Define to 1 if `st_blksize' is member of `struct stat'. */
318170757Sdelphij#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
319170757Sdelphij
320170757Sdelphij/* Define to 1 if `st_rdev' is member of `struct stat'. */
321170757Sdelphij#define HAVE_STRUCT_STAT_ST_RDEV 1
322170757Sdelphij
323170757Sdelphij/* Define to 1 if `tm_zone' is member of `struct tm'. */
324170757Sdelphij#define HAVE_STRUCT_TM_TM_ZONE 1
325170757Sdelphij
326170757Sdelphij/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
327170757Sdelphij   */
328170757Sdelphij/* #undef HAVE_SYS_DIR_H */
329170757Sdelphij
330170757Sdelphij/* Define to 1 if you have the <sys/file.h> header file. */
331170757Sdelphij#define HAVE_SYS_FILE_H 1
332170757Sdelphij
333170757Sdelphij/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
334170757Sdelphij   */
335170757Sdelphij/* #undef HAVE_SYS_NDIR_H */
336170757Sdelphij
337170757Sdelphij/* Define to 1 if you have the <sys/resource.h> header file. */
338170757Sdelphij#define HAVE_SYS_RESOURCE_H 1
339170757Sdelphij
340170757Sdelphij/* Define to 1 if you have the <sys/stat.h> header file. */
341170757Sdelphij#define HAVE_SYS_STAT_H 1
342170757Sdelphij
343170757Sdelphij/* Define to 1 if you have the <sys/time.h> header file. */
344170757Sdelphij#define HAVE_SYS_TIME_H 1
345170757Sdelphij
346170757Sdelphij/* Define to 1 if you have the <sys/types.h> header file. */
347170757Sdelphij#define HAVE_SYS_TYPES_H 1
348170757Sdelphij
349170757Sdelphij/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
350170757Sdelphij#define HAVE_SYS_WAIT_H 1
351170757Sdelphij
352170757Sdelphij/* Define to 1 if localtime_r, etc. have the type signatures that POSIX
353170757Sdelphij   requires. */
354170757Sdelphij#define HAVE_TIME_R_POSIX 1
355170757Sdelphij
356170757Sdelphij/* Define if struct tm has the tm_gmtoff member. */
357170757Sdelphij#define HAVE_TM_GMTOFF 1
358170757Sdelphij
359170757Sdelphij/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
360170757Sdelphij   `HAVE_STRUCT_TM_TM_ZONE' instead. */
361170757Sdelphij#define HAVE_TM_ZONE 1
362170757Sdelphij
363170757Sdelphij/* Define to 1 if you don't have `tm_zone' but do have the external array
364170757Sdelphij   `tzname'. */
365170757Sdelphij/* #undef HAVE_TZNAME */
366170757Sdelphij
367170757Sdelphij/* Define to 1 if you have the `tzset' function. */
368170757Sdelphij#define HAVE_TZSET 1
369170757Sdelphij
370170757Sdelphij/* Define to 1 if you have the <ucontext.h> header file. */
371170757Sdelphij#define HAVE_UCONTEXT_H 1
372170757Sdelphij
373170757Sdelphij/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
374170757Sdelphij#define HAVE_UINTMAX_T 1
375170757Sdelphij
376170757Sdelphij/* Define to 1 if you have the <unistd.h> header file. */
377170757Sdelphij#define HAVE_UNISTD_H 1
378170757Sdelphij
379170757Sdelphij/* Define if you have the 'unsigned long long' type. */
380170757Sdelphij#define HAVE_UNSIGNED_LONG_LONG 1
381170757Sdelphij
382170757Sdelphij/* Define to 1 if you have the `vfork' function. */
383170757Sdelphij#define HAVE_VFORK 1
384170757Sdelphij
385170757Sdelphij/* Define to 1 if you have the <vfork.h> header file. */
38630862Sache/* #undef HAVE_VFORK_H */
38730862Sache
388170757Sdelphij/* Define to 1 if you have the `waitpid' function. */
389170757Sdelphij#define HAVE_WAITPID 1
39030862Sache
391170757Sdelphij/* Define to 1 if you have the <wchar.h> header file. */
392170757Sdelphij#define HAVE_WCHAR_H 1
39330862Sache
394170757Sdelphij/* Define to 1 if you have the <wctype.h> header file. */
395170757Sdelphij#define HAVE_WCTYPE_H 1
39630862Sache
397170757Sdelphij/* Define to 1 if you have the `wmempcpy' function. */
398170757Sdelphij/* #undef HAVE_WMEMPCPY */
39930862Sache
400170757Sdelphij/* Define to 1 if `fork' works. */
401170757Sdelphij#define HAVE_WORKING_FORK 1
40230862Sache
403170757Sdelphij/* Define to 1 if `vfork' works. */
404170757Sdelphij#define HAVE_WORKING_VFORK 1
40530862Sache
406170757Sdelphij/* Define to 1 if extending the stack slightly past the limit causes a
407170757Sdelphij   SIGSEGV, and an alternate stack can be established with sigaltstack, and
408170757Sdelphij   the signal handler is passed a context that specifies the run time stack.
409170757Sdelphij   This behavior is defined by POSIX 1003.1-2001 with the X/Open System
410170757Sdelphij   Interface (XSI) option and is a standardized way to implement a SEGV-based
411170757Sdelphij   stack overflow detection heuristic. */
412170757Sdelphij/* #undef HAVE_XSI_STACK_OVERFLOW_HEURISTIC */
413170757Sdelphij
414170757Sdelphij/* Define to 1 if the system has the type `_Bool'. */
415170757Sdelphij#define HAVE__BOOL 1
416170757Sdelphij
417170757Sdelphij/* Define to 1 if you have the `__secure_getenv' function. */
418170757Sdelphij/* #undef HAVE___SECURE_GETENV */
419170757Sdelphij
420170757Sdelphij#if FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
421170757Sdelphij# define ISSLASH(C) ((C) == '/' || (C) == '\\')
422170757Sdelphij#else
423170757Sdelphij# define ISSLASH(C) ((C) == '/')
424170757Sdelphij#endif
425170757Sdelphij
426170757Sdelphij/* Name of package */
427170757Sdelphij#define PACKAGE "diffutils"
428170757Sdelphij
429170757Sdelphij/* Define to the address where bug reports for this package should be sent. */
430170757Sdelphij#define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org"
431170757Sdelphij
432170757Sdelphij/* Define to the full name of this package. */
433170757Sdelphij#define PACKAGE_NAME "GNU diffutils"
434170757Sdelphij
435170757Sdelphij/* Define to the full name and version of this package. */
436170757Sdelphij#define PACKAGE_STRING "GNU diffutils 2.8.7"
437170757Sdelphij
438170757Sdelphij/* Define to the one symbol short name of this package. */
439170757Sdelphij#define PACKAGE_TARNAME "diffutils"
440170757Sdelphij
441170757Sdelphij/* Define to the version of this package. */
442170757Sdelphij#define PACKAGE_VERSION "2.8.7"
443170757Sdelphij
444170757Sdelphij/* Name of "pr" program. */
445170757Sdelphij#define PR_PROGRAM "/usr/bin/pr"
446170757Sdelphij
447170757Sdelphij/* Define to 1 to avoid alloca in the regular-expression implementation. */
448170757Sdelphij#define REGEX_MALLOC 1
449170757Sdelphij
45030862Sache/* If using the C implementation of alloca, define if you know the
45130862Sache   direction of stack growth for your system; otherwise it will be
45230862Sache   automatically deduced at run-time.
45330862Sache	STACK_DIRECTION > 0 => grows toward higher addresses
45430862Sache	STACK_DIRECTION < 0 => grows toward lower addresses
455170757Sdelphij	STACK_DIRECTION = 0 => direction of growth unknown */
45630862Sache/* #undef STACK_DIRECTION */
45730862Sache
458170757Sdelphij/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
45930862Sache/* #undef STAT_MACROS_BROKEN */
46030862Sache
461170757Sdelphij/* Define to 1 if you have the ANSI C header files. */
46230862Sache#define STDC_HEADERS 1
46330862Sache
464170757Sdelphij/* Define to 1 if strerror_r returns char *. */
465170757Sdelphij/* #undef STRERROR_R_CHAR_P */
46630862Sache
467170757Sdelphij/* Define to be the nanoseconds member of struct stat's st_mtim, if it exists.
468170757Sdelphij   */
469170757Sdelphij#define ST_MTIM_NSEC tv_nsec
47030862Sache
471170757Sdelphij/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
472170757Sdelphij#define TIME_WITH_SYS_TIME 1
47330862Sache
474170757Sdelphij/* Define to 1 if your <sys/time.h> declares `struct tm'. */
475170757Sdelphij/* #undef TM_IN_SYS_TIME */
47630862Sache
477170757Sdelphij/* Define if tzset clobbers localtime's static buffer. */
478170757Sdelphij/* #undef TZSET_CLOBBERS_LOCALTIME_BUFFER */
47930862Sache
480170757Sdelphij/* Version number of package */
481170757Sdelphij#define VERSION "2.8.7"
48230862Sache
483170757Sdelphij/* Define to 1 if on AIX 3.
484170757Sdelphij   System headers sometimes define this.
485170757Sdelphij   We just want to avoid a redefinition error message.  */
486170757Sdelphij#ifndef _ALL_SOURCE
487170757Sdelphij/* # undef _ALL_SOURCE */
488170757Sdelphij#endif
48930862Sache
490170757Sdelphij/* Number of bits in a file offset, on hosts where this is settable. */
491170757Sdelphij/* #undef _FILE_OFFSET_BITS */
49230862Sache
493170757Sdelphij/* Enable GNU extensions on systems that have them.  */
494170757Sdelphij#ifndef _GNU_SOURCE
495170757Sdelphij# define _GNU_SOURCE 1
496170757Sdelphij#endif
49730862Sache
498170757Sdelphij/* Define for large files, on AIX-style hosts. */
499170757Sdelphij/* #undef _LARGE_FILES */
50030862Sache
501170757Sdelphij/* Define to 1 if on MINIX. */
502170757Sdelphij/* #undef _MINIX */
50330862Sache
504170757Sdelphij/* Define to 2 if the system does not provide POSIX.1 features except with
505170757Sdelphij   this defined. */
506170757Sdelphij/* #undef _POSIX_1_SOURCE */
50730862Sache
508170757Sdelphij/* Define to 1 if you need to in order for `stat' and other things to work. */
509170757Sdelphij/* #undef _POSIX_SOURCE */
51030862Sache
511170757Sdelphij/* Enable extensions on Solaris.  */
512170757Sdelphij#ifndef __EXTENSIONS__
513170757Sdelphij# define __EXTENSIONS__ 1
514170757Sdelphij#endif
51530862Sache
516170757Sdelphij/* Define to empty if `const' does not conform to ANSI C. */
517170757Sdelphij/* #undef const */
51830862Sache
519170757Sdelphij/* Define to a replacement function name for fnmatch(). */
520170757Sdelphij/* #undef fnmatch */
52130862Sache
522170757Sdelphij/* Define to rpl_gettimeofday if the replacement function should be used. */
523170757Sdelphij/* #undef gettimeofday */
52430862Sache
525170757Sdelphij/* Define to rpl_gmtime if the replacement function should be used. */
526170757Sdelphij/* #undef gmtime */
52730862Sache
528170757Sdelphij/* Define to `__inline__' or `__inline' if that's what the C compiler
529170757Sdelphij   calls it, or to nothing if 'inline' is not supported under any name.  */
530170757Sdelphij#ifndef __cplusplus
531170757Sdelphij/* #undef inline */
532170757Sdelphij#endif
533170757Sdelphij
534170757Sdelphij/* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
535170757Sdelphij/* #undef intmax_t */
536170757Sdelphij
537170757Sdelphij/* Define to rpl_localtime if the replacement function should be used. */
538170757Sdelphij/* #undef localtime */
539170757Sdelphij
540170757Sdelphij/* Define to rpl_malloc if the replacement function should be used. */
541170757Sdelphij/* #undef malloc */
542170757Sdelphij
543170757Sdelphij/* Define to a type if <wchar.h> does not define. */
544170757Sdelphij/* #undef mbstate_t */
545170757Sdelphij
546170757Sdelphij/* Define to rpl_mkstemp if the replacement function should be used. */
547170757Sdelphij/* #undef mkstemp */
548170757Sdelphij
549170757Sdelphij/* Define to the name of the strftime replacement function. */
550170757Sdelphij#define my_strftime nstrftime
551170757Sdelphij
552170757Sdelphij/* Define to `long' if <sys/types.h> does not define. */
553170757Sdelphij/* #undef off_t */
554170757Sdelphij
555170757Sdelphij/* Define to `int' if <sys/types.h> does not define. */
556170757Sdelphij/* #undef pid_t */
557170757Sdelphij
558170757Sdelphij/* Define to rpl_realloc if the replacement function should be used. */
559170757Sdelphij/* #undef realloc */
560170757Sdelphij
561170757Sdelphij/* Define to equivalent of C99 restrict keyword, or to nothing if this is not
562170757Sdelphij   supported. Do not define if restrict is supported directly. */
563170757Sdelphij#define restrict __restrict
564170757Sdelphij
565170757Sdelphij/* Define to rpl_tzset if the wrapper function should be used. */
566170757Sdelphij/* #undef tzset */
567170757Sdelphij
568170757Sdelphij/* Define to unsigned long or unsigned long long if <stdint.h> and
569170757Sdelphij   <inttypes.h> don't define. */
570170757Sdelphij/* #undef uintmax_t */
571170757Sdelphij
572170757Sdelphij/* Define as `fork' if `vfork' does not work. */
573170757Sdelphij/* #undef vfork */
574