config.in 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. /* config.in. Generated from configure.ac by autoheader. */
  2. /* Check that config.h is #included before system headers
  3. (this works only for glibc, but that should be enough). */
  4. #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
  5. # error config.h must be #included before system headers
  6. #endif
  7. #define __CONFIG_H__ 1
  8. /* Define to 1 if you want to emit gnu hash in the ELF linker by default. */
  9. #undef DEFAULT_EMIT_GNU_HASH
  10. /* Define to 1 if you want to emit sysv hash in the ELF linker by default. */
  11. #undef DEFAULT_EMIT_SYSV_HASH
  12. /* Define if you want compressed debug sections by default. */
  13. #undef DEFAULT_FLAG_COMPRESS_DEBUG
  14. /* The default method for DT_TEXTREL check in ELF linker. */
  15. #undef DEFAULT_LD_TEXTREL_CHECK
  16. /* Define to 1 if DT_TEXTREL check is warning in ELF linker by default. */
  17. #undef DEFAULT_LD_TEXTREL_CHECK_WARNING
  18. /* Define to 1 if you want to enable -z relro in ELF linker by default. */
  19. #undef DEFAULT_LD_Z_RELRO
  20. /* Define to 1 if you want to enable -z separate-code in ELF linker by
  21. default. */
  22. #undef DEFAULT_LD_Z_SEPARATE_CODE
  23. /* Define to 1 if you want to set DT_RUNPATH instead of DT_RPATH by default.
  24. */
  25. #undef DEFAULT_NEW_DTAGS
  26. /* Define if you want run-time sanity checks. */
  27. #undef ENABLE_CHECKING
  28. /* Handle .ctf type-info sections */
  29. #undef ENABLE_LIBCTF
  30. /* Define to 1 if translation of program messages to the user's native
  31. language is requested. */
  32. #undef ENABLE_NLS
  33. /* Additional extension a shared object might have. */
  34. #undef EXTRA_SHLIB_EXTENSION
  35. /* Define to choose default GOT handling scheme */
  36. #undef GOT_HANDLING_DEFAULT
  37. /* Define to 1 if you have the `close' function. */
  38. #undef HAVE_CLOSE
  39. /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
  40. don't. */
  41. #undef HAVE_DECL_ASPRINTF
  42. /* Define to 1 if you have the declaration of `environ', and to 0 if you
  43. don't. */
  44. #undef HAVE_DECL_ENVIRON
  45. /* Is the prototype for getopt in <unistd.h> in the expected format? */
  46. #undef HAVE_DECL_GETOPT
  47. /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
  48. */
  49. #undef HAVE_DECL_SBRK
  50. /* Define to 1 if you have the <dlfcn.h> header file. */
  51. #undef HAVE_DLFCN_H
  52. /* Define to 1 if you have the <elf-hints.h> header file. */
  53. #undef HAVE_ELF_HINTS_H
  54. /* Define to 1 if you have the <fcntl.h> header file. */
  55. #undef HAVE_FCNTL_H
  56. /* Define to 1 if you have the `getpagesize' function. */
  57. #undef HAVE_GETPAGESIZE
  58. /* Define to 1 if you have the `glob' function. */
  59. #undef HAVE_GLOB
  60. /* Define .init_array/.fini_array sections are available and working. */
  61. #undef HAVE_INITFINI_ARRAY
  62. /* Define to 1 if you have the <inttypes.h> header file. */
  63. #undef HAVE_INTTYPES_H
  64. /* Define if your <locale.h> file defines LC_MESSAGES. */
  65. #undef HAVE_LC_MESSAGES
  66. /* Define to 1 if you have the <limits.h> header file. */
  67. #undef HAVE_LIMITS_H
  68. /* Define to 1 if you have the `lseek' function. */
  69. #undef HAVE_LSEEK
  70. /* Define to 1 if you have the <memory.h> header file. */
  71. #undef HAVE_MEMORY_H
  72. /* Define to 1 if you have the `mkstemp' function. */
  73. #undef HAVE_MKSTEMP
  74. /* Define to 1 if you have a working `mmap' system call. */
  75. #undef HAVE_MMAP
  76. /* Define to 1 if you have the `open' function. */
  77. #undef HAVE_OPEN
  78. /* Define to 1 if you have the `realpath' function. */
  79. #undef HAVE_REALPATH
  80. /* Define to 1 if you have the `sbrk' function. */
  81. #undef HAVE_SBRK
  82. /* Define to 1 if you have the <stdint.h> header file. */
  83. #undef HAVE_STDINT_H
  84. /* Define to 1 if you have the <stdlib.h> header file. */
  85. #undef HAVE_STDLIB_H
  86. /* Define to 1 if you have the <strings.h> header file. */
  87. #undef HAVE_STRINGS_H
  88. /* Define to 1 if you have the <string.h> header file. */
  89. #undef HAVE_STRING_H
  90. /* Define to 1 if you have the <sys/file.h> header file. */
  91. #undef HAVE_SYS_FILE_H
  92. /* Define to 1 if you have the <sys/mman.h> header file. */
  93. #undef HAVE_SYS_MMAN_H
  94. /* Define to 1 if you have the <sys/param.h> header file. */
  95. #undef HAVE_SYS_PARAM_H
  96. /* Define to 1 if you have the <sys/stat.h> header file. */
  97. #undef HAVE_SYS_STAT_H
  98. /* Define to 1 if you have the <sys/time.h> header file. */
  99. #undef HAVE_SYS_TIME_H
  100. /* Define to 1 if you have the <sys/types.h> header file. */
  101. #undef HAVE_SYS_TYPES_H
  102. /* Define to 1 if you have the <unistd.h> header file. */
  103. #undef HAVE_UNISTD_H
  104. /* Define to 1 if you have the `waitpid' function. */
  105. #undef HAVE_WAITPID
  106. /* Define to 1 if you have the <windows.h> header file. */
  107. #undef HAVE_WINDOWS_H
  108. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  109. */
  110. #undef LT_OBJDIR
  111. /* Name of package */
  112. #undef PACKAGE
  113. /* Define to the address where bug reports for this package should be sent. */
  114. #undef PACKAGE_BUGREPORT
  115. /* Define to the full name of this package. */
  116. #undef PACKAGE_NAME
  117. /* Define to the full name and version of this package. */
  118. #undef PACKAGE_STRING
  119. /* Define to the one symbol short name of this package. */
  120. #undef PACKAGE_TARNAME
  121. /* Define to the home page for this package. */
  122. #undef PACKAGE_URL
  123. /* Define to the version of this package. */
  124. #undef PACKAGE_VERSION
  125. /* The size of `void *', as computed by sizeof. */
  126. #undef SIZEOF_VOID_P
  127. /* Define to 1 if you have the ANSI C header files. */
  128. #undef STDC_HEADERS
  129. /* Define to 1 if you want to support the --error-handling-script command line
  130. option. */
  131. #undef SUPPORT_ERROR_HANDLING_SCRIPT
  132. /* Use b modifier when opening binary files? */
  133. #undef USE_BINARY_FOPEN
  134. /* Enable extensions on AIX 3, Interix. */
  135. #ifndef _ALL_SOURCE
  136. # undef _ALL_SOURCE
  137. #endif
  138. /* Enable GNU extensions on systems that have them. */
  139. #ifndef _GNU_SOURCE
  140. # undef _GNU_SOURCE
  141. #endif
  142. /* Enable threading extensions on Solaris. */
  143. #ifndef _POSIX_PTHREAD_SEMANTICS
  144. # undef _POSIX_PTHREAD_SEMANTICS
  145. #endif
  146. /* Enable extensions on HP NonStop. */
  147. #ifndef _TANDEM_SOURCE
  148. # undef _TANDEM_SOURCE
  149. #endif
  150. /* Enable general extensions on Solaris. */
  151. #ifndef __EXTENSIONS__
  152. # undef __EXTENSIONS__
  153. #endif
  154. /* Version number of package */
  155. #undef VERSION
  156. /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
  157. `char[]'. */
  158. #undef YYTEXT_POINTER
  159. /* Enable large inode numbers on Mac OS X 10.5. */
  160. #ifndef _DARWIN_USE_64_BIT_INODE
  161. # define _DARWIN_USE_64_BIT_INODE 1
  162. #endif
  163. /* Number of bits in a file offset, on hosts where this is settable. */
  164. #undef _FILE_OFFSET_BITS
  165. /* Define for large files, on AIX-style hosts. */
  166. #undef _LARGE_FILES
  167. /* Define to 1 if on MINIX. */
  168. #undef _MINIX
  169. /* Define to 2 if the system does not provide POSIX.1 features except with
  170. this defined. */
  171. #undef _POSIX_1_SOURCE
  172. /* Define to 1 if you need to in order for `stat' and other things to work. */
  173. #undef _POSIX_SOURCE