ac9624
/* This file is here to prevent a file conflict on multiarch systems.  A
ac9624
 * conflict will frequently occur because arch-specific build-time
ac9624
 * configuration options are stored (and used, so they can't just be stripped
ac9624
 * out) in config.h.  The original config.h has been renamed.
ac9624
 * DO NOT INCLUDE THE NEW FILE DIRECTLY -- ALWAYS INCLUDE THIS ONE INSTEAD. */
ac9624
ac9624
#ifdef srtp_multilib_redirection_h
ac9624
#error "Do not define srtp_multilib_redirection_h!"
ac9624
#endif
ac9624
#define srtp_multilib_redirection_h
ac9624
ac9624
#if defined(__x86_64__) || defined(__PPC64__) || (defined(__sparc__) && defined(__arch64__)) || defined(__s390x__) || defined(__aarch64__)
ac9624
#include "srtp/config-64.h"
ac9624
#else
ac9624
#include "srtp/config-32.h"
ac9624
#endif
ac9624
ac9624
#undef srtp_multilib_redirection_h