1/* define if your compiler has __attribute__ */ 2#cmakedefine HAVE___ATTRIBUTE__ /**/ 3 4/* most gcc compilers know a function __attribute__((__warn_unused_result__)) */ 5#define GCC_WARN_UNUSED_RESULT @GCC_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 @HAVE_DECL_FFS@ 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 @HAVE_DECL___BUILTIN_FFS@ 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 @HAVE_DECL__BITSCANFORWARD@ 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 @HAVE_DECL_STRCASECMP@ 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 @HAVE_DECL__STRICMP@ 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 @HAVE_DECL_STRNCASECMP@ 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 @HAVE_DECL__STRNICMP@ 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 @HAVE_DECL_SNPRINTF@ 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 @HAVE_DECL__SNPRINTF@ 45 46 47/* use gmp to implement isl_int */ 48#cmakedefine USE_GMP_FOR_MP 49 50/* use imath to implement isl_int */ 51#cmakedefine USE_IMATH_FOR_MP 52 53/* Use small integer optimization */ 54#cmakedefine USE_SMALL_INT_OPT 55 56#include <isl_config_post.h> 57