config.h 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  4. systems. This function is required for `alloca.c' support on those systems.
  5. */
  6. /* #undef CRAY_STACKSEG_END */
  7. /* Define to 1 if using `alloca.c'. */
  8. /* #undef C_ALLOCA */
  9. /* Define to 1 if you have `alloca', as a function or macro. */
  10. #define HAVE_ALLOCA 1
  11. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  12. */
  13. #define HAVE_ALLOCA_H 1
  14. /* Define to 1 if you have the `clock_gettime' function. */
  15. #define HAVE_CLOCK_GETTIME 1
  16. /* Define to 1 if you have the <dlfcn.h> header file. */
  17. #define HAVE_DLFCN_H 1
  18. /* Define to 1 if you have the `gettimeofday' function. */
  19. #define HAVE_GETTIMEOFDAY 1
  20. /* Define to 1 if you have the <inttypes.h> header file. */
  21. #define HAVE_INTTYPES_H 1
  22. /* Define to 1 if you have the `dl' library (-ldl). */
  23. #define HAVE_LIBDL 1
  24. /* Define to 1 if you have the `rt' library (-lrt). */
  25. #define HAVE_LIBRT 1
  26. /* Define to 1 if you have the `zlog' library (-lzlog). */
  27. /* #undef HAVE_LIBZLOG */
  28. /* Define to 1 if you have the `localtime_r' function. */
  29. #define HAVE_LOCALTIME_R 1
  30. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  31. to 0 otherwise. */
  32. #define HAVE_MALLOC 1
  33. /* Define to 1 if you have the `memmove' function. */
  34. #define HAVE_MEMMOVE 1
  35. /* Define to 1 if you have the <memory.h> header file. */
  36. #define HAVE_MEMORY_H 1
  37. /* Define to 1 if you have the `realpath' function. */
  38. #define HAVE_REALPATH 1
  39. /* Define to 1 if you have the <stdint.h> header file. */
  40. #define HAVE_STDINT_H 1
  41. /* Define to 1 if you have the <stdlib.h> header file. */
  42. #define HAVE_STDLIB_H 1
  43. /* Define to 1 if you have the `strchr' function. */
  44. #define HAVE_STRCHR 1
  45. /* Define to 1 if you have the `strerror' function. */
  46. #define HAVE_STRERROR 1
  47. /* Define to 1 if you have the <strings.h> header file. */
  48. #define HAVE_STRINGS_H 1
  49. /* Define to 1 if you have the <string.h> header file. */
  50. #define HAVE_STRING_H 1
  51. /* Define to 1 if you have the `strstr' function. */
  52. #define HAVE_STRSTR 1
  53. /* Define to 1 if you have the <sys/stat.h> header file. */
  54. #define HAVE_SYS_STAT_H 1
  55. /* Define to 1 if you have the <sys/time.h> header file. */
  56. #define HAVE_SYS_TIME_H 1
  57. /* Define to 1 if you have the <sys/types.h> header file. */
  58. #define HAVE_SYS_TYPES_H 1
  59. /* Define to 1 if you have the <unistd.h> header file. */
  60. #define HAVE_UNISTD_H 1
  61. /* Define to 1 if the system has the type `_Bool'. */
  62. #define HAVE__BOOL 1
  63. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  64. */
  65. #define LT_OBJDIR ".libs/"
  66. /* Name of package */
  67. #define PACKAGE "zlog"
  68. /* Define to the address where bug reports for this package should be sent. */
  69. #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
  70. /* Define to the full name of this package. */
  71. #define PACKAGE_NAME "zlog"
  72. /* Define to the full name and version of this package. */
  73. #define PACKAGE_STRING "zlog 1.0"
  74. /* Define to the one symbol short name of this package. */
  75. #define PACKAGE_TARNAME "zlog"
  76. /* Define to the home page for this package. */
  77. #define PACKAGE_URL ""
  78. /* Define to the version of this package. */
  79. #define PACKAGE_VERSION "1.0"
  80. /* If using the C implementation of alloca, define if you know the
  81. direction of stack growth for your system; otherwise it will be
  82. automatically deduced at runtime.
  83. STACK_DIRECTION > 0 => grows toward higher addresses
  84. STACK_DIRECTION < 0 => grows toward lower addresses
  85. STACK_DIRECTION = 0 => direction of growth unknown */
  86. /* #undef STACK_DIRECTION */
  87. /* Define to 1 if you have the ANSI C header files. */
  88. #define STDC_HEADERS 1
  89. /* Version number of package */
  90. #define VERSION "1.0"
  91. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  92. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  93. #define below would cause a syntax error. */
  94. /* #undef _UINT32_T */
  95. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  96. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  97. #define below would cause a syntax error. */
  98. /* #undef _UINT64_T */
  99. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  100. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  101. #define below would cause a syntax error. */
  102. /* #undef _UINT8_T */
  103. /* Define to `__inline__' or `__inline' if that's what the C compiler
  104. calls it, or to nothing if 'inline' is not supported under any name. */
  105. #ifndef __cplusplus
  106. /* #undef inline */
  107. #endif
  108. /* Define to the type of a signed integer type of width exactly 32 bits if
  109. such a type exists and the standard includes do not define it. */
  110. /* #undef int32_t */
  111. /* Define to the type of a signed integer type of width exactly 64 bits if
  112. such a type exists and the standard includes do not define it. */
  113. /* #undef int64_t */
  114. /* Define to rpl_malloc if the replacement function should be used. */
  115. /* #undef malloc */
  116. /* Define to `int' if <sys/types.h> does not define. */
  117. /* #undef pid_t */
  118. /* Define to `unsigned int' if <sys/types.h> does not define. */
  119. /* #undef size_t */
  120. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  121. such a type exists and the standard includes do not define it. */
  122. /* #undef uint32_t */
  123. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  124. such a type exists and the standard includes do not define it. */
  125. /* #undef uint64_t */
  126. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  127. such a type exists and the standard includes do not define it. */
  128. /* #undef uint8_t */