57 lines · plain
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 you12 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 if16 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 you21 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 you25 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 you30 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 you34 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 you39 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 you43 don't. */44#define HAVE_DECL__SNPRINTF @HAVE_DECL__SNPRINTF@45 46 47/* use gmp to implement isl_int */48#cmakedefine USE_GMP_FOR_MP49 50/* use imath to implement isl_int */51#cmakedefine USE_IMATH_FOR_MP52 53/* Use small integer optimization */54#cmakedefine USE_SMALL_INT_OPT55 56#include <isl_config_post.h>57