?? opensslconf.h
字號:
/* 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 opensslconf.h. The original opensslconf.h has been renamed. * DO NOT INCLUDE THE NEW FILE DIRECTLY -- ALWAYS INCLUDE THIS ONE INSTEAD. */#ifdef openssl_opensslconf_multilib_redirection_h#error "Do not define openssl_opensslconf_multilib_redirection_h!"#endif#define openssl_opensslconf_multilib_redirection_h#if defined(__i386__)#include "opensslconf-i386.h"#elif defined(__ia64__)#include "opensslconf-ia64.h"#elif defined(__powerpc64__)#include "opensslconf-ppc64.h"#elif defined(__powerpc__)#include "opensslconf-ppc.h"#elif defined(__s390x__)#include "opensslconf-s390x.h"#elif defined(__s390__)#include "opensslconf-s390.h"#elif defined(__x86_64__)#include "opensslconf-x86_64.h"#else#error "This openssl-devel package does not work your architecture?"#endif#undef openssl_opensslconf_multilib_redirection_h
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -