[3359] | 1 | /* config.h. Generated from config.hin by configure. */
|
---|
| 2 | /* config.hin. Generated from configure.ac by autoheader. */
|
---|
| 3 |
|
---|
| 4 | #if 0
|
---|
| 5 |
|
---|
| 6 | /* Define this to an absolute name of <fcntl.h>. */
|
---|
| 7 | #define ABSOLUTE_FCNTL_H "F:/GCC/v3.3.5csd2/usr/include/fcntl.h"
|
---|
| 8 |
|
---|
| 9 | /* Define this to an absolute name of <inttypes.h>. */
|
---|
| 10 | #define ABSOLUTE_INTTYPES_H "F:/GCC/v3.3.5csd2/usr/include/inttypes.h"
|
---|
| 11 |
|
---|
| 12 | /* Define this to an absolute name of <stdint.h>. */
|
---|
| 13 | #define ABSOLUTE_STDINT_H "F:/GCC/v3.3.5csd2/usr/include/stdint.h"
|
---|
| 14 |
|
---|
| 15 | /* Define this to an absolute name of <sys/stat.h>. */
|
---|
| 16 | #define ABSOLUTE_SYS_STAT_H "F:/GCC/v3.3.5csd2/usr/include/sys/stat.h"
|
---|
| 17 |
|
---|
| 18 | #else
|
---|
| 19 |
|
---|
| 20 | # include <sys/fcntl.h>
|
---|
| 21 | # ifndef O_DIRECTORY
|
---|
| 22 | # define O_DIRECTORY 0
|
---|
| 23 | # endif
|
---|
| 24 | # ifndef S_IRWXUGO
|
---|
| 25 | # define S_IRWXUGO (S_IRWXU | S_IRWXG | S_IRWXO)
|
---|
| 26 | # endif
|
---|
| 27 | # if !S_IRWXU
|
---|
| 28 | # define S_IRWXU (S_IRUSR | S_IWUSR | S_IXUSR)
|
---|
| 29 | # endif
|
---|
| 30 | # if !S_IRWXG
|
---|
| 31 | # define S_IRWXG (S_IRGRP | S_IWGRP | S_IXGRP)
|
---|
| 32 | # endif
|
---|
| 33 | # if !S_IRWXO
|
---|
| 34 | # define S_IRWXO (S_IROTH | S_IWOTH | S_IXOTH)
|
---|
| 35 | # endif
|
---|
| 36 |
|
---|
| 37 | /* S_IXUGO is a common extension to POSIX. */
|
---|
| 38 | #if !S_IXUGO
|
---|
| 39 | # define S_IXUGO (S_IXUSR | S_IXGRP | S_IXOTH)
|
---|
| 40 | #endif
|
---|
| 41 |
|
---|
| 42 | #endif
|
---|
| 43 |
|
---|
| 44 | /* Define to the number of bits in type 'ptrdiff_t'. */
|
---|
| 45 | /* #undef BITSIZEOF_PTRDIFF_T */
|
---|
| 46 |
|
---|
| 47 | /* Define to the number of bits in type 'sig_atomic_t'. */
|
---|
| 48 | /* #undef BITSIZEOF_SIG_ATOMIC_T */
|
---|
| 49 |
|
---|
| 50 | /* Define to the number of bits in type 'size_t'. */
|
---|
| 51 | /* #undef BITSIZEOF_SIZE_T */
|
---|
| 52 |
|
---|
| 53 | /* Define to the number of bits in type 'wchar_t'. */
|
---|
| 54 | /* #undef BITSIZEOF_WCHAR_T */
|
---|
| 55 |
|
---|
| 56 | /* Define to the number of bits in type 'wint_t'. */
|
---|
| 57 | /* #undef BITSIZEOF_WINT_T */
|
---|
| 58 |
|
---|
| 59 | /* Define if chown is not POSIX compliant regarding IDs of -1. */
|
---|
| 60 | /* #undef CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE */
|
---|
| 61 |
|
---|
| 62 | /* Define if chown modifies symlinks. */
|
---|
| 63 | /* #undef CHOWN_MODIFIES_SYMLINK */
|
---|
| 64 |
|
---|
| 65 | /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
|
---|
| 66 | systems. This function is required for `alloca.c' support on those systems.
|
---|
| 67 | */
|
---|
| 68 | /* #undef CRAY_STACKSEG_END */
|
---|
| 69 |
|
---|
| 70 | /* Define to 1 if using `alloca.c'. */
|
---|
| 71 | /* #undef C_ALLOCA */
|
---|
| 72 |
|
---|
| 73 | /* Define to a string giving the full name of the default archive file. */
|
---|
| 74 | #define DEFAULT_ARCHIVE "-"
|
---|
| 75 |
|
---|
| 76 | /* By default produce archives of this format */
|
---|
| 77 | #define DEFAULT_ARCHIVE_FORMAT GNU_FORMAT
|
---|
| 78 |
|
---|
| 79 | /* Define to a number giving the default blocking size for archives. */
|
---|
| 80 | #define DEFAULT_BLOCKING 20
|
---|
| 81 |
|
---|
| 82 | /* Define to a default quoting style (see lib/quoteargs.c for the list) */
|
---|
| 83 | #define DEFAULT_QUOTING_STYLE escape_quoting_style
|
---|
| 84 |
|
---|
| 85 | /* Define full file name of rmt program. */
|
---|
| 86 | /* #undef DEFAULT_RMT_COMMAND */
|
---|
| 87 |
|
---|
| 88 | /* Define to 1 if density may be indicated by [lmh] at end of device. */
|
---|
| 89 | /* #undef DENSITY_LETTER */
|
---|
| 90 |
|
---|
| 91 | /* Define to a string giving the prefix of the default device, without the
|
---|
| 92 | part specifying the unit and density. */
|
---|
| 93 | /* #undef DEVICE_PREFIX */
|
---|
| 94 |
|
---|
| 95 | /* Define to 1 if // is a file system root distinct from /. */
|
---|
| 96 | #define DOUBLE_SLASH_IS_DISTINCT_ROOT 1
|
---|
| 97 |
|
---|
| 98 | /* Define if there is a member named d_ino in the struct describing directory
|
---|
| 99 | headers. */
|
---|
| 100 | #define D_INO_IN_DIRENT 1
|
---|
| 101 |
|
---|
| 102 | /* Define to 1 if translation of program messages to the user's native
|
---|
| 103 | language is requested. */
|
---|
| 104 | #define ENABLE_NLS 1
|
---|
| 105 |
|
---|
| 106 | /* Define as good substitute value for EOVERFLOW. */
|
---|
| 107 | /* #undef EOVERFLOW */
|
---|
| 108 |
|
---|
| 109 | /* Define on systems for which file names may have a so-called `drive letter'
|
---|
| 110 | prefix, define this to compute the length of that prefix, including the
|
---|
| 111 | colon. */
|
---|
| 112 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 1
|
---|
| 113 |
|
---|
| 114 | /* Define if the backslash character may also serve as a file name component
|
---|
| 115 | separator. */
|
---|
| 116 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 1
|
---|
| 117 |
|
---|
| 118 | /* Define if a drive letter prefix denotes a relative path if it is not
|
---|
| 119 | followed by a file name component separator. */
|
---|
| 120 | #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 1
|
---|
| 121 |
|
---|
| 122 | /* Define to 1 when using the gnulib close-stream module. */
|
---|
| 123 | #define GNULIB_CLOSE_STREAM 1
|
---|
| 124 |
|
---|
| 125 | /* Define to 1 when using the gnulib fcntl-safer module. */
|
---|
| 126 | #define GNULIB_FCNTL_SAFER 1
|
---|
| 127 |
|
---|
| 128 | /* Define to 1 to add extern declaration of program_invocation_name to argp.h
|
---|
| 129 | */
|
---|
| 130 | #define GNULIB_PROGRAM_INVOCATION_NAME 1
|
---|
| 131 |
|
---|
| 132 | /* Define to 1 to add extern declaration of program_invocation_short_name to
|
---|
| 133 | argp.h */
|
---|
| 134 | #define GNULIB_PROGRAM_INVOCATION_SHORT_NAME 1
|
---|
| 135 |
|
---|
| 136 | /* Define to 1 if you have the `alarm' function. */
|
---|
| 137 | #define HAVE_ALARM 1
|
---|
| 138 |
|
---|
| 139 | /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
|
---|
| 140 | may be supplied by this distribution. */
|
---|
| 141 | #define HAVE_ALLOCA 1
|
---|
| 142 |
|
---|
| 143 | /* Define HAVE_ALLOCA_H for backward compatibility with older code that
|
---|
| 144 | includes <alloca.h> only if HAVE_ALLOCA_H is defined. */
|
---|
| 145 | #define HAVE_ALLOCA_H 1
|
---|
| 146 |
|
---|
| 147 | /* Define to 1 if you have the <bp-sym.h> header file. */
|
---|
| 148 | /* #undef HAVE_BP_SYM_H */
|
---|
| 149 |
|
---|
| 150 | /* Define to 1 if you have the `btowc' function. */
|
---|
| 151 | #define HAVE_BTOWC 1
|
---|
| 152 |
|
---|
| 153 | /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
|
---|
| 154 | CoreFoundation framework. */
|
---|
| 155 | /* #undef HAVE_CFLOCALECOPYCURRENT */
|
---|
| 156 |
|
---|
| 157 | /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
|
---|
| 158 | the CoreFoundation framework. */
|
---|
| 159 | /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
|
---|
| 160 |
|
---|
| 161 | /* Define to 1 if your system has a working `chown' function. */
|
---|
| 162 | #define HAVE_CHOWN 1
|
---|
| 163 |
|
---|
| 164 | /* Define to 1 if you have the `chsize' function. */
|
---|
| 165 | /* #undef HAVE_CHSIZE */
|
---|
| 166 |
|
---|
| 167 | /* Define to 1 if you have the `clock_gettime' function. */
|
---|
| 168 | /* #undef HAVE_CLOCK_GETTIME */
|
---|
| 169 |
|
---|
| 170 | /* Define to 1 if you have the `clock_settime' function. */
|
---|
| 171 | /* #undef HAVE_CLOCK_SETTIME */
|
---|
| 172 |
|
---|
| 173 | /* Define if you have compound literals. */
|
---|
| 174 | #define HAVE_COMPOUND_LITERALS 1
|
---|
| 175 |
|
---|
| 176 | /* Define if the GNU dcgettext() function is already present or preinstalled.
|
---|
| 177 | */
|
---|
| 178 | #define HAVE_DCGETTEXT 1
|
---|
| 179 |
|
---|
| 180 | /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
|
---|
| 181 | you don't. */
|
---|
| 182 | #define HAVE_DECL_CLEARERR_UNLOCKED 1
|
---|
| 183 |
|
---|
| 184 | /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
|
---|
| 185 | don't. */
|
---|
| 186 | #define HAVE_DECL_FEOF_UNLOCKED 1
|
---|
| 187 |
|
---|
| 188 | /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
|
---|
| 189 | you don't. */
|
---|
| 190 | #define HAVE_DECL_FERROR_UNLOCKED 1
|
---|
| 191 |
|
---|
| 192 | /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
|
---|
| 193 | you don't. */
|
---|
| 194 | #define HAVE_DECL_FFLUSH_UNLOCKED 1
|
---|
| 195 |
|
---|
| 196 | /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
|
---|
| 197 | you don't. */
|
---|
| 198 | #define HAVE_DECL_FGETS_UNLOCKED 1
|
---|
| 199 |
|
---|
| 200 | /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
|
---|
| 201 | you don't. */
|
---|
| 202 | #define HAVE_DECL_FPUTC_UNLOCKED 1
|
---|
| 203 |
|
---|
| 204 | /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
|
---|
| 205 | you don't. */
|
---|
| 206 | #define HAVE_DECL_FPUTS_UNLOCKED 1
|
---|
| 207 |
|
---|
| 208 | /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
|
---|
| 209 | you don't. */
|
---|
| 210 | #define HAVE_DECL_FREAD_UNLOCKED 1
|
---|
| 211 |
|
---|
| 212 | /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
|
---|
| 213 | you don't. */
|
---|
| 214 | #define HAVE_DECL_FWRITE_UNLOCKED 1
|
---|
| 215 |
|
---|
| 216 | /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
|
---|
| 217 | you don't. */
|
---|
| 218 | #define HAVE_DECL_GETCHAR_UNLOCKED 1
|
---|
| 219 |
|
---|
| 220 | /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
|
---|
| 221 | */
|
---|
| 222 | #define HAVE_DECL_GETCWD 1
|
---|
| 223 |
|
---|
| 224 | /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
|
---|
| 225 | don't. */
|
---|
| 226 | #define HAVE_DECL_GETC_UNLOCKED 1
|
---|
| 227 |
|
---|
| 228 | /* Define to 1 if you have the declaration of `getdelim', and to 0 if you
|
---|
| 229 | don't. */
|
---|
| 230 | #define HAVE_DECL_GETDELIM 1
|
---|
| 231 |
|
---|
| 232 | /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
|
---|
| 233 | */
|
---|
| 234 | #define HAVE_DECL_GETENV 1
|
---|
| 235 |
|
---|
| 236 | /* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
|
---|
| 237 | don't. */
|
---|
| 238 | #define HAVE_DECL_GETGRGID 1
|
---|
| 239 |
|
---|
| 240 | /* Define to 1 if you have the declaration of `getline', and to 0 if you
|
---|
| 241 | don't. */
|
---|
| 242 | #define HAVE_DECL_GETLINE 1
|
---|
| 243 |
|
---|
| 244 | /* Define to 1 if you have the declaration of `getpwuid', and to 0 if you
|
---|
| 245 | don't. */
|
---|
| 246 | #define HAVE_DECL_GETPWUID 1
|
---|
| 247 |
|
---|
| 248 | /* Define to 1 if you have the declaration of `imaxabs', and to 0 if you
|
---|
| 249 | don't. */
|
---|
| 250 | #define HAVE_DECL_IMAXABS 1
|
---|
| 251 |
|
---|
| 252 | /* Define to 1 if you have the declaration of `imaxdiv', and to 0 if you
|
---|
| 253 | don't. */
|
---|
| 254 | #define HAVE_DECL_IMAXDIV 1
|
---|
| 255 |
|
---|
| 256 | /* Define to 1 if you have the declaration of `isblank', and to 0 if you
|
---|
| 257 | don't. */
|
---|
| 258 | #define HAVE_DECL_ISBLANK 1
|
---|
| 259 |
|
---|
| 260 | /* Define to 1 if you have the declaration of `lchown', and to 0 if you don't.
|
---|
| 261 | */
|
---|
| 262 | #define HAVE_DECL_LCHOWN 1
|
---|
| 263 |
|
---|
| 264 | /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
|
---|
| 265 | don't. */
|
---|
| 266 | #define HAVE_DECL_MEMRCHR 1
|
---|
| 267 |
|
---|
| 268 | /* Define to 1 if you have the declaration of `mkdir', and to 0 if you don't.
|
---|
| 269 | */
|
---|
| 270 | #define HAVE_DECL_MKDIR 1
|
---|
| 271 |
|
---|
| 272 | /* Define to 1 if you have the declaration of `nanosleep', and to 0 if you
|
---|
| 273 | don't. */
|
---|
| 274 | #define HAVE_DECL_NANOSLEEP 1
|
---|
| 275 |
|
---|
| 276 | /* Define if program_invocation_name is declared */
|
---|
| 277 | /* #undef HAVE_DECL_PROGRAM_INVOCATION_NAME */
|
---|
| 278 |
|
---|
| 279 | /* Define if program_invocation_short_name is declared */
|
---|
| 280 | /* #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME */
|
---|
| 281 |
|
---|
| 282 | /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
|
---|
| 283 | you don't. */
|
---|
| 284 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
|
---|
| 285 |
|
---|
| 286 | /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
|
---|
| 287 | don't. */
|
---|
| 288 | #define HAVE_DECL_PUTC_UNLOCKED 1
|
---|
| 289 |
|
---|
| 290 | /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
|
---|
| 291 | */
|
---|
| 292 | #define HAVE_DECL_STRDUP 1
|
---|
| 293 |
|
---|
| 294 | /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
|
---|
| 295 | don't. */
|
---|
| 296 | #define HAVE_DECL_STRERROR_R 1
|
---|
| 297 |
|
---|
| 298 | /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
|
---|
| 299 | don't. */
|
---|
| 300 | #define HAVE_DECL_STRNCASECMP 1
|
---|
| 301 |
|
---|
| 302 | /* Define to 1 if you have the declaration of `strndup', and to 0 if you
|
---|
| 303 | don't. */
|
---|
| 304 | #define HAVE_DECL_STRNDUP 1
|
---|
| 305 |
|
---|
| 306 | /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
|
---|
| 307 | don't. */
|
---|
| 308 | #define HAVE_DECL_STRNLEN 1
|
---|
| 309 |
|
---|
| 310 | /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
|
---|
| 311 | don't. */
|
---|
| 312 | #define HAVE_DECL_STRTOIMAX 1
|
---|
| 313 |
|
---|
| 314 | /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
|
---|
| 315 | don't. */
|
---|
| 316 | /* #undef HAVE_DECL_STRTOLL */
|
---|
| 317 |
|
---|
| 318 | /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
|
---|
| 319 | don't. */
|
---|
| 320 | /* #undef HAVE_DECL_STRTOULL */
|
---|
| 321 |
|
---|
| 322 | /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
|
---|
| 323 | don't. */
|
---|
| 324 | #define HAVE_DECL_STRTOUMAX 1
|
---|
| 325 |
|
---|
| 326 | /* Define to 1 if you have the declaration of `time', and to 0 if you don't.
|
---|
| 327 | */
|
---|
| 328 | #define HAVE_DECL_TIME 1
|
---|
| 329 |
|
---|
| 330 | /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
|
---|
| 331 | */
|
---|
| 332 | #define HAVE_DECL_TZNAME 1
|
---|
| 333 |
|
---|
| 334 | /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
|
---|
| 335 | don't. */
|
---|
| 336 | #define HAVE_DECL_VSNPRINTF 1
|
---|
| 337 |
|
---|
| 338 | /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
|
---|
| 339 | don't. */
|
---|
| 340 | #define HAVE_DECL_WCWIDTH 1
|
---|
| 341 |
|
---|
| 342 | /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
|
---|
| 343 | don't. */
|
---|
| 344 | #define HAVE_DECL___FPENDING 1
|
---|
| 345 |
|
---|
| 346 | /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
---|
| 347 | */
|
---|
| 348 | #define HAVE_DIRENT_H 1
|
---|
| 349 |
|
---|
| 350 | /* Define if you have the declaration of environ. */
|
---|
| 351 | /* #undef HAVE_ENVIRON_DECL */
|
---|
| 352 |
|
---|
| 353 | /* Define to 1 if you have the `fchdir' function. */
|
---|
| 354 | #define HAVE_FCHDIR 1
|
---|
| 355 |
|
---|
| 356 | /* Define to 1 if you have the <fcntl.h> header file. */
|
---|
| 357 | #define HAVE_FCNTL_H 1
|
---|
| 358 |
|
---|
| 359 | /* Define to 1 if you have the `fdopendir' function. */
|
---|
| 360 | /* #undef HAVE_FDOPENDIR */
|
---|
| 361 |
|
---|
| 362 | /* Define to 1 if you have the <features.h> header file. */
|
---|
| 363 | #define HAVE_FEATURES_H 1
|
---|
| 364 |
|
---|
| 365 | /* Define to 1 if you have the `flockfile' function. */
|
---|
| 366 | #define HAVE_FLOCKFILE 1
|
---|
| 367 |
|
---|
| 368 | /* Define to 1 if you have the `fsync' function. */
|
---|
| 369 | #define HAVE_FSYNC 1
|
---|
| 370 |
|
---|
| 371 | /* Define to 1 if you have the `ftruncate' function. */
|
---|
| 372 | #define HAVE_FTRUNCATE 1
|
---|
| 373 |
|
---|
| 374 | /* Define to 1 if you have the `funlockfile' function. */
|
---|
| 375 | #define HAVE_FUNLOCKFILE 1
|
---|
| 376 |
|
---|
| 377 | /* Define to 1 if you have the `futimes' function. */
|
---|
| 378 | #define HAVE_FUTIMES 1
|
---|
| 379 |
|
---|
| 380 | /* Define to 1 if you have the `futimesat' function. */
|
---|
| 381 | /* #undef HAVE_FUTIMESAT */
|
---|
| 382 |
|
---|
| 383 | /* Define to 1 if you have the `getdelim' function. */
|
---|
| 384 | #define HAVE_GETDELIM 1
|
---|
| 385 |
|
---|
| 386 | /* Define to 1 if you have the `getdtablesize' function. */
|
---|
| 387 | #define HAVE_GETDTABLESIZE 1
|
---|
| 388 |
|
---|
| 389 | /* Define to 1 if you have the <getopt.h> header file. */
|
---|
| 390 | /* #undef HAVE_GETOPT_H */
|
---|
| 391 |
|
---|
| 392 | /* Define to 1 if you have the `getopt_long_only' function. */
|
---|
| 393 | /* #undef HAVE_GETOPT_LONG_ONLY */
|
---|
| 394 |
|
---|
| 395 | /* Define to 1 if you have the `getpagesize' function. */
|
---|
| 396 | #define HAVE_GETPAGESIZE 1
|
---|
| 397 |
|
---|
| 398 | /* Define if the GNU gettext() function is already present or preinstalled. */
|
---|
| 399 | #define HAVE_GETTEXT 1
|
---|
| 400 |
|
---|
| 401 | /* Define to 1 if you have the `gettimeofday' function. */
|
---|
| 402 | #define HAVE_GETTIMEOFDAY 1
|
---|
| 403 |
|
---|
| 404 | /* Define if you have the iconv() function. */
|
---|
| 405 | #define HAVE_ICONV 1
|
---|
| 406 |
|
---|
| 407 | /* Define to 1 if you have the <iconv.h> header file. */
|
---|
| 408 | #define HAVE_ICONV_H 1
|
---|
| 409 |
|
---|
| 410 | /* Define to 1 if the compiler supports one of the keywords 'inline',
|
---|
| 411 | '__inline__', '__inline' and effectively inlines functions marked as such.
|
---|
| 412 | */
|
---|
| 413 | /* #undef HAVE_INLINE */
|
---|
| 414 |
|
---|
| 415 | /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
|
---|
| 416 | #define HAVE_INTMAX_T 1
|
---|
| 417 |
|
---|
| 418 | /* Define to 1 if you have the <inttypes.h> header file. */
|
---|
| 419 | #define HAVE_INTTYPES_H 1
|
---|
| 420 |
|
---|
| 421 | /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
|
---|
| 422 | declares uintmax_t. */
|
---|
| 423 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
|
---|
| 424 |
|
---|
| 425 | /* Define to 1 if you have the <io.h> header file. */
|
---|
| 426 | /* #undef HAVE_IO_H */
|
---|
| 427 |
|
---|
| 428 | /* Define to 1 if you have the `iswcntrl' function. */
|
---|
| 429 | #define HAVE_ISWCNTRL 1
|
---|
| 430 |
|
---|
| 431 | /* Define to 1 if you have the `iswctype' function. */
|
---|
| 432 | #define HAVE_ISWCTYPE 1
|
---|
| 433 |
|
---|
| 434 | /* Define to 1 if you have the `iswprint' function. */
|
---|
| 435 | #define HAVE_ISWPRINT 1
|
---|
| 436 |
|
---|
| 437 | /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
|
---|
| 438 | #define HAVE_LANGINFO_CODESET 1
|
---|
| 439 |
|
---|
| 440 | /* Define to 1 if you have the `lchmod' function. */
|
---|
| 441 | #define HAVE_LCHMOD 1
|
---|
| 442 |
|
---|
| 443 | /* Define to 1 if you have the `lchown' function. */
|
---|
| 444 | #define HAVE_LCHOWN 1
|
---|
| 445 |
|
---|
| 446 | /* Define to 1 if you have the <linewrap.h> header file. */
|
---|
| 447 | /* #undef HAVE_LINEWRAP_H */
|
---|
| 448 |
|
---|
| 449 | /* Define to 1 if you have the <linux/fd.h> header file. */
|
---|
| 450 | /* #undef HAVE_LINUX_FD_H */
|
---|
| 451 |
|
---|
| 452 | /* Define to 1 if you have the <locale.h> header file. */
|
---|
| 453 | #define HAVE_LOCALE_H 1
|
---|
| 454 |
|
---|
| 455 | /* Define if you have the 'long double' type. */
|
---|
| 456 | #define HAVE_LONG_DOUBLE 1
|
---|
| 457 |
|
---|
| 458 | /* Define to 1 if you support file names longer than 14 characters. */
|
---|
| 459 | #define HAVE_LONG_FILE_NAMES 1
|
---|
| 460 |
|
---|
| 461 | /* Define if you have the 'long long' type. */
|
---|
| 462 | #define HAVE_LONG_LONG 1
|
---|
| 463 |
|
---|
| 464 | /* Define to 1 if the system has the type `long long int'. */
|
---|
| 465 | #define HAVE_LONG_LONG_INT 1
|
---|
| 466 |
|
---|
| 467 | /* Define to 1 if you have the `lstat' function. */
|
---|
| 468 | #define HAVE_LSTAT 1
|
---|
| 469 |
|
---|
| 470 | /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
|
---|
| 471 | to 0 otherwise. */
|
---|
| 472 | #define HAVE_MALLOC 1
|
---|
| 473 |
|
---|
| 474 | /* Define to 1 if you have the `mbrtowc' function. */
|
---|
| 475 | #define HAVE_MBRTOWC 1
|
---|
| 476 |
|
---|
| 477 | /* Define to 1 if you have the `mbsinit' function. */
|
---|
| 478 | #define HAVE_MBSINIT 1
|
---|
| 479 |
|
---|
| 480 | /* Define to 1 if you have the `mbsrtowcs' function. */
|
---|
| 481 | #define HAVE_MBSRTOWCS 1
|
---|
| 482 |
|
---|
| 483 | /* Define to 1 if <wchar.h> declares mbstate_t. */
|
---|
| 484 | #define HAVE_MBSTATE_T 1
|
---|
| 485 |
|
---|
| 486 | /* Define to 1 if you have the `memchr' function. */
|
---|
| 487 | #define HAVE_MEMCHR 1
|
---|
| 488 |
|
---|
| 489 | /* Define to 1 if you have the <memory.h> header file. */
|
---|
| 490 | #define HAVE_MEMORY_H 1
|
---|
| 491 |
|
---|
| 492 | /* Define to 1 if you have the `mempcpy' function. */
|
---|
| 493 | #define HAVE_MEMPCPY 1
|
---|
| 494 |
|
---|
| 495 | /* Define to 1 if you have the `memrchr' function. */
|
---|
| 496 | #define HAVE_MEMRCHR 1
|
---|
| 497 |
|
---|
| 498 | /* Define to 1 if you have the `memset' function. */
|
---|
| 499 | #define HAVE_MEMSET 1
|
---|
| 500 |
|
---|
| 501 | /* Define to 1 if <limits.h> defines the MIN and MAX macros. */
|
---|
| 502 | /* #undef HAVE_MINMAX_IN_LIMITS_H */
|
---|
| 503 |
|
---|
| 504 | /* Define to 1 if <sys/param.h> defines the MIN and MAX macros. */
|
---|
| 505 | #define HAVE_MINMAX_IN_SYS_PARAM_H 1
|
---|
| 506 |
|
---|
| 507 | /* Define to 1 if you have the `mkdtemp' function. */
|
---|
| 508 | #define HAVE_MKDTEMP 1
|
---|
| 509 |
|
---|
| 510 | /* Define to 1 if you have the `mkfifo' function. */
|
---|
| 511 | #define HAVE_MKFIFO 1
|
---|
| 512 |
|
---|
| 513 | /* Define to 1 if you have the `nanotime' function. */
|
---|
| 514 | /* #undef HAVE_NANOTIME */
|
---|
| 515 |
|
---|
| 516 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
|
---|
| 517 | /* #undef HAVE_NDIR_H */
|
---|
| 518 |
|
---|
| 519 | /* Define to 1 if you have the <netdb.h> header file. */
|
---|
| 520 | #define HAVE_NETDB_H 1
|
---|
| 521 |
|
---|
| 522 | /* Define to 1 if you have the <net/errno.h> header file. */
|
---|
| 523 | /* #undef HAVE_NET_ERRNO_H */
|
---|
| 524 |
|
---|
| 525 | /* Define to 1 if libc includes obstacks. */
|
---|
| 526 | #define HAVE_OBSTACK 1
|
---|
| 527 |
|
---|
| 528 | /* Define to 1 if you have the `openat' function. */
|
---|
| 529 | /* #undef HAVE_OPENAT */
|
---|
| 530 |
|
---|
| 531 | /* Define to 1 if you have the <OS.h> header file. */
|
---|
| 532 | /* #undef HAVE_OS_H */
|
---|
| 533 |
|
---|
| 534 | /* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
|
---|
| 535 | setting errno to ERANGE, ENAMETOOLONG, or ENOENT. If __GETCWD_PREFIX is not
|
---|
| 536 | defined, it doesn't matter whether HAVE_PARTLY_WORKING_GETCWD is defined.
|
---|
| 537 | */
|
---|
| 538 | /* #undef HAVE_PARTLY_WORKING_GETCWD */
|
---|
| 539 |
|
---|
| 540 | /* Define to 1 if you have the `pathconf' function. */
|
---|
| 541 | #define HAVE_PATHCONF 1
|
---|
| 542 |
|
---|
| 543 | /* Define to 1 if you have the `pipe' function. */
|
---|
| 544 | #define HAVE_PIPE 1
|
---|
| 545 |
|
---|
| 546 | /* Define to 1 if you have the <priv.h> header file. */
|
---|
| 547 | /* #undef HAVE_PRIV_H */
|
---|
| 548 |
|
---|
| 549 | /* Define if program_invocation_name is defined */
|
---|
| 550 | /* #undef HAVE_PROGRAM_INVOCATION_NAME */
|
---|
| 551 |
|
---|
| 552 | /* Define if program_invocation_short_name is defined */
|
---|
| 553 | /* #undef HAVE_PROGRAM_INVOCATION_SHORT_NAME */
|
---|
| 554 |
|
---|
| 555 | /* Define to 1 if the system has the type `ptrdiff_t'. */
|
---|
| 556 | #define HAVE_PTRDIFF_T 1
|
---|
| 557 |
|
---|
| 558 | /* Define to 1 if you have the `readlink' function. */
|
---|
| 559 | #define HAVE_READLINK 1
|
---|
| 560 |
|
---|
| 561 | /* Define to 1 if you have the `rmdir' function. */
|
---|
| 562 | #define HAVE_RMDIR 1
|
---|
| 563 |
|
---|
| 564 | /* Define to 1 if you have the `rpmatch' function. */
|
---|
| 565 | /* #undef HAVE_RPMATCH */
|
---|
| 566 |
|
---|
| 567 | /* Define to 1 if you have the <search.h> header file. */
|
---|
| 568 | /* #undef HAVE_SEARCH_H */
|
---|
| 569 |
|
---|
| 570 | /* Define to 1 if you have the `setenv' function. */
|
---|
| 571 | #define HAVE_SETENV 1
|
---|
| 572 |
|
---|
| 573 | /* Define to 1 if you have the `setlocale' function. */
|
---|
| 574 | #define HAVE_SETLOCALE 1
|
---|
| 575 |
|
---|
| 576 | /* Define to 1 if you have the <sgtty.h> header file. */
|
---|
| 577 | #define HAVE_SGTTY_H 1
|
---|
| 578 |
|
---|
| 579 | /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
|
---|
| 580 | /* #undef HAVE_SIGNED_SIG_ATOMIC_T */
|
---|
| 581 |
|
---|
| 582 | /* Define to 1 if 'wchar_t' is a signed integer type. */
|
---|
| 583 | /* #undef HAVE_SIGNED_WCHAR_T */
|
---|
| 584 |
|
---|
| 585 | /* Define to 1 if 'wint_t' is a signed integer type. */
|
---|
| 586 | /* #undef HAVE_SIGNED_WINT_T */
|
---|
| 587 |
|
---|
| 588 | /* Define to 1 if you have the `snprintf' function. */
|
---|
| 589 | #define HAVE_SNPRINTF 1
|
---|
| 590 |
|
---|
| 591 | /* Define to 1 if stdbool.h conforms to C99. */
|
---|
| 592 | #define HAVE_STDBOOL_H 1
|
---|
| 593 |
|
---|
| 594 | /* Define to 1 if you have the <stdint.h> header file. */
|
---|
| 595 | #define HAVE_STDINT_H 1
|
---|
| 596 |
|
---|
| 597 | /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
|
---|
| 598 | uintmax_t. */
|
---|
| 599 | #define HAVE_STDINT_H_WITH_UINTMAX 1
|
---|
| 600 |
|
---|
| 601 | /* Define to 1 if you have the <stdio_ext.h> header file. */
|
---|
| 602 | #define HAVE_STDIO_EXT_H 1
|
---|
| 603 |
|
---|
| 604 | /* Define to 1 if you have the <stdlib.h> header file. */
|
---|
| 605 | #define HAVE_STDLIB_H 1
|
---|
| 606 |
|
---|
| 607 | /* Define to 1 if you have the `stpcpy' function. */
|
---|
| 608 | #define HAVE_STPCPY 1
|
---|
| 609 |
|
---|
| 610 | /* Define to 1 if you have the `strchrnul' function. */
|
---|
| 611 | #define HAVE_STRCHRNUL 1
|
---|
| 612 |
|
---|
| 613 | /* Define to 1 if you have the `strdup' function. */
|
---|
| 614 | #define HAVE_STRDUP 1
|
---|
| 615 |
|
---|
| 616 | /* Define to 1 if you have the `strerror' function. */
|
---|
| 617 | #define HAVE_STRERROR 1
|
---|
| 618 |
|
---|
| 619 | /* Define to 1 if you have the `strerror_r' function. */
|
---|
| 620 | #define HAVE_STRERROR_R 1
|
---|
| 621 |
|
---|
| 622 | /* Define to 1 if you have the <strings.h> header file. */
|
---|
| 623 | #define HAVE_STRINGS_H 1
|
---|
| 624 |
|
---|
| 625 | /* Define to 1 if you have the <string.h> header file. */
|
---|
| 626 | #define HAVE_STRING_H 1
|
---|
| 627 |
|
---|
| 628 | /* Define to 1 if you have the `strncasecmp' function. */
|
---|
| 629 | #define HAVE_STRNCASECMP 1
|
---|
| 630 |
|
---|
| 631 | /* Define if you have the strndup() function and it works. */
|
---|
| 632 | #define HAVE_STRNDUP 1
|
---|
| 633 |
|
---|
| 634 | /* Define to 1 if you have the <stropts.h> header file. */
|
---|
| 635 | /* #undef HAVE_STROPTS_H */
|
---|
| 636 |
|
---|
| 637 | /* Define to 1 if you have the `strtoimax' function. */
|
---|
| 638 | #define HAVE_STRTOIMAX 1
|
---|
| 639 |
|
---|
| 640 | /* Define to 1 if you have the `strtol' function. */
|
---|
| 641 | #define HAVE_STRTOL 1
|
---|
| 642 |
|
---|
| 643 | /* Define to 1 if you have the `strtoll' function. */
|
---|
| 644 | #define HAVE_STRTOLL 1
|
---|
| 645 |
|
---|
| 646 | /* Define to 1 if you have the `strtoul' function. */
|
---|
| 647 | #define HAVE_STRTOUL 1
|
---|
| 648 |
|
---|
| 649 | /* Define to 1 if you have the `strtoull' function. */
|
---|
| 650 | #define HAVE_STRTOULL 1
|
---|
| 651 |
|
---|
| 652 | /* Define to 1 if you have the `strtoumax' function. */
|
---|
| 653 | #define HAVE_STRTOUMAX 1
|
---|
| 654 |
|
---|
| 655 | /* Define to 1 if `st_atimensec' is member of `struct stat'. */
|
---|
| 656 | /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
|
---|
| 657 |
|
---|
| 658 | /* Define to 1 if `st_atimespec.tv_nsec' is member of `struct stat'. */
|
---|
| 659 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
|
---|
| 660 |
|
---|
| 661 | /* Define to 1 if `st_atim.st__tim.tv_nsec' is member of `struct stat'. */
|
---|
| 662 | /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */
|
---|
| 663 |
|
---|
| 664 | /* Define to 1 if `st_atim.tv_nsec' is member of `struct stat'. */
|
---|
| 665 | /* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC */
|
---|
| 666 |
|
---|
| 667 | /* Define to 1 if `st_blksize' is member of `struct stat'. */
|
---|
| 668 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
|
---|
| 669 |
|
---|
| 670 | /* Define to 1 if `st_blocks' is member of `struct stat'. */
|
---|
| 671 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
|
---|
| 672 |
|
---|
| 673 | /* Define to 1 if `st_spare1' is member of `struct stat'. */
|
---|
| 674 | /* #undef HAVE_STRUCT_STAT_ST_SPARE1 */
|
---|
| 675 |
|
---|
| 676 | /* Define if struct timespec is declared in <time.h>. */
|
---|
| 677 | #define HAVE_STRUCT_TIMESPEC 1
|
---|
| 678 |
|
---|
| 679 | /* Define to 1 if `tm_zone' is member of `struct tm'. */
|
---|
| 680 | /* #undef HAVE_STRUCT_TM_TM_ZONE */
|
---|
| 681 |
|
---|
| 682 | /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
|
---|
| 683 | have utime.h but don't declare the struct anywhere. */
|
---|
| 684 | #define HAVE_STRUCT_UTIMBUF 1
|
---|
| 685 |
|
---|
| 686 | /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
|
---|
| 687 | `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
|
---|
| 688 | #define HAVE_ST_BLKSIZE 1
|
---|
| 689 |
|
---|
| 690 | /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
|
---|
| 691 | `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
|
---|
| 692 | #define HAVE_ST_BLOCKS 1
|
---|
| 693 |
|
---|
| 694 | /* Define if struct stat has a char st_fstype[] member. */
|
---|
| 695 | /* #undef HAVE_ST_FSTYPE_STRING */
|
---|
| 696 |
|
---|
| 697 | /* Define to 1 if you have the `symlink' function. */
|
---|
| 698 | #define HAVE_SYMLINK 1
|
---|
| 699 |
|
---|
| 700 | /* Define to 1 if you have the <sysexits.h> header file. */
|
---|
| 701 | #define HAVE_SYSEXITS_H 1
|
---|
| 702 |
|
---|
| 703 | /* Define to 1 if you have the <sys/bitypes.h> header file. */
|
---|
| 704 | /* #undef HAVE_SYS_BITYPES_H */
|
---|
| 705 |
|
---|
| 706 | /* Define to 1 if you have the <sys/buf.h> header file. */
|
---|
| 707 | /* #undef HAVE_SYS_BUF_H */
|
---|
| 708 |
|
---|
| 709 | /* Define to 1 if you have the <sys/device.h> header file. */
|
---|
| 710 | /* #undef HAVE_SYS_DEVICE_H */
|
---|
| 711 |
|
---|
| 712 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
|
---|
| 713 | */
|
---|
| 714 | /* #undef HAVE_SYS_DIR_H */
|
---|
| 715 |
|
---|
| 716 | /* Define to 1 if you have the <sys/filio.h> header file. */
|
---|
| 717 | #define HAVE_SYS_FILIO_H 1
|
---|
| 718 |
|
---|
| 719 | /* Define to 1 if you have the <sys/gentape.h> header file. */
|
---|
| 720 | /* #undef HAVE_SYS_GENTAPE_H */
|
---|
| 721 |
|
---|
| 722 | /* Define to 1 if you have the <sys/inet.h> header file. */
|
---|
| 723 | /* #undef HAVE_SYS_INET_H */
|
---|
| 724 |
|
---|
| 725 | /* Define to 1 if you have the <sys/inttypes.h> header file. */
|
---|
| 726 | /* #undef HAVE_SYS_INTTYPES_H */
|
---|
| 727 |
|
---|
| 728 | /* Define to 1 if you have the <sys/io/trioctl.h> header file. */
|
---|
| 729 | /* #undef HAVE_SYS_IO_TRIOCTL_H */
|
---|
| 730 |
|
---|
| 731 | /* Define to 1 if you have the <sys/mtio.h> header file. */
|
---|
| 732 | /* #undef HAVE_SYS_MTIO_H */
|
---|
| 733 |
|
---|
| 734 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
---|
| 735 | */
|
---|
| 736 | /* #undef HAVE_SYS_NDIR_H */
|
---|
| 737 |
|
---|
| 738 | /* Define to 1 if you have the <sys/param.h> header file. */
|
---|
| 739 | #define HAVE_SYS_PARAM_H 1
|
---|
| 740 |
|
---|
| 741 | /* Define to 1 if you have the <sys/stat.h> header file. */
|
---|
| 742 | #define HAVE_SYS_STAT_H 1
|
---|
| 743 |
|
---|
| 744 | /* Define to 1 if you have the <sys/tape.h> header file. */
|
---|
| 745 | /* #undef HAVE_SYS_TAPE_H */
|
---|
| 746 |
|
---|
| 747 | /* Define to 1 if you have the <sys/time.h> header file. */
|
---|
| 748 | #define HAVE_SYS_TIME_H 1
|
---|
| 749 |
|
---|
| 750 | /* Define to 1 if you have the <sys/tprintf.h> header file. */
|
---|
| 751 | /* #undef HAVE_SYS_TPRINTF_H */
|
---|
| 752 |
|
---|
| 753 | /* Define to 1 if you have the <sys/types.h> header file. */
|
---|
| 754 | #define HAVE_SYS_TYPES_H 1
|
---|
| 755 |
|
---|
| 756 | /* Define to 1 if you have the <sys/wait.h> header file. */
|
---|
| 757 | #define HAVE_SYS_WAIT_H 1
|
---|
| 758 |
|
---|
| 759 | /* Define to 1 if localtime_r, etc. have the type signatures that POSIX
|
---|
| 760 | requires. */
|
---|
| 761 | #define HAVE_TIME_R_POSIX 1
|
---|
| 762 |
|
---|
| 763 | /* Define if struct tm has the tm_gmtoff member. */
|
---|
| 764 | /* #undef HAVE_TM_GMTOFF */
|
---|
| 765 |
|
---|
| 766 | /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
|
---|
| 767 | `HAVE_STRUCT_TM_TM_ZONE' instead. */
|
---|
| 768 | /* #undef HAVE_TM_ZONE */
|
---|
| 769 |
|
---|
| 770 | /* Define to 1 if you have the `tsearch' function. */
|
---|
| 771 | /* #undef HAVE_TSEARCH */
|
---|
| 772 |
|
---|
| 773 | /* Define to 1 if you don't have `tm_zone' but do have the external array
|
---|
| 774 | `tzname'. */
|
---|
| 775 | #define HAVE_TZNAME 1
|
---|
| 776 |
|
---|
| 777 | /* Define to 1 if you have the <unistd.h> header file. */
|
---|
| 778 | #define HAVE_UNISTD_H 1
|
---|
| 779 |
|
---|
| 780 | /* Define to 1 if you have the `unsetenv' function. */
|
---|
| 781 | #define HAVE_UNSETENV 1
|
---|
| 782 |
|
---|
| 783 | /* Define to 1 if the system has the type `unsigned long long int'. */
|
---|
| 784 | #define HAVE_UNSIGNED_LONG_LONG_INT 1
|
---|
| 785 |
|
---|
| 786 | /* Define to 1 if you have the `utimes' function. */
|
---|
| 787 | #define HAVE_UTIMES 1
|
---|
| 788 |
|
---|
| 789 | /* Define if utimes accepts a null argument */
|
---|
| 790 | /* #undef HAVE_UTIMES_NULL */
|
---|
| 791 |
|
---|
| 792 | /* Define to 1 if you have the <utime.h> header file. */
|
---|
| 793 | #define HAVE_UTIME_H 1
|
---|
| 794 |
|
---|
| 795 | /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
|
---|
| 796 | #define HAVE_UTIME_NULL 1
|
---|
| 797 |
|
---|
| 798 | /* Define to 1 if you have the `vasnprintf' function. */
|
---|
| 799 | /* #undef HAVE_VASNPRINTF */
|
---|
| 800 |
|
---|
| 801 | /* Define to 1 if you have the `vsnprintf' function. */
|
---|
| 802 | #define HAVE_VSNPRINTF 1
|
---|
| 803 |
|
---|
| 804 | /* Define to 1 if you have the `waitpid' function. */
|
---|
| 805 | #define HAVE_WAITPID 1
|
---|
| 806 |
|
---|
| 807 | /* Define to 1 if you have the <wchar.h> header file. */
|
---|
| 808 | #define HAVE_WCHAR_H 1
|
---|
| 809 |
|
---|
| 810 | /* Define if you have the 'wchar_t' type. */
|
---|
| 811 | #define HAVE_WCHAR_T 1
|
---|
| 812 |
|
---|
| 813 | /* Define to 1 if you have the `wcrtomb' function. */
|
---|
| 814 | #define HAVE_WCRTOMB 1
|
---|
| 815 |
|
---|
| 816 | /* Define to 1 if you have the `wcscoll' function. */
|
---|
| 817 | #define HAVE_WCSCOLL 1
|
---|
| 818 |
|
---|
| 819 | /* Define to 1 if you have the `wcslen' function. */
|
---|
| 820 | #define HAVE_WCSLEN 1
|
---|
| 821 |
|
---|
| 822 | /* Define to 1 if you have the <wctype.h> header file. */
|
---|
| 823 | #define HAVE_WCTYPE_H 1
|
---|
| 824 |
|
---|
| 825 | /* Define to 1 if you have the `wcwidth' function. */
|
---|
| 826 | /* #undef HAVE_WCWIDTH */
|
---|
| 827 |
|
---|
| 828 | /* Define if you have the 'wint_t' type. */
|
---|
| 829 | #define HAVE_WINT_T 1
|
---|
| 830 |
|
---|
| 831 | /* Define to 1 if you have the `wmemchr' function. */
|
---|
| 832 | #define HAVE_WMEMCHR 1
|
---|
| 833 |
|
---|
| 834 | /* Define to 1 if you have the `wmemcpy' function. */
|
---|
| 835 | #define HAVE_WMEMCPY 1
|
---|
| 836 |
|
---|
| 837 | /* Define to 1 if you have the `wmempcpy' function. */
|
---|
| 838 | /* #undef HAVE_WMEMPCPY */
|
---|
| 839 |
|
---|
| 840 | /* Define to 1 if O_NOATIME works. */
|
---|
| 841 | #define HAVE_WORKING_O_NOATIME 0
|
---|
| 842 |
|
---|
| 843 | /* Define to 1 if O_NOFOLLOW works. */
|
---|
| 844 | #define HAVE_WORKING_O_NOFOLLOW 0
|
---|
| 845 |
|
---|
| 846 | /* Define if utimes works properly. */
|
---|
| 847 | /* #undef HAVE_WORKING_UTIMES */
|
---|
| 848 |
|
---|
| 849 | /* Define to 1 if the system has the type `_Bool'. */
|
---|
| 850 | #define HAVE__BOOL 1
|
---|
| 851 |
|
---|
| 852 | /* Define to 1 if you have the `__fpending' function. */
|
---|
| 853 | #define HAVE___FPENDING 1
|
---|
| 854 |
|
---|
| 855 | /* Define as const if the declaration of iconv() needs const. */
|
---|
| 856 | #define ICONV_CONST const
|
---|
| 857 |
|
---|
| 858 | #if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
|
---|
| 859 | # define ISSLASH(C) ((C) == '/' || (C) == '\\')
|
---|
| 860 | #else
|
---|
| 861 | # define ISSLASH(C) ((C) == '/')
|
---|
| 862 | #endif
|
---|
| 863 |
|
---|
| 864 | /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
|
---|
| 865 | slash. */
|
---|
| 866 | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
|
---|
| 867 |
|
---|
| 868 | /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
|
---|
| 869 | */
|
---|
| 870 | /* #undef MAJOR_IN_MKDEV */
|
---|
| 871 |
|
---|
| 872 | /* Define to 1 if `major', `minor', and `makedev' are declared in
|
---|
| 873 | <sysmacros.h>. */
|
---|
| 874 | /* #undef MAJOR_IN_SYSMACROS */
|
---|
| 875 |
|
---|
| 876 | /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
|
---|
| 877 | #define MALLOC_0_IS_NONNULL 1
|
---|
| 878 |
|
---|
| 879 | /* Define to mt_model (v.g., for DG/UX), else to mt_type. */
|
---|
| 880 | #define MTIO_CHECK_FIELD mt_type
|
---|
| 881 |
|
---|
| 882 | /* Name of package */
|
---|
| 883 | #define PACKAGE "tar"
|
---|
| 884 |
|
---|
| 885 | /* Define to the address where bug reports for this package should be sent. */
|
---|
| 886 | #define PACKAGE_BUGREPORT "bug-tar@gnu.org"
|
---|
| 887 |
|
---|
| 888 | /* Define to the full name of this package. */
|
---|
| 889 | #define PACKAGE_NAME "GNU tar"
|
---|
| 890 |
|
---|
| 891 | /* Define to the full name and version of this package. */
|
---|
| 892 | #define PACKAGE_STRING "GNU tar 1.16.1"
|
---|
| 893 |
|
---|
| 894 | /* Define to the one symbol short name of this package. */
|
---|
| 895 | #define PACKAGE_TARNAME "tar"
|
---|
| 896 |
|
---|
| 897 | /* Define to the version of this package. */
|
---|
| 898 | #define PACKAGE_VERSION "1.16.1"
|
---|
| 899 |
|
---|
| 900 | /* the number of pending output bytes on stream `fp' */
|
---|
| 901 | /* #undef PENDING_OUTPUT_N_BYTES */
|
---|
| 902 |
|
---|
| 903 | /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
|
---|
| 904 | /* #undef PRI_MACROS_BROKEN */
|
---|
| 905 |
|
---|
| 906 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
|
---|
| 907 | 'ptrdiff_t'. */
|
---|
| 908 | /* #undef PTRDIFF_T_SUFFIX */
|
---|
| 909 |
|
---|
| 910 | /* Define to the full path of your rsh, if any. */
|
---|
| 911 | /* #undef REMOTE_SHELL */
|
---|
| 912 |
|
---|
| 913 | /* Define as the return type of signal handlers (`int' or `void'). */
|
---|
| 914 | #define RETSIGTYPE void
|
---|
| 915 |
|
---|
| 916 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
|
---|
| 917 | 'sig_atomic_t'. */
|
---|
| 918 | /* #undef SIG_ATOMIC_T_SUFFIX */
|
---|
| 919 |
|
---|
| 920 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
|
---|
| 921 | 'size_t'. */
|
---|
| 922 | /* #undef SIZE_T_SUFFIX */
|
---|
| 923 |
|
---|
| 924 | /* If using the C implementation of alloca, define if you know the
|
---|
| 925 | direction of stack growth for your system; otherwise it will be
|
---|
| 926 | automatically deduced at runtime.
|
---|
| 927 | STACK_DIRECTION > 0 => grows toward higher addresses
|
---|
| 928 | STACK_DIRECTION < 0 => grows toward lower addresses
|
---|
| 929 | STACK_DIRECTION = 0 => direction of growth unknown */
|
---|
| 930 | /* #undef STACK_DIRECTION */
|
---|
| 931 |
|
---|
| 932 | /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
|
---|
| 933 | /* #undef STAT_MACROS_BROKEN */
|
---|
| 934 |
|
---|
| 935 | /* Define to 1 if you have the ANSI C header files. */
|
---|
| 936 | #define STDC_HEADERS 1
|
---|
| 937 |
|
---|
| 938 | /* Define to 1 if strerror_r returns char *. */
|
---|
| 939 | /* #undef STRERROR_R_CHAR_P */
|
---|
| 940 |
|
---|
| 941 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
---|
| 942 | #define TIME_WITH_SYS_TIME 1
|
---|
| 943 |
|
---|
| 944 | /* Define to 1 if your <sys/time.h> declares `struct tm'. */
|
---|
| 945 | /* #undef TM_IN_SYS_TIME */
|
---|
| 946 |
|
---|
| 947 | /* Define to 1 if the type of the st_atim member of a struct stat is struct
|
---|
| 948 | timespec. */
|
---|
| 949 | /* #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC */
|
---|
| 950 |
|
---|
| 951 | /* Define to 1 if unlink (dir) cannot possibly succeed. */
|
---|
| 952 | /* #undef UNLINK_CANNOT_UNLINK_DIR */
|
---|
| 953 |
|
---|
| 954 | /* Define to 1 if you want getc etc. to use unlocked I/O if available.
|
---|
| 955 | Unlocked I/O can improve performance in unithreaded apps, but it is not
|
---|
| 956 | safe for multithreaded apps. */
|
---|
| 957 | #define USE_UNLOCKED_IO 1
|
---|
| 958 |
|
---|
| 959 | /* Version number of package */
|
---|
| 960 | #define VERSION "1.16.1"
|
---|
| 961 |
|
---|
| 962 | /* Define if unsetenv() returns void, not int. */
|
---|
| 963 | /* #undef VOID_UNSETENV */
|
---|
| 964 |
|
---|
| 965 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
|
---|
| 966 | 'wchar_t'. */
|
---|
| 967 | /* #undef WCHAR_T_SUFFIX */
|
---|
| 968 |
|
---|
| 969 | /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
|
---|
| 970 | 'wint_t'. */
|
---|
| 971 | /* #undef WINT_T_SUFFIX */
|
---|
| 972 |
|
---|
| 973 | /* Define to 1 if on AIX 3.
|
---|
| 974 | System headers sometimes define this.
|
---|
| 975 | We just want to avoid a redefinition error message. */
|
---|
| 976 | #ifndef _ALL_SOURCE
|
---|
| 977 | /* # undef _ALL_SOURCE */
|
---|
| 978 | #endif
|
---|
| 979 |
|
---|
| 980 | /* Number of bits in a file offset, on hosts where this is settable. */
|
---|
| 981 | /* #undef _FILE_OFFSET_BITS */
|
---|
| 982 |
|
---|
| 983 | /* Enable GNU extensions on systems that have them. */
|
---|
| 984 | #ifndef _GNU_SOURCE
|
---|
| 985 | # define _GNU_SOURCE 1
|
---|
| 986 | #endif
|
---|
| 987 |
|
---|
| 988 | /* Define for large files, on AIX-style hosts. */
|
---|
| 989 | /* #undef _LARGE_FILES */
|
---|
| 990 |
|
---|
| 991 | /* Define to 1 if on MINIX. */
|
---|
| 992 | /* #undef _MINIX */
|
---|
| 993 |
|
---|
| 994 | /* Define to 2 if the system does not provide POSIX.1 features except with
|
---|
| 995 | this defined. */
|
---|
| 996 | /* #undef _POSIX_1_SOURCE */
|
---|
| 997 |
|
---|
| 998 | /* Define to 1 if you need to in order for `stat' and other things to work. */
|
---|
| 999 | /* #undef _POSIX_SOURCE */
|
---|
| 1000 |
|
---|
| 1001 | /* Define if you want regoff_t to be at least as wide POSIX requires. */
|
---|
| 1002 | /* #undef _REGEX_LARGE_OFFSETS */
|
---|
| 1003 |
|
---|
| 1004 | /* Enable extensions on Solaris. */
|
---|
| 1005 | #ifndef __EXTENSIONS__
|
---|
| 1006 | # define __EXTENSIONS__ 1
|
---|
| 1007 | #endif
|
---|
| 1008 | #ifndef _POSIX_PTHREAD_SEMANTICS
|
---|
| 1009 | # define _POSIX_PTHREAD_SEMANTICS 1
|
---|
| 1010 | #endif
|
---|
| 1011 | #ifndef _TANDEM_SOURCE
|
---|
| 1012 | # define _TANDEM_SOURCE 1
|
---|
| 1013 | #endif
|
---|
| 1014 |
|
---|
| 1015 | /* Define to rpl_ if the getcwd replacement function should be used. */
|
---|
| 1016 | #define __GETCWD_PREFIX rpl_
|
---|
| 1017 |
|
---|
| 1018 | /* Define to rpl_ if the getopt replacement functions and variables should be
|
---|
| 1019 | used. */
|
---|
| 1020 | #define __GETOPT_PREFIX rpl_
|
---|
| 1021 |
|
---|
| 1022 | /* Define to rpl_ if the openat replacement function should be used. */
|
---|
| 1023 | #define __OPENAT_PREFIX rpl_
|
---|
| 1024 |
|
---|
| 1025 | /* Define to rpl_chown if the replacement function should be used. */
|
---|
| 1026 | /* #undef chown */
|
---|
| 1027 |
|
---|
| 1028 | /* Define to `unsigned' if <sys/types.h> does not define. */
|
---|
| 1029 | /* #undef dev_t */
|
---|
| 1030 |
|
---|
| 1031 | /* Define to a replacement function name for fnmatch(). */
|
---|
| 1032 | #define fnmatch gnu_fnmatch
|
---|
| 1033 |
|
---|
| 1034 | /* Define to a replacement function name for getline(). */
|
---|
| 1035 | /* #undef getline */
|
---|
| 1036 |
|
---|
| 1037 | /* Define to rpl_gettimeofday if the replacement function should be used. */
|
---|
| 1038 | /* #undef gettimeofday */
|
---|
| 1039 |
|
---|
| 1040 | /* Define to `int' if <sys/types.h> doesn't define. */
|
---|
| 1041 | /* #undef gid_t */
|
---|
| 1042 |
|
---|
| 1043 | /* A replacement for va_copy, if needed. */
|
---|
| 1044 | #define gl_va_copy(a,b) ((a) = (b))
|
---|
| 1045 |
|
---|
| 1046 | /* Define to rpl_gmtime if the replacement function should be used. */
|
---|
| 1047 | /* #undef gmtime */
|
---|
| 1048 |
|
---|
| 1049 | /* Conversion descriptor type */
|
---|
| 1050 | /* #undef iconv_t */
|
---|
| 1051 |
|
---|
| 1052 | /* Define to `__inline__' or `__inline' if that's what the C compiler
|
---|
| 1053 | calls it, or to nothing if 'inline' is not supported under any name. */
|
---|
| 1054 | #ifndef __cplusplus
|
---|
| 1055 | /* #undef inline */
|
---|
| 1056 | #endif
|
---|
| 1057 |
|
---|
| 1058 | /* Define to `unsigned' if <sys/types.h> does not define. */
|
---|
| 1059 | /* #undef ino_t */
|
---|
| 1060 |
|
---|
| 1061 | /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
|
---|
| 1062 | /* #undef intmax_t */
|
---|
| 1063 |
|
---|
| 1064 | /* Define to rpl_localtime if the replacement function should be used. */
|
---|
| 1065 | /* #undef localtime */
|
---|
| 1066 |
|
---|
| 1067 | /* Type of major device numbers. */
|
---|
| 1068 | #define major_t int
|
---|
| 1069 |
|
---|
| 1070 | /* Define to rpl_malloc if the replacement function should be used. */
|
---|
| 1071 | /* #undef malloc */
|
---|
| 1072 |
|
---|
| 1073 | /* Define to a type if <wchar.h> does not define. */
|
---|
| 1074 | /* #undef mbstate_t */
|
---|
| 1075 |
|
---|
| 1076 | /* Type of minor device numbers. */
|
---|
| 1077 | #define minor_t int
|
---|
| 1078 |
|
---|
| 1079 | /* Define to rpl_mktime if the replacement function should be used. */
|
---|
| 1080 | /* #undef mktime */
|
---|
| 1081 |
|
---|
| 1082 | /* Define to `int' if <sys/types.h> does not define. */
|
---|
| 1083 | /* #undef mode_t */
|
---|
| 1084 |
|
---|
| 1085 | /* Define to `long int' if <sys/types.h> does not define. */
|
---|
| 1086 | /* #undef off_t */
|
---|
| 1087 |
|
---|
| 1088 | /* Define to `int' if <sys/types.h> does not define. */
|
---|
| 1089 | /* #undef pid_t */
|
---|
| 1090 |
|
---|
| 1091 | /* Define to rpl_re_comp if the replacement should be used. */
|
---|
| 1092 | /* #undef re_comp */
|
---|
| 1093 |
|
---|
| 1094 | /* Define to rpl_re_compile_fastmap if the replacement should be used. */
|
---|
| 1095 | /* #undef re_compile_fastmap */
|
---|
| 1096 |
|
---|
| 1097 | /* Define to rpl_re_compile_pattern if the replacement should be used. */
|
---|
| 1098 | /* #undef re_compile_pattern */
|
---|
| 1099 |
|
---|
| 1100 | /* Define to rpl_re_exec if the replacement should be used. */
|
---|
| 1101 | /* #undef re_exec */
|
---|
| 1102 |
|
---|
| 1103 | /* Define to rpl_re_match if the replacement should be used. */
|
---|
| 1104 | /* #undef re_match */
|
---|
| 1105 |
|
---|
| 1106 | /* Define to rpl_re_match_2 if the replacement should be used. */
|
---|
| 1107 | /* #undef re_match_2 */
|
---|
| 1108 |
|
---|
| 1109 | /* Define to rpl_re_search if the replacement should be used. */
|
---|
| 1110 | /* #undef re_search */
|
---|
| 1111 |
|
---|
| 1112 | /* Define to rpl_re_search_2 if the replacement should be used. */
|
---|
| 1113 | /* #undef re_search_2 */
|
---|
| 1114 |
|
---|
| 1115 | /* Define to rpl_re_set_registers if the replacement should be used. */
|
---|
| 1116 | /* #undef re_set_registers */
|
---|
| 1117 |
|
---|
| 1118 | /* Define to rpl_re_set_syntax if the replacement should be used. */
|
---|
| 1119 | /* #undef re_set_syntax */
|
---|
| 1120 |
|
---|
| 1121 | /* Define to rpl_re_syntax_options if the replacement should be used. */
|
---|
| 1122 | /* #undef re_syntax_options */
|
---|
| 1123 |
|
---|
| 1124 | /* Define to rpl_regcomp if the replacement should be used. */
|
---|
| 1125 | /* #undef regcomp */
|
---|
| 1126 |
|
---|
| 1127 | /* Define to rpl_regerror if the replacement should be used. */
|
---|
| 1128 | /* #undef regerror */
|
---|
| 1129 |
|
---|
| 1130 | /* Define to rpl_regexec if the replacement should be used. */
|
---|
| 1131 | /* #undef regexec */
|
---|
| 1132 |
|
---|
| 1133 | /* Define to rpl_regfree if the replacement should be used. */
|
---|
| 1134 | /* #undef regfree */
|
---|
| 1135 |
|
---|
| 1136 | /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
|
---|
| 1137 | supported. Do not define if restrict is supported directly. */
|
---|
| 1138 | #define restrict __restrict
|
---|
| 1139 |
|
---|
| 1140 | /* Define to `unsigned int' if <sys/types.h> does not define. */
|
---|
| 1141 | /* #undef size_t */
|
---|
| 1142 |
|
---|
| 1143 | /* Define as a signed type of the same size as size_t. */
|
---|
| 1144 | /* #undef ssize_t */
|
---|
| 1145 |
|
---|
| 1146 | /* Define to rpl_strnlen if the replacement function should be used. */
|
---|
| 1147 | /* #undef strnlen */
|
---|
| 1148 |
|
---|
| 1149 | /* Define to `int' if <sys/types.h> doesn't define. */
|
---|
| 1150 | /* #undef uid_t */
|
---|
| 1151 |
|
---|
| 1152 | /* Define to rpl_utime if the replacement function should be used. */
|
---|
| 1153 | /* #undef utime */
|
---|
| 1154 |
|
---|
| 1155 | /* Define as a macro for copying va_list variables. */
|
---|
| 1156 | /* #undef va_copy */
|
---|