config.make.in 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. # @configure_input@
  2. # Don't edit this file. Put configuration parameters in configparms instead.
  3. version = @VERSION@
  4. release = @RELEASE@
  5. # Installation prefixes.
  6. install_root = $(DESTDIR)
  7. prefix = @prefix@
  8. exec_prefix = @exec_prefix@
  9. datadir = @datadir@
  10. libdir = @libdir@
  11. bindir = @bindir@
  12. slibdir = @libc_cv_slibdir@
  13. rtlddir = @libc_cv_rtlddir@
  14. complocaledir = @libc_cv_complocaledir@
  15. sysconfdir = @libc_cv_sysconfdir@
  16. libexecdir = @libexecdir@
  17. rootsbindir = @libc_cv_rootsbindir@
  18. infodir = @infodir@
  19. includedir = @includedir@
  20. datarootdir = @datarootdir@
  21. localstatedir = @libc_cv_localstatedir@
  22. localedir = @localedir@
  23. multidir= @libc_cv_multidir@
  24. # Should we use and build ldconfig?
  25. use-ldconfig = @use_ldconfig@
  26. # Maybe the `ldd' script must be rewritten.
  27. ldd-rewrite-script = @ldd_rewrite_script@
  28. # System configuration.
  29. config-machine = @host_cpu@
  30. base-machine = @base_machine@
  31. config-vendor = @host_vendor@
  32. config-os = @host_os@
  33. config-sysdirs = @sysnames@
  34. cflags-cpu = @libc_cv_cc_submachine@
  35. asflags-cpu = @libc_cv_cc_submachine@
  36. config-extra-cflags = @libc_extra_cflags@
  37. config-extra-cppflags = @libc_extra_cppflags@
  38. config-cflags-nofma = @libc_cv_cc_nofma@
  39. defines = @DEFINES@
  40. sysheaders = @sysheaders@
  41. sysincludes = @SYSINCLUDES@
  42. c++-sysincludes = @CXX_SYSINCLUDES@
  43. c++-cstdlib-header = @CXX_CSTDLIB_HEADER@
  44. c++-cmath-header = @CXX_CMATH_HEADER@
  45. c++-bits-std_abs-h = @CXX_BITS_STD_ABS_H@
  46. enable-werror = @enable_werror@
  47. have-z-execstack = @libc_cv_z_execstack@
  48. have-no-error-execstack = @libc_cv_no_error_execstack@
  49. have-protected-data = @libc_cv_protected_data@
  50. have-insert = @libc_cv_insert@
  51. have-glob-dat-reloc = @libc_cv_has_glob_dat@
  52. with-fp = @libc_cv_with_fp@
  53. enable-timezone-tools = @enable_timezone_tools@
  54. unwind-find-fde = @libc_cv_gcc_unwind_find_fde@
  55. have-fpie = @libc_cv_fpie@
  56. have-ssp = @libc_cv_ssp@
  57. stack-protector = @stack_protector@
  58. no-stack-protector = @no_stack_protector@
  59. fortify-source = @fortify_source@
  60. no-fortify-source = @no_fortify_source@
  61. have-selinux = @have_selinux@
  62. have-libaudit = @have_libaudit@
  63. have-libcap = @have_libcap@
  64. have-cc-with-libunwind = @libc_cv_cc_with_libunwind@
  65. bind-now = @bindnow@
  66. have-cxx-thread_local = @libc_cv_cxx_thread_local@
  67. have-loop-to-function = @libc_cv_cc_loop_to_function@
  68. have-textrel_ifunc = @libc_cv_textrel_ifunc@
  69. multi-arch = @multi_arch@
  70. mach-interface-list = @mach_interface_list@
  71. memory-tagging = @memory_tagging@
  72. # Configuration options.
  73. build-shared = @shared@
  74. build-profile = @profile@
  75. build-static-nss = @static_nss@
  76. cross-compiling = @cross_compiling@
  77. force-install = @force_install@
  78. build-nscd = @build_nscd@
  79. use-nscd = @use_nscd@
  80. build-hardcoded-path-in-tests= @hardcoded_path_in_tests@
  81. build-pt-chown = @build_pt_chown@
  82. pthread-in-libc = @pthread_in_libc@
  83. man-pages-version = @man_pages_version@
  84. # Build tools.
  85. CC = @CC@
  86. CXX = @CXX@
  87. BUILD_CC = @BUILD_CC@
  88. CFLAGS = @CFLAGS@
  89. CPPFLAGS-config = @CPPFLAGS@
  90. extra-nonshared-cflags = @extra_nonshared_cflags@
  91. rtld-early-cflags = @rtld_early_cflags@
  92. ASFLAGS-config = @ASFLAGS_config@
  93. AR = @AR@
  94. NM = @NM@
  95. MAKEINFO = @MAKEINFO@
  96. AS = $(CC) -c
  97. BISON = @BISON@
  98. AUTOCONF = @AUTOCONF@
  99. OBJDUMP = @OBJDUMP@
  100. OBJCOPY = @OBJCOPY@
  101. GPROF = @GPROF@
  102. READELF = @READELF@
  103. STRIP = @STRIP@
  104. # Installation tools.
  105. INSTALL = @INSTALL@
  106. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  107. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  108. INSTALL_DATA = @INSTALL_DATA@
  109. INSTALL_INFO = @INSTALL_INFO@
  110. LN_S = @LN_S@
  111. MSGFMT = @MSGFMT@
  112. # Script execution tools.
  113. BASH = @BASH_SHELL@
  114. AWK = @AWK@
  115. PERL = @PERL@
  116. PYTHON = @PYTHON@
  117. # Additional libraries.
  118. LIBGD = @LIBGD@
  119. # Package versions and bug reporting configuration.
  120. PKGVERSION = @PKGVERSION@
  121. PKGVERSION_TEXI = @PKGVERSION_TEXI@
  122. REPORT_BUGS_TO = @REPORT_BUGS_TO@
  123. REPORT_BUGS_TEXI = @REPORT_BUGS_TEXI@
  124. # More variables may be inserted below by configure.