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