| Server IP : 43.141.49.92 / Your IP : 113.219.202.141 Web Server : Apache System : Linux VM-8-5-opencloudos 6.6.34-9.oc9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jun 19 19:35:45 CST 2024 x86_64 User : www ( 1000) PHP Version : 8.1.27 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/include/openssl/ |
Upload File : |
/* This file is here to prevent a file conflict on multiarch systems. A * conflict will frequently occur because arch-specific build-time * configuration options are stored (and used, so they can't just be stripped * out) in configuration.h. The original configuration.h has been renamed. * DO NOT INCLUDE THE NEW FILE DIRECTLY -- ALWAYS INCLUDE THIS ONE INSTEAD. */ #ifdef openssl_conf_multilib_redirection_h #error "Do not define openssl_conf_multilib_redirection_h!" #endif #define openssl_conf_multilib_redirection_h #if defined(__i386__) #include "configuration-i386.h" #elif defined(__ia64__) #include "configuration-ia64.h" #elif defined(__mips64) && defined(__MIPSEL__) #include "configuration-mips64el.h" #elif defined(__mips64) #include "configuration-mips64.h" #elif defined(__mips) && defined(__MIPSEL__) #include "configuration-mipsel.h" #elif defined(__mips) #include "configuration-mips.h" #elif defined(__powerpc64__) #include <endian.h> #if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ #include "configuration-ppc64.h" #else #include "configuration-ppc64le.h" #endif #elif defined(__powerpc__) #include "configuration-ppc.h" #elif defined(__s390x__) #include "configuration-s390x.h" #elif defined(__s390__) #include "configuration-s390.h" #elif defined(__sparc__) && defined(__arch64__) #include "configuration-sparc64.h" #elif defined(__sparc__) #include "configuration-sparc.h" #elif defined(__x86_64__) #include "configuration-x86_64.h" #else #error "The openssl-devel package does not work your architecture?" #endif #undef openssl_conf_multilib_redirection_h