Current Path: > > opt > cpanel > ea-ruby27 > root > usr > include > ruby
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
backward | Directory | - | - | |
assert.h | File | 1514 bytes | March 30 2023 12:34:08. | |
backward.h | File | 2307 bytes | March 30 2023 12:34:08. | |
config-x86_64.h | File | 13229 bytes | April 05 2023 15:22:20. | |
config.h | File | 1738 bytes | April 05 2023 15:24:51. | |
debug.h | File | 4428 bytes | March 30 2023 12:34:08. | |
defines.h | File | 13251 bytes | March 30 2023 12:34:08. | |
digest.h | File | 1512 bytes | April 05 2023 15:24:02. | |
encoding.h | File | 18208 bytes | March 30 2023 12:34:08. | |
intern.h | File | 58587 bytes | March 30 2023 12:34:08. | |
io.h | File | 5303 bytes | March 30 2023 12:34:08. | |
missing.h | File | 5411 bytes | March 30 2023 12:34:08. | |
onigmo.h | File | 44658 bytes | March 30 2023 12:34:08. | |
oniguruma.h | File | 262 bytes | March 30 2023 12:34:08. | |
re.h | File | 1436 bytes | March 30 2023 12:34:08. | |
regex.h | File | 777 bytes | March 30 2023 12:34:08. | |
ruby.h | File | 99503 bytes | March 30 2023 12:34:08. | |
st.h | File | 7564 bytes | March 30 2023 12:34:08. | |
subst.h | File | 374 bytes | March 30 2023 12:34:08. | |
thread.h | File | 1347 bytes | March 30 2023 12:34:08. | |
thread_native.h | File | 1333 bytes | March 30 2023 12:34:08. | |
util.h | File | 1888 bytes | March 30 2023 12:34:08. | |
version.h | File | 1853 bytes | March 30 2023 12:34:08. | |
vm.h | File | 1559 bytes | March 30 2023 12:34:08. |
/* * This config.h is a wrapper include file for the original ruby/config.h, * which has been renamed to ruby/config-<arch>.h. There are conflicts for the * original ruby/config.h on multilib systems, which result from arch-specific * configuration options. Please do not use the arch-specific file directly. */ /* * This wrapped is addpated from SDL's one: * http://pkgs.fedoraproject.org/cgit/SDL.git/tree/SDL_config.h */ #ifdef ruby_config_wrapper_h #error "ruby_config_wrapper_h should not be defined!" #endif #define ruby_config_wrapper_h #if defined(__i386__) #include "ruby/config-i386.h" #elif defined(__ia64__) #include "ruby/config-ia64.h" #elif defined(__powerpc64__) #include <endian.h> #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ #include "ruby/config-ppc64.h" #else #include "ruby/config-ppc64le.h" #endif #elif defined(__powerpc__) #include "ruby/config-ppc.h" #elif defined(__s390x__) #include "ruby/config-s390x.h" #elif defined(__s390__) #include "ruby/config-s390.h" #elif defined(__x86_64__) #include "ruby/config-x86_64.h" #elif defined(__arm__) #include "ruby/config-arm.h" #elif defined(__alpha__) #include "ruby/config-alpha.h" #elif defined(__sparc__) && defined (__arch64__) #include "ruby/config-sparc64.h" #elif defined(__sparc__) #include "ruby/config-sparc.h" #elif defined(__aarch64__) #include "ruby/config-aarch64.h" #elif defined(__mips64) && defined(__MIPSEL__) #include "ruby/config-mips64el.h" #elif defined(__mips64) #include "ruby/config-mips64.h" #elif defined(__mips) && defined(__MIPSEL__) #include "ruby/config-mipsel.h" #elif defined(__mips) #include "ruby/config-mips.h" #else #error "The ruby-devel package is not usable with the architecture." #endif #undef ruby_config_wrapper_h
SILENT KILLER Tool