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