config.h.in 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. /* src/include/config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the <inttypes.h> header file. */
  3. #undef HAVE_INTTYPES_H
  4. /* Define to 1 if you have the <limits.h> header file. */
  5. #undef HAVE_LIMITS_H
  6. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  7. to 0 otherwise. */
  8. #undef HAVE_MALLOC
  9. /* Define to 1 if you have the <memory.h> header file. */
  10. #undef HAVE_MEMORY_H
  11. /* Define to 1 if you have the <mpi/mpi.h> header file. */
  12. #undef HAVE_MPI_MPI_H
  13. /* OpenMPI support */
  14. #undef HAVE_OPENMPI
  15. /* Define to 1 if you have the <openssl/bn.h> header file. */
  16. #undef HAVE_OPENSSL_BN_H
  17. /* Define to 1 if you have the <openssl/rsa.h> header file. */
  18. #undef HAVE_OPENSSL_RSA_H
  19. /* Define to 1 if you have the <openssl/ssl.h> header file. */
  20. #undef HAVE_OPENSSL_SSL_H
  21. /* Define to 1 if you have the <openssl/x509.h> header file. */
  22. #undef HAVE_OPENSSL_X509_H
  23. /* Define to 1 if you have the <stdint.h> header file. */
  24. #undef HAVE_STDINT_H
  25. /* Define to 1 if you have the <stdlib.h> header file. */
  26. #undef HAVE_STDLIB_H
  27. /* Define to 1 if you have the <strings.h> header file. */
  28. #undef HAVE_STRINGS_H
  29. /* Define to 1 if you have the <string.h> header file. */
  30. #undef HAVE_STRING_H
  31. /* Define to 1 if you have the <sys/stat.h> header file. */
  32. #undef HAVE_SYS_STAT_H
  33. /* Define to 1 if you have the <sys/types.h> header file. */
  34. #undef HAVE_SYS_TYPES_H
  35. /* Define to 1 if you have the <unistd.h> header file. */
  36. #undef HAVE_UNISTD_H
  37. /* Name of package */
  38. #undef PACKAGE
  39. /* Define to the address where bug reports for this package should be sent. */
  40. #undef PACKAGE_BUGREPORT
  41. /* Define to the full name of this package. */
  42. #undef PACKAGE_NAME
  43. /* Define to the full name and version of this package. */
  44. #undef PACKAGE_STRING
  45. /* Define to the one symbol short name of this package. */
  46. #undef PACKAGE_TARNAME
  47. /* Define to the home page for this package. */
  48. #undef PACKAGE_URL
  49. /* Define to the version of this package. */
  50. #undef PACKAGE_VERSION
  51. /* Define to 1 if you have the ANSI C header files. */
  52. #undef STDC_HEADERS
  53. /* Version number of package */
  54. #undef VERSION
  55. /* Define to rpl_malloc if the replacement function should be used. */
  56. #undef malloc
  57. /* Define to `unsigned int' if <sys/types.h> does not define. */
  58. #undef size_t