util-linux-config.h (17890B)
1 /* config.h. Generated from config.h.in by configure. */ 2 /* config.h.in. Generated from configure.ac by autoheader. */ 3 4 /* Define if building universal (internal helper macro) */ 5 /* #undef AC_APPLE_UNIVERSAL_BUILD */ 6 7 /* Should chfn and chsh require the user to enter the password? */ 8 #define CHFN_CHSH_PASSWORD 1 9 10 /* Define to 1 if translation of program messages to the user's native 11 language is requested. */ 12 /* #undef ENABLE_NLS */ 13 14 /* search path for fs helpers */ 15 #define FS_SEARCH_PATH "/sbin:/sbin/fs.d:/sbin/fs" 16 17 /* Define to 1 if you have the <asm/io.h> header file. */ 18 /* #undef HAVE_ASM_IO_H */ 19 20 /* Define to 1 if you have the <byteswap.h> header file. */ 21 #define HAVE_BYTESWAP_H 1 22 23 /* Define to 1 if the system has the type `cpu_set_t'. */ 24 #define HAVE_CPU_SET_T 1 25 26 /* Define to 1 if you have the <crypt.h> header file. */ 27 #define HAVE_CRYPT_H 1 28 29 /* Define if the GNU dcgettext() function is already present or preinstalled. 30 */ 31 /* #undef HAVE_DCGETTEXT */ 32 33 /* Define to 1 if you have the declaration of `CPU_ALLOC', and to 0 if you 34 don't. */ 35 #define HAVE_DECL_CPU_ALLOC 1 36 37 /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't. 38 */ 39 /* #undef HAVE_DECL_DIRFD */ 40 41 /* Define to 1 if you have the declaration of `_NL_TIME_WEEK_1STDAY', and to 0 42 if you don't. */ 43 #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 44 45 /* Define to 1 if you have the `dirfd' function. */ 46 #define HAVE_DIRFD 1 47 48 /* Define to 1 if `dd_fd' is a member of `DIR'. */ 49 /* #undef HAVE_DIR_DD_FD */ 50 51 /* Define to 1 if you have the <dlfcn.h> header file. */ 52 #define HAVE_DLFCN_H 1 53 54 /* Define to 1 if you have the <endian.h> header file. */ 55 #define HAVE_ENDIAN_H 1 56 57 /* Define to 1 if have **environ prototype */ 58 #define HAVE_ENVIRON_DECL 1 59 60 /* Define to 1 if you have the `err' function. */ 61 #define HAVE_ERR 1 62 63 /* Define to 1 if you have the <errno.h> header file. */ 64 #define HAVE_ERRNO_H 1 65 66 /* Define to 1 if you have the `errx' function. */ 67 #define HAVE_ERRX 1 68 69 /* Define to 1 if you have the <err.h> header file. */ 70 #define HAVE_ERR_H 1 71 72 /* Have valid fallocate() function */ 73 #define HAVE_FALLOCATE 1 74 75 /* Define to 1 if you have the <fcntl.h> header file. */ 76 #define HAVE_FCNTL_H 1 77 78 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ 79 #define HAVE_FSEEKO 1 80 81 /* Define to 1 if you have the `fstatat' function. */ 82 #define HAVE_FSTATAT 1 83 84 /* Define to 1 if you have the `fsync' function. */ 85 #define HAVE_FSYNC 1 86 87 /* Define to 1 if you have the `futimens' function. */ 88 #define HAVE_FUTIMENS 1 89 90 /* Define to 1 if you have the `getdomainname' function. */ 91 #define HAVE_GETDOMAINNAME 1 92 93 /* Define to 1 if you have the `getdtablesize' function. */ 94 #define HAVE_GETDTABLESIZE 1 95 96 /* Define to 1 if you have the `getexecname' function. */ 97 /* #undef HAVE_GETEXECNAME */ 98 99 /* Define to 1 if you have the `getmntinfo' function. */ 100 /* #undef HAVE_GETMNTINFO */ 101 102 /* Define to 1 if you have the <getopt.h> header file. */ 103 #define HAVE_GETOPT_H 1 104 105 /* Define to 1 if you have the `getrlimit' function. */ 106 #define HAVE_GETRLIMIT 1 107 108 /* Define if the GNU gettext() function is already present or preinstalled. */ 109 /* #undef HAVE_GETTEXT */ 110 111 /* Define if you have the iconv() function. */ 112 /* #undef HAVE_ICONV */ 113 114 /* Define to 1 if you have the `inotify_init' function. */ 115 #define HAVE_INOTIFY_INIT 1 116 117 /* Define to 1 if you have the <inttypes.h> header file. */ 118 #define HAVE_INTTYPES_H 1 119 120 /* Define to 1 if you have the `ioperm' function. */ 121 #define HAVE_IOPERM 1 122 123 /* Define to 1 if you have the `iopl' function. */ 124 #define HAVE_IOPL 1 125 126 /* Define to 1 if you have the `jrand48' function. */ 127 #define HAVE_JRAND48 1 128 129 /* Define to 1 if you have the <langinfo.h> header file. */ 130 #define HAVE_LANGINFO_H 1 131 132 /* Define to 1 if you have the `lchown' function. */ 133 #define HAVE_LCHOWN 1 134 135 /* Define to 1 if you have the `audit' library (-laudit). */ 136 /* #undef HAVE_LIBAUDIT */ 137 138 /* Define to 1 if you have the -lblkid. */ 139 #define HAVE_LIBBLKID 1 140 141 /* Define to 1 if you have the `cap-ng' library (-lcap-ng). */ 142 /* #undef HAVE_LIBCAP_NG */ 143 144 /* Do we need -lcrypt? */ 145 #define HAVE_LIBCRYPT 1 146 147 /* Define to 1 if you have the `ncurses' library (-lncurses). */ 148 /* #undef HAVE_LIBNCURSES */ 149 150 /* Define to 1 if you have the `ncursesw' library (-lncursesw). */ 151 #define HAVE_LIBNCURSESW 1 152 153 /* Define if SELinux is available */ 154 /* #undef HAVE_LIBSELINUX */ 155 156 /* Define to 1 if you have the `termcap' library (-ltermcap). */ 157 #define HAVE_LIBTERMCAP 1 158 159 /* Define to 1 if you have the `udev' library (-ludev). */ 160 /* #undef HAVE_LIBUDEV */ 161 162 /* Define if libuser is available */ 163 /* #undef HAVE_LIBUSER */ 164 165 /* Define to 1 if you have the `utempter' library (-lutempter). */ 166 /* #undef HAVE_LIBUTEMPTER */ 167 168 /* Define to 1 if you have the `util' library (-lutil). */ 169 #define HAVE_LIBUTIL 1 170 171 /* Define to 1 if you have the -luuid. */ 172 //#define HAVE_LIBUUID 1 173 174 /* Define to 1 if you have the <linux/blkpg.h> header file. */ 175 #define HAVE_LINUX_BLKPG_H 1 176 177 /* Define to 1 if you have the <linux/cdrom.h> header file. */ 178 #define HAVE_LINUX_CDROM_H 1 179 180 /* Define to 1 if you have the <linux/compiler.h> header file. */ 181 /* #undef HAVE_LINUX_COMPILER_H */ 182 183 /* Define to 1 if you have the <linux/falloc.h> header file. */ 184 #define HAVE_LINUX_FALLOC_H 1 185 186 /* Define to 1 if you have the <linux/fd.h> header file. */ 187 #define HAVE_LINUX_FD_H 1 188 189 /* Define to 1 if you have the <linux/major.h> header file. */ 190 #define HAVE_LINUX_MAJOR_H 1 191 192 /* Define to 1 if you have the <linux/raw.h> header file. */ 193 #define HAVE_LINUX_RAW_H 1 194 195 /* Define to 1 if you have the <linux/securebits.h> header file. */ 196 #define HAVE_LINUX_SECUREBITS_H 1 197 198 /* Define to 1 if you have the <linux/tiocl.h> header file. */ 199 #define HAVE_LINUX_TIOCL_H 1 200 201 /* Define to 1 if you have the <linux/version.h> header file. */ 202 #define HAVE_LINUX_VERSION_H 1 203 204 /* Define to 1 if you have the <linux/watchdog.h> header file. */ 205 #define HAVE_LINUX_WATCHDOG_H 1 206 207 /* Define to 1 if you have the `llseek' function. */ 208 #define HAVE_LLSEEK 1 209 210 /* Define to 1 if have llseek prototype */ 211 /* #undef HAVE_LLSEEK_PROTOTYPE */ 212 213 /* Define to 1 if you have the <locale.h> header file. */ 214 #define HAVE_LOCALE_H 1 215 216 /* Define to 1 if the system has the type `loff_t'. */ 217 #define HAVE_LOFF_T 1 218 219 /* Define to 1 if you have the `lseek64' function. */ 220 #define HAVE_LSEEK64 1 221 222 /* Define to 1 if have lseek64 prototype */ 223 #define HAVE_LSEEK64_PROTOTYPE 1 224 225 /* Define to 1 if you have the <memory.h> header file. */ 226 #define HAVE_MEMORY_H 1 227 228 /* Define to 1 if you have the `mempcpy' function. */ 229 #define HAVE_MEMPCPY 1 230 231 /* Define to 1 if you have the <mntent.h> header file. */ 232 #define HAVE_MNTENT_H 1 233 234 /* Define to 1 if you have the `nanosleep' function. */ 235 #define HAVE_NANOSLEEP 1 236 237 /* Define to 1 if you have the <ncursesw/ncurses.h> header file. */ 238 /* #undef HAVE_NCURSESW_NCURSES_H */ 239 240 /* Define to 1 if you have the <ncurses.h> header file. */ 241 #define HAVE_NCURSES_H 1 242 243 /* Define to 1 if you have the <ncurses/ncurses.h> header file. */ 244 /* #undef HAVE_NCURSES_NCURSES_H */ 245 246 /* Define to 1 if you have the <netinet/in.h> header file. */ 247 #define HAVE_NETINET_IN_H 1 248 249 /* Define to 1 if you have the <net/if_dl.h> header file. */ 250 /* #undef HAVE_NET_IF_DL_H */ 251 252 /* Define to 1 if you have the <net/if.h> header file. */ 253 #define HAVE_NET_IF_H 1 254 255 /* Define to 1 if you have the `openat' function. */ 256 #define HAVE_OPENAT 1 257 258 /* Define to 1 if you have the <paths.h> header file. */ 259 #define HAVE_PATHS_H 1 260 261 /* Define to 1 if you have the `personality' function. */ 262 #define HAVE_PERSONALITY 1 263 264 /* Define to 1 if you have the `posix_fadvise' function. */ 265 #define HAVE_POSIX_FADVISE 1 266 267 /* Define to 1 if you have the `prctl' function. */ 268 #define HAVE_PRCTL 1 269 270 /* Define to 1 if you have the `prlimit' function. */ 271 #define HAVE_PRLIMIT 1 272 273 /* Define if program_invocation_short_name is defined */ 274 #define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 275 276 /* Define to 1 if you have the <pty.h> header file. */ 277 #define HAVE_PTY_H 1 278 279 /* Define to 1 if you have the `qsort_r' function. */ 280 // #define HAVE_QSORT_R 0 281 282 /* Define to 1 if you have the `rpmatch' function. */ 283 // #define HAVE_RPMATCH 0 284 285 /* Define if struct sockaddr contains sa_len */ 286 /* #undef HAVE_SA_LEN */ 287 288 /* Define to 1 if you have the `scandirat' function. */ 289 #define HAVE_SCANDIRAT 1 290 291 /* scanf %as modifier */ 292 /* #undef HAVE_SCANF_AS_MODIFIER */ 293 294 /* scanf %ms modifier */ 295 #define HAVE_SCANF_MS_MODIFIER 1 296 297 /* Define to 1 if you have the `secure_getenv' function. */ 298 #define HAVE_SECURE_GETENV 1 299 300 /* Define to 1 if you have the `security_get_initial_context' function. */ 301 /* #undef HAVE_SECURITY_GET_INITIAL_CONTEXT */ 302 303 /* Define to 1 if you have the <security/pam_misc.h> header file. */ 304 /* #undef HAVE_SECURITY_PAM_MISC_H */ 305 306 /* Define to 1 if you have the `setns' function. */ 307 #define HAVE_SETNS 1 308 309 /* Define to 1 if you have the `setresgid' function. */ 310 #define HAVE_SETRESGID 1 311 312 /* Define to 1 if you have the `setresuid' function. */ 313 #define HAVE_SETRESUID 1 314 315 /* Define to 1 if the system has the type `sighandler_t'. */ 316 #define HAVE_SIGHANDLER_T 1 317 318 /* Define to 1 if you have the `sigqueue' function. */ 319 #define HAVE_SIGQUEUE 1 320 321 /* Define to 1 if you have the <slang.h> header file. */ 322 /* #undef HAVE_SLANG_H */ 323 324 /* Define to 1 if you have the <slang/slang.h> header file. */ 325 /* #undef HAVE_SLANG_SLANG_H */ 326 327 /* Define to 1 if you have the <slang/slcurses.h> header file. */ 328 /* #undef HAVE_SLANG_SLCURSES_H */ 329 330 /* Define to 1 if you have the <slcurses.h> header file. */ 331 /* #undef HAVE_SLCURSES_H */ 332 333 /* Add SMACK support */ 334 /* #undef HAVE_SMACK */ 335 336 /* Define to 1 if you have the `srandom' function. */ 337 #define HAVE_SRANDOM 1 338 339 /* Define to 1 if you have the <stdint.h> header file. */ 340 #define HAVE_STDINT_H 1 341 342 /* Define to 1 if you have the <stdio_ext.h> header file. */ 343 #define HAVE_STDIO_EXT_H 1 344 345 /* Define to 1 if you have the <stdlib.h> header file. */ 346 #define HAVE_STDLIB_H 1 347 348 /* Define to 1 if you have the <strings.h> header file. */ 349 #define HAVE_STRINGS_H 1 350 351 /* Define to 1 if you have the <string.h> header file. */ 352 #define HAVE_STRING_H 1 353 354 /* Define to 1 if you have the `strnchr' function. */ 355 /* #undef HAVE_STRNCHR */ 356 357 /* Define to 1 if you have the `strndup' function. */ 358 #define HAVE_STRNDUP 1 359 360 /* Define to 1 if you have the `strnlen' function. */ 361 #define HAVE_STRNLEN 1 362 363 /* Define to 1 if have strsignal function prototype */ 364 #define HAVE_STRSIGNAL_DECL 1 365 366 /* Define to 1 if you have the `strtoull' function. */ 367 #define HAVE_STRTOULL 1 368 369 /* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */ 370 #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 371 372 /* Define to 1 if `c_line' is a member of `struct termios'. */ 373 #define HAVE_STRUCT_TERMIOS_C_LINE 1 374 375 /* Define to 1 if you have the `sysconf' function. */ 376 #define HAVE_SYSCONF 1 377 378 /* Define to 1 if you have the <sys/disklabel.h> header file. */ 379 /* #undef HAVE_SYS_DISKLABEL_H */ 380 381 /* Define to 1 if you have the <sys/disk.h> header file. */ 382 /* #undef HAVE_SYS_DISK_H */ 383 384 /* Define to 1 if you have the <sys/endian.h> header file. */ 385 /* #undef HAVE_SYS_ENDIAN_H */ 386 387 /* Define to 1 if you have the <sys/file.h> header file. */ 388 #define HAVE_SYS_FILE_H 1 389 390 /* Define to 1 if you have the <sys/ioccom.h> header file. */ 391 /* #undef HAVE_SYS_IOCCOM_H */ 392 393 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 394 #define HAVE_SYS_IOCTL_H 1 395 396 /* Define to 1 if you have the <sys/io.h> header file. */ 397 #define HAVE_SYS_IO_H 1 398 399 /* Define to 1 if you have the <sys/mkdev.h> header file. */ 400 /* #undef HAVE_SYS_MKDEV_H */ 401 402 /* Define to 1 if you have the <sys/prctl.h> header file. */ 403 #define HAVE_SYS_PRCTL_H 1 404 405 /* Define to 1 if you have the <sys/queue.h> header file. */ 406 #define HAVE_SYS_QUEUE_H 1 407 408 /* Define to 1 if you have the <sys/resource.h> header file. */ 409 #define HAVE_SYS_RESOURCE_H 1 410 411 /* Define to 1 if you have the <sys/socket.h> header file. */ 412 #define HAVE_SYS_SOCKET_H 1 413 414 /* Define to 1 if you have the <sys/sockio.h> header file. */ 415 /* #undef HAVE_SYS_SOCKIO_H */ 416 417 /* Define to 1 if you have the <sys/stat.h> header file. */ 418 #define HAVE_SYS_STAT_H 1 419 420 /* Define to 1 if you have the <sys/swap.h> header file. */ 421 #define HAVE_SYS_SWAP_H 1 422 423 /* Define to 1 if you have the <sys/syscall.h> header file. */ 424 #define HAVE_SYS_SYSCALL_H 1 425 426 /* Define to 1 if you have the <sys/time.h> header file. */ 427 #define HAVE_SYS_TIME_H 1 428 429 /* Define to 1 if you have the <sys/ttydefaults.h> header file. */ 430 #define HAVE_SYS_TTYDEFAULTS_H 1 431 432 /* Define to 1 if you have the <sys/types.h> header file. */ 433 #define HAVE_SYS_TYPES_H 1 434 435 /* Define to 1 if you have the <sys/un.h> header file. */ 436 #define HAVE_SYS_UN_H 1 437 438 /* Define to 1 if the target supports thread-local storage. */ 439 #define HAVE_TLS 1 440 441 /* Does struct tm have a field tm_gmtoff? */ 442 #define HAVE_TM_GMTOFF 1 443 444 /* Define to 1 if the system has the type `union semun'. */ 445 /* #undef HAVE_UNION_SEMUN */ 446 447 /* Define to 1 if you have the <unistd.h> header file. */ 448 #define HAVE_UNISTD_H 1 449 450 /* Define to 1 if you have the `unlinkat' function. */ 451 #define HAVE_UNLINKAT 1 452 453 /* Define to 1 if you have the `unshare' function. */ 454 #define HAVE_UNSHARE 1 455 456 /* Define to 1 if you have the `updwtmp' function. */ 457 #define HAVE_UPDWTMP 1 458 459 /* Define to 1 if you have the `usleep' function. */ 460 #define HAVE_USLEEP 1 461 462 /* Define to 1 if you want to use uuid daemon. */ 463 //#define HAVE_UUIDD 1 464 465 /* Define to 1 if you have the `warn' function. */ 466 #define HAVE_WARN 1 467 468 /* Define to 1 if you have the `warnx' function. */ 469 #define HAVE_WARNX 1 470 471 /* Do we have wide character support? */ 472 #define HAVE_WIDECHAR 1 473 474 /* Define to 1 if you have the `__fpending' function. */ 475 #define HAVE___FPENDING 1 476 477 /* Define if __progname is defined */ 478 #define HAVE___PROGNAME 1 479 480 /* Define to 1 if you have the `__secure_getenv' function. */ 481 /* #undef HAVE___SECURE_GETENV */ 482 483 /* libblkid date string */ 484 #define LIBBLKID_DATE "24-Apr-2014" 485 486 /* libblkid version string */ 487 #define LIBBLKID_VERSION "2.24.0" 488 489 /* libmount version string */ 490 #define LIBMOUNT_VERSION "2.24.0" 491 492 /* Should login chown /dev/vcsN? */ 493 /* #undef LOGIN_CHOWN_VCS */ 494 495 /* Should login stat() the mailbox? */ 496 /* #undef LOGIN_STAT_MAIL */ 497 498 /* Define to the sub-directory in which libtool stores uninstalled libraries. 499 */ 500 #define LT_OBJDIR ".libs/" 501 502 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 503 /* #undef NO_MINUS_C_MINUS_O */ 504 505 /* Should chsh allow only shells in /etc/shells? */ 506 #define ONLY_LISTED_SHELLS 1 507 508 /* Name of package */ 509 #define PACKAGE "util-linux" 510 511 /* Define to the address where bug reports for this package should be sent. */ 512 #define PACKAGE_BUGREPORT "kzak@redhat.com" 513 514 /* Define to the full name of this package. */ 515 #define PACKAGE_NAME "util-linux" 516 517 /* Define to the full name and version of this package. */ 518 #define PACKAGE_STRING "util-linux 2.24.2" 519 520 /* Define to the one symbol short name of this package. */ 521 #define PACKAGE_TARNAME "util-linux" 522 523 /* Define to the home page for this package. */ 524 #define PACKAGE_URL "http://www.kernel.org/pub/linux/utils/util-linux/" 525 526 /* Define to the version of this package. */ 527 #define PACKAGE_VERSION "2.24.2" 528 529 /* Should pg ring the bell on invalid keys? */ 530 #define PG_BELL 1 531 532 /* Define to 1 if you have the ANSI C header files. */ 533 #define STDC_HEADERS 1 534 535 /* Is swapon() declared with two parameters? */ 536 #define SWAPON_HAS_TWO_ARGS 1 537 538 /* Fallback syscall number for fallocate */ 539 /* #undef SYS_fallocate */ 540 541 /* Fallback syscall number for ioprio_get */ 542 /* #undef SYS_ioprio_get */ 543 544 /* Fallback syscall number for ioprio_set */ 545 /* #undef SYS_ioprio_set */ 546 547 /* Fallback syscall number for pivot_root */ 548 /* #undef SYS_pivot_root */ 549 550 /* Fallback syscall number for prlimit64 */ 551 /* #undef SYS_prlimit64 */ 552 553 /* Fallback syscall number for sched_getaffinity */ 554 /* #undef SYS_sched_getaffinity */ 555 556 /* Fallback syscall number for setns */ 557 /* #undef SYS_setns */ 558 559 /* Fallback syscall number for unshare */ 560 /* #undef SYS_unshare */ 561 562 /* Should uuidd support socket activation? */ 563 /* #undef USE_SOCKET_ACTIVATION */ 564 565 /* Should sulogin use a emergency mount of /dev and /proc? */ 566 /* #undef USE_SULOGIN_EMERGENCY_MOUNT */ 567 568 /* Enable extensions on AIX 3, Interix. */ 569 #ifndef _ALL_SOURCE 570 # define _ALL_SOURCE 1 571 #endif 572 /* Enable GNU extensions on systems that have them. */ 573 #ifndef _GNU_SOURCE 574 # define _GNU_SOURCE 1 575 #endif 576 /* Enable threading extensions on Solaris. */ 577 #ifndef _POSIX_PTHREAD_SEMANTICS 578 # define _POSIX_PTHREAD_SEMANTICS 1 579 #endif 580 /* Enable extensions on HP NonStop. */ 581 #ifndef _TANDEM_SOURCE 582 # define _TANDEM_SOURCE 1 583 #endif 584 /* Enable general extensions on Solaris. */ 585 #ifndef __EXTENSIONS__ 586 # define __EXTENSIONS__ 1 587 #endif 588 589 590 /* Should wall and write be installed setgid tty? */ 591 #define USE_TTY_GROUP 1 592 593 /* Version number of package */ 594 #define VERSION "2.24.2" 595 596 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 597 significant byte first (like Motorola and SPARC, unlike Intel). */ 598 #if defined AC_APPLE_UNIVERSAL_BUILD 599 # if defined __BIG_ENDIAN__ 600 # define WORDS_BIGENDIAN 1 601 # endif 602 #else 603 # ifndef WORDS_BIGENDIAN 604 /* # undef WORDS_BIGENDIAN */ 605 # endif 606 #endif 607 608 /* Enable large inode numbers on Mac OS X 10.5. */ 609 #ifndef _DARWIN_USE_64_BIT_INODE 610 # define _DARWIN_USE_64_BIT_INODE 1 611 #endif 612 613 /* Number of bits in a file offset, on hosts where this is settable. */ 614 #define _FILE_OFFSET_BITS 64 615 616 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ 617 /* #undef _LARGEFILE_SOURCE */ 618 619 /* Define for large files, on AIX-style hosts. */ 620 /* #undef _LARGE_FILES */ 621 622 /* Define to 1 if on MINIX. */ 623 /* #undef _MINIX */ 624 625 /* Define to 2 if the system does not provide POSIX.1 features except with 626 this defined. */ 627 /* #undef _POSIX_1_SOURCE */ 628 629 /* Define to 1 if you need to in order for `stat' and other things to work. */ 630 /* #undef _POSIX_SOURCE */ 631 632 /* Define to empty if `const' does not conform to ANSI C. */ 633 /* #undef const */ 634 635 /* Define to empty if the keyword `volatile' does not work. Warning: valid 636 code using `volatile' can become incorrect without. Disable with care. */ 637 /* #undef volatile */