1 /* define if your compiler has __attribute__ */
2 #cmakedefine HAVE___ATTRIBUTE__ /**/
4 /* most gcc compilers know a function __attribute__((__warn_unused_result__)) */
5 #define GCC_WARN_UNUSED_RESULT @GCC_WARN_UNUSED_RESULT@
8 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */
9 #define HAVE_DECL_FFS @HAVE_DECL_FFS@
11 /* Define to 1 if you have the declaration of `__builtin_ffs', and to 0 if you
13 #define HAVE_DECL___BUILTIN_FFS @HAVE_DECL___BUILTIN_FFS@
15 /* Define to 1 if you have the declaration of `_BitScanForward', and to 0 if
17 #define HAVE_DECL__BITSCANFORWARD @HAVE_DECL__BITSCANFORWARD@
20 /* Define to 1 if you have the declaration of `strcasecmp', and to 0 if you
22 #define HAVE_DECL_STRCASECMP @HAVE_DECL_STRCASECMP@
24 /* Define to 1 if you have the declaration of `_stricmp', and to 0 if you
26 #define HAVE_DECL__STRICMP @HAVE_DECL__STRICMP@
29 /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
31 #define HAVE_DECL_STRNCASECMP @HAVE_DECL_STRNCASECMP@
33 /* Define to 1 if you have the declaration of `_strnicmp', and to 0 if you
35 #define HAVE_DECL__STRNICMP @HAVE_DECL__STRNICMP@
38 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
40 #define HAVE_DECL_SNPRINTF @HAVE_DECL_SNPRINTF@
42 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
44 #define HAVE_DECL__SNPRINTF @HAVE_DECL__SNPRINTF@
47 /* use gmp to implement isl_int */
48 #cmakedefine USE_GMP_FOR_MP
50 /* use imath to implement isl_int */
51 #cmakedefine USE_IMATH_FOR_MP
53 /* Use small integer optimization */
54 #cmakedefine USE_SMALL_INT_OPT
56 #include <isl_config_post.h>