config.h.in 5.3 KB

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