config.h.in~ 3.7 KB

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