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