Blame SOURCES/config.h

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