Blame SOURCES/config.h

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