/* config.h. Generated by configure. */1/* config.hin. Generated from configure.ac by autoheader. */23/* $FreeBSD$ */45/* Define to 1 if the `closedir' function returns void instead of `int'. */6/* #undef CLOSEDIR_VOID */78/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP9systems. This function is required for `alloca.c' support on those systems.10*/11/* #undef CRAY_STACKSEG_END */1213/* Define to 1 if using `alloca.c'. */14/* #undef C_ALLOCA */1516/* Name of editor program, unless overridden. */17#define DEFAULT_EDITOR_PROGRAM "/usr/bin/vi"1819/* Define the default level of POSIX conformance. The value is of the form20YYYYMM, specifying the year and month the standard was adopted. If not21defined here, it defaults to the value of _POSIX2_VERSION in <unistd.h>.22Define to 199209 to default to POSIX 1003.2-1992, which makes standard23programs like `head', `tail', and `sort' accept obsolete options like `+10'24and `-10'. Define to 200112 to default to POSIX 1003.1-2001, which makes25these standard programs treat leading-`+' operands as file names and26require modern usages like `-n 10' instead of `-10'. Whether defined here27or not, the default can be overridden at run time via the _POSIX2_VERSION28environment variable. */29/* #undef DEFAULT_POSIX2_VERSION */3031/* Define to 1 if translation of program messages to the user's native32language is requested. */33#define ENABLE_NLS 03435/* Define on systems for which file names may have a so-called `drive letter'36prefix, define this to compute the length of that prefix, including the37colon. */38#define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 03940/* Define if the backslash character may also serve as a file name component41separator. */42#define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 04344#if FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX45# define FILESYSTEM_PREFIX_LEN(Filename) \46((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)47#else48# define FILESYSTEM_PREFIX_LEN(Filename) 049#endif5051/* Define if gettimeofday clobbers localtime's static buffer. */52/* #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER */5354/* Define to 1 if you have `alloca', as a function or macro. */55#define HAVE_ALLOCA 15657/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).58*/59/* #undef HAVE_ALLOCA_H */6061/* Define to 1 if you have the `btowc' function. */62#define HAVE_BTOWC 16364/* Define to 1 if you have the `clock_gettime' function. */65#define HAVE_CLOCK_GETTIME 16667/* Define to 1 if C supports variable-length arrays. */68#define HAVE_C_VARARRAYS 16970/* Define if the GNU dcgettext() function is already present or preinstalled.71*/72/* #undef HAVE_DCGETTEXT */7374/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if75you don't. */76#define HAVE_DECL_CLEARERR_UNLOCKED 17778/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you79don't. */80#define HAVE_DECL_FEOF_UNLOCKED 18182/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if83you don't. */84#define HAVE_DECL_FERROR_UNLOCKED 18586/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if87you don't. */88#define HAVE_DECL_FFLUSH_UNLOCKED 18990/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if91you don't. */92#define HAVE_DECL_FGETS_UNLOCKED 09394/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if95you don't. */96#define HAVE_DECL_FPUTC_UNLOCKED 19798/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if99you don't. */100#define HAVE_DECL_FPUTS_UNLOCKED 1101102/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if103you don't. */104#define HAVE_DECL_FREAD_UNLOCKED 1105106/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if107you don't. */108#define HAVE_DECL_FWRITE_UNLOCKED 1109110/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if111you don't. */112#define HAVE_DECL_GETCHAR_UNLOCKED 1113114/* Define to 1 if you have the declaration of `getcontext', and to 0 if you115don't. */116#define HAVE_DECL_GETCONTEXT 1117118/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you119don't. */120#define HAVE_DECL_GETC_UNLOCKED 1121122/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.123*/124#define HAVE_DECL_GETENV 1125126/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if127you don't. */128#define HAVE_DECL_PUTCHAR_UNLOCKED 1129130/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you131don't. */132#define HAVE_DECL_PUTC_UNLOCKED 1133134/* Define to 1 if you have the declaration of `sigaltstack', and to 0 if you135don't. */136#define HAVE_DECL_SIGALTSTACK 1137138/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you139don't. */140#define HAVE_DECL_STRERROR_R 1141142/* Define to 1 if you have the declaration of `strtoimax', and to 0 if you143don't. */144#define HAVE_DECL_STRTOIMAX 1145146/* Define to 1 if you have the declaration of `strtoll', and to 0 if you147don't. */148#define HAVE_DECL_STRTOLL 1149150/* Define to 1 if you have the declaration of `strtoull', and to 0 if you151don't. */152#define HAVE_DECL_STRTOULL 1153154/* Define to 1 if you have the declaration of `strtoumax', and to 0 if you155don't. */156#define HAVE_DECL_STRTOUMAX 1157158/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.159*/160#define HAVE_DIRENT_H 1161162/* Define to 1 if you have the `dup2' function. */163#define HAVE_DUP2 1164165/* Define to 1 if you have the <fcntl.h> header file. */166#define HAVE_FCNTL_H 1167168/* Define to 1 if you have the `fork' function. */169#define HAVE_FORK 1170171/* Define to 1 if you have the `getcontext' function. */172#define HAVE_GETCONTEXT 1173174/* Define if the GNU gettext() function is already present or preinstalled. */175/* #undef HAVE_GETTEXT */176177/* Define to 1 if you have the `gettimeofday' function. */178#define HAVE_GETTIMEOFDAY 1179180/* Define if you have the iconv() function. */181/* #undef HAVE_ICONV */182183/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */184#define HAVE_INTMAX_T 1185186/* Define to 1 if you have the <inttypes.h> header file. */187#define HAVE_INTTYPES_H 1188189/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and190declares uintmax_t. */191#define HAVE_INTTYPES_H_WITH_UINTMAX 1192193/* Define to 1 if you have the `isascii' function. */194#define HAVE_ISASCII 1195196/* Define to 1 if you have the <locale.h> header file. */197#define HAVE_LOCALE_H 1198199/* Define if you have the 'long long' type. */200#define HAVE_LONG_LONG 1201202/* Define to 1 if your system has a GNU libc compatible `malloc' function, and203to 0 otherwise. */204#define HAVE_MALLOC 1205206/* Define to 1 if you have the `mblen' function. */207#define HAVE_MBLEN 1208209/* Define to 1 if you have the `mbrlen' function. */210#define HAVE_MBRLEN 1211212/* Define to 1 if you have the `mbsrtowcs' function. */213#define HAVE_MBSRTOWCS 1214215/* Define to 1 if <wchar.h> declares mbstate_t. */216#define HAVE_MBSTATE_T 1217218/* Define to 1 if you have the <memory.h> header file. */219#define HAVE_MEMORY_H 1220221/* Define to 1 if you have the `mempcpy' function. */222/* #undef HAVE_MEMPCPY */223224/* Define to 1 if you have the `mkstemp' function. */225#define HAVE_MKSTEMP 1226227/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */228/* #undef HAVE_NDIR_H */229230/* Define to 1 if your system has a GNU libc compatible `realloc' function,231and to 0 otherwise. */232#define HAVE_REALLOC 1233234/* Define to 1 if you have run the test for working tzset. */235#define HAVE_RUN_TZSET_TEST 1236237/* Define to 1 if you have the `setlocale' function. */238#define HAVE_SETLOCALE 1239240/* Define to 1 if you have the DOS-style `setmode' function. */241/* #undef HAVE_SETMODE_DOS */242243/* Define to 1 if you have the `setrlimit' function. */244#define HAVE_SETRLIMIT 1245246/* Define to 1 if you have the `sigaction' function. */247#define HAVE_SIGACTION 1248249/* Define to 1 if you have the `sigaltstack' function. */250#define HAVE_SIGALTSTACK 1251252/* Define to 1 if you have the `sigprocmask' function. */253#define HAVE_SIGPROCMASK 1254255/* Define to 1 if the system has the type `stack_t'. */256#define HAVE_STACK_T 1257258/* Define to 1 if stdbool.h conforms to C99. */259#define HAVE_STDBOOL_H 1260261/* Define to 1 if you have the <stdint.h> header file. */262#define HAVE_STDINT_H 1263264/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares265uintmax_t. */266#define HAVE_STDINT_H_WITH_UINTMAX 1267268/* Define to 1 if you have the <stdlib.h> header file. */269#define HAVE_STDLIB_H 1270271/* Define to 1 if you have the `strcasecmp' function. */272#define HAVE_STRCASECMP 1273274/* Define to 1 if you have the `strcasecoll' function. */275/* #undef HAVE_STRCASECOLL */276277/* Define to 1 if you have the `strerror_r' function. */278#define HAVE_STRERROR_R 1279280/* Define to 1 if you have the `strftime' function. */281#define HAVE_STRFTIME 1282283/* Define to 1 if you have the `stricoll' function. */284/* #undef HAVE_STRICOLL */285286/* Define to 1 if you have the <strings.h> header file. */287#define HAVE_STRINGS_H 1288289/* Define to 1 if you have the <string.h> header file. */290#define HAVE_STRING_H 1291292/* Define to 1 if you have the `strncasecmp' function. */293#define HAVE_STRNCASECMP 1294295/* Define to 1 if you have the `strtoimax' function. */296#define HAVE_STRTOIMAX 1297298/* Define to 1 if you have the `strtol' function. */299#define HAVE_STRTOL 1300301/* Define to 1 if you have the `strtoll' function. */302#define HAVE_STRTOLL 1303304/* Define to 1 if you have the `strtoul' function. */305#define HAVE_STRTOUL 1306307/* Define to 1 if you have the `strtoull' function. */308#define HAVE_STRTOULL 1309310/* Define to 1 if you have the `strtoumax' function. */311#define HAVE_STRTOUMAX 1312313/* Define to 1 if `sa_sigaction' is member of `struct sigaction'. */314#define HAVE_STRUCT_SIGACTION_SA_SIGACTION 1315316/* Define to 1 if `st_blksize' is member of `struct stat'. */317#define HAVE_STRUCT_STAT_ST_BLKSIZE 1318319/* Define to 1 if `st_rdev' is member of `struct stat'. */320#define HAVE_STRUCT_STAT_ST_RDEV 1321322/* Define to 1 if `tm_zone' is member of `struct tm'. */323#define HAVE_STRUCT_TM_TM_ZONE 1324325/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.326*/327/* #undef HAVE_SYS_DIR_H */328329/* Define to 1 if you have the <sys/file.h> header file. */330#define HAVE_SYS_FILE_H 1331332/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.333*/334/* #undef HAVE_SYS_NDIR_H */335336/* Define to 1 if you have the <sys/resource.h> header file. */337#define HAVE_SYS_RESOURCE_H 1338339/* Define to 1 if you have the <sys/stat.h> header file. */340#define HAVE_SYS_STAT_H 1341342/* Define to 1 if you have the <sys/time.h> header file. */343#define HAVE_SYS_TIME_H 1344345/* Define to 1 if you have the <sys/types.h> header file. */346#define HAVE_SYS_TYPES_H 1347348/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */349#define HAVE_SYS_WAIT_H 1350351/* Define to 1 if localtime_r, etc. have the type signatures that POSIX352requires. */353#define HAVE_TIME_R_POSIX 1354355/* Define if struct tm has the tm_gmtoff member. */356#define HAVE_TM_GMTOFF 1357358/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use359`HAVE_STRUCT_TM_TM_ZONE' instead. */360#define HAVE_TM_ZONE 1361362/* Define to 1 if you don't have `tm_zone' but do have the external array363`tzname'. */364/* #undef HAVE_TZNAME */365366/* Define to 1 if you have the `tzset' function. */367#define HAVE_TZSET 1368369/* Define to 1 if you have the <ucontext.h> header file. */370#define HAVE_UCONTEXT_H 1371372/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */373#define HAVE_UINTMAX_T 1374375/* Define to 1 if you have the <unistd.h> header file. */376#define HAVE_UNISTD_H 1377378/* Define if you have the 'unsigned long long' type. */379#define HAVE_UNSIGNED_LONG_LONG 1380381/* Define to 1 if you have the `vfork' function. */382#define HAVE_VFORK 1383384/* Define to 1 if you have the <vfork.h> header file. */385/* #undef HAVE_VFORK_H */386387/* Define to 1 if you have the `waitpid' function. */388#define HAVE_WAITPID 1389390/* Define to 1 if you have the <wchar.h> header file. */391#define HAVE_WCHAR_H 1392393/* Define to 1 if you have the <wctype.h> header file. */394#define HAVE_WCTYPE_H 1395396/* Define to 1 if you have the `wmempcpy' function. */397/* #undef HAVE_WMEMPCPY */398399/* Define to 1 if `fork' works. */400#define HAVE_WORKING_FORK 1401402/* Define to 1 if `vfork' works. */403#define HAVE_WORKING_VFORK 1404405/* Define to 1 if extending the stack slightly past the limit causes a406SIGSEGV, and an alternate stack can be established with sigaltstack, and407the signal handler is passed a context that specifies the run time stack.408This behavior is defined by POSIX 1003.1-2001 with the X/Open System409Interface (XSI) option and is a standardized way to implement a SEGV-based410stack overflow detection heuristic. */411/* #undef HAVE_XSI_STACK_OVERFLOW_HEURISTIC */412413/* Define to 1 if the system has the type `_Bool'. */414#define HAVE__BOOL 1415416/* Define to 1 if you have the `__secure_getenv' function. */417/* #undef HAVE___SECURE_GETENV */418419#if FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR420# define ISSLASH(C) ((C) == '/' || (C) == '\\')421#else422# define ISSLASH(C) ((C) == '/')423#endif424425/* Name of package */426#define PACKAGE "diffutils"427428/* Define to the address where bug reports for this package should be sent. */429#define PACKAGE_BUGREPORT "[email protected]"430431/* Define to the full name of this package. */432#define PACKAGE_NAME "GNU diffutils"433434/* Define to the full name and version of this package. */435#define PACKAGE_STRING "GNU diffutils 2.8.7"436437/* Define to the one symbol short name of this package. */438#define PACKAGE_TARNAME "diffutils"439440/* Define to the version of this package. */441#define PACKAGE_VERSION "2.8.7"442443/* Name of "pr" program. */444#define PR_PROGRAM "/usr/bin/pr"445446/* Define to 1 to avoid alloca in the regular-expression implementation. */447#define REGEX_MALLOC 1448449/* If using the C implementation of alloca, define if you know the450direction of stack growth for your system; otherwise it will be451automatically deduced at run-time.452STACK_DIRECTION > 0 => grows toward higher addresses453STACK_DIRECTION < 0 => grows toward lower addresses454STACK_DIRECTION = 0 => direction of growth unknown */455/* #undef STACK_DIRECTION */456457/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */458/* #undef STAT_MACROS_BROKEN */459460/* Define to 1 if you have the ANSI C header files. */461#define STDC_HEADERS 1462463/* Define to 1 if strerror_r returns char *. */464/* #undef STRERROR_R_CHAR_P */465466/* Define to be the nanoseconds member of struct stat's st_mtim, if it exists.467*/468#define ST_MTIM_NSEC tv_nsec469470/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */471#define TIME_WITH_SYS_TIME 1472473/* Define to 1 if your <sys/time.h> declares `struct tm'. */474/* #undef TM_IN_SYS_TIME */475476/* Define if tzset clobbers localtime's static buffer. */477/* #undef TZSET_CLOBBERS_LOCALTIME_BUFFER */478479/* Version number of package */480#define VERSION "2.8.7"481482/* Define to 1 if on AIX 3.483System headers sometimes define this.484We just want to avoid a redefinition error message. */485#ifndef _ALL_SOURCE486/* # undef _ALL_SOURCE */487#endif488489/* Number of bits in a file offset, on hosts where this is settable. */490/* #undef _FILE_OFFSET_BITS */491492/* Enable GNU extensions on systems that have them. */493#ifndef _GNU_SOURCE494# define _GNU_SOURCE 1495#endif496497/* Define for large files, on AIX-style hosts. */498/* #undef _LARGE_FILES */499500/* Define to 1 if on MINIX. */501/* #undef _MINIX */502503/* Define to 2 if the system does not provide POSIX.1 features except with504this defined. */505/* #undef _POSIX_1_SOURCE */506507/* Define to 1 if you need to in order for `stat' and other things to work. */508/* #undef _POSIX_SOURCE */509510/* Enable extensions on Solaris. */511#ifndef __EXTENSIONS__512# define __EXTENSIONS__ 1513#endif514515/* Define to empty if `const' does not conform to ANSI C. */516/* #undef const */517518/* Define to a replacement function name for fnmatch(). */519/* #undef fnmatch */520521/* Define to rpl_gettimeofday if the replacement function should be used. */522/* #undef gettimeofday */523524/* Define to rpl_gmtime if the replacement function should be used. */525/* #undef gmtime */526527/* Define to `__inline__' or `__inline' if that's what the C compiler528calls it, or to nothing if 'inline' is not supported under any name. */529#ifndef __cplusplus530/* #undef inline */531#endif532533/* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */534/* #undef intmax_t */535536/* Define to rpl_localtime if the replacement function should be used. */537/* #undef localtime */538539/* Define to rpl_malloc if the replacement function should be used. */540/* #undef malloc */541542/* Define to a type if <wchar.h> does not define. */543/* #undef mbstate_t */544545/* Define to rpl_mkstemp if the replacement function should be used. */546/* #undef mkstemp */547548/* Define to the name of the strftime replacement function. */549#define my_strftime nstrftime550551/* Define to `long' if <sys/types.h> does not define. */552/* #undef off_t */553554/* Define to `int' if <sys/types.h> does not define. */555/* #undef pid_t */556557/* Define to rpl_realloc if the replacement function should be used. */558/* #undef realloc */559560/* Define to equivalent of C99 restrict keyword, or to nothing if this is not561supported. Do not define if restrict is supported directly. */562#define restrict __restrict563564/* Define to rpl_tzset if the wrapper function should be used. */565/* #undef tzset */566567/* Define to unsigned long or unsigned long long if <stdint.h> and568<inttypes.h> don't define. */569/* #undef uintmax_t */570571/* Define as `fork' if `vfork' does not work. */572/* #undef vfork */573574575