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