‰PNG  IHDR @ @ ªiqÞ pHYs   šœ —tEXtComment # encoding: ascii-8bit # frozen-string-literal: false # # The module storing Ruby interpreter configurations on building. # # This file was created by mkconfig.rb when ruby was built. It contains # build information for ruby which is used e.g. by mkmf to build # compatible native extensions. Any changes made to this file will be # lost the next time ruby is built. module RbConfig RUBY_VERSION.start_with?("2.4.") or raise "ruby lib version (2.4.10) doesn't match executable version (#{RUBY_VERSION})" # Ruby installed directory. TOPDIR = File.dirname(__FILE__).chomp!("/lib64/ruby") # DESTDIR on make install. DESTDIR = '' unless defined? DESTDIR # The hash configurations stored. CONFIG = {} CONFIG["DESTDIR"] = DESTDIR CONFIG["MAJOR"] = "2" CONFIG["MINOR"] = "4" CONFIG["TEENY"] = "10" CONFIG["PATCHLEVEL"] = "364" CONFIG["INSTALL"] = '/bin/install -c' CONFIG["EXEEXT"] = "" CONFIG["prefix"] = (((TOPDIR && TOPDIR.empty?) ? nil : TOPDIR) || DESTDIR + "/opt/cpanel/ea-ruby24/root/usr") CONFIG["ruby_install_name"] = "$(RUBY_BASE_NAME)" CONFIG["RUBY_INSTALL_NAME"] = "$(RUBY_BASE_NAME)" CONFIG["RUBY_SO_NAME"] = "$(RUBY_BASE_NAME)" CONFIG["exec"] = "exec" CONFIG["ruby_pc"] = "ruby.pc" CONFIG["PACKAGE"] = "ruby" CONFIG["BUILTIN_TRANSSRCS"] = " enc/trans/newline.c" CONFIG["USE_RUBYGEMS"] = "YES" CONFIG["MANTYPE"] = "doc" CONFIG["NROFF"] = "/usr/bin/nroff" CONFIG["OPTIONAL_PRELUDES"] = "./abrt_prelude.rb" CONFIG["vendorarchhdrdir"] = "$(vendorhdrdir)/$(arch)" CONFIG["sitearchhdrdir"] = "$(sitehdrdir)/$(arch)" CONFIG["rubyarchhdrdir"] = "$(DESTDIR)/opt/cpanel/ea-ruby24/root/usr/include" CONFIG["vendorhdrdir"] = "$(rubyhdrdir)/vendor_ruby" CONFIG["sitehdrdir"] = "$(rubyhdrdir)/site_ruby" CONFIG["rubyhdrdir"] = "$(DESTDIR)/opt/cpanel/ea-ruby24/root/usr/include" CONFIG["RUBY_SEARCH_PATH"] = "" CONFIG["UNIVERSAL_INTS"] = "" CONFIG["UNIVERSAL_ARCHNAMES"] = "" CONFIG["configure_args"] = " '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--prefix=/opt/cpanel/ea-ruby24/root/usr' '--exec-prefix=/opt/cpanel/ea-ruby24/root/usr' '--bindir=/opt/cpanel/ea-ruby24/root/usr/bin' '--sbindir=/opt/cpanel/ea-ruby24/root/usr/sbin' '--sysconfdir=/opt/cpanel/ea-ruby24/root/etc' '--datadir=/opt/cpanel/ea-ruby24/root/usr/share' '--includedir=/opt/cpanel/ea-ruby24/root/usr/include' '--libdir=/opt/cpanel/ea-ruby24/root/usr/lib64' '--libexecdir=/opt/cpanel/ea-ruby24/root/usr/libexec' '--localstatedir=/opt/cpanel/ea-ruby24/root/var' '--sharedstatedir=/opt/cpanel/ea-ruby24/root/var/lib' '--mandir=/opt/cpanel/ea-ruby24/root/usr/share/man' '--infodir=/opt/cpanel/ea-ruby24/root/usr/share/info' '--with-rubylibprefix=/opt/cpanel/ea-ruby24/root/usr/share/ruby' '--with-archlibdir=/opt/cpanel/ea-ruby24/root/usr/lib64' '--with-rubyarchprefix=/opt/cpanel/ea-ruby24/root/usr/lib64/ruby' '--with-sitedir=/opt/cpanel/ea-ruby24/root/usr/local/share/ruby/site_ruby' '--with-sitearchdir=/opt/cpanel/ea-ruby24/root/usr/local/lib64/ruby/site_ruby' '--with-vendordir=/opt/cpanel/ea-ruby24/root/usr/share/ruby/vendor_ruby' '--with-vendorarchdir=/opt/cpanel/ea-ruby24/root/usr/lib64/ruby/vendor_ruby' '--with-rubyhdrdir=/opt/cpanel/ea-ruby24/root/usr/include' '--with-rubyarchhdrdir=/opt/cpanel/ea-ruby24/root/usr/include' '--with-sitearchhdrdir=$$(sitehdrdir)/$$(arch)' '--with-vendorarchhdrdir=$$(vendorhdrdir)/$$(arch)' '--with-rubygemsdir=/opt/cpanel/ea-ruby24/root/usr/share/rubygems' '--with-ruby-pc=ruby.pc' '--with-compress-debug-sections=no' '--disable-rpath' '--enable-shared' '--with-ruby-version=' '--enable-multiarch' '--with-prelude=./abrt_prelude.rb' '--with-opt-dir=/opt/cpanel/ea-openssl' '--enable-rpath=/opt/cpanel/ea-openssl/lib64' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' 'LDFLAGS=-Wl,-rpath=/opt/cpanel/ea-openssl/lib64 -Wl,-rpath=/opt/cpanel/ea-ruby24/root/usr/lib64' 'CXXFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic'" CONFIG["CONFIGURE"] = "configure" CONFIG["rubygemsdir"] = "$(DESTDIR)/opt/cpanel/ea-ruby24/root/usr/share/rubygems" CONFIG["vendorarchdir"] = "$(DESTDIR)/opt/cpanel/ea-ruby24/root/usr/lib64/ruby/vendor_ruby" CONFIG["vendorlibdir"] = "$(vendordir)" CONFIG["vendordir"] = "$(DESTDIR)/opt/cpanel/ea-ruby24/root/usr/share/ruby/vendor_ruby" CONFIG["sitearchdir"] = "$(DESTDIR)/opt/cpanel/ea-ruby24/root/usr/local/lib64/ruby/site_ruby" CONFIG["sitelibdir"] = "$(sitedir)" CONFIG["sitedir"] = "$(DESTDIR)/opt/cpanel/ea-ruby24/root/usr/local/share/ruby/site_ruby" CONFIG["rubyarchdir"] = "$(rubyarchprefix)" CONFIG["rubylibdir"] = "$(rubylibprefix)" CONFIG["ruby_version_dir_name"] = "" CONFIG["ruby_version"] = "2.4.0" CONFIG["sitearch"] = "$(arch)" CONFIG["arch"] = "x86_64-linux" CONFIG["sitearchincludedir"] = "$(includedir)/$(sitearch)" CONFIG["archincludedir"] = "$(includedir)/$(arch)" CONFIG["sitearchlibdir"] = "$(libdir)/$(sitearch)" CONFIG["archlibdir"] = "$(DESTDIR)/opt/cpanel/ea-ruby24/root/usr/lib64" CONFIG["libdirname"] = "archlibdir" CONFIG["RUBY_EXEC_PREFIX"] = "/opt/cpanel/ea-ruby24/root/usr" CONFIG["RUBY_LIB_VERSION"] = "2.4.0" CONFIG["RUBY_LIB_VERSION_STYLE"] = "3\t/* full */" CONFIG["RI_BASE_NAME"] = "ri" CONFIG["ridir"] = "$(datarootdir)/$(RI_BASE_NAME)" CONFIG["rubysitearchprefix"] = "$(sitearchlibdir)/$(RUBY_BASE_NAME)" CONFIG["rubyarchprefix"] = "/opt/cpanel/ea-ruby24/root/usr/lib64/ruby" CONFIG["MAKEFILES"] = "Makefile GNUmakefile" CONFIG["PLATFORM_DIR"] = "" CONFIG["THREAD_MODEL"] = "pthread" CONFIG["SYMBOL_PREFIX"] = "" CONFIG["EXPORT_PREFIX"] = "" CONFIG["COMMON_HEADERS"] = "" CONFIG["COMMON_MACROS"] = "" CONFIG["COMMON_LIBS"] = "" CONFIG["MAINLIBS"] = "" CONFIG["ENABLE_SHARED"] = "yes" CONFIG["DLDLIBS"] = " -lc" CONFIG["SOLIBS"] = "$(LIBS)" CONFIG["LIBRUBYARG_SHARED"] = "-l$(RUBY_SO_NAME)" CONFIG["LIBRUBYARG_STATIC"] = "-l$(RUBY_SO_NAME)-static" CONFIG["LIBRUBYARG"] = "$(LIBRUBYARG_SHARED)" CONFIG["LIBRUBY"] = "$(LIBRUBY_SO)" CONFIG["LIBRUBY_ALIASES"] = "lib$(RUBY_SO_NAME).so.$(MAJOR).$(MINOR) lib$(RUBY_SO_NAME).so" CONFIG["LIBRUBY_SO"] = "lib$(RUBY_SO_NAME).so.$(RUBY_PROGRAM_VERSION)" CONFIG["LIBRUBY_A"] = "lib$(RUBY_SO_NAME)-static.a" CONFIG["RUBYW_INSTALL_NAME"] = "" CONFIG["rubyw_install_name"] = "" CONFIG["EXTDLDFLAGS"] = "" CONFIG["EXTLDFLAGS"] = "" CONFIG["strict_warnflags"] = "-std=gnu99" CONFIG["warnflags"] = "-Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wno-tautological-compare -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-self-assign -Wunused-variable -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wdeclaration-after-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -Wsuggest-attribute=noreturn -Wsuggest-attribute=format" CONFIG["debugflags"] = "-ggdb3" CONFIG["optflags"] = "-O3 -fno-fast-math" CONFIG["NULLCMD"] = ":" CONFIG["DLNOBJ"] = "dln.o" CONFIG["INSTALL_STATIC_LIBRARY"] = "no" CONFIG["EXECUTABLE_EXTS"] = "" CONFIG["ARCHFILE"] = "" CONFIG["LIBRUBY_RELATIVE"] = "no" CONFIG["EXTOUT"] = ".ext" CONFIG["PREP"] = "miniruby$(EXEEXT)" CONFIG["CROSS_COMPILING"] = "no" CONFIG["TEST_RUNNABLE"] = "yes" CONFIG["rubylibprefix"] = "$(exec_prefix)/share/ruby" CONFIG["setup"] = "Setup" CONFIG["ENCSTATIC"] = "" CONFIG["EXTSTATIC"] = "" CONFIG["STRIP"] = "strip -S -x" CONFIG["TRY_LINK"] = "" CONFIG["PRELOADENV"] = "LD_PRELOAD" CONFIG["LIBPATHENV"] = "LD_LIBRARY_PATH" CONFIG["RPATHFLAG"] = "" CONFIG["LIBPATHFLAG"] = " -L%s" CONFIG["LINK_SO"] = "" CONFIG["ASMEXT"] = "S" CONFIG["LIBEXT"] = "a" CONFIG["DLEXT2"] = "" CONFIG["DLEXT"] = "so" CONFIG["LDSHAREDXX"] = "$(CXX) -shared" CONFIG["LDSHARED"] = "$(CC) -shared" CONFIG["CCDLFLAGS"] = "-fPIC" CONFIG["STATIC"] = "" CONFIG["ARCH_FLAG"] = "-m64" CONFIG["DLDFLAGS"] = "-Wl,-rpath=/opt/cpanel/ea-openssl/lib64 -Wl,-rpath=/opt/cpanel/ea-ruby24/root/usr/lib64 -m64 -L/opt/cpanel/ea-openssl/lib" CONFIG["ALLOCA"] = "" CONFIG["codesign"] = "" CONFIG["POSTLINK"] = ":" CONFIG["WERRORFLAG"] = "-Werror" CONFIG["CHDIR"] = "cd -P" CONFIG["RMALL"] = "rm -fr" CONFIG["RMDIRS"] = "rmdir --ignore-fail-on-non-empty -p" CONFIG["RMDIR"] = "rmdir --ignore-fail-on-non-empty" CONFIG["CP"] = "cp" CONFIG["RM"] = "rm -f" CONFIG["PKG_CONFIG"] = "pkg-config" CONFIG["PYTHON"] = "" CONFIG["DOXYGEN"] = "" CONFIG["DOT"] = "" CONFIG["MAKEDIRS"] = "/bin/mkdir -p" CONFIG["MKDIR_P"] = "/bin/mkdir -p" CONFIG["INSTALL_DATA"] = "$(INSTALL) -m 644" CONFIG["INSTALL_SCRIPT"] = "$(INSTALL)" CONFIG["INSTALL_PROGRAM"] = "$(INSTALL)" CONFIG["SET_MAKE"] = "" CONFIG["LN_S"] = "ln -s" CONFIG["NM"] = "nm" CONFIG["DLLWRAP"] = "" CONFIG["WINDRES"] = "" CONFIG["OBJCOPY"] = ":" CONFIG["OBJDUMP"] = "objdump" CONFIG["ASFLAGS"] = "" CONFIG["AS"] = "as" CONFIG["ARFLAGS"] = "rcD " CONFIG["AR"] = "ar" CONFIG["RANLIB"] = "ranlib" CONFIG["try_header"] = "" CONFIG["CC_VERSION_MESSAGE"] = "gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44)\nCopyright (C) 2015 Free Software Foundation, Inc.\nThis is free software; see the source for copying conditions. There is NO\nwarranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." CONFIG["CC_VERSION"] = "$(CC) --version" CONFIG["CSRCFLAG"] = "" CONFIG["COUTFLAG"] = "-o " CONFIG["OUTFLAG"] = "-o " CONFIG["CPPOUTFILE"] = "-o conftest.i" CONFIG["GNU_LD"] = "yes" CONFIG["LD"] = "ld" CONFIG["GCC"] = "yes" CONFIG["EGREP"] = "/bin/grep -E" CONFIG["GREP"] = "/bin/grep" CONFIG["CPP"] = "$(CC) -E" CONFIG["CXXFLAGS"] = "-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -mtune=generic" CONFIG["OBJEXT"] = "o" CONFIG["CPPFLAGS"] = " -I/opt/cpanel/ea-openssl/include $(DEFS) $(cppflags)" CONFIG["LDFLAGS"] = "-L. -Wl,-rpath=/opt/cpanel/ea-openssl/lib64 -Wl,-rpath=/opt/cpanel/ea-ruby24/root/usr/lib64 -fstack-protector -rdynamic -Wl,-export-dynamic -L/opt/cpanel/ea-openssl/lib" CONFIG["CFLAGS"] = "-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -mtune=generic -fPIC" CONFIG["CXX"] = "g++" CONFIG["CC"] = "gcc" CONFIG["NACL_LIB_PATH"] = "" CONFIG["NACL_SDK_VARIANT"] = "" CONFIG["NACL_SDK_ROOT"] = "" CONFIG["NACL_TOOLCHAIN"] = "" CONFIG["target_os"] = "linux" CONFIG["target_vendor"] = "redhat" CONFIG["target_cpu"] = "x86_64" CONFIG["target"] = "x86_64-redhat-linux-gnu" CONFIG["host_os"] = "linux-gnu" CONFIG["host_vendor"] = "redhat" CONFIG["host_cpu"] = "x86_64" CONFIG["host"] = "x86_64-redhat-linux-gnu" CONFIG["RUBY_VERSION_NAME"] = "$(RUBY_BASE_NAME)-$(ruby_version_dir_name)" CONFIG["RUBYW_BASE_NAME"] = "rubyw" CONFIG["RUBY_BASE_NAME"] = "ruby" CONFIG["build_os"] = "linux-gnu" CONFIG["build_vendor"] = "redhat" CONFIG["build_cpu"] = "x86_64" CONFIG["build"] = "x86_64-redhat-linux-gnu" CONFIG["RUBY_PROGRAM_VERSION"] = "2.4.10" CONFIG["cxxflags"] = "$(optflags) $(debugflags) $(warnflags)" CONFIG["cppflags"] = "" CONFIG["cflags"] = "$(optflags) $(debugflags) $(warnflags)" CONFIG["target_alias"] = "" CONFIG["host_alias"] = "x86_64-redhat-linux-gnu" CONFIG["build_alias"] = "x86_64-redhat-linux-gnu" CONFIG["LIBS"] = "-lpthread -ldl -lcrypt -lm " CONFIG["ECHO_T"] = "" CONFIG["ECHO_N"] = "-n" CONFIG["ECHO_C"] = "" CONFIG["DEFS"] = "" CONFIG["mandir"] = "$(DESTDIR)/opt/cpanel/ea-ruby24/root/usr/share/man" CONFIG["localedir"] = "$(datarootdir)/locale" CONFIG["libdir"] = "$(exec_prefix)/lib64" CONFIG["psdir"] = "$(docdir)" CONFIG["pdfdir"] = "$(docdir)" CONFIG["dvidir"] = "$(docdir)" CONFIG["htmldir"] = "$(docdir)" CONFIG["infodir"] = "$(DESTDIR)/opt/cpanel/ea-ruby24/root/usr/share/info" CONFIG["docdir"] = "$(datarootdir)/doc/$(PACKAGE)" CONFIG["oldincludedir"] = "/usr/include" CONFIG["includedir"] = "$(DESTDIR)/opt/cpanel/ea-ruby24/root/usr/include" CONFIG["localstatedir"] = "$(DESTDIR)/opt/cpanel/ea-ruby24/root/var" CONFIG["sharedstatedir"] = "$(DESTDIR)/opt/cpanel/ea-ruby24/root/var/lib" CONFIG["sysconfdir"] = "$(DESTDIR)/opt/cpanel/ea-ruby24/root/etc" CONFIG["datadir"] = "$(DESTDIR)/opt/cpanel/ea-ruby24/root/usr/share" CONFIG["datarootdir"] = "$(prefix)/share" CONFIG["libexecdir"] = "$(DESTDIR)/opt/cpanel/ea-ruby24/root/usr/libexec" CONFIG["sbindir"] = "$(DESTDIR)/opt/cpanel/ea-ruby24/root/usr/sbin" CONFIG["bindir"] = "$(exec_prefix)/bin" CONFIG["exec_prefix"] = "$(DESTDIR)/opt/cpanel/ea-ruby24/root/usr" CONFIG["PACKAGE_URL"] = "" CONFIG["PACKAGE_BUGREPORT"] = "" CONFIG["PACKAGE_STRING"] = "" CONFIG["PACKAGE_VERSION"] = "" CONFIG["PACKAGE_TARNAME"] = "" CONFIG["PACKAGE_NAME"] = "" CONFIG["PATH_SEPARATOR"] = ":" CONFIG["SHELL"] = "/bin/sh" CONFIG["UNICODE_VERSION"] = "9.0.0" CONFIG["archdir"] = "$(rubyarchdir)" CONFIG["topdir"] = File.dirname(__FILE__) # Almost same with CONFIG. MAKEFILE_CONFIG has other variable # reference like below. # # MAKEFILE_CONFIG["bindir"] = "$(exec_prefix)/bin" # # The values of this constant is used for creating Makefile. # # require 'rbconfig' # # print <<-END_OF_MAKEFILE # prefix = #{Config::MAKEFILE_CONFIG['prefix']} # exec_prefix = #{Config::MAKEFILE_CONFIG['exec_prefix']} # bindir = #{Config::MAKEFILE_CONFIG['bindir']} # END_OF_MAKEFILE # # => prefix = /usr/local # exec_prefix = $(prefix) # bindir = $(exec_prefix)/bin MAKEFILE_CONFIG = {} # # RbConfig.expand is used for resolving references like above in rbconfig. # # require 'rbconfig' # p Config.expand(Config::MAKEFILE_CONFIG["bindir"]) # # => "/usr/local/bin" MAKEFILE_CONFIG = {} CONFIG.each{|k,v| MAKEFILE_CONFIG[k] = v.dup} # call-seq: # # RbConfig.expand(val) -> string # RbConfig.expand(val, config) -> string # # expands variable with given +val+ value. # # RbConfig.expand("$(bindir)") # => /home/foobar/all-ruby/ruby19x/bin def RbConfig::expand(val, config = CONFIG) newval = val.gsub(/\$\$|\$\(([^()]+)\)|\$\{([^{}]+)\}/) { var = $& if !(v = $1 || $2) '$' elsif key = config[v = v[/\A[^:]+(?=(?::(.*?)=(.*))?\z)/]] pat, sub = $1, $2 config[v] = false config[v] = RbConfig::expand(key, config) key = key.gsub(/#{Regexp.quote(pat)}(?=\s|\z)/n) {sub} if pat key else var end } val.replace(newval) unless newval == val val end CONFIG.each_value do |val| RbConfig::expand(val) end # call-seq: # # RbConfig.ruby -> path # # returns the absolute pathname of the ruby command. def RbConfig.ruby File.join( RbConfig::CONFIG["bindir"], RbConfig::CONFIG["ruby_install_name"] + RbConfig::CONFIG["EXEEXT"] ) end end CROSS_COMPILING = nil unless defined? CROSS_COMPILING