config.h.in 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. /* src/config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the declaration of `mpz_powm', and to 0 if you
  3. don't. */
  4. #undef HAVE_DECL_MPZ_POWM
  5. /* Define to 1 if you have the declaration of `mpz_powm_sec', and to 0 if you
  6. don't. */
  7. #undef HAVE_DECL_MPZ_POWM_SEC
  8. /* Define to 1 if you have the <inttypes.h> header file. */
  9. #undef HAVE_INTTYPES_H
  10. /* Define to 1 if you have the `gmp' library (-lgmp). */
  11. #undef HAVE_LIBGMP
  12. /* Define to 1 if you have the `mpir' library (-lmpir). */
  13. #undef HAVE_LIBMPIR
  14. /* Define to 1 if you have the <limits.h> header file. */
  15. #undef HAVE_LIMITS_H
  16. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  17. to 0 otherwise. */
  18. #undef HAVE_MALLOC
  19. /* Define to 1 if you have the `memmove' function. */
  20. #undef HAVE_MEMMOVE
  21. /* Define to 1 if you have the <memory.h> header file. */
  22. #undef HAVE_MEMORY_H
  23. /* Define to 1 if you have the `memset' function. */
  24. #undef HAVE_MEMSET
  25. /* Define to 1 if you have the <stddef.h> header file. */
  26. #undef HAVE_STDDEF_H
  27. /* Define to 1 if you have the <stdint.h> header file. */
  28. #undef HAVE_STDINT_H
  29. /* Define to 1 if you have the <stdlib.h> header file. */
  30. #undef HAVE_STDLIB_H
  31. /* Define to 1 if you have the <strings.h> header file. */
  32. #undef HAVE_STRINGS_H
  33. /* Define to 1 if you have the <string.h> header file. */
  34. #undef HAVE_STRING_H
  35. /* Define to 1 if you have the <sys/stat.h> header file. */
  36. #undef HAVE_SYS_STAT_H
  37. /* Define to 1 if you have the <sys/types.h> header file. */
  38. #undef HAVE_SYS_TYPES_H
  39. /* Define to 1 if you have the <unistd.h> header file. */
  40. #undef HAVE_UNISTD_H
  41. /* Define to 1 if you have the <wchar.h> header file. */
  42. #undef HAVE_WCHAR_H
  43. /* Define to the address where bug reports for this package should be sent. */
  44. #undef PACKAGE_BUGREPORT
  45. /* Define to the full name of this package. */
  46. #undef PACKAGE_NAME
  47. /* Define to the full name and version of this package. */
  48. #undef PACKAGE_STRING
  49. /* Define to the one symbol short name of this package. */
  50. #undef PACKAGE_TARNAME
  51. /* Define to the home page for this package. */
  52. #undef PACKAGE_URL
  53. /* Define to the version of this package. */
  54. #undef PACKAGE_VERSION
  55. /* Define to 1 if you have the ANSI C header files. */
  56. #undef STDC_HEADERS
  57. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  58. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  59. #define below would cause a syntax error. */
  60. #undef _UINT32_T
  61. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  62. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  63. #define below would cause a syntax error. */
  64. #undef _UINT64_T
  65. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  66. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  67. #define below would cause a syntax error. */
  68. #undef _UINT8_T
  69. /* Define to `__inline__' or `__inline' if that's what the C compiler
  70. calls it, or to nothing if 'inline' is not supported under any name. */
  71. #ifndef __cplusplus
  72. #undef inline
  73. #endif
  74. /* Define to the type of a signed integer type of width exactly 16 bits if
  75. such a type exists and the standard includes do not define it. */
  76. #undef int16_t
  77. /* Define to the type of a signed integer type of width exactly 32 bits if
  78. such a type exists and the standard includes do not define it. */
  79. #undef int32_t
  80. /* Define to the type of a signed integer type of width exactly 64 bits if
  81. such a type exists and the standard includes do not define it. */
  82. #undef int64_t
  83. /* Define to the type of a signed integer type of width exactly 8 bits if such
  84. a type exists and the standard includes do not define it. */
  85. #undef int8_t
  86. /* Define to rpl_malloc if the replacement function should be used. */
  87. #undef malloc
  88. /* Define to `unsigned int' if <sys/types.h> does not define. */
  89. #undef size_t
  90. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  91. such a type exists and the standard includes do not define it. */
  92. #undef uint16_t
  93. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  94. such a type exists and the standard includes do not define it. */
  95. #undef uint32_t
  96. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  97. such a type exists and the standard includes do not define it. */
  98. #undef uint64_t
  99. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  100. such a type exists and the standard includes do not define it. */
  101. #undef uint8_t