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