config.h.in 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* libm includes cbrtl */
  3. #undef HAVE_CBRTL
  4. /* Define to 1 if you have the <ctype.h> header file. */
  5. #undef HAVE_CTYPE_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 <errno.h> header file. */
  9. #undef HAVE_ERRNO_H
  10. /* libm includes feholdexcept */
  11. #undef HAVE_FEHOLDEXCEPT
  12. /* Define to 1 if you have the <fenv.h> header file. */
  13. #undef HAVE_FENV_H
  14. /* libm includes fesetenv */
  15. #undef HAVE_FESETENV
  16. /* libm includes fesetround */
  17. #undef HAVE_FESETROUND
  18. /* libm includes fetestexcept */
  19. #undef HAVE_FETESTEXCEPT
  20. /* libm includes feupdateenv */
  21. #undef HAVE_FEUPDATEENV
  22. /* __attribute__((visibility ("hidden"))) supported */
  23. #undef HAVE_HIDDEN_VISIBILITY
  24. /* Define to 1 if you have the <inttypes.h> header file. */
  25. #undef HAVE_INTTYPES_H
  26. /* Define to 1 if you have the <langinfo.h> header file. */
  27. #undef HAVE_LANGINFO_H
  28. /* Define to 1 if you have the <limits.h> header file. */
  29. #undef HAVE_LIMITS_H
  30. /* Define to 1 if you have the <locale.h> header file. */
  31. #undef HAVE_LOCALE_H
  32. /* Define to 1 if the math.h includes POSIX's signgam. */
  33. #undef HAVE_MATH_H_SIGNGAM
  34. /* Define to 1 if you have the <memory.h> header file. */
  35. #undef HAVE_MEMORY_H
  36. /* Define to 1 if you have the <printf.h> header file. */
  37. #undef HAVE_PRINTF_H
  38. /* GNU C Library stype printf hooks supported */
  39. #undef HAVE_PRINTF_HOOKS
  40. /* libm includes sqrtl */
  41. #undef HAVE_SQRTL
  42. /* Define to 1 if you have the <stdint.h> header file. */
  43. #undef HAVE_STDINT_H
  44. /* Define to 1 if you have the <stdlib.h> header file. */
  45. #undef HAVE_STDLIB_H
  46. /* Define to 1 if you have the <strings.h> header file. */
  47. #undef HAVE_STRINGS_H
  48. /* Define to 1 if you have the <string.h> header file. */
  49. #undef HAVE_STRING_H
  50. /* Define to 1 if you have the `strtoull' function. */
  51. #undef HAVE_STRTOULL
  52. /* Define to 1 if you have the <sys/stat.h> header file. */
  53. #undef HAVE_SYS_STAT_H
  54. /* Define to 1 if you have the <sys/types.h> header file. */
  55. #undef HAVE_SYS_TYPES_H
  56. /* Define to 1 if you have the <unistd.h> header file. */
  57. #undef HAVE_UNISTD_H
  58. /* Define to 1 if you have the <wchar.h> header file. */
  59. #undef HAVE_WCHAR_H
  60. /* Define to 1 if you have the <wctype.h> header file. */
  61. #undef HAVE_WCTYPE_H
  62. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  63. */
  64. #undef LT_OBJDIR
  65. /* Name of package */
  66. #undef PACKAGE
  67. /* Define to the address where bug reports for this package should be sent. */
  68. #undef PACKAGE_BUGREPORT
  69. /* Define to the full name of this package. */
  70. #undef PACKAGE_NAME
  71. /* Define to the full name and version of this package. */
  72. #undef PACKAGE_STRING
  73. /* Define to the one symbol short name of this package. */
  74. #undef PACKAGE_TARNAME
  75. /* Define to the home page for this package. */
  76. #undef PACKAGE_URL
  77. /* Define to the version of this package. */
  78. #undef PACKAGE_VERSION
  79. /* Define to 1 if you have the ANSI C header files. */
  80. #undef STDC_HEADERS
  81. /* whether i18n number rewriting can be supported */
  82. #undef USE_I18N_NUMBER_H
  83. /* whether localeconv should be used */
  84. #undef USE_LOCALECONV
  85. /* whether nl_langinfo should be used */
  86. #undef USE_NL_LANGINFO
  87. /* whether nl_langinfo should be used for wide char locale info */
  88. #undef USE_NL_LANGINFO_WC
  89. /* Enable extensions on AIX 3, Interix. */
  90. #ifndef _ALL_SOURCE
  91. # undef _ALL_SOURCE
  92. #endif
  93. /* Enable GNU extensions on systems that have them. */
  94. #ifndef _GNU_SOURCE
  95. # undef _GNU_SOURCE
  96. #endif
  97. /* Enable threading extensions on Solaris. */
  98. #ifndef _POSIX_PTHREAD_SEMANTICS
  99. # undef _POSIX_PTHREAD_SEMANTICS
  100. #endif
  101. /* Enable extensions on HP NonStop. */
  102. #ifndef _TANDEM_SOURCE
  103. # undef _TANDEM_SOURCE
  104. #endif
  105. /* Enable general extensions on Solaris. */
  106. #ifndef __EXTENSIONS__
  107. # undef __EXTENSIONS__
  108. #endif
  109. /* Version number of package */
  110. #undef VERSION
  111. /* Define to 1 if on MINIX. */
  112. #undef _MINIX
  113. /* Define to 2 if the system does not provide POSIX.1 features except with
  114. this defined. */
  115. #undef _POSIX_1_SOURCE
  116. /* Define to 1 if you need to in order for `stat' and other things to work. */
  117. #undef _POSIX_SOURCE