fd2893
/* This file is here to prevent a file conflict on multiarch systems.  A
fd2893
 * conflict will frequently occur because arch-specific build-time
fd2893
 * configuration options are stored (and used, so they can't just be stripped
fd2893
 * out) in opensslconf.h.  The original opensslconf.h has been renamed.
fd2893
 * DO NOT INCLUDE THE NEW FILE DIRECTLY -- ALWAYS INCLUDE THIS ONE INSTEAD. */
fd2893
fd2893
#ifdef openssl_opensslconf_multilib_redirection_h
fd2893
#error "Do not define openssl_opensslconf_multilib_redirection_h!"
fd2893
#endif
fd2893
#define openssl_opensslconf_multilib_redirection_h
fd2893
fd2893
#if defined(__i386__)
fd2893
#include "opensslconf-i386.h"
fd2893
#elif defined(__ia64__)
fd2893
#include "opensslconf-ia64.h"
fd2893
#elif defined(__mips64) && defined(__MIPSEL__)
fd2893
#include "opensslconf-mips64el.h"
fd2893
#elif defined(__mips64)
fd2893
#include "opensslconf-mips64.h"
fd2893
#elif defined(__mips) && defined(__MIPSEL__)
fd2893
#include "opensslconf-mipsel.h"
fd2893
#elif defined(__mips)
fd2893
#include "opensslconf-mips.h"
fd2893
#elif defined(__powerpc64__)
fd2893
#include <endian.h>
fd2893
#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
fd2893
#include "opensslconf-ppc64.h"
fd2893
#else
fd2893
#include "opensslconf-ppc64le.h"
fd2893
#endif
fd2893
#elif defined(__powerpc__)
fd2893
#include "opensslconf-ppc.h"
fd2893
#elif defined(__s390x__)
fd2893
#include "opensslconf-s390x.h"
fd2893
#elif defined(__s390__)
fd2893
#include "opensslconf-s390.h"
fd2893
#elif defined(__sparc__) && defined(__arch64__)
fd2893
#include "opensslconf-sparc64.h"
fd2893
#elif defined(__sparc__)
fd2893
#include "opensslconf-sparc.h"
fd2893
#elif defined(__x86_64__)
fd2893
#include "opensslconf-x86_64.h"
fd2893
#else
fd2893
#error "This openssl-devel package does not work your architecture?"
fd2893
#endif
fd2893
fd2893
#undef openssl_opensslconf_multilib_redirection_h