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