config.h.in 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the `alarm' function. */
  3. #undef HAVE_ALARM
  4. /* Define to 1 if you have the <dlfcn.h> header file. */
  5. #undef HAVE_DLFCN_H
  6. /* Define to 1 if you have the <float.h> header file. */
  7. #undef HAVE_FLOAT_H
  8. /* Define to 1 if you have the `gettimeofday' function. */
  9. #undef HAVE_GETTIMEOFDAY
  10. /* Define to 1 if you have the <inttypes.h> header file. */
  11. #undef HAVE_INTTYPES_H
  12. /* Define to 1 if you have the `rt' library (-lrt). */
  13. #undef HAVE_LIBRT
  14. /* Define to 1 if you have the `localtime_r' function. */
  15. #undef HAVE_LOCALTIME_R
  16. /* Define to 1 if you have the <memory.h> header file. */
  17. #undef HAVE_MEMORY_H
  18. /* Define to 1 if you have the `memset' function. */
  19. #undef HAVE_MEMSET
  20. /* Define to 1 if you have the `sqrt' function. */
  21. #undef HAVE_SQRT
  22. /* Define to 1 if you have the <stdint.h> header file. */
  23. #undef HAVE_STDINT_H
  24. /* Define to 1 if you have the <stdlib.h> header file. */
  25. #undef HAVE_STDLIB_H
  26. /* Define to 1 if you have the <strings.h> header file. */
  27. #undef HAVE_STRINGS_H
  28. /* Define to 1 if you have the <string.h> header file. */
  29. #undef HAVE_STRING_H
  30. /* Define to 1 if you have the <sys/stat.h> header file. */
  31. #undef HAVE_SYS_STAT_H
  32. /* Define to 1 if you have the <sys/time.h> header file. */
  33. #undef HAVE_SYS_TIME_H
  34. /* Define to 1 if you have the <sys/types.h> header file. */
  35. #undef HAVE_SYS_TYPES_H
  36. /* Define to 1 if you have the <unistd.h> header file. */
  37. #undef HAVE_UNISTD_H
  38. /* Define to 1 if the system has the type `_Bool'. */
  39. #undef HAVE__BOOL
  40. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  41. */
  42. #undef LT_OBJDIR
  43. /* Name of package */
  44. #undef PACKAGE
  45. /* Define to the address where bug reports for this package should be sent. */
  46. #undef PACKAGE_BUGREPORT
  47. /* Define to the full name of this package. */
  48. #undef PACKAGE_NAME
  49. /* Define to the full name and version of this package. */
  50. #undef PACKAGE_STRING
  51. /* Define to the one symbol short name of this package. */
  52. #undef PACKAGE_TARNAME
  53. /* Define to the home page for this package. */
  54. #undef PACKAGE_URL
  55. /* Define to the version of this package. */
  56. #undef PACKAGE_VERSION
  57. /* Define to 1 if you have the ANSI C header files. */
  58. #undef STDC_HEADERS
  59. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  60. #undef TIME_WITH_SYS_TIME
  61. /* Version number of package */
  62. #undef VERSION
  63. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  64. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  65. #define below would cause a syntax error. */
  66. #undef _UINT32_T
  67. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  68. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  69. #define below would cause a syntax error. */
  70. #undef _UINT64_T
  71. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  72. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  73. #define below would cause a syntax error. */
  74. #undef _UINT8_T
  75. /* Define to `__inline__' or `__inline' if that's what the C compiler
  76. calls it, or to nothing if 'inline' is not supported under any name. */
  77. #ifndef __cplusplus
  78. #undef inline
  79. #endif
  80. /* Define to the type of a signed integer type of width exactly 32 bits if
  81. such a type exists and the standard includes do not define it. */
  82. #undef int32_t
  83. /* Define to `unsigned int' if <sys/types.h> does not define. */
  84. #undef size_t
  85. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  86. such a type exists and the standard includes do not define it. */
  87. #undef uint32_t
  88. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  89. such a type exists and the standard includes do not define it. */
  90. #undef uint64_t
  91. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  92. such a type exists and the standard includes do not define it. */
  93. #undef uint8_t