1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- /* examples/ScalableProblems/config.h. Generated by configure. */
- /* examples/ScalableProblems/config.h.in. */
- /* Define to 1 if you have the <assert.h> header file. */
- /* #undef HAVE_ASSERT_H */
- /* Define to 1 if you have the <cassert> header file. */
- #define HAVE_CASSERT 1
- /* Define to 1 if you have the <cctype> header file. */
- #define HAVE_CCTYPE 1
- /* Define to 1 if you have the <cfloat> header file. */
- #define HAVE_CFLOAT 1
- /* Define to 1 if you have the <cieeefp> header file. */
- /* #undef HAVE_CIEEEFP */
- /* Define to 1 if you have the <cmath> header file. */
- #define HAVE_CMATH 1
- /* Define to 1 if you have the <cstdarg> header file. */
- #define HAVE_CSTDARG 1
- /* Define to 1 if you have the <cstddef> header file. */
- #define HAVE_CSTDDEF 1
- /* Define to 1 if you have the <cstdio> header file. */
- #define HAVE_CSTDIO 1
- /* Define to 1 if you have the <cstdlib> header file. */
- #define HAVE_CSTDLIB 1
- /* Define to 1 if you have the <cstring> header file. */
- #define HAVE_CSTRING 1
- /* Define to 1 if you have the <ctime> header file. */
- #define HAVE_CTIME 1
- /* Define to 1 if you have the <ctype.h> header file. */
- /* #undef HAVE_CTYPE_H */
- /* Define to 1 if you have the <dlfcn.h> header file. */
- #define HAVE_DLFCN_H 1
- /* Define to 1 if you have the <float.h> header file. */
- /* #undef HAVE_FLOAT_H */
- /* Define to 1 if you have the <ieeefp.h> header file. */
- /* #undef HAVE_IEEEFP_H */
- /* Define to 1 if you have the <inttypes.h> header file. */
- #define HAVE_INTTYPES_H 1
- /* Define to 1 if you have the <math.h> header file. */
- /* #undef HAVE_MATH_H */
- /* Define to 1 if you have the <memory.h> header file. */
- #define HAVE_MEMORY_H 1
- /* Define to 1 if you have the <stdarg.h> header file. */
- /* #undef HAVE_STDARG_H */
- /* Define to 1 if you have the <stddef.h> header file. */
- /* #undef HAVE_STDDEF_H */
- /* Define to 1 if you have the <stdint.h> header file. */
- #define HAVE_STDINT_H 1
- /* Define to 1 if you have the <stdio.h> header file. */
- /* #undef HAVE_STDIO_H */
- /* Define to 1 if you have the <stdlib.h> header file. */
- #define HAVE_STDLIB_H 1
- /* Define to 1 if you have the <strings.h> header file. */
- #define HAVE_STRINGS_H 1
- /* Define to 1 if you have the <string.h> header file. */
- #define HAVE_STRING_H 1
- /* Define to 1 if you have the <sys/stat.h> header file. */
- #define HAVE_SYS_STAT_H 1
- /* Define to 1 if you have the <sys/types.h> header file. */
- #define HAVE_SYS_TYPES_H 1
- /* Define to 1 if you have the <time.h> header file. */
- /* #undef HAVE_TIME_H */
- /* Define to 1 if you have the <unistd.h> header file. */
- #define HAVE_UNISTD_H 1
- /* Define to 1 if you have the <windows.h> header file. */
- /* #undef HAVE_WINDOWS_H */
|