config.h 2.6 KB

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