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