config.h 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Define if building universal (internal helper macro) */
  4. /* #undef AC_APPLE_UNIVERSAL_BUILD */
  5. /* Define to 1 if you have the <dlfcn.h> header file. */
  6. #define HAVE_DLFCN_H 1
  7. /* Define to 1 if you have the <inttypes.h> header file. */
  8. #define HAVE_INTTYPES_H 1
  9. /* Define to 1 if you have the <minix/config.h> header file. */
  10. /* #undef HAVE_MINIX_CONFIG_H */
  11. /* Define to 1 if you have the <stdint.h> header file. */
  12. #define HAVE_STDINT_H 1
  13. /* Define to 1 if you have the <stdio.h> header file. */
  14. #define HAVE_STDIO_H 1
  15. /* Define to 1 if you have the <stdlib.h> header file. */
  16. #define HAVE_STDLIB_H 1
  17. /* Define to 1 if you have the <strings.h> header file. */
  18. #define HAVE_STRINGS_H 1
  19. /* Define to 1 if you have the <string.h> header file. */
  20. #define HAVE_STRING_H 1
  21. /* Define to 1 if you have the <sys/stat.h> header file. */
  22. #define HAVE_SYS_STAT_H 1
  23. /* Define to 1 if you have the <sys/types.h> header file. */
  24. #define HAVE_SYS_TYPES_H 1
  25. /* Define to 1 if you have the <unistd.h> header file. */
  26. #define HAVE_UNISTD_H 1
  27. /* Define to 1 if you have the <wchar.h> header file. */
  28. #define HAVE_WCHAR_H 1
  29. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  30. #define LT_OBJDIR ".libs/"
  31. /* Name of package */
  32. #define PACKAGE "libmd"
  33. /* Define to the address where bug reports for this package should be sent. */
  34. #define PACKAGE_BUGREPORT "[email protected]"
  35. /* Define to the full name of this package. */
  36. #define PACKAGE_NAME "libmd"
  37. /* Define to the full name and version of this package. */
  38. #define PACKAGE_STRING "libmd "
  39. /* Define to the one symbol short name of this package. */
  40. #define PACKAGE_TARNAME "libmd"
  41. /* Define to the home page for this package. */
  42. #define PACKAGE_URL ""
  43. /* Define to the version of this package. */
  44. #define PACKAGE_VERSION ""
  45. /* Define to 1 if all of the C90 standard headers exist (not just the ones
  46. required in a freestanding environment). This macro is provided for
  47. backward compatibility; new code need not use it. */
  48. #define STDC_HEADERS 1
  49. /* Enable extensions on AIX 3, Interix. */
  50. #ifndef _ALL_SOURCE
  51. # define _ALL_SOURCE 1
  52. #endif
  53. /* Enable general extensions on macOS. */
  54. #ifndef _DARWIN_C_SOURCE
  55. # define _DARWIN_C_SOURCE 1
  56. #endif
  57. /* Enable general extensions on Solaris. */
  58. #ifndef __EXTENSIONS__
  59. # define __EXTENSIONS__ 1
  60. #endif
  61. /* Enable GNU extensions on systems that have them. */
  62. #ifndef _GNU_SOURCE
  63. # define _GNU_SOURCE 1
  64. #endif
  65. /* Enable X/Open compliant socket functions that do not require linking
  66. with -lxnet on HP-UX 11.11. */
  67. #ifndef _HPUX_ALT_XOPEN_SOCKET_API
  68. # define _HPUX_ALT_XOPEN_SOCKET_API 1
  69. #endif
  70. /* Identify the host operating system as Minix.
  71. This macro does not affect the system headers' behavior.
  72. A future release of Autoconf may stop defining this macro. */
  73. #ifndef _MINIX
  74. /* # undef _MINIX */
  75. #endif
  76. /* Enable general extensions on NetBSD.
  77. Enable NetBSD compatibility extensions on Minix. */
  78. #ifndef _NETBSD_SOURCE
  79. # define _NETBSD_SOURCE 1
  80. #endif
  81. /* Enable OpenBSD compatibility extensions on NetBSD.
  82. Oddly enough, this does nothing on OpenBSD. */
  83. #ifndef _OPENBSD_SOURCE
  84. # define _OPENBSD_SOURCE 1
  85. #endif
  86. /* Define to 1 if needed for POSIX-compatible behavior. */
  87. #ifndef _POSIX_SOURCE
  88. /* # undef _POSIX_SOURCE */
  89. #endif
  90. /* Define to 2 if needed for POSIX-compatible behavior. */
  91. #ifndef _POSIX_1_SOURCE
  92. /* # undef _POSIX_1_SOURCE */
  93. #endif
  94. /* Enable POSIX-compatible threading on Solaris. */
  95. #ifndef _POSIX_PTHREAD_SEMANTICS
  96. # define _POSIX_PTHREAD_SEMANTICS 1
  97. #endif
  98. /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
  99. #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
  100. # define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
  101. #endif
  102. /* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
  103. #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
  104. # define __STDC_WANT_IEC_60559_BFP_EXT__ 1
  105. #endif
  106. /* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
  107. #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
  108. # define __STDC_WANT_IEC_60559_DFP_EXT__ 1
  109. #endif
  110. /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
  111. #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
  112. # define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
  113. #endif
  114. /* Enable extensions specified by ISO/IEC TS 18661-3:2015. */
  115. #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
  116. # define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
  117. #endif
  118. /* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
  119. #ifndef __STDC_WANT_LIB_EXT2__
  120. # define __STDC_WANT_LIB_EXT2__ 1
  121. #endif
  122. /* Enable extensions specified by ISO/IEC 24747:2009. */
  123. #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
  124. # define __STDC_WANT_MATH_SPEC_FUNCS__ 1
  125. #endif
  126. /* Enable extensions on HP NonStop. */
  127. #ifndef _TANDEM_SOURCE
  128. # define _TANDEM_SOURCE 1
  129. #endif
  130. /* Enable X/Open extensions. Define to 500 only if necessary
  131. to make mbstate_t available. */
  132. #ifndef _XOPEN_SOURCE
  133. /* # undef _XOPEN_SOURCE */
  134. #endif
  135. /* Version number of package */
  136. #define VERSION ""
  137. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  138. significant byte first (like Motorola and SPARC, unlike Intel). */
  139. #if defined AC_APPLE_UNIVERSAL_BUILD
  140. # if defined __BIG_ENDIAN__
  141. # define WORDS_BIGENDIAN 1
  142. # endif
  143. #else
  144. # ifndef WORDS_BIGENDIAN
  145. /* # undef WORDS_BIGENDIAN */
  146. # endif
  147. #endif
  148. /* Number of bits in a file offset, on hosts where this is settable. */
  149. /* #undef _FILE_OFFSET_BITS */
  150. /* Define for large files, on AIX-style hosts. */
  151. /* #undef _LARGE_FILES */
  152. /* Define to `long int' if <sys/types.h> does not define. */
  153. /* #undef off_t */
  154. /* Define to `unsigned int' if <sys/types.h> does not define. */
  155. /* #undef size_t */
  156. /* Define to `int' if <sys/types.h> does not define. */
  157. /* #undef ssize_t */