config.in 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  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. /* Should ar and ranlib use -D behavior by default? */
  9. #undef DEFAULT_AR_DETERMINISTIC
  10. /* Have readelf and objdump follow debug links by default */
  11. #undef DEFAULT_FOR_FOLLOW_LINKS
  12. /* Have nm use F and f for global and local ifunc symbols */
  13. #undef DEFAULT_F_FOR_IFUNC_SYMBOLS
  14. /* Should strings use -a behavior by default? */
  15. #undef DEFAULT_STRINGS_ALL
  16. /* Define if you want run-time sanity checks. */
  17. #undef ENABLE_CHECKING
  18. /* Handle .ctf type-info sections */
  19. #undef ENABLE_LIBCTF
  20. /* Define to 1 if translation of program messages to the user's native
  21. language is requested. */
  22. #undef ENABLE_NLS
  23. /* Suffix used for executables, if any. */
  24. #undef EXECUTABLE_SUFFIX
  25. /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
  26. don't. */
  27. #undef HAVE_DECL_ASPRINTF
  28. /* Define to 1 if you have the declaration of `environ', and to 0 if you
  29. don't. */
  30. #undef HAVE_DECL_ENVIRON
  31. /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
  32. don't. */
  33. #undef HAVE_DECL_GETC_UNLOCKED
  34. /* Is the prototype for getopt in <unistd.h> in the expected format? */
  35. #undef HAVE_DECL_GETOPT
  36. /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
  37. */
  38. #undef HAVE_DECL_SBRK
  39. /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
  40. */
  41. #undef HAVE_DECL_STPCPY
  42. /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
  43. don't. */
  44. #undef HAVE_DECL_STRNLEN
  45. /* Define to 1 if you have the <dlfcn.h> header file. */
  46. #undef HAVE_DLFCN_H
  47. /* Does the platform use an executable suffix? */
  48. #undef HAVE_EXECUTABLE_SUFFIX
  49. /* Define to 1 if you have the <fcntl.h> header file. */
  50. #undef HAVE_FCNTL_H
  51. /* Define to 1 if you have the `getc_unlocked' function. */
  52. #undef HAVE_GETC_UNLOCKED
  53. /* Define to 1 if you have the `getpagesize' function. */
  54. #undef HAVE_GETPAGESIZE
  55. /* Does <utime.h> define struct utimbuf? */
  56. #undef HAVE_GOOD_UTIME_H
  57. /* Define if you have the iconv() function. */
  58. #undef HAVE_ICONV
  59. /* Define to 1 if you have the <inttypes.h> header file. */
  60. #undef HAVE_INTTYPES_H
  61. /* Define if your <locale.h> file defines LC_MESSAGES. */
  62. #undef HAVE_LC_MESSAGES
  63. /* Define to 1 if debuginfod is enabled. */
  64. #undef HAVE_LIBDEBUGINFOD
  65. /* Define if mbstate_t exists in wchar.h. */
  66. #undef HAVE_MBSTATE_T
  67. /* Define to 1 if you have the <memory.h> header file. */
  68. #undef HAVE_MEMORY_H
  69. /* Define to 1 if you have the `mkdtemp' function. */
  70. #undef HAVE_MKDTEMP
  71. /* Define to 1 if you have the `mkstemp' function. */
  72. #undef HAVE_MKSTEMP
  73. /* Define to 1 if you have a working `mmap' system call. */
  74. #undef HAVE_MMAP
  75. /* Define to 1 if msgpack is available. */
  76. #undef HAVE_MSGPACK
  77. /* Define to 1 if you have the `sbrk' function. */
  78. #undef HAVE_SBRK
  79. /* Define to 1 if you have the <stdint.h> header file. */
  80. #undef HAVE_STDINT_H
  81. /* Define to 1 if you have the <stdlib.h> header file. */
  82. #undef HAVE_STDLIB_H
  83. /* Define to 1 if you have the <strings.h> header file. */
  84. #undef HAVE_STRINGS_H
  85. /* Define to 1 if you have the <string.h> header file. */
  86. #undef HAVE_STRING_H
  87. /* Define to 1 if `st_atimensec' is a member of `struct stat'. */
  88. #undef HAVE_STRUCT_STAT_ST_ATIMENSEC
  89. /* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
  90. #undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
  91. /* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
  92. #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
  93. /* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
  94. #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
  95. /* Define to 1 if you have the <sys/file.h> header file. */
  96. #undef HAVE_SYS_FILE_H
  97. /* Define to 1 if you have the <sys/param.h> header file. */
  98. #undef HAVE_SYS_PARAM_H
  99. /* Define to 1 if you have the <sys/stat.h> header file. */
  100. #undef HAVE_SYS_STAT_H
  101. /* Define to 1 if you have the <sys/time.h> header file. */
  102. #undef HAVE_SYS_TIME_H
  103. /* Define to 1 if you have the <sys/types.h> header file. */
  104. #undef HAVE_SYS_TYPES_H
  105. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  106. #undef HAVE_SYS_WAIT_H
  107. /* Define to 1 if you have the <unistd.h> header file. */
  108. #undef HAVE_UNISTD_H
  109. /* Define to 1 if you have the `utimensat' function. */
  110. #undef HAVE_UTIMENSAT
  111. /* Define to 1 if you have the `utimes' function. */
  112. #undef HAVE_UTIMES
  113. /* Define to 1 if you have the <windows.h> header file. */
  114. #undef HAVE_WINDOWS_H
  115. /* Define as const if the declaration of iconv() needs const. */
  116. #undef ICONV_CONST
  117. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  118. */
  119. #undef LT_OBJDIR
  120. /* Name of package */
  121. #undef PACKAGE
  122. /* Define to the address where bug reports for this package should be sent. */
  123. #undef PACKAGE_BUGREPORT
  124. /* Define to the full name of this package. */
  125. #undef PACKAGE_NAME
  126. /* Define to the full name and version of this package. */
  127. #undef PACKAGE_STRING
  128. /* Define to the one symbol short name of this package. */
  129. #undef PACKAGE_TARNAME
  130. /* Define to the home page for this package. */
  131. #undef PACKAGE_URL
  132. /* Define to the version of this package. */
  133. #undef PACKAGE_VERSION
  134. /* The size of `long', as computed by sizeof. */
  135. #undef SIZEOF_LONG
  136. /* The size of `long long', as computed by sizeof. */
  137. #undef SIZEOF_LONG_LONG
  138. /* Define to 1 if you have the ANSI C header files. */
  139. #undef STDC_HEADERS
  140. /* Configured target name. */
  141. #undef TARGET
  142. /* Define to 1 if user symbol names have a leading underscore, 0 if not. */
  143. #undef TARGET_PREPENDS_UNDERSCORE
  144. /* Define to 1 if the type of the st_atim member of a struct stat is struct
  145. timespec. */
  146. #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
  147. /* Use b modifier when opening binary files? */
  148. #undef USE_BINARY_FOPEN
  149. /* Enable extensions on AIX 3, Interix. */
  150. #ifndef _ALL_SOURCE
  151. # undef _ALL_SOURCE
  152. #endif
  153. /* Enable GNU extensions on systems that have them. */
  154. #ifndef _GNU_SOURCE
  155. # undef _GNU_SOURCE
  156. #endif
  157. /* Enable threading extensions on Solaris. */
  158. #ifndef _POSIX_PTHREAD_SEMANTICS
  159. # undef _POSIX_PTHREAD_SEMANTICS
  160. #endif
  161. /* Enable extensions on HP NonStop. */
  162. #ifndef _TANDEM_SOURCE
  163. # undef _TANDEM_SOURCE
  164. #endif
  165. /* Enable general extensions on Solaris. */
  166. #ifndef __EXTENSIONS__
  167. # undef __EXTENSIONS__
  168. #endif
  169. /* Version number of package */
  170. #undef VERSION
  171. /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
  172. `char[]'. */
  173. #undef YYTEXT_POINTER
  174. /* Enable large inode numbers on Mac OS X 10.5. */
  175. #ifndef _DARWIN_USE_64_BIT_INODE
  176. # define _DARWIN_USE_64_BIT_INODE 1
  177. #endif
  178. /* Number of bits in a file offset, on hosts where this is settable. */
  179. #undef _FILE_OFFSET_BITS
  180. /* Define for large files, on AIX-style hosts. */
  181. #undef _LARGE_FILES
  182. /* Define to 1 if on MINIX. */
  183. #undef _MINIX
  184. /* Define to 2 if the system does not provide POSIX.1 features except with
  185. this defined. */
  186. #undef _POSIX_1_SOURCE
  187. /* Define to 1 if you need to in order for `stat' and other things to work. */
  188. #undef _POSIX_SOURCE