1 /* config.h. Generated from config.h.in by configure. */ 2 /* config.h.in. Generated from configure.in by autoheader. */ 3 4 /* Define for debugging messages */ 5 /* #undef DEBUG */ 6 7 /* Define when sys_errlist is defined in the standard include files */ 8 /* #undef DECL_SYS_ERRLIST */ 9 10 /* Define to 1 if you have the `alarm' function. */ 11 #define HAVE_ALARM 1 12 13 /* Define to 1 if you have the <arpa/inet.h> header file. */ 14 #define HAVE_ARPA_INET_H 1 15 16 /* Define to 1 if you have the <assert.h> header file. */ 17 #define HAVE_ASSERT_H 1 18 19 /* Define to 1 if you have the `atexit' function. */ 20 #define HAVE_ATEXIT 1 21 22 /* Define to 1 if you have the `basename' function. */ 23 #define HAVE_BASENAME 1 24 25 /* Define to 1 if the system has the type `caddr_t'. */ 26 #define HAVE_CADDR_T 1 27 28 /* Define to 1 if you have the `fchdir' function. */ 29 #define HAVE_FCHDIR 1 30 31 /* Define to 1 if you have the <fcntl.h> header file. */ 32 #define HAVE_FCNTL_H 1 33 34 /* Define to 1 if you have the `flock' function. */ 35 #define HAVE_FLOCK 1 36 37 /* Define to 1 if you have the `getgroupid' function. */ 38 /* #undef HAVE_GETGROUPID */ 39 40 /* Define to 1 if you have the <getopt.h> header file. */ 41 #define HAVE_GETOPT_H 1 42 43 /* Define to 1 if you have the `getpass' function. */ 44 /* #undef HAVE_GETPASS */ 45 46 /* Define to 1 if you have the `gettimeofday' function. */ 47 #define HAVE_GETTIMEOFDAY 1 48 49 /* Define to 1 if you have the `getuserid' function. */ 50 /* #undef HAVE_GETUSERID */ 51 52 /* Define to 1 if you have the `htons' function. */ 53 #define HAVE_HTONS 1 54 55 /* Define to 1 if you have the <iconv.h> header file. */ 56 /* #undef HAVE_ICONV_H */ 57 58 /* Define to 1 if you want to use mock code pages. */ 59 #define USE_MOCK_CODEPAGES 1 60 61 /* Define to 1 if you have the <inttypes.h> header file. */ 62 #define HAVE_INTTYPES_H 1 63 64 /* Define to 1 if you have the <io.h> header file. */ 65 /* #undef HAVE_IO_H */ 66 67 /* Define to 1 if you have the `bsd' library (-lbsd). */ 68 /* #undef HAVE_LIBBSD */ 69 70 /* Define to 1 if you have the `cam' library (-lcam). */ 71 /* #undef HAVE_LIBCAM */ 72 73 /* Define to 1 if you have the <libc.h> header file. */ 74 /* #undef HAVE_LIBC_H */ 75 76 /* Define to 1 if you have the `iconv' library (-liconv). */ 77 /* #undef HAVE_LIBICONV */ 78 79 /* Define to 1 if you have the `socket' library (-lsocket). */ 80 /* #undef HAVE_LIBSOCKET */ 81 82 /* Define to 1 if you have the `sun' library (-lsun). */ 83 /* #undef HAVE_LIBSUN */ 84 85 /* Define to 1 if you have the <limits.h> header file. */ 86 #define HAVE_LIMITS_H 1 87 88 /* Define to 1 if you have the <linux/fs.h> header file. */ 89 #define HAVE_LINUX_FS_H 1 90 91 /* Define to 1 if you have the <linux/unistd.h> header file. */ 92 #define HAVE_LINUX_UNISTD_H 1 93 94 /* Define to 1 if you have the `llseek' function. */ 95 /* #undef HAVE_LLSEEK */ 96 97 /* Define when you have an LLSEEK prototype */ 98 /* #undef HAVE_LLSEEK_PROTOTYPE */ 99 100 /* Define to 1 if you have the <locale.h> header file. */ 101 #define HAVE_LOCALE_H 1 102 103 /* Define to 1 if you have the `lockf' function. */ 104 #define HAVE_LOCKF 1 105 106 /* Define to 1 if the system has the type `loff_t'. */ 107 /* #undef HAVE_LOFF_T */ 108 109 /* Define to 1 if the system has the type `long long'. */ 110 #define HAVE_LONG_LONG 1 111 112 /* Define to 1 if you have the `lseek64' function. */ 113 /* #undef HAVE_LSEEK64 */ 114 115 /* Define when you have an LSEEK64 prototype */ 116 /* #undef HAVE_LSEEK64_PROTOTYPE */ 117 118 /* Define to 1 if you have the <malloc.h> header file. */ 119 #define HAVE_MALLOC_H 1 120 121 /* Define to 1 if you have the `media_oldaliases' function. */ 122 /* #undef HAVE_MEDIA_OLDALIASES */ 123 124 /* Define to 1 if you have the `memcpy' function. */ 125 #define HAVE_MEMCPY 1 126 127 /* Define to 1 if you have the `memmove' function. */ 128 #define HAVE_MEMMOVE 1 129 130 /* Define to 1 if you have the <memory.h> header file. */ 131 #define HAVE_MEMORY_H 1 132 133 /* Define to 1 if you have the `memset' function. */ 134 #define HAVE_MEMSET 1 135 136 /* Define to 1 if you have the <mntent.h> header file. */ 137 #define HAVE_MNTENT_H 1 138 139 /* Define to 1 if you have the <netdb.h> header file. */ 140 #define HAVE_NETDB_H 1 141 142 /* Define to 1 if you have the <netinet/in.h> header file. */ 143 #define HAVE_NETINET_IN_H 1 144 145 /* Define to 1 if you have the <netinet/tcp.h> header file. */ 146 #define HAVE_NETINET_TCP_H 1 147 148 /* Define to 1 if the system has the type `off64_t'. */ 149 /* #undef HAVE_OFF64_T */ 150 151 /* Define to 1 if the system has the type `offset_t'. */ 152 /* #undef HAVE_OFFSET_T */ 153 154 /* Define to 1 if you have the `on_exit' function. */ 155 #define HAVE_ON_EXIT 1 156 157 /* Define to 1 if you have the `putwc' function. */ 158 #define HAVE_PUTWC 1 159 160 /* Define to 1 if you have the `random' function. */ 161 #define HAVE_RANDOM 1 162 163 /* Define to 1 if you have the `setenv' function. */ 164 #define HAVE_SETENV 1 165 166 /* Define to 1 if you have the `seteuid' function. */ 167 #define HAVE_SETEUID 1 168 169 /* Define to 1 if you have the `setlocale' function. */ 170 #define HAVE_SETLOCALE 1 171 172 /* Define to 1 if you have the `setpgrp' function. */ 173 #define HAVE_SETPGRP 1 174 175 /* Define to 1 if you have the `setresuid' function. */ 176 #define HAVE_SETRESUID 1 177 178 /* Define to 1 if you have the <sgtty.h> header file. */ 179 #define HAVE_SGTTY_H 1 180 181 /* Define to 1 if you have the `sigaction' function. */ 182 #define HAVE_SIGACTION 1 183 184 /* Define to 1 if you have the <signal.h> header file. */ 185 #define HAVE_SIGNAL_H 1 186 187 /* Define to 1 if you have the `snprintf' function. */ 188 #define HAVE_SNPRINTF 1 189 190 /* Define to 1 if you have the `srandom' function. */ 191 #define HAVE_SRANDOM 1 192 193 /* Define to 1 if you have the `stat64' function. */ 194 /* #undef HAVE_STAT64 */ 195 196 /* Define to 1 if you have the <stdarg.h> header file. */ 197 #define HAVE_STDARG_H 1 198 199 /* Define to 1 if stdbool.h conforms to C99. */ 200 #define HAVE_STDBOOL_H 1 201 202 /* Define to 1 if you have the <stdint.h> header file. */ 203 #define HAVE_STDINT_H 1 204 205 /* Define to 1 if you have the <stdlib.h> header file. */ 206 #define HAVE_STDLIB_H 1 207 208 /* Define to 1 if you have the `strcasecmp' function. */ 209 #define HAVE_STRCASECMP 1 210 211 /* Define to 1 if you have the `strchr' function. */ 212 #define HAVE_STRCHR 1 213 214 /* Define to 1 if you have the `strcspn' function. */ 215 #define HAVE_STRCSPN 1 216 217 /* Define to 1 if you have the `strdup' function. */ 218 #define HAVE_STRDUP 1 219 220 /* Define to 1 if you have the `strerror' function. */ 221 #define HAVE_STRERROR 1 222 223 /* Define to 1 if you have the <strings.h> header file. */ 224 #define HAVE_STRINGS_H 1 225 226 /* Define to 1 if you have the <string.h> header file. */ 227 #define HAVE_STRING_H 1 228 229 /* Define to 1 if you have the `strncasecmp' function. */ 230 #define HAVE_STRNCASECMP 1 231 232 /* Define to 1 if you have the `strncasecmp_l' function. */ 233 #define HAVE_STRNCASECMP_L 1 234 235 /* Define to 1 if you have the `strndup' function. */ 236 #define HAVE_STRNDUP 1 237 238 /* Define to 1 if you have the `strnlen' function. */ 239 #define HAVE_STRNLEN 1 240 241 /* Define to 1 if you have the `strpbrk' function. */ 242 #define HAVE_STRPBRK 1 243 244 /* Define to 1 if you have the `strrchr' function. */ 245 #define HAVE_STRRCHR 1 246 247 /* Define to 1 if you have the `strspn' function. */ 248 #define HAVE_STRSPN 1 249 250 /* Define to 1 if you have the `strtoi' function. */ 251 /* #undef HAVE_STRTOI */ 252 253 /* Define to 1 if you have the `strtol' function. */ 254 #define HAVE_STRTOL 1 255 256 /* Define to 1 if you have the `strtoll' function. */ 257 #define HAVE_STRTOLL 1 258 259 /* Define to 1 if you have the `strtoui' function. */ 260 /* #undef HAVE_STRTOUI */ 261 262 /* Define to 1 if you have the `strtoul' function. */ 263 #define HAVE_STRTOUL 1 264 265 /* Define to 1 if you have the <sys/fdio.h> header file. */ 266 /* #undef HAVE_SYS_FDIO_H */ 267 268 /* Define to 1 if you have the <sys/file.h> header file. */ 269 #define HAVE_SYS_FILE_H 1 270 271 /* Define to 1 if you have the <sys/floppy.h> header file. */ 272 /* #undef HAVE_SYS_FLOPPY_H */ 273 274 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 275 #define HAVE_SYS_IOCTL_H 1 276 277 /* Define to 1 if you have the <sys/param.h> header file. */ 278 #define HAVE_SYS_PARAM_H 1 279 280 /* Define to 1 if you have the <sys/signal.h> header file. */ 281 #define HAVE_SYS_SIGNAL_H 1 282 283 /* Define to 1 if you have the <sys/socket.h> header file. */ 284 #define HAVE_SYS_SOCKET_H 1 285 286 /* Define to 1 if you have the <sys/stat.h> header file. */ 287 #define HAVE_SYS_STAT_H 1 288 289 /* Define to 1 if you have the <sys/sysmacros.h> header file. */ 290 #define HAVE_SYS_SYSMACROS_H 1 291 292 /* Define to 1 if you have the <sys/termios.h> header file. */ 293 /* #undef HAVE_SYS_TERMIOS_H */ 294 295 /* Define to 1 if you have the <sys/termio.h> header file. */ 296 /* #undef HAVE_SYS_TERMIO_H */ 297 298 /* Define to 1 if you have the <sys/time.h> header file. */ 299 #define HAVE_SYS_TIME_H 1 300 301 /* Define to 1 if you have the <sys/types.h> header file. */ 302 #define HAVE_SYS_TYPES_H 1 303 304 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ 305 #define HAVE_SYS_WAIT_H 1 306 307 /* Define to 1 if you have the `tcflush' function. */ 308 #define HAVE_TCFLUSH 1 309 310 /* Define to 1 if you have the `tcsetattr' function. */ 311 #define HAVE_TCSETATTR 1 312 313 /* Define to 1 if you have the <termios.h> header file. */ 314 #define HAVE_TERMIOS_H 1 315 316 /* Define to 1 if you have the <termio.h> header file. */ 317 #if !defined(ANDROID_HOST_MUSL) 318 #define HAVE_TERMIO_H 1 319 #endif 320 321 /* Define to 1 if you have the `toupper_l' function. */ 322 #define HAVE_TOUPPER_L 1 323 324 /* Define to 1 if you have the `tzset' function. */ 325 #define HAVE_TZSET 1 326 327 /* Define to 1 if you have the <unistd.h> header file. */ 328 #define HAVE_UNISTD_H 1 329 330 /* Define to 1 if you have the `usleep' function. */ 331 #define HAVE_USLEEP 1 332 333 /* Define to 1 if you have the `utime' function. */ 334 /* #undef HAVE_UTIME */ 335 336 /* Define to 1 if you have the `utimes' function. */ 337 #define HAVE_UTIMES 1 338 339 /* Define to 1 if you have the <utime.h> header file. */ 340 #define HAVE_UTIME_H 1 341 342 /* Define to 1 if you have the <wchar.h> header file. */ 343 #define HAVE_WCHAR_H 1 344 345 /* Define to 1 if you have the `wcscasecmp' function. */ 346 #define HAVE_WCSCASECMP 1 347 348 /* Define to 1 if you have the `wcsdup' function. */ 349 #define HAVE_WCSDUP 1 350 351 /* Define to 1 if you have the `wcsnlen' function. */ 352 #define HAVE_WCSNLEN 1 353 354 /* Define to 1 if you have the <wctype.h> header file. */ 355 #define HAVE_WCTYPE_H 1 356 357 /* Define to 1 if you have the <xlocale.h> header file. */ 358 /* #undef HAVE_XLOCALE_H */ 359 360 /* Define to 1 if the system has the type `_Bool'. */ 361 #define HAVE__BOOL 1 362 363 /* Define to the address where bug reports for this package should be sent. */ 364 #define PACKAGE_BUGREPORT "" 365 366 /* Define to the full name of this package. */ 367 #define PACKAGE_NAME "" 368 369 /* Define to the full name and version of this package. */ 370 #define PACKAGE_STRING "" 371 372 /* Define to the one symbol short name of this package. */ 373 #define PACKAGE_TARNAME "" 374 375 /* Define to the home page for this package. */ 376 #define PACKAGE_URL "" 377 378 /* Define to the version of this package. */ 379 #define PACKAGE_VERSION "" 380 381 /* Define as the return type of signal handlers (`int' or `void'). */ 382 #define RETSIGTYPE void 383 384 /* Define to 1 if the `setpgrp' function takes no argument. */ 385 #define SETPGRP_VOID 1 386 387 /* The size of `long', as computed by sizeof. */ 388 #define SIZEOF_LONG 8 389 390 /* The size of `off_t', as computed by sizeof. */ 391 #define SIZEOF_OFF_T 8 392 393 /* The size of `size_t', as computed by sizeof. */ 394 #define SIZEOF_SIZE_T 8 395 396 /* The size of `time_t', as computed by sizeof. */ 397 #define SIZEOF_TIME_T 8 398 399 /* Define to 1 if you have the ANSI C header files. */ 400 #define STDC_HEADERS 1 401 402 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 403 #define TIME_WITH_SYS_TIME 1 404 405 /* Define to 1 if your <sys/time.h> declares `struct tm'. */ 406 /* #undef TM_IN_SYS_TIME */ 407 408 /* Define when you want to include floppyd support */ 409 #define USE_FLOPPYD 1 410 411 /* Define on non Unix OS'es which don't have the concept of tty's */ 412 #define USE_RAWTERM 1 413 414 /* Enable extensions on AIX 3, Interix. */ 415 #ifndef _ALL_SOURCE 416 # define _ALL_SOURCE 1 417 #endif 418 /* Enable GNU extensions on systems that have them. */ 419 #ifndef _GNU_SOURCE 420 # define _GNU_SOURCE 1 421 #endif 422 /* Enable threading extensions on Solaris. */ 423 #ifndef _POSIX_PTHREAD_SEMANTICS 424 # define _POSIX_PTHREAD_SEMANTICS 1 425 #endif 426 /* Enable extensions on HP NonStop. */ 427 #ifndef _TANDEM_SOURCE 428 # define _TANDEM_SOURCE 1 429 #endif 430 /* Enable general extensions on Solaris. */ 431 #ifndef __EXTENSIONS__ 432 # define __EXTENSIONS__ 1 433 #endif 434 435 436 /* Define this if you want to use Xdf */ 437 #define USE_XDF 1 438 439 /* Define this if you use mtools together with the new Solaris' vold support 440 */ 441 /* #undef USING_NEW_VOLD */ 442 443 /* Define this if you use mtools together with Solaris' vold */ 444 /* #undef USING_VOLD */ 445 446 /* Define to 1 if the X Window System is missing or not being used. */ 447 /* #undef X_DISPLAY_MISSING */ 448 449 /* Enable large inode numbers on Mac OS X 10.5. */ 450 #ifndef _DARWIN_USE_64_BIT_INODE 451 # define _DARWIN_USE_64_BIT_INODE 1 452 #endif 453 454 /* Number of bits in a file offset, on hosts where this is settable. */ 455 /* #undef _FILE_OFFSET_BITS */ 456 457 /* Needed for off64_t / lseek64 */ 458 /* #undef _LARGEFILE64_SOURCE */ 459 460 /* Might be needed for loff_t / llseek64 */ 461 /* #undef _LARGEFILE_SOURCE */ 462 463 /* Define for large files, on AIX-style hosts. */ 464 /* #undef _LARGE_FILES */ 465 466 /* Define to 1 if on MINIX. */ 467 /* #undef _MINIX */ 468 469 /* Define to 2 if the system does not provide POSIX.1 features except with 470 this defined. */ 471 /* #undef _POSIX_1_SOURCE */ 472 473 /* Define to 1 if you need to in order for `stat' and other things to work. */ 474 /* #undef _POSIX_SOURCE */ 475 476 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, 477 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 478 #define below would cause a syntax error. */ 479 /* #undef _UINT32_T */ 480 481 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, 482 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the 483 #define below would cause a syntax error. */ 484 /* #undef _UINT8_T */ 485 486 /* Define to empty if `const' does not conform to ANSI C. */ 487 /* #undef const */ 488 489 /* Define to `int' if <sys/types.h> doesn't define. */ 490 /* #undef gid_t */ 491 492 /* Define to `__inline__' or `__inline' if that's what the C compiler 493 calls it, or to nothing if 'inline' is not supported under any name. */ 494 #ifndef __cplusplus 495 /* #undef inline */ 496 #endif 497 498 /* Define to the type of a signed integer type of width exactly 16 bits if 499 such a type exists and the standard includes do not define it. */ 500 /* #undef int16_t */ 501 502 /* Define to the type of a signed integer type of width exactly 32 bits if 503 such a type exists and the standard includes do not define it. */ 504 /* #undef int32_t */ 505 506 /* Define to the type of a signed integer type of width exactly 8 bits if such 507 a type exists and the standard includes do not define it. */ 508 /* #undef int8_t */ 509 510 /* Define to `long int' if <sys/types.h> does not define. */ 511 /* #undef off_t */ 512 513 /* Define to `unsigned int' if <sys/types.h> does not define. */ 514 /* #undef size_t */ 515 516 /* Define to `int' if <sys/types.h> does not define. */ 517 /* #undef ssize_t */ 518 519 /* Define to `int' if <sys/types.h> doesn't define. */ 520 /* #undef uid_t */ 521 522 /* Define to the type of an unsigned integer type of width exactly 16 bits if 523 such a type exists and the standard includes do not define it. */ 524 /* #undef uint16_t */ 525 526 /* Define to the type of an unsigned integer type of width exactly 32 bits if 527 such a type exists and the standard includes do not define it. */ 528 /* #undef uint32_t */ 529 530 /* Define to the type of an unsigned integer type of width exactly 8 bits if 531 such a type exists and the standard includes do not define it. */ 532 /* #undef uint8_t */ 533