[3339] | 1 | /* config.h. Generated from config.h.in by configure. */
|
---|
| 2 | /* config.h.in. Generated from configure.ac by autoheader. */
|
---|
| 3 |
|
---|
| 4 | #if 0
|
---|
| 5 | /* Define this to an absolute name of <fcntl.h>. */
|
---|
| 6 | #define ABSOLUTE_FCNTL_H "F:/GCC/v3.3.5csd2/usr/include/fcntl.h"
|
---|
| 7 |
|
---|
| 8 | /* Define this to an absolute name of <inttypes.h>. */
|
---|
| 9 | #define ABSOLUTE_INTTYPES_H "F:/GCC/v3.3.5csd2/usr/include/inttypes.h"
|
---|
| 10 |
|
---|
| 11 | /* Define this to an absolute name of <stdint.h>. */
|
---|
| 12 | #define ABSOLUTE_STDINT_H "F:/GCC/v3.3.5csd2/usr/include/stdint.h"
|
---|
| 13 | #else
|
---|
| 14 |
|
---|
| 15 | # include <sys/fcntl.h>
|
---|
| 16 | # ifndef O_DIRECTORY
|
---|
| 17 | # define O_DIRECTORY 0
|
---|
| 18 | # endif
|
---|
| 19 |
|
---|
| 20 | #endif
|
---|
| 21 |
|
---|
| 22 | /* Define to the number of bits in type 'ptrdiff_t'. */
|
---|
| 23 | /* #undef BITSIZEOF_PTRDIFF_T */
|
---|
| 24 |
|
---|
| 25 | /* Define to the number of bits in type 'sig_atomic_t'. */
|
---|
| 26 | /* #undef BITSIZEOF_SIG_ATOMIC_T */
|
---|
| 27 |
|
---|
| 28 | /* Define to the number of bits in type 'size_t'. */
|
---|
| 29 | /* #undef BITSIZEOF_SIZE_T */
|
---|
| 30 |
|
---|
| 31 | /* Define to the number of bits in type 'wchar_t'. */
|
---|
| 32 | /* #undef BITSIZEOF_WCHAR_T */
|
---|
| 33 |
|
---|
| 34 | /* Define to the number of bits in type 'wint_t'. */
|
---|
| 35 | /* #undef BITSIZEOF_WINT_T */
|
---|
| 36 |
|
---|
| 37 | /* Define if chown is not POSIX compliant regarding IDs of -1. */
|
---|
| 38 | /* #undef CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE */
|
---|
| 39 |
|
---|
| 40 | /* Define if chown modifies symlinks. */
|
---|
| 41 | /* #undef CHOWN_MODIFIES_SYMLINK */
|
---|
| 42 |
|
---|
| 43 | /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
|
---|
| 44 | systems. This function is required for `alloca.c' support on those systems.
|
---|
| 45 | */
|
---|
| 46 | /* #undef CRAY_STACKSEG_END */
|
---|
| 47 |
|
---|
| 48 | /* Define to 1 if using `alloca.c'. */
|
---|
| 49 | /* #undef C_ALLOCA */
|
---|
| 50 |
|
---|
| 51 | /* Define full file name of rmt program. */
|
---|
| 52 | /* #undef DEFAULT_RMT_COMMAND */
|
---|
| 53 |
|
---|
| 54 | /* Define to 1 if // is a file system root distinct from /. */
|
---|
| 55 | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 1
|
---|
| 56 |
|
---|
| 57 | /* Define if there is a member named d_ino in the struct describing directory
|
---|
| 58 | headers. */
|
---|
| 59 | #define D_INO_IN_DIRENT 1
|
---|
| 60 |
|
---|
| 61 | /* Define to 1 if translation of program messages to the user's native
|
---|
| 62 | language is requested. */
|
---|
| 63 | #define ENABLE_NLS 1
|
---|
| 64 |
|
---|
| 65 | /* Define as good substitute value for EOVERFLOW. */
|
---|
| 66 | /* #undef EOVERFLOW */
|
---|
| 67 |
|
---|
| 68 | /* Define on systems for which file names may have a so-called `drive letter'
|
---|
| 69 | prefix, define this to compute the length of that prefix, including the
|
---|
| 70 | colon. */
|
---|
| 71 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 1 /* bird - why didn't it detect this? */
|
---|
| 72 |
|
---|
| 73 | /* Define if the backslash character may also serve as a file name component
|
---|
| 74 | separator. */
|
---|
| 75 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 1 /* bird - why didn't it detect this? */
|
---|
| 76 |
|
---|
| 77 | /* Define if a drive letter prefix denotes a relative path if it is not
|
---|
| 78 | followed by a file name component separator. */
|
---|
| 79 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 1 /* bird - why the heck doesn't it get that we're on a PC? */
|
---|
| 80 |
|
---|
| 81 | /* Define to 1 to add extern declaration of program_invocation_name to argp.h
|
---|
| 82 | */
|
---|
| 83 | #define GNULIB_PROGRAM_INVOCATION_NAME 1
|
---|
| 84 |
|
---|
| 85 | /* Define to 1 to add extern declaration of program_invocation_short_name to
|
---|
| 86 | argp.h */
|
---|
| 87 | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
|
---|
| 88 |
|
---|
| 89 | /* Define to 1 if you have the `alarm' function. */
|
---|
| 90 | #define HAVE_ALARM 1
|
---|
| 91 |
|
---|
| 92 | /* Define to 1 if you have `alloca', as a function or macro. */
|
---|
| 93 | #define HAVE_ALLOCA 1
|
---|
| 94 |
|
---|
| 95 | /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
|
---|
| 96 | */
|
---|
| 97 | #define HAVE_ALLOCA_H 1
|
---|
| 98 |
|
---|
| 99 | /* Define to 1 if you have the `bcopy' function. */
|
---|
| 100 | #define HAVE_BCOPY 1
|
---|
| 101 |
|
---|
| 102 | /* Define to 1 if you have the <bp-sym.h> header file. */
|
---|
| 103 | /* #undef HAVE_BP_SYM_H */
|
---|
| 104 |
|
---|
| 105 | /* Define to 1 if you have the `btowc' function. */
|
---|
| 106 | #define HAVE_BTOWC 1
|
---|
| 107 |
|
---|
| 108 | /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
|
---|
| 109 | CoreFoundation framework. */
|
---|
| 110 | /* #undef HAVE_CFLOCALECOPYCURRENT */
|
---|
| 111 |
|
---|
| 112 | /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
|
---|
| 113 | the CoreFoundation framework. */
|
---|
| 114 | /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
|
---|
| 115 |
|
---|
| 116 | /* Define to 1 if your system has a working `chown' function. */
|
---|
| 117 | #define HAVE_CHOWN 1
|
---|
| 118 |
|
---|
| 119 | /* Define to 1 if you have the `clock_gettime' function. */
|
---|
| 120 | /* #undef HAVE_CLOCK_GETTIME */
|
---|
| 121 |
|
---|
| 122 | /* Define to 1 if you have the `clock_settime' function. */
|
---|
| 123 | /* #undef HAVE_CLOCK_SETTIME */
|
---|
| 124 |
|
---|
| 125 | /* Define if you have compound literals. */
|
---|
| 126 | #define HAVE_COMPOUND_LITERALS 1
|
---|
| 127 |
|
---|
| 128 | /* Define if the GNU dcgettext() function is already present or preinstalled.
|
---|
| 129 | */
|
---|
| 130 | #define HAVE_DCGETTEXT 1
|
---|
| 131 |
|
---|
| 132 | /* Define to 1 if you have the declaration of `atoi', and to 0 if you don't.
|
---|
| 133 | */
|
---|
| 134 | #define HAVE_DECL_ATOI 1
|
---|
| 135 |
|
---|
| 136 | /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
|
---|
| 137 | you don't. */
|
---|
| 138 | #define HAVE_DECL_CLEARERR_UNLOCKED 1
|
---|
| 139 |
|
---|
| 140 | /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
|
---|
| 141 | */
|
---|
| 142 | #define HAVE_DECL_ERRNO 1
|
---|
| 143 |
|
---|
| 144 | /* Define to 1 if you have the declaration of `exit', and to 0 if you don't.
|
---|
| 145 | */
|
---|
| 146 | #define HAVE_DECL_EXIT 1
|
---|
| 147 |
|
---|
| 148 | /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
|
---|
| 149 | don't. */
|
---|
| 150 | #define HAVE_DECL_FEOF_UNLOCKED 1
|
---|
| 151 |
|
---|
| 152 | /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
|
---|
| 153 | you don't. */
|
---|
| 154 | #define HAVE_DECL_FERROR_UNLOCKED 1
|
---|
| 155 |
|
---|
| 156 | /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
|
---|
| 157 | you don't. */
|
---|
| 158 | #define HAVE_DECL_FFLUSH_UNLOCKED 1
|
---|
| 159 |
|
---|
| 160 | /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
|
---|
| 161 | you don't. */
|
---|
| 162 | #define HAVE_DECL_FGETS_UNLOCKED 1
|
---|
| 163 |
|
---|
| 164 | /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
|
---|
| 165 | you don't. */
|
---|
| 166 | #define HAVE_DECL_FPUTC_UNLOCKED 1
|
---|
| 167 |
|
---|
| 168 | /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
|
---|
| 169 | you don't. */
|
---|
| 170 | #define HAVE_DECL_FPUTS_UNLOCKED 1
|
---|
| 171 |
|
---|
| 172 | /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
|
---|
| 173 | you don't. */
|
---|
| 174 | #define HAVE_DECL_FREAD_UNLOCKED 1
|
---|
| 175 |
|
---|
| 176 | /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
|
---|
| 177 | you don't. */
|
---|
| 178 | #define HAVE_DECL_FWRITE_UNLOCKED 1
|
---|
| 179 |
|
---|
| 180 | /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
|
---|
| 181 | you don't. */
|
---|
| 182 | #define HAVE_DECL_GETCHAR_UNLOCKED 1
|
---|
| 183 |
|
---|
| 184 | /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
|
---|
| 185 | */
|
---|
| 186 | #define HAVE_DECL_GETCWD 1
|
---|
| 187 |
|
---|
| 188 | /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
|
---|
| 189 | don't. */
|
---|
| 190 | #define HAVE_DECL_GETC_UNLOCKED 1
|
---|
| 191 |
|
---|
| 192 | /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
|
---|
| 193 | */
|
---|
| 194 | #define HAVE_DECL_GETENV 1
|
---|
| 195 |
|
---|
| 196 | /* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
|
---|
| 197 | don't. */
|
---|
| 198 | #define HAVE_DECL_GETGRGID 1
|
---|
| 199 |
|
---|
| 200 | /* Define to 1 if you have the declaration of `getgrnam', and to 0 if you
|
---|
| 201 | don't. */
|
---|
| 202 | #define HAVE_DECL_GETGRNAM 1
|
---|
| 203 |
|
---|
| 204 | /* Define to 1 if you have the declaration of `getpwnam', and to 0 if you
|
---|
| 205 | don't. */
|
---|
| 206 | #define HAVE_DECL_GETPWNAM 1
|
---|
| 207 |
|
---|
| 208 | /* Define to 1 if you have the declaration of `imaxabs', and to 0 if you
|
---|
| 209 | don't. */
|
---|
| 210 | #define HAVE_DECL_IMAXABS 1
|
---|
| 211 |
|
---|
| 212 | /* Define to 1 if you have the declaration of `imaxdiv', and to 0 if you
|
---|
| 213 | don't. */
|
---|
| 214 | #define HAVE_DECL_IMAXDIV 1
|
---|
| 215 |
|
---|
| 216 | /* Define to 1 if you have the declaration of `isblank', and to 0 if you
|
---|
| 217 | don't. */
|
---|
| 218 | #define HAVE_DECL_ISBLANK 1
|
---|
| 219 |
|
---|
| 220 | /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
|
---|
| 221 | don't. */
|
---|
| 222 | #define HAVE_DECL_MEMRCHR 1
|
---|
| 223 |
|
---|
| 224 | /* Define to 1 if you have the declaration of `nanosleep', and to 0 if you
|
---|
| 225 | don't. */
|
---|
| 226 | #define HAVE_DECL_NANOSLEEP 1
|
---|
| 227 |
|
---|
| 228 | /* Define if program_invocation_name is declared */
|
---|
| 229 | /* #undef HAVE_DECL_PROGRAM_INVOCATION_NAME */
|
---|
| 230 |
|
---|
| 231 | /* Define if program_invocation_short_name is declared */
|
---|
| 232 | /* #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME */
|
---|
| 233 |
|
---|
| 234 | /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
|
---|
| 235 | you don't. */
|
---|
| 236 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
|
---|
| 237 |
|
---|
| 238 | /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
|
---|
| 239 | don't. */
|
---|
| 240 | #define HAVE_DECL_PUTC_UNLOCKED 1
|
---|
| 241 |
|
---|
| 242 | /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
|
---|
| 243 | */
|
---|
| 244 | #define HAVE_DECL_STRDUP 1
|
---|
| 245 |
|
---|
| 246 | /* Define to 1 if you have the declaration of `strerror', and to 0 if you
|
---|
| 247 | don't. */
|
---|
| 248 | #define HAVE_DECL_STRERROR 1
|
---|
| 249 |
|
---|
| 250 | /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
|
---|
| 251 | don't. */
|
---|
| 252 | #define HAVE_DECL_STRERROR_R 1
|
---|
| 253 |
|
---|
| 254 | /* Define to 1 if you have the declaration of `strndup', and to 0 if you
|
---|
| 255 | don't. */
|
---|
| 256 | #define HAVE_DECL_STRNDUP 1
|
---|
| 257 |
|
---|
| 258 | /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
|
---|
| 259 | don't. */
|
---|
| 260 | #define HAVE_DECL_STRNLEN 1
|
---|
| 261 |
|
---|
| 262 | /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
|
---|
| 263 | don't. */
|
---|
| 264 | #define HAVE_DECL_STRTOIMAX 1
|
---|
| 265 |
|
---|
| 266 | /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
|
---|
| 267 | don't. */
|
---|
| 268 | #define HAVE_DECL_STRTOUMAX 1
|
---|
| 269 |
|
---|
| 270 | /* Define to 1 if you have the declaration of `sys_errlist', and to 0 if you
|
---|
| 271 | don't. */
|
---|
| 272 | #define HAVE_DECL_SYS_ERRLIST 1
|
---|
| 273 |
|
---|
| 274 | /* Define to 1 if you have the declaration of `sys_nerr', and to 0 if you
|
---|
| 275 | don't. */
|
---|
| 276 | #define HAVE_DECL_SYS_NERR 1
|
---|
| 277 |
|
---|
| 278 | /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
|
---|
| 279 | */
|
---|
| 280 | #define HAVE_DECL_TZNAME 1
|
---|
| 281 |
|
---|
| 282 | /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
|
---|
| 283 | don't. */
|
---|
| 284 | #define HAVE_DECL_VSNPRINTF 1
|
---|
| 285 |
|
---|
| 286 | /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
|
---|
| 287 | don't. */
|
---|
| 288 | #define HAVE_DECL_WCWIDTH 1
|
---|
| 289 |
|
---|
| 290 | /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
|
---|
| 291 | don't. */
|
---|
| 292 | #define HAVE_DECL___FPENDING 1
|
---|
| 293 |
|
---|
| 294 | /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
---|
| 295 | */
|
---|
| 296 | #define HAVE_DIRENT_H 1
|
---|
| 297 |
|
---|
| 298 | /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
|
---|
| 299 | /* #undef HAVE_DOPRNT */
|
---|
| 300 |
|
---|
| 301 | /* Define to 1 if you have the `endgrent' function. */
|
---|
| 302 | #define HAVE_ENDGRENT 1
|
---|
| 303 |
|
---|
| 304 | /* Define to 1 if you have the `endpwent' function. */
|
---|
| 305 | #define HAVE_ENDPWENT 1
|
---|
| 306 |
|
---|
| 307 | /* Define if you have the declaration of environ. */
|
---|
| 308 | /* #undef HAVE_ENVIRON_DECL */
|
---|
| 309 |
|
---|
| 310 | /* Define to 1 if you have the `fchdir' function. */
|
---|
| 311 | #define HAVE_FCHDIR 1
|
---|
| 312 |
|
---|
| 313 | /* Define to 1 if you have the <fcntl.h> header file. */
|
---|
| 314 | #define HAVE_FCNTL_H 1
|
---|
| 315 |
|
---|
| 316 | /* Define to 1 if you have the `fdopendir' function. */
|
---|
| 317 | /* #undef HAVE_FDOPENDIR */
|
---|
| 318 |
|
---|
| 319 | /* Define to 1 if you have the <features.h> header file. */
|
---|
| 320 | #define HAVE_FEATURES_H 1
|
---|
| 321 |
|
---|
| 322 | /* Define to 1 if you have the `flockfile' function. */
|
---|
| 323 | #define HAVE_FLOCKFILE 1
|
---|
| 324 |
|
---|
| 325 | /* Define to 1 if you have the `funlockfile' function. */
|
---|
| 326 | #define HAVE_FUNLOCKFILE 1
|
---|
| 327 |
|
---|
| 328 | /* Define to 1 if you have the `futimes' function. */
|
---|
| 329 | #define HAVE_FUTIMES 1
|
---|
| 330 |
|
---|
| 331 | /* Define to 1 if you have the `futimesat' function. */
|
---|
| 332 | /* #undef HAVE_FUTIMESAT */
|
---|
| 333 |
|
---|
| 334 | /* Define to 1 if you have the <getopt.h> header file. */
|
---|
| 335 | #define HAVE_GETOPT_H 1
|
---|
| 336 |
|
---|
| 337 | /* Define to 1 if you have the `getopt_long_only' function. */
|
---|
| 338 | /* #undef HAVE_GETOPT_LONG_ONLY */
|
---|
| 339 |
|
---|
| 340 | /* Define to 1 if you have the `getpagesize' function. */
|
---|
| 341 | /* #undef HAVE_GETPAGESIZE */
|
---|
| 342 |
|
---|
| 343 | /* Define if the GNU gettext() function is already present or preinstalled. */
|
---|
| 344 | #define HAVE_GETTEXT 1
|
---|
| 345 |
|
---|
| 346 | /* Define to 1 if you have the `gettimeofday' function. */
|
---|
| 347 | #define HAVE_GETTIMEOFDAY 1
|
---|
| 348 |
|
---|
| 349 | /* Define if you have the iconv() function. */
|
---|
| 350 | /* #undef HAVE_ICONV */
|
---|
| 351 |
|
---|
| 352 | /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
|
---|
| 353 | #define HAVE_INTMAX_T 1
|
---|
| 354 |
|
---|
| 355 | /* Define to 1 if you have the <inttypes.h> header file. */
|
---|
| 356 | #define HAVE_INTTYPES_H 1
|
---|
| 357 |
|
---|
| 358 | /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
|
---|
| 359 | declares uintmax_t. */
|
---|
| 360 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
|
---|
| 361 |
|
---|
| 362 | /* Define to 1 if you have the `iswcntrl' function. */
|
---|
| 363 | #define HAVE_ISWCNTRL 1
|
---|
| 364 |
|
---|
| 365 | /* Define to 1 if you have the `iswprint' function. */
|
---|
| 366 | #define HAVE_ISWPRINT 1
|
---|
| 367 |
|
---|
| 368 | /* Define to 1 if you have the `lchmod' function. */
|
---|
| 369 | #define HAVE_LCHMOD 1
|
---|
| 370 |
|
---|
| 371 | /* Define to 1 if you have the `lchown' function. */
|
---|
| 372 | #define HAVE_LCHOWN 1
|
---|
| 373 |
|
---|
| 374 | /* Define to 1 if you have the <libintl.h> header file. */
|
---|
| 375 | #define HAVE_LIBINTL_H 1
|
---|
| 376 |
|
---|
| 377 | /* Define to 1 if you have the <linewrap.h> header file. */
|
---|
| 378 | /* #undef HAVE_LINEWRAP_H */
|
---|
| 379 |
|
---|
| 380 | /* Define to 1 if you have the <locale.h> header file. */
|
---|
| 381 | #define HAVE_LOCALE_H 1
|
---|
| 382 |
|
---|
| 383 | /* Define if you have the 'long double' type. */
|
---|
| 384 | #define HAVE_LONG_DOUBLE 1
|
---|
| 385 |
|
---|
| 386 | /* Define if you have the 'long long' type. */
|
---|
| 387 | #define HAVE_LONG_LONG 1
|
---|
| 388 |
|
---|
| 389 | /* Define to 1 if the system has the type `long long int'. */
|
---|
| 390 | #define HAVE_LONG_LONG_INT 1
|
---|
| 391 |
|
---|
| 392 | /* Define to 1 if you have the `lstat' function. */
|
---|
| 393 | #define HAVE_LSTAT 1
|
---|
| 394 |
|
---|
| 395 | /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
|
---|
| 396 | to 0 otherwise. */
|
---|
| 397 | #define HAVE_MALLOC 1
|
---|
| 398 |
|
---|
| 399 | /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
|
---|
| 400 | #define HAVE_MBRTOWC 1
|
---|
| 401 |
|
---|
| 402 | /* Define to 1 if you have the `mbsinit' function. */
|
---|
| 403 | #define HAVE_MBSINIT 1
|
---|
| 404 |
|
---|
| 405 | /* Define to 1 if you have the `mbsrtowcs' function. */
|
---|
| 406 | #define HAVE_MBSRTOWCS 1
|
---|
| 407 |
|
---|
| 408 | /* Define to 1 if <wchar.h> declares mbstate_t. */
|
---|
| 409 | #define HAVE_MBSTATE_T 1
|
---|
| 410 |
|
---|
| 411 | /* Define to 1 if you have the `memchr' function. */
|
---|
| 412 | #define HAVE_MEMCHR 1
|
---|
| 413 |
|
---|
| 414 | /* Define to 1 if you have the <memory.h> header file. */
|
---|
| 415 | #define HAVE_MEMORY_H 1
|
---|
| 416 |
|
---|
| 417 | /* Define to 1 if you have the `mempcpy' function. */
|
---|
| 418 | #define HAVE_MEMPCPY 1
|
---|
| 419 |
|
---|
| 420 | /* Define to 1 if you have the `memrchr' function. */
|
---|
| 421 | #define HAVE_MEMRCHR 1
|
---|
| 422 |
|
---|
| 423 | /* Define to 1 if <limits.h> defines the MIN and MAX macros. */
|
---|
| 424 | /* #undef HAVE_MINMAX_IN_LIMITS_H */
|
---|
| 425 |
|
---|
| 426 | /* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */
|
---|
| 427 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
|
---|
| 428 |
|
---|
| 429 | /* Define to 1 if you have the `mkdir' function. */
|
---|
| 430 | #define HAVE_MKDIR 1
|
---|
| 431 |
|
---|
| 432 | /* Define to 1 if you have the `mkfifo' function. */
|
---|
| 433 | #define HAVE_MKFIFO 1
|
---|
| 434 |
|
---|
| 435 | /* Define to 1 if you have the `nanotime' function. */
|
---|
| 436 | /* #undef HAVE_NANOTIME */
|
---|
| 437 |
|
---|
| 438 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
|
---|
| 439 | /* #undef HAVE_NDIR_H */
|
---|
| 440 |
|
---|
| 441 | /* Define to 1 if you have the <netdb.h> header file. */
|
---|
| 442 | #define HAVE_NETDB_H 1
|
---|
| 443 |
|
---|
| 444 | /* Define to 1 if you have the <net/errno.h> header file. */
|
---|
| 445 | /* #undef HAVE_NET_ERRNO_H */
|
---|
| 446 |
|
---|
| 447 | /* Define to 1 if libc includes obstacks. */
|
---|
| 448 | #define HAVE_OBSTACK 1
|
---|
| 449 |
|
---|
| 450 | /* Define to 1 if you have the `openat' function. */
|
---|
| 451 | /* #undef HAVE_OPENAT */
|
---|
| 452 |
|
---|
| 453 | /* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
|
---|
| 454 | setting errno to ERANGE, ENAMETOOLONG, or ENOENT. If __GETCWD_PREFIX is not
|
---|
| 455 | defined, it doesn't matter whether HAVE_PARTLY_WORKING_GETCWD is defined.
|
---|
| 456 | */
|
---|
| 457 | /* #undef HAVE_PARTLY_WORKING_GETCWD */
|
---|
| 458 |
|
---|
| 459 | /* Define to 1 if you have the `pipe' function. */
|
---|
| 460 | #define HAVE_PIPE 1
|
---|
| 461 |
|
---|
| 462 | /* Define if program_invocation_name is defined */
|
---|
| 463 | /* #undef HAVE_PROGRAM_INVOCATION_NAME */
|
---|
| 464 |
|
---|
| 465 | /* Define if program_invocation_short_name is defined */
|
---|
| 466 | /* #undef HAVE_PROGRAM_INVOCATION_SHORT_NAME */
|
---|
| 467 |
|
---|
| 468 | /* Define to 1 if the system has the type `ptrdiff_t'. */
|
---|
| 469 | #define HAVE_PTRDIFF_T 1
|
---|
| 470 |
|
---|
| 471 | /* Define to 1 if you have the <search.h> header file. */
|
---|
| 472 | /* #undef HAVE_SEARCH_H */
|
---|
| 473 |
|
---|
| 474 | /* Define to 1 if you have the `setenv' function. */
|
---|
| 475 | #define HAVE_SETENV 1
|
---|
| 476 |
|
---|
| 477 | /* Define to 1 if you have the `setlocale' function. */
|
---|
| 478 | #define HAVE_SETLOCALE 1
|
---|
| 479 |
|
---|
| 480 | /* Define to 1 if you have the <sgtty.h> header file. */
|
---|
| 481 | #define HAVE_SGTTY_H 1
|
---|
| 482 |
|
---|
| 483 | /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
|
---|
| 484 | /* #undef HAVE_SIGNED_SIG_ATOMIC_T */
|
---|
| 485 |
|
---|
| 486 | /* Define to 1 if 'wchar_t' is a signed integer type. */
|
---|
| 487 | /* #undef HAVE_SIGNED_WCHAR_T */
|
---|
| 488 |
|
---|
| 489 | /* Define to 1 if 'wint_t' is a signed integer type. */
|
---|
| 490 | /* #undef HAVE_SIGNED_WINT_T */
|
---|
| 491 |
|
---|
| 492 | /* Define to 1 if you have the `snprintf' function. */
|
---|
| 493 | #define HAVE_SNPRINTF 1
|
---|
| 494 |
|
---|
| 495 | /* Define to 1 if stdbool.h conforms to C99. */
|
---|
| 496 | #define HAVE_STDBOOL_H 1
|
---|
| 497 |
|
---|
| 498 | /* Define to 1 if you have the <stdint.h> header file. */
|
---|
| 499 | #define HAVE_STDINT_H 1
|
---|
| 500 |
|
---|
| 501 | /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
|
---|
| 502 | uintmax_t. */
|
---|
| 503 | #define HAVE_STDINT_H_WITH_UINTMAX 1
|
---|
| 504 |
|
---|
| 505 | /* Define to 1 if you have the <stdio_ext.h> header file. */
|
---|
| 506 | #define HAVE_STDIO_EXT_H 1
|
---|
| 507 |
|
---|
| 508 | /* Define to 1 if you have the <stdlib.h> header file. */
|
---|
| 509 | #define HAVE_STDLIB_H 1
|
---|
| 510 |
|
---|
| 511 | /* Define to 1 if you have the `stpcpy' function. */
|
---|
| 512 | #define HAVE_STPCPY 1
|
---|
| 513 |
|
---|
| 514 | /* Define to 1 if you have the `strchrnul' function. */
|
---|
| 515 | #define HAVE_STRCHRNUL 1
|
---|
| 516 |
|
---|
| 517 | /* Define to 1 if you have the `strdup' function. */
|
---|
| 518 | #define HAVE_STRDUP 1
|
---|
| 519 |
|
---|
| 520 | /* Define to 1 if you have the `strerror' function. */
|
---|
| 521 | #define HAVE_STRERROR 1
|
---|
| 522 |
|
---|
| 523 | /* Define to 1 if you have the `strerror_r' function. */
|
---|
| 524 | #define HAVE_STRERROR_R 1
|
---|
| 525 |
|
---|
| 526 | /* Define to 1 if you have the <strings.h> header file. */
|
---|
| 527 | #define HAVE_STRINGS_H 1
|
---|
| 528 |
|
---|
| 529 | /* Define to 1 if you have the <string.h> header file. */
|
---|
| 530 | #define HAVE_STRING_H 1
|
---|
| 531 |
|
---|
| 532 | /* Define to 1 if you have the `strncasecmp' function. */
|
---|
| 533 | #define HAVE_STRNCASECMP 1
|
---|
| 534 |
|
---|
| 535 | /* Define if you have the strndup() function and it works. */
|
---|
| 536 | #define HAVE_STRNDUP 1
|
---|
| 537 |
|
---|
| 538 | /* Define to 1 if you have the `strtol' function. */
|
---|
| 539 | #define HAVE_STRTOL 1
|
---|
| 540 |
|
---|
| 541 | /* Define to 1 if `st_blksize' is member of `struct stat'. */
|
---|
| 542 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
|
---|
| 543 |
|
---|
| 544 | /* Define to 1 if `st_blocks' is member of `struct stat'. */
|
---|
| 545 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
|
---|
| 546 |
|
---|
| 547 | /* Define if struct timespec is declared in <time.h>. */
|
---|
| 548 | #define HAVE_STRUCT_TIMESPEC 1
|
---|
| 549 |
|
---|
| 550 | /* Define to 1 if `tm_zone' is member of `struct tm'. */
|
---|
| 551 | /* #undef HAVE_STRUCT_TM_TM_ZONE */
|
---|
| 552 |
|
---|
| 553 | /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
|
---|
| 554 | have utime.h but don't declare the struct anywhere. */
|
---|
| 555 | #define HAVE_STRUCT_UTIMBUF 1
|
---|
| 556 |
|
---|
| 557 | /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
|
---|
| 558 | `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
|
---|
| 559 | #define HAVE_ST_BLKSIZE 1
|
---|
| 560 |
|
---|
| 561 | /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
|
---|
| 562 | `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
|
---|
| 563 | #define HAVE_ST_BLOCKS 1
|
---|
| 564 |
|
---|
| 565 | /* Define to 1 if you have the <sysexits.h> header file. */
|
---|
| 566 | #define HAVE_SYSEXITS_H 1
|
---|
| 567 |
|
---|
| 568 | /* Define to 1 if you have the <sys/bitypes.h> header file. */
|
---|
| 569 | /* #undef HAVE_SYS_BITYPES_H */
|
---|
| 570 |
|
---|
| 571 | /* Define to 1 if you have the <sys/buf.h> header file. */
|
---|
| 572 | /* #undef HAVE_SYS_BUF_H */
|
---|
| 573 |
|
---|
| 574 | /* Define to 1 if you have the <sys/device.h> header file. */
|
---|
| 575 | /* #undef HAVE_SYS_DEVICE_H */
|
---|
| 576 |
|
---|
| 577 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
|
---|
| 578 | */
|
---|
| 579 | /* #undef HAVE_SYS_DIR_H */
|
---|
| 580 |
|
---|
| 581 | /* Define if your system has sys_errlist global variable */
|
---|
| 582 | #define HAVE_SYS_ERRLIST 1
|
---|
| 583 |
|
---|
| 584 | /* Define to 1 if you have the <sys/gentape.h> header file. */
|
---|
| 585 | /* #undef HAVE_SYS_GENTAPE_H */
|
---|
| 586 |
|
---|
| 587 | /* Define to 1 if you have the <sys/inet.h> header file. */
|
---|
| 588 | /* #undef HAVE_SYS_INET_H */
|
---|
| 589 |
|
---|
| 590 | /* Define to 1 if you have the <sys/inttypes.h> header file. */
|
---|
| 591 | /* #undef HAVE_SYS_INTTYPES_H */
|
---|
| 592 |
|
---|
| 593 | /* Define to 1 if you have the <sys/io/trioctl.h> header file. */
|
---|
| 594 | /* #undef HAVE_SYS_IO_TRIOCTL_H */
|
---|
| 595 |
|
---|
| 596 | /* Define to 1 if you have the <sys/mtio.h> header file. */
|
---|
| 597 | /* #undef HAVE_SYS_MTIO_H */
|
---|
| 598 |
|
---|
| 599 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
---|
| 600 | */
|
---|
| 601 | /* #undef HAVE_SYS_NDIR_H */
|
---|
| 602 |
|
---|
| 603 | /* Define to 1 if you have the <sys/param.h> header file. */
|
---|
| 604 | #define HAVE_SYS_PARAM_H 1
|
---|
| 605 |
|
---|
| 606 | /* Define to 1 if you have the <sys/stat.h> header file. */
|
---|
| 607 | #define HAVE_SYS_STAT_H 1
|
---|
| 608 |
|
---|
| 609 | /* Define to 1 if you have the <sys/tape.h> header file. */
|
---|
| 610 | /* #undef HAVE_SYS_TAPE_H */
|
---|
| 611 |
|
---|
| 612 | /* Define to 1 if you have the <sys/time.h> header file. */
|
---|
| 613 | #define HAVE_SYS_TIME_H 1
|
---|
| 614 |
|
---|
| 615 | /* Define to 1 if you have the <sys/tprintf.h> header file. */
|
---|
| 616 | /* #undef HAVE_SYS_TPRINTF_H */
|
---|
| 617 |
|
---|
| 618 | /* Define to 1 if you have the <sys/types.h> header file. */
|
---|
| 619 | #define HAVE_SYS_TYPES_H 1
|
---|
| 620 |
|
---|
| 621 | /* Define to 1 if you have the <sys/wait.h> header file. */
|
---|
| 622 | #define HAVE_SYS_WAIT_H 1
|
---|
| 623 |
|
---|
| 624 | /* Define to 1 if localtime_r, etc. have the type signatures that POSIX
|
---|
| 625 | requires. */
|
---|
| 626 | #define HAVE_TIME_R_POSIX 1
|
---|
| 627 |
|
---|
| 628 | /* Define if struct tm has the tm_gmtoff member. */
|
---|
| 629 | /* #undef HAVE_TM_GMTOFF */
|
---|
| 630 |
|
---|
| 631 | /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
|
---|
| 632 | `HAVE_STRUCT_TM_TM_ZONE' instead. */
|
---|
| 633 | /* #undef HAVE_TM_ZONE */
|
---|
| 634 |
|
---|
| 635 | /* Define to 1 if you have the `tsearch' function. */
|
---|
| 636 | /* #undef HAVE_TSEARCH */
|
---|
| 637 |
|
---|
| 638 | /* Define to 1 if you don't have `tm_zone' but do have the external array
|
---|
| 639 | `tzname'. */
|
---|
| 640 | #define HAVE_TZNAME 1
|
---|
| 641 |
|
---|
| 642 | /* Define to 1 if you have the <unistd.h> header file. */
|
---|
| 643 | #define HAVE_UNISTD_H 1
|
---|
| 644 |
|
---|
| 645 | /* Define to 1 if you have the `unsetenv' function. */
|
---|
| 646 | #define HAVE_UNSETENV 1
|
---|
| 647 |
|
---|
| 648 | /* Define to 1 if you have the <utime.h> header file. */
|
---|
| 649 | #define HAVE_UTIME_H 1
|
---|
| 650 |
|
---|
| 651 | /* Define to 1 if you have the <utmp.h> header file. */
|
---|
| 652 | #define HAVE_UTMP_H 1
|
---|
| 653 |
|
---|
| 654 | /* Define to 1 if you have the `vasnprintf' function. */
|
---|
| 655 | /* #undef HAVE_VASNPRINTF */
|
---|
| 656 |
|
---|
| 657 | /* Define to 1 if you have the `vprintf' function. */
|
---|
| 658 | #define HAVE_VPRINTF 1
|
---|
| 659 |
|
---|
| 660 | /* Define to 1 if you have the `vsnprintf' function. */
|
---|
| 661 | #define HAVE_VSNPRINTF 1
|
---|
| 662 |
|
---|
| 663 | /* Define to 1 if you have the <wchar.h> header file. */
|
---|
| 664 | #define HAVE_WCHAR_H 1
|
---|
| 665 |
|
---|
| 666 | /* Define if you have the 'wchar_t' type. */
|
---|
| 667 | #define HAVE_WCHAR_T 1
|
---|
| 668 |
|
---|
| 669 | /* Define to 1 if you have the `wcslen' function. */
|
---|
| 670 | #define HAVE_WCSLEN 1
|
---|
| 671 |
|
---|
| 672 | /* Define to 1 if you have the <wctype.h> header file. */
|
---|
| 673 | #define HAVE_WCTYPE_H 1
|
---|
| 674 |
|
---|
| 675 | /* Define to 1 if you have the `wcwidth' function. */
|
---|
| 676 | /* #undef HAVE_WCWIDTH */
|
---|
| 677 |
|
---|
| 678 | /* Define if you have the 'wint_t' type. */
|
---|
| 679 | #define HAVE_WINT_T 1
|
---|
| 680 |
|
---|
| 681 | /* Define to 1 if you have the `wmemchr' function. */
|
---|
| 682 | #define HAVE_WMEMCHR 1
|
---|
| 683 |
|
---|
| 684 | /* Define to 1 if you have the `wmemcpy' function. */
|
---|
| 685 | #define HAVE_WMEMCPY 1
|
---|
| 686 |
|
---|
| 687 | /* Define to 1 if you have the `wmempcpy' function. */
|
---|
| 688 | /* #undef HAVE_WMEMPCPY */
|
---|
| 689 |
|
---|
| 690 | /* Define if utimes works properly. */
|
---|
| 691 | /* #undef HAVE_WORKING_UTIMES */
|
---|
| 692 |
|
---|
| 693 | /* Define to 1 if the system has the type `_Bool'. */
|
---|
| 694 | #define HAVE__BOOL 1
|
---|
| 695 |
|
---|
| 696 | /* Define to 1 if you have the `__fpending' function. */
|
---|
| 697 | #define HAVE___FPENDING 1
|
---|
| 698 |
|
---|
| 699 | #if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
|
---|
| 700 | # define ISSLASH(C) ((C) == '/' || (C) == '\\')
|
---|
| 701 | #else
|
---|
| 702 | # define ISSLASH(C) ((C) == '/')
|
---|
| 703 | #endif
|
---|
| 704 |
|
---|
| 705 | /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
|
---|
| 706 | slash. */
|
---|
| 707 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
|
---|
| 708 |
|
---|
| 709 | /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
|
---|
| 710 | */
|
---|
| 711 | /* #undef MAJOR_IN_MKDEV */
|
---|
| 712 |
|
---|
| 713 | /* Define to 1 if `major', `minor', and `makedev' are declared in
|
---|
| 714 | <sysmacros.h>. */
|
---|
| 715 | /* #undef MAJOR_IN_SYSMACROS */
|
---|
| 716 |
|
---|
| 717 | /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
|
---|
| 718 | #define MALLOC_0_IS_NONNULL 1
|
---|
| 719 |
|
---|
| 720 | /* Define to mt_model (v.g., for DG/UX), else to mt_type. */
|
---|
| 721 | #define MTIO_CHECK_FIELD mt_type
|
---|
| 722 |
|
---|
| 723 | /* Define to 1 if O_NOFOLLOW is ineffective. */
|
---|
| 724 | #define O_NOFOLLOW_IS_INEFFECTIVE 1
|
---|
| 725 |
|
---|
| 726 | /* Name of package */
|
---|
| 727 | #define PACKAGE "cpio"
|
---|
| 728 |
|
---|
| 729 | /* Define to the address where bug reports for this package should be sent. */
|
---|
| 730 | #define PACKAGE_BUGREPORT "bug-cpio@gnu.org"
|
---|
| 731 |
|
---|
| 732 | /* Define to the full name of this package. */
|
---|
| 733 | #define PACKAGE_NAME "GNU cpio"
|
---|
| 734 |
|
---|
| 735 | /* Define to the full name and version of this package. */
|
---|
| 736 | #define PACKAGE_STRING "GNU cpio 2.7"
|
---|
| 737 |
|
---|
| 738 | /* Define to the one symbol short name of this package. */
|
---|
| 739 | #define PACKAGE_TARNAME "cpio"
|
---|
| 740 |
|
---|
| 741 | /* Define to the version of this package. */
|
---|
| 742 | #define PACKAGE_VERSION "2.7"
|
---|
| 743 |
|
---|
| 744 | /* the number of pending output bytes on stream `fp' */
|
---|
| 745 | /* #undef PENDING_OUTPUT_N_BYTES */
|
---|
| 746 |
|
---|
| 747 | /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
|
---|
| 748 | /* #undef PRI_MACROS_BROKEN */
|
---|
| 749 |
|
---|
| 750 | /* Define to 1 if the C compiler supports function prototypes. */
|
---|
| 751 | #define PROTOTYPES 1
|
---|
| 752 |
|
---|
| 753 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
|
---|
| 754 | 'ptrdiff_t'. */
|
---|
| 755 | /* #undef PTRDIFF_T_SUFFIX */
|
---|
| 756 |
|
---|
| 757 | /* Define as the return type of signal handlers (`int' or `void'). */
|
---|
| 758 | #define RETSIGTYPE void
|
---|
| 759 |
|
---|
| 760 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
|
---|
| 761 | 'sig_atomic_t'. */
|
---|
| 762 | /* #undef SIG_ATOMIC_T_SUFFIX */
|
---|
| 763 |
|
---|
| 764 | /* Define as the maximum value of type 'size_t', if the system doesn't define
|
---|
| 765 | it. */
|
---|
| 766 | /* #undef SIZE_MAX */
|
---|
| 767 |
|
---|
| 768 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
|
---|
| 769 | 'size_t'. */
|
---|
| 770 | /* #undef SIZE_T_SUFFIX */
|
---|
| 771 |
|
---|
| 772 | /* If using the C implementation of alloca, define if you know the
|
---|
| 773 | direction of stack growth for your system; otherwise it will be
|
---|
| 774 | automatically deduced at runtime.
|
---|
| 775 | STACK_DIRECTION > 0 => grows toward higher addresses
|
---|
| 776 | STACK_DIRECTION < 0 => grows toward lower addresses
|
---|
| 777 | STACK_DIRECTION = 0 => direction of growth unknown */
|
---|
| 778 | /* #undef STACK_DIRECTION */
|
---|
| 779 |
|
---|
| 780 | /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
|
---|
| 781 | /* #undef STAT_MACROS_BROKEN */
|
---|
| 782 |
|
---|
| 783 | /* Define to 1 if you have the ANSI C header files. */
|
---|
| 784 | #define STDC_HEADERS 1
|
---|
| 785 |
|
---|
| 786 | /* Define to 1 if strerror_r returns char *. */
|
---|
| 787 | /* #undef STRERROR_R_CHAR_P */
|
---|
| 788 |
|
---|
| 789 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
---|
| 790 | #define TIME_WITH_SYS_TIME 1
|
---|
| 791 |
|
---|
| 792 | /* Define to 1 if your <sys/time.h> declares `struct tm'. */
|
---|
| 793 | /* #undef TM_IN_SYS_TIME */
|
---|
| 794 |
|
---|
| 795 | /* Define to 1 if you want getc etc. to use unlocked I/O if available.
|
---|
| 796 | Unlocked I/O can improve performance in unithreaded apps, but it is not
|
---|
| 797 | safe for multithreaded apps. */
|
---|
| 798 | #define USE_UNLOCKED_IO 1
|
---|
| 799 |
|
---|
| 800 | /* Version number of package */
|
---|
| 801 | #define VERSION "2.7"
|
---|
| 802 |
|
---|
| 803 | /* Define if unsetenv() returns void, not int. */
|
---|
| 804 | /* #undef VOID_UNSETENV */
|
---|
| 805 |
|
---|
| 806 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
|
---|
| 807 | 'wchar_t'. */
|
---|
| 808 | /* #undef WCHAR_T_SUFFIX */
|
---|
| 809 |
|
---|
| 810 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
|
---|
| 811 | 'wint_t'. */
|
---|
| 812 | /* #undef WINT_T_SUFFIX */
|
---|
| 813 |
|
---|
| 814 | /* Define to 1 if on AIX 3.
|
---|
| 815 | System headers sometimes define this.
|
---|
| 816 | We just want to avoid a redefinition error message. */
|
---|
| 817 | #ifndef _ALL_SOURCE
|
---|
| 818 | /* # undef _ALL_SOURCE */
|
---|
| 819 | #endif
|
---|
| 820 |
|
---|
| 821 | /* Number of bits in a file offset, on hosts where this is settable. */
|
---|
| 822 | /* #undef _FILE_OFFSET_BITS */
|
---|
| 823 |
|
---|
| 824 | /* Enable GNU extensions on systems that have them. */
|
---|
| 825 | #ifndef _GNU_SOURCE
|
---|
| 826 | # define _GNU_SOURCE 1
|
---|
| 827 | #endif
|
---|
| 828 |
|
---|
| 829 | /* Define for large files, on AIX-style hosts. */
|
---|
| 830 | /* #undef _LARGE_FILES */
|
---|
| 831 |
|
---|
| 832 | /* Define to 1 if on MINIX. */
|
---|
| 833 | /* #undef _MINIX */
|
---|
| 834 |
|
---|
| 835 | /* Define to 2 if the system does not provide POSIX.1 features except with
|
---|
| 836 | this defined. */
|
---|
| 837 | /* #undef _POSIX_1_SOURCE */
|
---|
| 838 |
|
---|
| 839 | /* Define to 1 if you need to in order for `stat' and other things to work. */
|
---|
| 840 | /* #undef _POSIX_SOURCE */
|
---|
| 841 |
|
---|
| 842 | /* Enable extensions on Solaris. */
|
---|
| 843 | #ifndef __EXTENSIONS__
|
---|
| 844 | # define __EXTENSIONS__ 1
|
---|
| 845 | #endif
|
---|
| 846 | #ifndef _POSIX_PTHREAD_SEMANTICS
|
---|
| 847 | # define _POSIX_PTHREAD_SEMANTICS 1
|
---|
| 848 | #endif
|
---|
| 849 | #ifndef _TANDEM_SOURCE
|
---|
| 850 | # define _TANDEM_SOURCE 1
|
---|
| 851 | #endif
|
---|
| 852 |
|
---|
| 853 | /* Define to rpl_ if the getcwd replacement function should be used. */
|
---|
| 854 | #define __GETCWD_PREFIX rpl_
|
---|
| 855 |
|
---|
| 856 | /* Define to rpl_ if the getopt replacement functions and variables should be
|
---|
| 857 | used. */
|
---|
| 858 | #define __GETOPT_PREFIX rpl_
|
---|
| 859 |
|
---|
| 860 | /* Define to rpl_ if the openat replacement function should be used. */
|
---|
| 861 | #define __OPENAT_PREFIX rpl_
|
---|
| 862 |
|
---|
| 863 | /* Define like PROTOTYPES; this can be used by system headers. */
|
---|
| 864 | #define __PROTOTYPES 1
|
---|
| 865 |
|
---|
| 866 | /* Define to rpl_chown if the replacement function should be used. */
|
---|
| 867 | /* #undef chown */
|
---|
| 868 |
|
---|
| 869 | /* Define to empty if `const' does not conform to ANSI C. */
|
---|
| 870 | /* #undef const */
|
---|
| 871 |
|
---|
| 872 | /* Define to a replacement function name for fnmatch(). */
|
---|
| 873 | #define fnmatch gnu_fnmatch
|
---|
| 874 |
|
---|
| 875 | /* Define to rpl_gettimeofday if the replacement function should be used. */
|
---|
| 876 | /* #undef gettimeofday */
|
---|
| 877 |
|
---|
| 878 | /* Define to `int' if <sys/types.h> does not define. */
|
---|
| 879 | /* #undef gid_t */
|
---|
| 880 |
|
---|
| 881 | /* A replacement for va_copy, if needed. */
|
---|
| 882 | #define gl_va_copy(a,b) ((a) = (b))
|
---|
| 883 |
|
---|
| 884 | /* Define to rpl_gmtime if the replacement function should be used. */
|
---|
| 885 | /* #undef gmtime */
|
---|
| 886 |
|
---|
| 887 | /* Define to `__inline__' or `__inline' if that's what the C compiler
|
---|
| 888 | calls it, or to nothing if 'inline' is not supported under any name. */
|
---|
| 889 | #ifndef __cplusplus
|
---|
| 890 | /* #undef inline */
|
---|
| 891 | #endif
|
---|
| 892 |
|
---|
| 893 | /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
|
---|
| 894 | /* #undef intmax_t */
|
---|
| 895 |
|
---|
| 896 | /* Define to rpl_localtime if the replacement function should be used. */
|
---|
| 897 | /* #undef localtime */
|
---|
| 898 |
|
---|
| 899 | /* Define to rpl_malloc if the replacement function should be used. */
|
---|
| 900 | /* #undef malloc */
|
---|
| 901 |
|
---|
| 902 | /* Define to a type if <wchar.h> does not define. */
|
---|
| 903 | /* #undef mbstate_t */
|
---|
| 904 |
|
---|
| 905 | /* Define to rpl_mktime if the replacement function should be used. */
|
---|
| 906 | /* #undef mktime */
|
---|
| 907 |
|
---|
| 908 | /* Define to `long int' if <sys/types.h> does not define. */
|
---|
| 909 | /* #undef off_t */
|
---|
| 910 |
|
---|
| 911 | /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
|
---|
| 912 | supported. Do not define if restrict is supported directly. */
|
---|
| 913 | #define restrict __restrict
|
---|
| 914 |
|
---|
| 915 | /* Define to empty if the C compiler doesn't support this keyword. */
|
---|
| 916 | /* #undef signed */
|
---|
| 917 |
|
---|
| 918 | /* Define to `unsigned int' if <sys/types.h> does not define. */
|
---|
| 919 | /* #undef size_t */
|
---|
| 920 |
|
---|
| 921 | /* Define as a signed type of the same size as size_t. */
|
---|
| 922 | /* #undef ssize_t */
|
---|
| 923 |
|
---|
| 924 | /* Define to rpl_strcasecmp always. */
|
---|
| 925 | #define strcasecmp rpl_strcasecmp
|
---|
| 926 |
|
---|
| 927 | /* Define to rpl_strndup if the replacement function should be used, */
|
---|
| 928 | /* #undef strndup */
|
---|
| 929 |
|
---|
| 930 | /* Define to rpl_strnlen if the replacement function should be used. */
|
---|
| 931 | /* #undef strnlen */
|
---|
| 932 |
|
---|
| 933 | /* Define to `int' if <sys/types.h> doesn't define. */
|
---|
| 934 | /* #undef uid_t */
|
---|
| 935 |
|
---|
| 936 | /* Define as a macro for copying va_list variables. */
|
---|
| 937 | /* #undef va_copy */
|
---|