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