Expand PMF_FN_* macros.
[netbsd-mini2440.git] / gnu / usr.bin / diffutils / include / config.h
blob607eeb9eb8709fae9346489746ad0d95318286f4
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 0
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 0
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 0
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 0
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 /* WIZ: #undef HAVE_FNMATCH */
178 #define HAVE_FNMATCH 1
180 /* Define to 1 if you have the `fork' function. */
181 #define HAVE_FORK 1
183 /* Define if the GNU gettext() function is already present or preinstalled. */
184 /* #undef HAVE_GETTEXT */
186 /* Define to 1 if you have the `gettimeofday' function. */
187 #define HAVE_GETTIMEOFDAY 1
189 /* Define if you have the iconv() function. */
190 /* #undef HAVE_ICONV */
192 /* Define to 1 if you have the <inttypes.h> header file. */
193 #define HAVE_INTTYPES_H 1
195 /* Define to 1 if you have the `isascii' function. */
196 #define HAVE_ISASCII 1
198 /* Define to 1 if you have the `iswprint' function. */
199 #define HAVE_ISWPRINT 1
201 /* Define to 1 if you have the <libintl.h> header file. */
202 #define HAVE_LIBINTL_H 1
204 /* Define to 1 if you have the <limits.h> header file. */
205 #define HAVE_LIMITS_H 1
207 /* Define to 1 if you have the <locale.h> header file. */
208 #define HAVE_LOCALE_H 1
210 /* Define to 1 if you have the `localtime_r' function. */
211 #define HAVE_LOCALTIME_R 1
213 /* Define if you have the long long type. */
214 #define HAVE_LONG_LONG 1
216 /* Define to 1 if you have the `mblen' function. */
217 #define HAVE_MBLEN 1
219 /* Define to 1 if you have the `mbrlen' function. */
220 #define HAVE_MBRLEN 1
222 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
223 #define HAVE_MBRTOWC 1
225 /* Define to 1 if you have the `memchr' function. */
226 #define HAVE_MEMCHR 1
228 /* Define to 1 if you have the `memcpy' function. */
229 #define HAVE_MEMCPY 1
231 /* Define to 1 if you have the <memory.h> header file. */
232 #define HAVE_MEMORY_H 1
234 /* Define to 1 if you have the `mempcpy' function. */
235 /* #undef HAVE_MEMPCPY */
237 /* Define to 1 if you have the `memset' function. */
238 #define HAVE_MEMSET 1
240 /* Define to 1 if you have the `mkstemp' function. */
241 #define HAVE_MKSTEMP 1
243 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
244 /* #undef HAVE_NDIR_H */
246 /* Define to 1 if you have the `setlocale' function. */
247 #define HAVE_SETLOCALE 1
249 /* Define to 1 if you have the DOS-style `setmode' function. */
250 /* #undef HAVE_SETMODE_DOS */
252 /* Define to 1 if you have the `sigaction' function. */
253 #define HAVE_SIGACTION 1
255 /* Define to 1 if the system has the type `siginfo_t'. */
256 #define HAVE_SIGINFO_T 1
258 /* Define to 1 if you have the `sigprocmask' function. */
259 #define HAVE_SIGPROCMASK 1
261 /* Define to 1 if the system has the type `stack_t'. */
262 #define HAVE_STACK_T 1
264 /* Define to 1 if stdbool.h conforms to C99. */
265 /* #undef HAVE_STDBOOL_H */
267 /* Define to 1 if you have the <stddef.h> header file. */
268 #define HAVE_STDDEF_H 1
270 /* Define to 1 if you have the <stdint.h> header file. */
271 #define HAVE_STDINT_H 1
273 /* Define to 1 if you have the <stdlib.h> header file. */
274 #define HAVE_STDLIB_H 1
276 /* Define to 1 if you have the `strcasecmp' function. */
277 #define HAVE_STRCASECMP 1
279 /* Define to 1 if you have the `strchr' function. */
280 #define HAVE_STRCHR 1
282 /* Define to 1 if you have the `strerror' function. */
283 #define HAVE_STRERROR 1
285 /* Define to 1 if you have the `strerror_r' function. */
286 /* #undef HAVE_STRERROR_R */
288 /* Define to 1 if you have the `strftime' function. */
289 #define HAVE_STRFTIME 1
291 /* Define to 1 if you have the <strings.h> header file. */
292 #define HAVE_STRINGS_H 1
294 /* Define to 1 if you have the <string.h> header file. */
295 #define HAVE_STRING_H 1
297 /* Define to 1 if you have the `strtoul' function. */
298 /* #undef HAVE_STRTOUL */
300 /* Define to 1 if you have the `strtoull' function. */
301 /* #undef HAVE_STRTOULL */
303 /* Define to 1 if you have the `strtoumax' function. */
304 #define HAVE_STRTOUMAX 1
306 /* Define to 1 if `st_blksize' is member of `struct stat'. */
307 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
309 /* Define to 1 if `st_rdev' is member of `struct stat'. */
310 #define HAVE_STRUCT_STAT_ST_RDEV 1
312 /* Define to 1 if `tm_zone' is member of `struct tm'. */
313 #define HAVE_STRUCT_TM_TM_ZONE 1
315 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
317 /* #undef HAVE_SYS_DIR_H */
319 /* Define to 1 if you have the <sys/file.h> header file. */
320 #define HAVE_SYS_FILE_H 1
322 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
324 /* #undef HAVE_SYS_NDIR_H */
326 /* Define to 1 if you have the <sys/stat.h> header file. */
327 #define HAVE_SYS_STAT_H 1
329 /* Define to 1 if you have the <sys/time.h> header file. */
330 #define HAVE_SYS_TIME_H 1
332 /* Define to 1 if you have the <sys/types.h> header file. */
333 #define HAVE_SYS_TYPES_H 1
335 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
336 #define HAVE_SYS_WAIT_H 1
338 /* Define to 1 if you have the <time.h> header file. */
339 #define HAVE_TIME_H 1
341 /* Define to 1 if you have the `tmpnam' function. */
342 #define HAVE_TMPNAM 1
344 /* Define if struct tm has the tm_gmtoff member. */
345 #define HAVE_TM_GMTOFF 1
347 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
348 `HAVE_STRUCT_TM_TM_ZONE' instead. */
349 #define HAVE_TM_ZONE 1
351 /* Define to 1 if you don't have `tm_zone' but do have the external array
352 `tzname'. */
353 /* #undef HAVE_TZNAME */
355 /* Define to 1 if you have the `tzset' function. */
356 #define HAVE_TZSET 1
358 /* Define to 1 if you have the <unistd.h> header file. */
359 #define HAVE_UNISTD_H 1
361 /* Define if you have the unsigned long long type. */
362 #define HAVE_UNSIGNED_LONG_LONG 1
364 /* Define to 1 if you have the `vfork' function. */
365 #define HAVE_VFORK 1
367 /* Define to 1 if you have the <vfork.h> header file. */
368 /* #undef HAVE_VFORK_H */
370 /* Define to 1 if you have the `vprintf' function. */
371 #define HAVE_VPRINTF 1
373 /* Define to 1 if you have the `waitpid' function. */
374 #define HAVE_WAITPID 1
376 /* Define to 1 if you have the <wchar.h> header file. */
377 #define HAVE_WCHAR_H 1
379 /* Define to 1 if you have the <wctype.h> header file. */
380 #define HAVE_WCTYPE_H 1
382 /* Define to 1 if `fork' works. */
383 #define HAVE_WORKING_FORK 1
385 /* Define to 1 if `vfork' works. */
386 #define HAVE_WORKING_VFORK 1
388 /* Define to 1 if extending the stack slightly past the limit causes a
389 SIGSEGV, and an alternate stack can be established with sigaltstack, and
390 the signal handler is passed a context that specifies the run time stack.
391 This behavior is defined by POSIX 1003.1-2001 with the X/Open System
392 Interface (XSI) option and is a standardized way to implement a SEGV-based
393 stack overflow detection heuristic. */
394 /* #undef HAVE_XSI_STACK_OVERFLOW_HEURISTIC */
396 /* Define to 1 if you have the `__secure_getenv' function. */
397 /* #undef HAVE___SECURE_GETENV */
399 #if FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
400 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
401 #else
402 # define ISSLASH(C) ((C) == '/')
403 #endif
405 /* Name of package */
406 #define PACKAGE "diffutils"
408 /* Define to the address where bug reports for this package should be sent. */
409 #define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org"
411 /* Define to the full name of this package. */
412 #define PACKAGE_NAME "GNU diffutils"
414 /* Define to the full name and version of this package. */
415 #define PACKAGE_STRING "GNU diffutils 2.8.1"
417 /* Define to the one symbol short name of this package. */
418 #define PACKAGE_TARNAME "diffutils"
420 /* Define to the version of this package. */
421 #define PACKAGE_VERSION "2.8.1"
423 /* Define if compiler has function prototypes */
424 #define PROTOTYPES 1
426 /* Name of "pr" program. */
427 #define PR_PROGRAM "/usr/bin/pr"
429 /* Define to 1 to avoid alloca in the regular-expression implementation. */
430 #define REGEX_MALLOC 1
432 /* Define as the return type of signal handlers (`int' or `void'). */
433 #define RETSIGTYPE void
435 /* If using the C implementation of alloca, define if you know the
436 direction of stack growth for your system; otherwise it will be
437 automatically deduced at run-time.
438 STACK_DIRECTION > 0 => grows toward higher addresses
439 STACK_DIRECTION < 0 => grows toward lower addresses
440 STACK_DIRECTION = 0 => direction of growth unknown */
441 /* #undef STACK_DIRECTION */
443 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
444 /* #undef STAT_MACROS_BROKEN */
446 /* Define to 1 if you have the ANSI C header files. */
447 #define STDC_HEADERS 1
449 /* Define to 1 if strerror_r returns char *. */
450 /* #undef STRERROR_R_CHAR_P */
452 /* Define to be the nanoseconds member of struct stat's st_mtim, if it exists.
454 /* #undef ST_MTIM_NSEC */
456 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
457 #define TIME_WITH_SYS_TIME 1
459 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
460 /* #undef TM_IN_SYS_TIME */
462 /* Version number of package */
463 #define VERSION "2.8.1"
465 /* Number of bits in a file offset, on hosts where this is settable. */
466 /* #undef _FILE_OFFSET_BITS */
468 #ifndef _GNU_SOURCE
469 # define _GNU_SOURCE
470 #endif
472 /* Define for large files, on AIX-style hosts. */
473 /* #undef _LARGE_FILES */
475 /* Enable Solaris extensions. */
476 #define __EXTENSIONS__ 1
478 /* Define like PROTOTYPES; this can be used by system headers. */
479 #define __PROTOTYPES 1
481 /* Define to empty if `const' does not conform to ANSI C. */
482 /* #undef const */
484 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
485 if it is not supported. */
486 /* #undef inline */
488 /* Define to widest signed type if <inttypes.h> doesn't define. */
489 /* #undef intmax_t */
491 /* Define to rpl_malloc if the replacement function should be used. */
492 /* #undef malloc */
494 /* Define to a type if <wchar.h> does not define. */
495 /* #undef mbstate_t */
497 /* Define to the name of the strftime replacement function. */
498 #define my_strftime nstrftime
500 /* Define to `int' if <sys/types.h> does not define. */
501 /* #undef pid_t */
503 /* Define to `int' if <sys/types.h> does not define. */
504 /* #undef ptrdiff_t */
506 /* Define to rpl_realloc if the replacement function should be used. */
507 /* #undef realloc */
509 /* Define to `int' if <sys/types.h> does not define. */
510 /* #undef ssize_t */
512 /* Define to widest unsigned type if <inttypes.h> doesn't define. */
513 /* #undef uintmax_t */
515 /* Define as `fork' if `vfork' does not work. */
516 /* #undef vfork */