config.h 4.6 KB

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