| 1 | /* define if your compiler has __attribute__ */ |
| 2 | #define HAVE___ATTRIBUTE__ /**/ |
| 3 | |
| 4 | /* most gcc compilers know a function __attribute__((__warn_unused_result__)) */ |
| 5 | #define GCC_WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) |
| 6 | |
| 7 | |
| 8 | /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ |
| 9 | #define HAVE_DECL_FFS 1 |
| 10 | |
| 11 | /* Define to 1 if you have the declaration of `__builtin_ffs', and to 0 if you |
| 12 | don't. */ |
| 13 | #define HAVE_DECL___BUILTIN_FFS 1 |
| 14 | |
| 15 | /* Define to 1 if you have the declaration of `_BitScanForward', and to 0 if |
| 16 | you don't. */ |
| 17 | #define HAVE_DECL__BITSCANFORWARD 0 |
| 18 | |
| 19 | |
| 20 | /* Define to 1 if you have the declaration of `strcasecmp', and to 0 if you |
| 21 | don't. */ |
| 22 | #define HAVE_DECL_STRCASECMP 1 |
| 23 | |
| 24 | /* Define to 1 if you have the declaration of `_stricmp', and to 0 if you |
| 25 | don't. */ |
| 26 | #define HAVE_DECL__STRICMP 0 |
| 27 | |
| 28 | |
| 29 | /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you |
| 30 | don't. */ |
| 31 | #define HAVE_DECL_STRNCASECMP 1 |
| 32 | |
| 33 | /* Define to 1 if you have the declaration of `_strnicmp', and to 0 if you |
| 34 | don't. */ |
| 35 | #define HAVE_DECL__STRNICMP 0 |
| 36 | |
| 37 | |
| 38 | /* Define to 1 if you have the declaration of `snprintf', and to 0 if you |
| 39 | don't. */ |
| 40 | #define HAVE_DECL_SNPRINTF 1 |
| 41 | |
| 42 | /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you |
| 43 | don't. */ |
| 44 | #define HAVE_DECL__SNPRINTF 0 |
| 45 | |
| 46 | |
| 47 | /* use gmp to implement isl_int */ |
| 48 | /* #undef USE_GMP_FOR_MP */ |
| 49 | |
| 50 | /* use imath to implement isl_int */ |
| 51 | #define USE_IMATH_FOR_MP |
| 52 | |
| 53 | /* Use small integer optimization */ |
| 54 | #define USE_SMALL_INT_OPT |
| 55 | |
| 56 | #include <isl_config_post.h> |
| 57 | |