1fb69a85aSchristos /* config.h. Generated by configure. */ 2fb69a85aSchristos /* config.hin. Generated from configure.in by autoheader. */ 3fb69a85aSchristos 4fb69a85aSchristos /* Define to 1 if the `closedir' function returns void instead of `int'. */ 5fb69a85aSchristos /* #undef CLOSEDIR_VOID */ 6fb69a85aSchristos 7fb69a85aSchristos /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP 8fb69a85aSchristos systems. This function is required for `alloca.c' support on those systems. 9fb69a85aSchristos */ 10fb69a85aSchristos /* #undef CRAY_STACKSEG_END */ 11fb69a85aSchristos 12fb69a85aSchristos /* Define to 1 if using `alloca.c'. */ 13fb69a85aSchristos /* #undef C_ALLOCA */ 14fb69a85aSchristos 15fb69a85aSchristos /* Define to 1 if translation of program messages to the user's native 16fb69a85aSchristos language is requested. */ 17fb69a85aSchristos #define ENABLE_NLS 1 18fb69a85aSchristos 19fb69a85aSchristos /* We are building grep */ 20fb69a85aSchristos #define GREP 1 21fb69a85aSchristos 22fb69a85aSchristos /* Define to 1 if you have `alloca', as a function or macro. */ 23fb69a85aSchristos #define HAVE_ALLOCA 1 24fb69a85aSchristos 25fb69a85aSchristos /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 26fb69a85aSchristos */ 27fb69a85aSchristos /* #undef HAVE_ALLOCA_H */ 28fb69a85aSchristos 29fb69a85aSchristos /* Define to 1 if you have the <argz.h> header file. */ 30fb69a85aSchristos /* #undef HAVE_ARGZ_H */ 31fb69a85aSchristos 32fb69a85aSchristos /* Define to 1 if you have the `atexit' function. */ 33fb69a85aSchristos #define HAVE_ATEXIT 1 34fb69a85aSchristos 35fb69a85aSchristos /* Define to 1 if you have the `btowc' function. */ 36fb69a85aSchristos #define HAVE_BTOWC 1 37fb69a85aSchristos 38fb69a85aSchristos /* Define to 1 if you have the `dcgettext' function. */ 39fb69a85aSchristos #define HAVE_DCGETTEXT 1 40fb69a85aSchristos 41fb69a85aSchristos /* Define to 1 if strerror_r is declared. */ 42fb69a85aSchristos #define HAVE_DECL_STRERROR_R 1 43fb69a85aSchristos 44fb69a85aSchristos /* Define if <stdlib.h> declares strtoul. */ 45fb69a85aSchristos #define HAVE_DECL_STRTOUL 1 46fb69a85aSchristos 47fb69a85aSchristos /* Define if <stdlib.h> declares strtoull. */ 48fb69a85aSchristos #define HAVE_DECL_STRTOULL 1 49fb69a85aSchristos 50fb69a85aSchristos /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. 51fb69a85aSchristos */ 52fb69a85aSchristos #define HAVE_DIRENT_H 1 53fb69a85aSchristos 54fb69a85aSchristos /* Define if the malloc check has been performed. */ 55fb69a85aSchristos #define HAVE_DONE_WORKING_MALLOC_CHECK 1 56fb69a85aSchristos 57fb69a85aSchristos /* Define if the realloc check has been performed. */ 58fb69a85aSchristos #define HAVE_DONE_WORKING_REALLOC_CHECK 1 59fb69a85aSchristos 60fb69a85aSchristos /* Define to 1 if you have the `doprnt' function. */ 61fb69a85aSchristos /* #undef HAVE_DOPRNT */ 62fb69a85aSchristos 63fb69a85aSchristos /* Define if text file lines end in CRLF. */ 64fb69a85aSchristos /* #undef HAVE_DOS_FILE_CONTENTS */ 65fb69a85aSchristos 66fb69a85aSchristos /* Define if your OS uses backslashes as directory separators */ 67fb69a85aSchristos /* #undef HAVE_DOS_FILE_NAMES */ 68fb69a85aSchristos 69fb69a85aSchristos /* Define to 1 if you have the `feof_unlocked' function. */ 70fb69a85aSchristos /* #undef HAVE_FEOF_UNLOCKED */ 71fb69a85aSchristos 72fb69a85aSchristos /* Define to 1 if you have the `fgets_unlocked' function. */ 73fb69a85aSchristos /* #undef HAVE_FGETS_UNLOCKED */ 74fb69a85aSchristos 75fb69a85aSchristos /* Define to 1 if you have the `fnmatch' function. */ 76fb69a85aSchristos #define HAVE_FNMATCH 1 77fb69a85aSchristos 78fb69a85aSchristos /* Define to 1 if you have the `getcwd' function. */ 79fb69a85aSchristos #define HAVE_GETCWD 1 80fb69a85aSchristos 81fb69a85aSchristos /* Define to 1 if you have the `getegid' function. */ 82fb69a85aSchristos #define HAVE_GETEGID 1 83fb69a85aSchristos 84fb69a85aSchristos /* Define to 1 if you have the `geteuid' function. */ 85fb69a85aSchristos #define HAVE_GETEUID 1 86fb69a85aSchristos 87fb69a85aSchristos /* Define to 1 if you have the `getgid' function. */ 88fb69a85aSchristos #define HAVE_GETGID 1 89fb69a85aSchristos 90fb69a85aSchristos /* Define to 1 if you have the `getpagesize' function. */ 91fb69a85aSchristos #define HAVE_GETPAGESIZE 1 92fb69a85aSchristos 93fb69a85aSchristos /* Define if the GNU gettext() function is already present or preinstalled. */ 94fb69a85aSchristos #define HAVE_GETTEXT 1 95fb69a85aSchristos 96fb69a85aSchristos /* Define to 1 if you have the `getuid' function. */ 97fb69a85aSchristos #define HAVE_GETUID 1 98fb69a85aSchristos 99fb69a85aSchristos /* Define if you have the iconv() function. */ 100fb69a85aSchristos #define HAVE_ICONV 1 101fb69a85aSchristos 102fb69a85aSchristos /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and 103fb69a85aSchristos declares uintmax_t. */ 104fb69a85aSchristos #define HAVE_INTTYPES_H 1 105fb69a85aSchristos 106fb69a85aSchristos /* Define to 1 if you have the `isascii' function. */ 107fb69a85aSchristos #define HAVE_ISASCII 1 108fb69a85aSchristos 109fb69a85aSchristos /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ 110fb69a85aSchristos #define HAVE_LANGINFO_CODESET 1 111fb69a85aSchristos 112fb69a85aSchristos /* Define if your <locale.h> file defines LC_MESSAGES. */ 113fb69a85aSchristos #define HAVE_LC_MESSAGES 1 114fb69a85aSchristos 115fb69a85aSchristos /* Define to 1 if you have the <libintl.h> header file. */ 116fb69a85aSchristos #define HAVE_LIBINTL_H 1 117fb69a85aSchristos 118fb69a85aSchristos /* Define to 1 if you have the `pcre' library (-lpcre). */ 119fb69a85aSchristos /* #undef HAVE_LIBPCRE */ 120fb69a85aSchristos 121fb69a85aSchristos /* Define to 1 if you have the <limits.h> header file. */ 122fb69a85aSchristos #define HAVE_LIMITS_H 1 123fb69a85aSchristos 124fb69a85aSchristos /* Define to 1 if you have the <locale.h> header file. */ 125fb69a85aSchristos #define HAVE_LOCALE_H 1 126fb69a85aSchristos 127fb69a85aSchristos /* Define to 1 if you have the <malloc.h> header file. */ 128fb69a85aSchristos #define HAVE_MALLOC_H 1 129fb69a85aSchristos 130fb69a85aSchristos /* Define to 1 if you have the `mbrtowc' function. */ 131fb69a85aSchristos #define HAVE_MBRTOWC 1 132fb69a85aSchristos 133fb69a85aSchristos /* Define to 1 if you have the `memchr' function. */ 134fb69a85aSchristos #define HAVE_MEMCHR 1 135fb69a85aSchristos 136fb69a85aSchristos /* Define to 1 if you have the `memmove' function. */ 137fb69a85aSchristos #define HAVE_MEMMOVE 1 138fb69a85aSchristos 139fb69a85aSchristos /* Define to 1 if you have the <memory.h> header file. */ 140fb69a85aSchristos #define HAVE_MEMORY_H 1 141fb69a85aSchristos 142fb69a85aSchristos /* Define to 1 if you have the `mempcpy' function. */ 143fb69a85aSchristos /* #undef HAVE_MEMPCPY */ 144fb69a85aSchristos 145fb69a85aSchristos /* Define to 1 if you have a working `mmap' system call. */ 146fb69a85aSchristos #define HAVE_MMAP 1 147fb69a85aSchristos 148fb69a85aSchristos /* Define to 1 if you have the `munmap' function. */ 149fb69a85aSchristos #define HAVE_MUNMAP 1 150fb69a85aSchristos 151fb69a85aSchristos /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ 152fb69a85aSchristos /* #undef HAVE_NDIR_H */ 153fb69a85aSchristos 154fb69a85aSchristos /* Define to 1 if you have the <nl_types.h> header file. */ 155fb69a85aSchristos #define HAVE_NL_TYPES_H 1 156fb69a85aSchristos 157fb69a85aSchristos /* Define to 1 if you have the `putenv' function. */ 158fb69a85aSchristos #define HAVE_PUTENV 1 159fb69a85aSchristos 160fb69a85aSchristos /* Define to 1 if you have the `setenv' function. */ 161fb69a85aSchristos #define HAVE_SETENV 1 162fb69a85aSchristos 163fb69a85aSchristos /* Define to 1 if you have the `setlocale' function. */ 164fb69a85aSchristos #define HAVE_SETLOCALE 1 165fb69a85aSchristos 166fb69a85aSchristos /* Define to 1 if you have the `setmode' function. */ 167fb69a85aSchristos #define HAVE_SETMODE 1 168fb69a85aSchristos 169fb69a85aSchristos /* Define to 1 if you have the <stddef.h> header file. */ 170fb69a85aSchristos #define HAVE_STDDEF_H 1 171fb69a85aSchristos 172fb69a85aSchristos /* Define to 1 if you have the <stdint.h> header file. */ 173fb69a85aSchristos #define HAVE_STDINT_H 1 174fb69a85aSchristos 175fb69a85aSchristos /* Define to 1 if you have the <stdlib.h> header file. */ 176fb69a85aSchristos #define HAVE_STDLIB_H 1 177fb69a85aSchristos 178fb69a85aSchristos /* Define to 1 if you have the `stpcpy' function. */ 179fb69a85aSchristos #define HAVE_STPCPY 1 180fb69a85aSchristos 181fb69a85aSchristos /* Define to 1 if you have the `strcasecmp' function. */ 182fb69a85aSchristos #define HAVE_STRCASECMP 1 183fb69a85aSchristos 184fb69a85aSchristos /* Define to 1 if you have the `strchr' function. */ 185fb69a85aSchristos #define HAVE_STRCHR 1 186fb69a85aSchristos 187fb69a85aSchristos /* Define to 1 if you have the `strdup' function. */ 188fb69a85aSchristos #define HAVE_STRDUP 1 189fb69a85aSchristos 190fb69a85aSchristos /* Define to 1 if you have the `strerror' function. */ 191fb69a85aSchristos #define HAVE_STRERROR 1 192fb69a85aSchristos 193fb69a85aSchristos /* Define to 1 if you have the `strerror_r' function. */ 194fb69a85aSchristos #define HAVE_STRERROR_R 1 195fb69a85aSchristos 196fb69a85aSchristos /* Define to 1 if you have the <strings.h> header file. */ 197fb69a85aSchristos #define HAVE_STRINGS_H 1 198fb69a85aSchristos 199fb69a85aSchristos /* Define to 1 if you have the <string.h> header file. */ 200fb69a85aSchristos #define HAVE_STRING_H 1 201fb69a85aSchristos 202fb69a85aSchristos /* Define to 1 if you have the `strtoul' function. */ 203fb69a85aSchristos #define HAVE_STRTOUL 1 204fb69a85aSchristos 205fb69a85aSchristos /* Define to 1 if you have the `strtoull' function. */ 206fb69a85aSchristos /* #undef HAVE_STRTOULL */ 207fb69a85aSchristos 208fb69a85aSchristos /* Define to 1 if you have the `strtoumax' function. */ 209fb69a85aSchristos #define HAVE_STRTOUMAX 1 210fb69a85aSchristos 211fb69a85aSchristos /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. 212fb69a85aSchristos */ 213fb69a85aSchristos /* #undef HAVE_SYS_DIR_H */ 214fb69a85aSchristos 215fb69a85aSchristos /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 216fb69a85aSchristos */ 217fb69a85aSchristos /* #undef HAVE_SYS_NDIR_H */ 218fb69a85aSchristos 219fb69a85aSchristos /* Define to 1 if you have the <sys/param.h> header file. */ 220fb69a85aSchristos #define HAVE_SYS_PARAM_H 1 221fb69a85aSchristos 222fb69a85aSchristos /* Define to 1 if you have the <sys/stat.h> header file. */ 223fb69a85aSchristos #define HAVE_SYS_STAT_H 1 224fb69a85aSchristos 225fb69a85aSchristos /* Define to 1 if you have the <sys/types.h> header file. */ 226fb69a85aSchristos #define HAVE_SYS_TYPES_H 1 227fb69a85aSchristos 228fb69a85aSchristos /* Define to 1 if you have the `tsearch' function. */ 229fb69a85aSchristos #define HAVE_TSEARCH 1 230fb69a85aSchristos 231fb69a85aSchristos /* Define to 1 if you have the <unistd.h> header file. */ 232fb69a85aSchristos #define HAVE_UNISTD_H 1 233fb69a85aSchristos 234fb69a85aSchristos /* Define if you have the unsigned long long type. */ 235fb69a85aSchristos #define HAVE_UNSIGNED_LONG_LONG 1 236fb69a85aSchristos 237fb69a85aSchristos /* Define to 1 if you have the `vprintf' function. */ 238fb69a85aSchristos #define HAVE_VPRINTF 1 239fb69a85aSchristos 240fb69a85aSchristos /* Define to 1 if you have the <wchar.h> header file. */ 241fb69a85aSchristos #define HAVE_WCHAR_H 1 242fb69a85aSchristos 243fb69a85aSchristos /* Define to 1 if you have the `wctype' function. */ 244fb69a85aSchristos #define HAVE_WCTYPE 1 245fb69a85aSchristos 246fb69a85aSchristos /* Define to 1 if you have the <wctype.h> header file. */ 247fb69a85aSchristos #define HAVE_WCTYPE_H 1 248fb69a85aSchristos 249fb69a85aSchristos /* Define to 1 if strerror_r returns a string. */ 250fb69a85aSchristos /* #undef HAVE_WORKING_STRERROR_R */ 251fb69a85aSchristos 252fb69a85aSchristos /* Define to 1 if you have the `__argz_count' function. */ 253fb69a85aSchristos /* #undef HAVE___ARGZ_COUNT */ 254fb69a85aSchristos 255fb69a85aSchristos /* Define to 1 if you have the `__argz_next' function. */ 256fb69a85aSchristos /* #undef HAVE___ARGZ_NEXT */ 257fb69a85aSchristos 258fb69a85aSchristos /* Define to 1 if you have the `__argz_stringify' function. */ 259fb69a85aSchristos /* #undef HAVE___ARGZ_STRINGIFY */ 260fb69a85aSchristos 261fb69a85aSchristos /* Define as const if the declaration of iconv() needs const. */ 262*77a1ad5fSkamil #define ICONV_CONST 263fb69a85aSchristos 264fb69a85aSchristos /* Name of package */ 265fb69a85aSchristos #define PACKAGE "grep" 266fb69a85aSchristos 267fb69a85aSchristos /* Define to the address where bug reports for this package should be sent. */ 268fb69a85aSchristos #define PACKAGE_BUGREPORT "" 269fb69a85aSchristos 270fb69a85aSchristos /* Define to the full name of this package. */ 271fb69a85aSchristos #define PACKAGE_NAME "" 272fb69a85aSchristos 273fb69a85aSchristos /* Define to the full name and version of this package. */ 274fb69a85aSchristos #define PACKAGE_STRING "" 275fb69a85aSchristos 276fb69a85aSchristos /* Define to the one symbol short name of this package. */ 277fb69a85aSchristos #define PACKAGE_TARNAME "" 278fb69a85aSchristos 279fb69a85aSchristos /* Define to the version of this package. */ 280fb69a85aSchristos #define PACKAGE_VERSION "" 281fb69a85aSchristos 282fb69a85aSchristos /* Define if compiler has function prototypes */ 283fb69a85aSchristos #define PROTOTYPES 1 284fb69a85aSchristos 285fb69a85aSchristos /* If using the C implementation of alloca, define if you know the 286fb69a85aSchristos direction of stack growth for your system; otherwise it will be 287fb69a85aSchristos automatically deduced at run-time. 288fb69a85aSchristos STACK_DIRECTION > 0 => grows toward higher addresses 289fb69a85aSchristos STACK_DIRECTION < 0 => grows toward lower addresses 290fb69a85aSchristos STACK_DIRECTION = 0 => direction of growth unknown */ 291fb69a85aSchristos /* #undef STACK_DIRECTION */ 292fb69a85aSchristos 293fb69a85aSchristos /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ 294fb69a85aSchristos /* #undef STAT_MACROS_BROKEN */ 295fb69a85aSchristos 296fb69a85aSchristos /* Define to 1 if you have the ANSI C header files. */ 297fb69a85aSchristos #define STDC_HEADERS 1 298fb69a85aSchristos 299fb69a85aSchristos /* Version number of package */ 300fb69a85aSchristos #define VERSION "2.5.1a nb1" 301fb69a85aSchristos 302fb69a85aSchristos /* Number of bits in a file offset, on hosts where this is settable. */ 303fb69a85aSchristos /* #undef _FILE_OFFSET_BITS */ 304fb69a85aSchristos 305fb69a85aSchristos /* Define to make fseeko etc. visible, on some hosts. */ 306fb69a85aSchristos /* #undef _LARGEFILE_SOURCE */ 307fb69a85aSchristos 308fb69a85aSchristos /* Define for large files, on AIX-style hosts. */ 309fb69a85aSchristos /* #undef _LARGE_FILES */ 310fb69a85aSchristos 311fb69a85aSchristos /* Define if your compiler is broken */ 312fb69a85aSchristos /* #undef alloca */ 313fb69a85aSchristos 314fb69a85aSchristos /* Define to empty if `const' does not conform to ANSI C. */ 315fb69a85aSchristos /* #undef const */ 316fb69a85aSchristos 317fb69a85aSchristos /* Define as `__inline' if that's what the C compiler calls it, or to nothing 318fb69a85aSchristos if it is not supported. */ 319fb69a85aSchristos /* #undef inline */ 320fb69a85aSchristos 321fb69a85aSchristos /* Define to rpl_malloc if the replacement function should be used. */ 322fb69a85aSchristos /* #undef malloc */ 323fb69a85aSchristos 324fb69a85aSchristos /* Define to a type if <wchar.h> does not define. */ 325fb69a85aSchristos /* #undef mbstate_t */ 326fb69a85aSchristos 327fb69a85aSchristos /* Define to `long' if <sys/types.h> does not define. */ 328fb69a85aSchristos /* #undef off_t */ 329fb69a85aSchristos 330fb69a85aSchristos /* Define to rpl_realloc if the replacement function should be used. */ 331fb69a85aSchristos /* #undef realloc */ 332fb69a85aSchristos 333fb69a85aSchristos /* Define to `unsigned' if <sys/types.h> does not define. */ 334fb69a85aSchristos /* #undef size_t */ 335fb69a85aSchristos 336fb69a85aSchristos /* Define to `int' if <sys/types.h> does not define. */ 337fb69a85aSchristos /* #undef ssize_t */ 338fb69a85aSchristos 339fb69a85aSchristos /* Define to unsigned long or unsigned long long if <inttypes.h> doesn't 340fb69a85aSchristos define. */ 341fb69a85aSchristos /* #undef uintmax_t */ 342