blob: 2485df91548801920b455008a89f765b165029cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
/* Define to 1 if you have the declaration of `mpz_powm', and to 0 if you
don't. */
#undef HAVE_DECL_MPZ_POWM
/* Define to 1 if you have the declaration of `mpz_powm_sec', and to 0 if you
don't. */
#undef HAVE_DECL_MPZ_POWM_SEC
/* Define to 1 if you have the `gmp' library (-lgmp). */
#undef HAVE_LIBGMP
/* Define to 1 if you have the `mpir' library (-lmpir). */
#undef HAVE_LIBMPIR
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to `__inline__' or `__inline' if that's what the C compiler
* calls it, or to nothing if 'inline' is not supported under any name. */
#define inline __inline
|