Current Path: > > opt > alt > ruby27 > 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 | 13305 bytes | June 06 2023 14:52:24. | |
config.h | File | 1215 bytes | June 06 2023 14:55:54. | |
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 | June 06 2023 14:54:35. | |
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. |
/* * Kluge to support multilib installation of both 32- and 64-bit RPMS: * we need to arrange that header files that appear in both RPMs are * identical. Hence, this file is architecture-independent and calls * in an arch-dependent file that will appear in just one RPM. * * To avoid breaking arches not explicitly supported by Red Hat, we * use this indirection file *only* on known multilib arches. * * We pay attention to include _only_ the original multilib-unclean * header file. Including any other system-header file could cause * unpredictable include-ordering issues (rhbz#1412274, comment #16). * * Note: this may well fail if user tries to use gcc's -I- option. * But that option is deprecated anyway. */ #if defined(__x86_64__) #include "config-x86_64.h" #elif defined(__i386__) #include "config-i386.h" #elif defined(__ppc64__) || defined(__powerpc64__) #include "config-ppc64.h" #elif defined(__ppc__) || defined(__powerpc__) #include "config-ppc.h" #elif defined(__s390x__) #include "config-s390x.h" #elif defined(__s390__) #include "config-s390.h" #elif defined(__sparc__) && defined(__arch64__) #include "config-sparc64.h" #elif defined(__sparc__) #include "config-sparc.h" #endif
SILENT KILLER Tool