configure.patch 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. ---
  2. diff --git a/config.h.in b/config.h
  3. index adab7a58d..f6dc2278e 100644
  4. --- a/config.h.in
  5. +++ b/config.h
  6. @@ -11,19 +11,19 @@
  7. /* Define to 1 if you have the declaration of `acosh', and to 0 if you don't.
  8. */
  9. -#undef HAVE_DECL_ACOSH
  10. +#define HAVE_DECL_ACOSH 1
  11. /* Define to 1 if you have the declaration of `asinh', and to 0 if you don't.
  12. */
  13. -#undef HAVE_DECL_ASINH
  14. +#define HAVE_DECL_ASINH 1
  15. /* Define to 1 if you have the declaration of `atanh', and to 0 if you don't.
  16. */
  17. -#undef HAVE_DECL_ATANH
  18. +#define HAVE_DECL_ATANH 1
  19. /* Define to 1 if you have the declaration of `expm1', and to 0 if you don't.
  20. */
  21. -#undef HAVE_DECL_EXPM1
  22. +#define HAVE_DECL_EXPM1 1
  23. /* Define to 1 if you have the declaration of `feenableexcept', and to 0 if
  24. you don't. */
  25. @@ -43,31 +43,31 @@
  26. /* Define to 1 if you have the declaration of `frexp', and to 0 if you don't.
  27. */
  28. -#undef HAVE_DECL_FREXP
  29. +#define HAVE_DECL_FREXP 1
  30. /* Define to 1 if you have the declaration of `hypot', and to 0 if you don't.
  31. */
  32. -#undef HAVE_DECL_HYPOT
  33. +#define HAVE_DECL_HYPOT 1
  34. /* Define to 1 if you have the declaration of `isfinite', and to 0 if you
  35. don't. */
  36. -#undef HAVE_DECL_ISFINITE
  37. +#define HAVE_DECL_ISFINITE 1
  38. /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
  39. */
  40. -#undef HAVE_DECL_ISINF
  41. +#define HAVE_DECL_ISINF 1
  42. /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
  43. */
  44. -#undef HAVE_DECL_ISNAN
  45. +#define HAVE_DECL_ISNAN 1
  46. /* Define to 1 if you have the declaration of `ldexp', and to 0 if you don't.
  47. */
  48. -#undef HAVE_DECL_LDEXP
  49. +#define HAVE_DECL_LDEXP 1
  50. /* Define to 1 if you have the declaration of `log1p', and to 0 if you don't.
  51. */
  52. -#undef HAVE_DECL_LOG1P
  53. +#define HAVE_DECL_LOG1P 1
  54. /* Define to 1 if you have the <dlfcn.h> header file. */
  55. #undef HAVE_DLFCN_H
  56. @@ -76,13 +76,13 @@
  57. #undef HAVE_DOPRNT
  58. /* Defined if you have ansi EXIT_SUCCESS and EXIT_FAILURE in stdlib.h */
  59. -#undef HAVE_EXIT_SUCCESS_AND_FAILURE
  60. +#define HAVE_EXIT_SUCCESS_AND_FAILURE 1
  61. /* Defined on architectures with excess floating-point precision */
  62. #undef HAVE_EXTENDED_PRECISION_REGISTERS
  63. /* Define if x86 processor has sse extensions. */
  64. -#undef HAVE_FPU_X86_SSE
  65. +#define HAVE_FPU_X86_SSE 1
  66. /* Define to 1 if you have the <ieeefp.h> header file. */
  67. #undef HAVE_IEEEFP_H
  68. @@ -97,43 +97,43 @@
  69. #undef HAVE_INLINE
  70. /* Define to 1 if you have the <inttypes.h> header file. */
  71. -#undef HAVE_INTTYPES_H
  72. +#define HAVE_INTTYPES_H 1
  73. /* Define to 1 if you have the `m' library (-lm). */
  74. #undef HAVE_LIBM
  75. /* Define to 1 if you have the `memcpy' function. */
  76. -#undef HAVE_MEMCPY
  77. +#define HAVE_MEMCPY 1
  78. /* Define to 1 if you have the `memmove' function. */
  79. -#undef HAVE_MEMMOVE
  80. +#define HAVE_MEMMOVE 1
  81. /* Define this if printf can handle %Lf for long double */
  82. #undef HAVE_PRINTF_LONGDOUBLE
  83. /* Define to 1 if you have the <stdint.h> header file. */
  84. -#undef HAVE_STDINT_H
  85. +#define HAVE_STDINT_H 1
  86. /* Define to 1 if you have the <stdio.h> header file. */
  87. -#undef HAVE_STDIO_H
  88. +#define HAVE_STDIO_H 1
  89. /* Define to 1 if you have the <stdlib.h> header file. */
  90. -#undef HAVE_STDLIB_H
  91. +#define HAVE_STDLIB_H 1
  92. /* Define to 1 if you have the `strdup' function. */
  93. -#undef HAVE_STRDUP
  94. +#define HAVE_STRDUP 1
  95. /* Define to 1 if you have the <strings.h> header file. */
  96. #undef HAVE_STRINGS_H
  97. /* Define to 1 if you have the <string.h> header file. */
  98. -#undef HAVE_STRING_H
  99. +#define HAVE_STRING_H 1
  100. /* Define to 1 if you have the `strtol' function. */
  101. -#undef HAVE_STRTOL
  102. +#define HAVE_STRTOL 1
  103. /* Define to 1 if you have the `strtoul' function. */
  104. -#undef HAVE_STRTOUL
  105. +#define HAVE_STRTOUL 1
  106. /* Define to 1 if you have the <sys/stat.h> header file. */
  107. #undef HAVE_SYS_STAT_H
  108. @@ -145,7 +145,7 @@
  109. #undef HAVE_UNISTD_H
  110. /* Define to 1 if you have the `vprintf' function. */
  111. -#undef HAVE_VPRINTF
  112. +#define HAVE_VPRINTF 1
  113. /* Define if you need to hide the static definitions of inline functions */
  114. #undef HIDE_INLINE_STATIC
  115. @@ -180,7 +180,7 @@
  116. /* Define to 1 if all of the C90 standard headers exist (not just the ones
  117. required in a freestanding environment). This macro is provided for
  118. backward compatibility; new code need not use it. */
  119. -#undef STDC_HEADERS
  120. +#define STDC_HEADERS 1
  121. /* Version number of package */
  122. #undef VERSION
  123. ---