config.h.in 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if building universal (internal helper macro) */
  3. #undef AC_APPLE_UNIVERSAL_BUILD
  4. /* Define to dummy `main' function (if any) required to link to the Fortran
  5. libraries. */
  6. #undef FC_DUMMY_MAIN
  7. /* Define if F77 and FC dummy `main' functions are identical. */
  8. #undef FC_DUMMY_MAIN_EQ_F77
  9. /* Define to a macro mangling the given C identifier (in lower and upper
  10. case), which must not contain underscores, for linking with Fortran. */
  11. #undef FC_FUNC
  12. /* As FC_FUNC, but for C identifiers containing underscores. */
  13. #undef FC_FUNC_
  14. /* Define to 1 if you have the <inttypes.h> header file. */
  15. #undef HAVE_INTTYPES_H
  16. /* Define to 1 if you have the <memory.h> header file. */
  17. #undef HAVE_MEMORY_H
  18. /* Define if you have the MPI library. */
  19. #undef HAVE_MPI
  20. /* Define to 1 if you have the <stdint.h> header file. */
  21. #undef HAVE_STDINT_H
  22. /* Define to 1 if you have the <stdlib.h> header file. */
  23. #undef HAVE_STDLIB_H
  24. /* Define to 1 if you have the <strings.h> header file. */
  25. #undef HAVE_STRINGS_H
  26. /* Define to 1 if you have the <string.h> header file. */
  27. #undef HAVE_STRING_H
  28. /* Define to 1 if you have the <sys/stat.h> header file. */
  29. #undef HAVE_SYS_STAT_H
  30. /* Define to 1 if you have the <sys/types.h> header file. */
  31. #undef HAVE_SYS_TYPES_H
  32. /* Define to 1 if you have the <unistd.h> header file. */
  33. #undef HAVE_UNISTD_H
  34. /* Define to the address where bug reports for this package should be sent. */
  35. #undef PACKAGE_BUGREPORT
  36. /* Define to the full name of this package. */
  37. #undef PACKAGE_NAME
  38. /* Define to the full name and version of this package. */
  39. #undef PACKAGE_STRING
  40. /* Define to the one symbol short name of this package. */
  41. #undef PACKAGE_TARNAME
  42. /* Define to the home page for this package. */
  43. #undef PACKAGE_URL
  44. /* Define to the version of this package. */
  45. #undef PACKAGE_VERSION
  46. /* Define to 1 if you have the ANSI C header files. */
  47. #undef STDC_HEADERS
  48. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  49. significant byte first (like Motorola and SPARC, unlike Intel). */
  50. #if defined AC_APPLE_UNIVERSAL_BUILD
  51. # if defined __BIG_ENDIAN__
  52. # define WORDS_BIGENDIAN 1
  53. # endif
  54. #else
  55. # ifndef WORDS_BIGENDIAN
  56. # undef WORDS_BIGENDIAN
  57. # endif
  58. #endif