You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

186 lines
5.0 KiB

  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if building universal (internal helper macro) */
  3. #undef AC_APPLE_UNIVERSAL_BUILD
  4. /* Define to 1 if you have the <assert.h> header file. */
  5. #undef HAVE_ASSERT_H
  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 <float.h> header file. */
  9. #undef HAVE_FLOAT_H
  10. /* Define to 1 if you have the `gethostname' function. */
  11. #undef HAVE_GETHOSTNAME
  12. /* Define to 1 if you have the `getrlimit' function. */
  13. #undef HAVE_GETRLIMIT
  14. /* Define to 1 if you have the `getrusage' function. */
  15. #undef HAVE_GETRUSAGE
  16. /* Define to 1 if you have working floating-point infinities */
  17. #undef HAVE_IEEE_754
  18. /* Define to 1 if you have the <inttypes.h> header file. */
  19. #undef HAVE_INTTYPES_H
  20. /* Define to 1 if you have the <limits.h> header file. */
  21. #undef HAVE_LIMITS_H
  22. /* Define to 1 if you have the <math.h> header file. */
  23. #undef HAVE_MATH_H
  24. /* Define to 1 if you have the <memory.h> header file. */
  25. #undef HAVE_MEMORY_H
  26. /* Define to 1 if your compiler supports enough C++11 */
  27. #undef HAVE_MODERN_CXX
  28. /* Define to 1 if you have the `pow' function. */
  29. #undef HAVE_POW
  30. /* Define to 1 if you have the `powl' function. */
  31. #undef HAVE_POWL
  32. /* Define to 1 if the system has the type `ptrdiff_t'. */
  33. #undef HAVE_PTRDIFF_T
  34. /* Define to 1 if you have the `sqrt' function. */
  35. #undef HAVE_SQRT
  36. /* Define to 1 if you have the <stddef.h> header file. */
  37. #undef HAVE_STDDEF_H
  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 <strings.h> header file. */
  45. #undef HAVE_STRINGS_H
  46. /* Define to 1 if you have the <string.h> header file. */
  47. #undef HAVE_STRING_H
  48. /* Define to 1 if you have the `strstr' function. */
  49. #undef HAVE_STRSTR
  50. /* Define to 1 if you have the `sysconf' function. */
  51. #undef HAVE_SYSCONF
  52. /* Define to 1 if you have the <sys/resource.h> header file. */
  53. #undef HAVE_SYS_RESOURCE_H
  54. /* Define to 1 if you have the <sys/stat.h> header file. */
  55. #undef HAVE_SYS_STAT_H
  56. /* Define to 1 if you have the <sys/times.h> header file. */
  57. #undef HAVE_SYS_TIMES_H
  58. /* Define to 1 if you have the <sys/time.h> header file. */
  59. #undef HAVE_SYS_TIME_H
  60. /* Define to 1 if you have the <sys/types.h> header file. */
  61. #undef HAVE_SYS_TYPES_H
  62. /* Define to 1 if you have the <sys/wait.h> header file. */
  63. #undef HAVE_SYS_WAIT_H
  64. /* Define to 1 if you have the <unistd.h> header file. */
  65. #undef HAVE_UNISTD_H
  66. /* Define to 1 if C++ thread header is usable */
  67. #undef HAVE_WORKING_THREAD
  68. /* Define to 1 if the system has the type `_Bool'. */
  69. #undef HAVE__BOOL
  70. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  71. */
  72. #undef LT_OBJDIR
  73. /* Name of package */
  74. #undef PACKAGE
  75. /* Define to the address where bug reports for this package should be sent. */
  76. #undef PACKAGE_BUGREPORT
  77. /* Define to the full name of this package. */
  78. #undef PACKAGE_NAME
  79. /* Define to the full name and version of this package. */
  80. #undef PACKAGE_STRING
  81. /* Define to the one symbol short name of this package. */
  82. #undef PACKAGE_TARNAME
  83. /* Define to the home page for this package. */
  84. #undef PACKAGE_URL
  85. /* Define to the version of this package. */
  86. #undef PACKAGE_VERSION
  87. /* The size of `int', as computed by sizeof. */
  88. #undef SIZEOF_INT
  89. /* The size of `long', as computed by sizeof. */
  90. #undef SIZEOF_LONG
  91. /* The size of `long double', as computed by sizeof. */
  92. #undef SIZEOF_LONG_DOUBLE
  93. /* The size of `void *', as computed by sizeof. */
  94. #undef SIZEOF_VOID_P
  95. /* Define to 1 if you have the ANSI C header files. */
  96. #undef STDC_HEADERS
  97. /* Define to 1 to use system qsort */
  98. #undef USE_SYSTEM_QSORT
  99. /* Version number of package */
  100. #undef VERSION
  101. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  102. significant byte first (like Motorola and SPARC, unlike Intel). */
  103. #if defined AC_APPLE_UNIVERSAL_BUILD
  104. # if defined __BIG_ENDIAN__
  105. # define WORDS_BIGENDIAN 1
  106. # endif
  107. #else
  108. # ifndef WORDS_BIGENDIAN
  109. # undef WORDS_BIGENDIAN
  110. # endif
  111. #endif
  112. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  113. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  114. #define below would cause a syntax error. */
  115. #undef _UINT32_T
  116. /* Define to 1 to enable C99-compliant printf on MinGW-w64 */
  117. #undef __USE_MINGW_ANSI_STDIO
  118. /* Define to `__inline__' or `__inline' if that's what the C compiler
  119. calls it, or to nothing if 'inline' is not supported under any name. */
  120. #ifndef __cplusplus
  121. #undef inline
  122. #endif
  123. /* Define to `unsigned int' if <sys/types.h> does not define. */
  124. #undef size_t
  125. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  126. such a type exists and the standard includes do not define it. */
  127. #undef uint16_t
  128. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  129. such a type exists and the standard includes do not define it. */
  130. #undef uint32_t