config.h 4.8 KB

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