1 /* isl_config.h. Generated from isl_config.h.in by configure. */ 2 /* isl_config.h.in. Generated from configure.ac by autoheader. */ 3 4 /* most gcc compilers know a function __attribute__((__warn_unused_result__)) 5 */ 6 #define GCC_WARN_UNUSED_RESULT __attribute__((__warn_unused_result__)) 7 8 /* define if the compiler supports basic C++11 syntax */ 9 #define HAVE_CXX11 1 10 11 /* define if the compiler supports basic C++17 syntax */ 12 #define HAVE_CXX17 1 13 14 /* Define to 1 if you have the declaration of `ffs', and to 0 if you don't. */ 15 #define HAVE_DECL_FFS 1 16 17 /* Define to 1 if you have the declaration of `mp_get_memory_functions', and 18 to 0 if you don't. */ 19 #define HAVE_DECL_MP_GET_MEMORY_FUNCTIONS 1 20 21 /* Define to 1 if you have the declaration of `snprintf', and to 0 if you 22 don't. */ 23 #define HAVE_DECL_SNPRINTF 1 24 25 /* Define to 1 if you have the declaration of `strcasecmp', and to 0 if you 26 don't. */ 27 #define HAVE_DECL_STRCASECMP 1 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 `_BitScanForward', and to 0 if 34 you don't. */ 35 #define HAVE_DECL__BITSCANFORWARD 0 36 37 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you 38 don't. */ 39 #define HAVE_DECL__SNPRINTF 0 40 41 /* Define to 1 if you have the declaration of `_stricmp', and to 0 if you 42 don't. */ 43 #define HAVE_DECL__STRICMP 0 44 45 /* Define to 1 if you have the declaration of `_strnicmp', and to 0 if you 46 don't. */ 47 #define HAVE_DECL__STRNICMP 0 48 49 /* Define to 1 if you have the declaration of `__builtin_ffs', and to 0 if you 50 don't. */ 51 #define HAVE_DECL___BUILTIN_FFS 1 52 53 /* Define to 1 if you have the <dlfcn.h> header file. */ 54 #define HAVE_DLFCN_H 1 55 56 /* Define to 1 if you have the <inttypes.h> header file. */ 57 #define HAVE_INTTYPES_H 1 58 59 /* Define to 1 if you have the `gmp' library (-lgmp). */ 60 #define HAVE_LIBGMP 1 61 62 /* Define to 1 if you have the <stdint.h> header file. */ 63 #define HAVE_STDINT_H 1 64 65 /* Define to 1 if you have the <stdio.h> header file. */ 66 #define HAVE_STDIO_H 1 67 68 /* Define to 1 if you have the <stdlib.h> header file. */ 69 #define HAVE_STDLIB_H 1 70 71 /* Define to 1 if you have the <strings.h> header file. */ 72 #define HAVE_STRINGS_H 1 73 74 /* Define to 1 if you have the <string.h> header file. */ 75 #define HAVE_STRING_H 1 76 77 /* Define to 1 if you have the <sys/stat.h> header file. */ 78 #define HAVE_SYS_STAT_H 1 79 80 /* Define to 1 if you have the <sys/types.h> header file. */ 81 #define HAVE_SYS_TYPES_H 1 82 83 /* Define to 1 if you have the <unistd.h> header file. */ 84 #define HAVE_UNISTD_H 1 85 86 /* define if your compiler has __attribute__ */ 87 #define HAVE___ATTRIBUTE__ 1 88 89 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 90 #define LT_OBJDIR ".libs/" 91 92 /* Name of package */ 93 #define PACKAGE "isl" 94 95 /* Define to the address where bug reports for this package should be sent. */ 96 #define PACKAGE_BUGREPORT "isl-development@googlegroups.com" 97 98 /* Define to the full name of this package. */ 99 #define PACKAGE_NAME "isl" 100 101 /* Define to the full name and version of this package. */ 102 #define PACKAGE_STRING "isl 0.26" 103 104 /* Define to the one symbol short name of this package. */ 105 #define PACKAGE_TARNAME "isl" 106 107 /* Define to the home page for this package. */ 108 #define PACKAGE_URL "" 109 110 /* Define to the version of this package. */ 111 #define PACKAGE_VERSION "0.26" 112 113 /* The size of `char', as computed by sizeof. */ 114 /* #undef SIZEOF_CHAR */ 115 116 /* The size of `int', as computed by sizeof. */ 117 /* #undef SIZEOF_INT */ 118 119 /* The size of `long', as computed by sizeof. */ 120 /* #undef SIZEOF_LONG */ 121 122 /* The size of `short', as computed by sizeof. */ 123 /* #undef SIZEOF_SHORT */ 124 125 /* The size of `void*', as computed by sizeof. */ 126 /* #undef SIZEOF_VOIDP */ 127 128 /* Define to 1 if all of the C90 standard headers exist (not just the ones 129 required in a freestanding environment). This macro is provided for 130 backward compatibility; new code need not use it. */ 131 #define STDC_HEADERS 1 132 133 /* use gmp to implement isl_int */ 134 #define USE_GMP_FOR_MP /**/ 135 136 /* use imath to implement isl_int */ 137 /* #undef USE_IMATH_FOR_MP */ 138 139 /* Use small integer optimization */ 140 /* #undef USE_SMALL_INT_OPT */ 141 142 /* Version number of package */ 143 #define VERSION "0.26" 144 145 #include <isl_config_post.h> 146