jansson_private_config.h.in 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. /* jansson_private_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. /* Number of buckets new object hashtables contain is 2 raised to this power.
  59. E.g. 3 -> 2^3 = 8. */
  60. #undef INITIAL_HASHTABLE_ORDER
  61. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  62. #undef LT_OBJDIR
  63. /* Name of package */
  64. #undef PACKAGE
  65. /* Define to the address where bug reports for this package should be sent. */
  66. #undef PACKAGE_BUGREPORT
  67. /* Define to the full name of this package. */
  68. #undef PACKAGE_NAME
  69. /* Define to the full name and version of this package. */
  70. #undef PACKAGE_STRING
  71. /* Define to the one symbol short name of this package. */
  72. #undef PACKAGE_TARNAME
  73. /* Define to the home page for this package. */
  74. #undef PACKAGE_URL
  75. /* Define to the version of this package. */
  76. #undef PACKAGE_VERSION
  77. /* Define to 1 if you have the ANSI C header files. */
  78. #undef STDC_HEADERS
  79. /* Define to 1 if /dev/urandom should be used for seeding the hash function */
  80. #undef USE_URANDOM
  81. /* Define to 1 if CryptGenRandom should be used for seeding the hash function
  82. */
  83. #undef USE_WINDOWS_CRYPTOAPI
  84. /* Version number of package */
  85. #undef VERSION
  86. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  87. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  88. #define below would cause a syntax error. */
  89. #undef _UINT32_T
  90. /* Define for Solaris 2.5.1 so the uint8_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 _UINT8_T
  94. /* Define to `__inline__' or `__inline' if that's what the C compiler
  95. calls it, or to nothing if 'inline' is not supported under any name. */
  96. #ifndef __cplusplus
  97. #undef inline
  98. #endif
  99. /* Define to the type of a signed integer type of width exactly 32 bits if
  100. such a type exists and the standard includes do not define it. */
  101. #undef int32_t
  102. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  103. such a type exists and the standard includes do not define it. */
  104. #undef uint16_t
  105. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  106. such a type exists and the standard includes do not define it. */
  107. #undef uint32_t
  108. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  109. such a type exists and the standard includes do not define it. */
  110. #undef uint8_t