config.h.in~ 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if gcc's __atomic builtins are available */
  3. #undef HAVE_ATOMIC_BUILTINS
  4. /* Define to 1 if you have the `close' function. */
  5. #undef HAVE_CLOSE
  6. /* Define to 1 if you have the <dlfcn.h> header file. */
  7. #undef HAVE_DLFCN_H
  8. /* Define to 1 if you have the <endian.h> header file. */
  9. #undef HAVE_ENDIAN_H
  10. /* Define to 1 if you have the <fcntl.h> header file. */
  11. #undef HAVE_FCNTL_H
  12. /* Define to 1 if you have the `getpid' function. */
  13. #undef HAVE_GETPID
  14. /* Define to 1 if you have the `gettimeofday' function. */
  15. #undef HAVE_GETTIMEOFDAY
  16. /* Define to 1 if you have the <inttypes.h> header file. */
  17. #undef HAVE_INTTYPES_H
  18. /* Define to 1 if you have the `localeconv' function. */
  19. #undef HAVE_LOCALECONV
  20. /* Define to 1 if you have the <locale.h> header file. */
  21. #undef HAVE_LOCALE_H
  22. /* Define to 1 if the system has the type 'long long int'. */
  23. #undef HAVE_LONG_LONG_INT
  24. /* Define to 1 if you have the <memory.h> header file. */
  25. #undef HAVE_MEMORY_H
  26. /* Define to 1 if you have the `open' function. */
  27. #undef HAVE_OPEN
  28. /* Define to 1 if you have the `read' function. */
  29. #undef HAVE_READ
  30. /* Define to 1 if you have the <sched.h> header file. */
  31. #undef HAVE_SCHED_H
  32. /* Define to 1 if you have the `sched_yield' function. */
  33. #undef HAVE_SCHED_YIELD
  34. /* Define to 1 if you have the <stdint.h> header file. */
  35. #undef HAVE_STDINT_H
  36. /* Define to 1 if you have the <stdlib.h> header file. */
  37. #undef HAVE_STDLIB_H
  38. /* Define to 1 if you have the <strings.h> header file. */
  39. #undef HAVE_STRINGS_H
  40. /* Define to 1 if you have the <string.h> header file. */
  41. #undef HAVE_STRING_H
  42. /* Define to 1 if you have the `strtoll' function. */
  43. #undef HAVE_STRTOLL
  44. /* Define to 1 if gcc's __sync builtins are available */
  45. #undef HAVE_SYNC_BUILTINS
  46. /* Define to 1 if you have the <sys/param.h> header file. */
  47. #undef HAVE_SYS_PARAM_H
  48. /* Define to 1 if you have the <sys/stat.h> header file. */
  49. #undef HAVE_SYS_STAT_H
  50. /* Define to 1 if you have the <sys/time.h> header file. */
  51. #undef HAVE_SYS_TIME_H
  52. /* Define to 1 if you have the <sys/types.h> header file. */
  53. #undef HAVE_SYS_TYPES_H
  54. /* Define to 1 if you have the <unistd.h> header file. */
  55. #undef HAVE_UNISTD_H
  56. /* Define to 1 if the system has the type 'unsigned long long int'. */
  57. #undef HAVE_UNSIGNED_LONG_LONG_INT
  58. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  59. #undef LT_OBJDIR
  60. /* Name of package */
  61. #undef PACKAGE
  62. /* Define to the address where bug reports for this package should be sent. */
  63. #undef PACKAGE_BUGREPORT
  64. /* Define to the full name of this package. */
  65. #undef PACKAGE_NAME
  66. /* Define to the full name and version of this package. */
  67. #undef PACKAGE_STRING
  68. /* Define to the one symbol short name of this package. */
  69. #undef PACKAGE_TARNAME
  70. /* Define to the home page for this package. */
  71. #undef PACKAGE_URL
  72. /* Define to the version of this package. */
  73. #undef PACKAGE_VERSION
  74. /* Define to 1 if you have the ANSI C header files. */
  75. #undef STDC_HEADERS
  76. /* Define to 1 if /dev/urandom should be used for seeding the hash function */
  77. #undef USE_URANDOM
  78. /* Define to 1 if CryptGenRandom should be used for seeding the hash function
  79. */
  80. #undef USE_WINDOWS_CRYPTOAPI
  81. /* Version number of package */
  82. #undef VERSION
  83. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  84. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  85. #define below would cause a syntax error. */
  86. #undef _UINT32_T
  87. /* Define to `__inline__' or `__inline' if that's what the C compiler
  88. calls it, or to nothing if 'inline' is not supported under any name. */
  89. #ifndef __cplusplus
  90. #undef inline
  91. #endif
  92. /* Define to the type of a signed integer type of width exactly 32 bits if
  93. such a type exists and the standard includes do not define it. */
  94. #undef int32_t
  95. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  96. such a type exists and the standard includes do not define it. */
  97. #undef uint32_t