config.h.in 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* default compress command */
  3. #undef COMPRESS_COMMAND
  4. /* default compress extension */
  5. #undef COMPRESS_EXT
  6. /* default mail command */
  7. #undef DEFAULT_MAIL_COMMAND
  8. /* Define to 1 if you have the `asprintf' function. */
  9. #undef HAVE_ASPRINTF
  10. /* Define to 1 if you have the `fork' function. */
  11. #undef HAVE_FORK
  12. /* Define to 1 if you have the <inttypes.h> header file. */
  13. #undef HAVE_INTTYPES_H
  14. /* Define to 1 if you have the `acl' library (-lacl). */
  15. #undef HAVE_LIBACL
  16. /* Define to 1 if you have the <libgen.h> header file. */
  17. #undef HAVE_LIBGEN_H
  18. /* Define to 1 if you have the `popt' library (-lpopt). */
  19. #undef HAVE_LIBPOPT
  20. /* Define to 1 if you have the `selinux' library (-lselinux). */
  21. #undef HAVE_LIBSELINUX
  22. /* Define to 1 if you have the `madvise' function. */
  23. #undef HAVE_MADVISE
  24. /* Define to 1 if you have the <memory.h> header file. */
  25. #undef HAVE_MEMORY_H
  26. /* Define to 1 if you have the `qsort' function. */
  27. #undef HAVE_QSORT
  28. /* Define to 1 if you have the <stdint.h> header file. */
  29. #undef HAVE_STDINT_H
  30. /* Define to 1 if you have the <stdlib.h> header file. */
  31. #undef HAVE_STDLIB_H
  32. /* Define to 1 if you have the <strings.h> header file. */
  33. #undef HAVE_STRINGS_H
  34. /* Define to 1 if you have the <string.h> header file. */
  35. #undef HAVE_STRING_H
  36. /* Define to 1 if you have the `strndup' function. */
  37. #undef HAVE_STRNDUP
  38. /* Define to 1 if you have the `strptime' function. */
  39. #undef HAVE_STRPTIME
  40. /* Define to 1 if `st_blksize' is a member of `struct stat'. */
  41. #undef HAVE_STRUCT_STAT_ST_BLKSIZE
  42. /* Define to 1 if `st_blocks' is a member of `struct stat'. */
  43. #undef HAVE_STRUCT_STAT_ST_BLOCKS
  44. /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
  45. `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
  46. #undef HAVE_ST_BLKSIZE
  47. /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
  48. `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
  49. #undef HAVE_ST_BLOCKS
  50. /* Define to 1 if you have the <sys/stat.h> header file. */
  51. #undef HAVE_SYS_STAT_H
  52. /* Define to 1 if you have the <sys/types.h> header file. */
  53. #undef HAVE_SYS_TYPES_H
  54. /* Define to 1 if you have the <unistd.h> header file. */
  55. #undef HAVE_UNISTD_H
  56. /* Define to 1 if you have the `utimensat' function. */
  57. #undef HAVE_UTIMENSAT
  58. /* Define to 1 if you have the `vfork' function. */
  59. #undef HAVE_VFORK
  60. /* Define to 1 if you have the `vsyslog' function. */
  61. #undef HAVE_VSYSLOG
  62. /* Name of package */
  63. #undef PACKAGE
  64. /* Define to the address where bug reports for this package should be sent. */
  65. #undef PACKAGE_BUGREPORT
  66. /* Define to the full name of this package. */
  67. #undef PACKAGE_NAME
  68. /* Define to the full name and version of this package. */
  69. #undef PACKAGE_STRING
  70. /* Define to the one symbol short name of this package. */
  71. #undef PACKAGE_TARNAME
  72. /* Define to the home page for this package. */
  73. #undef PACKAGE_URL
  74. /* Define to the version of this package. */
  75. #undef PACKAGE_VERSION
  76. /* Root user-id. */
  77. #undef ROOT_UID
  78. /* State file path. */
  79. #undef STATEFILE
  80. /* Define to 1 if you have the ANSI C header files. */
  81. #undef STDC_HEADERS
  82. /* default uncompress command */
  83. #undef UNCOMPRESS_COMMAND
  84. /* Enable extensions on AIX 3, Interix. */
  85. #ifndef _ALL_SOURCE
  86. # undef _ALL_SOURCE
  87. #endif
  88. /* Enable GNU extensions on systems that have them. */
  89. #ifndef _GNU_SOURCE
  90. # undef _GNU_SOURCE
  91. #endif
  92. /* Enable threading extensions on Solaris. */
  93. #ifndef _POSIX_PTHREAD_SEMANTICS
  94. # undef _POSIX_PTHREAD_SEMANTICS
  95. #endif
  96. /* Enable extensions on HP NonStop. */
  97. #ifndef _TANDEM_SOURCE
  98. # undef _TANDEM_SOURCE
  99. #endif
  100. /* Enable general extensions on Solaris. */
  101. #ifndef __EXTENSIONS__
  102. # undef __EXTENSIONS__
  103. #endif
  104. /* Version number of package */
  105. #undef VERSION
  106. /* Enable large inode numbers on Mac OS X 10.5. */
  107. #ifndef _DARWIN_USE_64_BIT_INODE
  108. # define _DARWIN_USE_64_BIT_INODE 1
  109. #endif
  110. /* Number of bits in a file offset, on hosts where this is settable. */
  111. #undef _FILE_OFFSET_BITS
  112. /* Define for large files, on AIX-style hosts. */
  113. #undef _LARGE_FILES
  114. /* Define to 1 if on MINIX. */
  115. #undef _MINIX
  116. /* Define to 2 if the system does not provide POSIX.1 features except with
  117. this defined. */
  118. #undef _POSIX_1_SOURCE
  119. /* Define to 1 if you need to in order for `stat' and other things to work. */
  120. #undef _POSIX_SOURCE