1/* examples/ScalableProblems/config.h.in. */
2
3/* Define to 1 if you have the <assert.h> header file. */
4#undef HAVE_ASSERT_H
5
6/* Define to 1 if you have the <cassert> header file. */
7#undef HAVE_CASSERT
8
9/* Define to 1 if you have the <cctype> header file. */
10#undef HAVE_CCTYPE
11
12/* Define to 1 if you have the <cfloat> header file. */
13#undef HAVE_CFLOAT
14
15/* Define to 1 if you have the <cieeefp> header file. */
16#undef HAVE_CIEEEFP
17
18/* Define to 1 if you have the <cmath> header file. */
19#undef HAVE_CMATH
20
21/* Define to 1 if you have the <cstdarg> header file. */
22#undef HAVE_CSTDARG
23
24/* Define to 1 if you have the <cstddef> header file. */
25#undef HAVE_CSTDDEF
26
27/* Define to 1 if you have the <cstdio> header file. */
28#undef HAVE_CSTDIO
29
30/* Define to 1 if you have the <cstdlib> header file. */
31#undef HAVE_CSTDLIB
32
33/* Define to 1 if you have the <cstring> header file. */
34#undef HAVE_CSTRING
35
36/* Define to 1 if you have the <ctime> header file. */
37#undef HAVE_CTIME
38
39/* Define to 1 if you have the <ctype.h> header file. */
40#undef HAVE_CTYPE_H
41
42/* Define to 1 if you have the <dlfcn.h> header file. */
43#undef HAVE_DLFCN_H
44
45/* Define to 1 if you have the <float.h> header file. */
46#undef HAVE_FLOAT_H
47
48/* Define to 1 if you have the <ieeefp.h> header file. */
49#undef HAVE_IEEEFP_H
50
51/* Define to 1 if you have the <inttypes.h> header file. */
52#undef HAVE_INTTYPES_H
53
54/* Define to 1 if you have the <math.h> header file. */
55#undef HAVE_MATH_H
56
57/* Define to 1 if you have the <memory.h> header file. */
58#undef HAVE_MEMORY_H
59
60/* Define to 1 if you have the <stdarg.h> header file. */
61#undef HAVE_STDARG_H
62
63/* Define to 1 if you have the <stddef.h> header file. */
64#undef HAVE_STDDEF_H
65
66/* Define to 1 if you have the <stdint.h> header file. */
67#undef HAVE_STDINT_H
68
69/* Define to 1 if you have the <stdio.h> header file. */
70#undef HAVE_STDIO_H
71
72/* Define to 1 if you have the <stdlib.h> header file. */
73#undef HAVE_STDLIB_H
74
75/* Define to 1 if you have the <strings.h> header file. */
76#undef HAVE_STRINGS_H
77
78/* Define to 1 if you have the <string.h> header file. */
79#undef HAVE_STRING_H
80
81/* Define to 1 if you have the <sys/stat.h> header file. */
82#undef HAVE_SYS_STAT_H
83
84/* Define to 1 if you have the <sys/types.h> header file. */
85#undef HAVE_SYS_TYPES_H
86
87/* Define to 1 if you have the <time.h> header file. */
88#undef HAVE_TIME_H
89
90/* Define to 1 if you have the <unistd.h> header file. */
91#undef HAVE_UNISTD_H
92
93/* Define to 1 if you have the <windows.h> header file. */
94#undef HAVE_WINDOWS_H
95