config.h.in 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. /* src/config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if building universal (internal helper macro) */
  3. #undef AC_APPLE_UNIVERSAL_BUILD
  4. /* Default PKCS#11 module. */
  5. #undef DEFAULT_PKCS11_MODULE
  6. /* Define to 1 if you have the <dlfcn.h> header file. */
  7. #undef HAVE_DLFCN_H
  8. /* Define to 1 if you have the <errno.h> header file. */
  9. #undef HAVE_ERRNO_H
  10. /* Define to 1 if you have the <fcntl.h> header file. */
  11. #undef HAVE_FCNTL_H
  12. /* Define to 1 if you have the <getopt.h> header file. */
  13. #undef HAVE_GETOPT_H
  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 <locale.h> header file. */
  17. #undef HAVE_LOCALE_H
  18. /* Define to 1 if you have the <malloc.h> header file. */
  19. #undef HAVE_MALLOC_H
  20. /* Define if you have POSIX threads libraries and header files. */
  21. #undef HAVE_PTHREAD
  22. /* Have PTHREAD_PRIO_INHERIT. */
  23. #undef HAVE_PTHREAD_PRIO_INHERIT
  24. /* Define to 1 if you have the <stdint.h> header file. */
  25. #undef HAVE_STDINT_H
  26. /* Define to 1 if you have the <stdio.h> header file. */
  27. #undef HAVE_STDIO_H
  28. /* Define to 1 if you have the <stdlib.h> header file. */
  29. #undef HAVE_STDLIB_H
  30. /* Define to 1 if you have the <strings.h> header file. */
  31. #undef HAVE_STRINGS_H
  32. /* Define to 1 if you have the <string.h> header file. */
  33. #undef HAVE_STRING_H
  34. /* Define to 1 if you have the <sys/stat.h> header file. */
  35. #undef HAVE_SYS_STAT_H
  36. /* Define to 1 if you have the <sys/time.h> header file. */
  37. #undef HAVE_SYS_TIME_H
  38. /* Define to 1 if you have the <sys/types.h> header file. */
  39. #undef HAVE_SYS_TYPES_H
  40. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  41. #undef HAVE_SYS_WAIT_H
  42. /* Define to 1 if you have the <unistd.h> header file. */
  43. #undef HAVE_UNISTD_H
  44. /* Define to 1 if you have the <utmp.h> header file. */
  45. #undef HAVE_UTMP_H
  46. /* Define to 1 if you have the 'X509_get0_notAfter' function. */
  47. #undef HAVE_X509_GET0_NOTAFTER
  48. /* Define to 1 if you have the 'X509_get0_notBefore' function. */
  49. #undef HAVE_X509_GET0_NOTBEFORE
  50. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  51. #undef LT_OBJDIR
  52. /* Name of package */
  53. #undef PACKAGE
  54. /* Define to the address where bug reports for this package should be sent. */
  55. #undef PACKAGE_BUGREPORT
  56. /* Define to the full name of this package. */
  57. #undef PACKAGE_NAME
  58. /* Define to the full name and version of this package. */
  59. #undef PACKAGE_STRING
  60. /* Define to the one symbol short name of this package. */
  61. #undef PACKAGE_TARNAME
  62. /* Define to the home page for this package. */
  63. #undef PACKAGE_URL
  64. /* Define to the version of this package. */
  65. #undef PACKAGE_VERSION
  66. /* Define to necessary symbol if this constant uses a non-standard name on
  67. your system. */
  68. #undef PTHREAD_CREATE_JOINABLE
  69. /* Define to 1 if all of the C89 standard headers exist (not just the ones
  70. required in a freestanding environment). This macro is provided for
  71. backward compatibility; new code need not use it. */
  72. #undef STDC_HEADERS
  73. /* Define if you are on Cygwin */
  74. #undef USE_CYGWIN
  75. /* Version number of package */
  76. #undef VERSION
  77. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  78. significant byte first (like Motorola and SPARC, unlike Intel). */
  79. #if defined AC_APPLE_UNIVERSAL_BUILD
  80. # if defined __BIG_ENDIAN__
  81. # define WORDS_BIGENDIAN 1
  82. # endif
  83. #else
  84. # ifndef WORDS_BIGENDIAN
  85. # undef WORDS_BIGENDIAN
  86. # endif
  87. #endif