Blame SOURCES/net-snmp-config.h

9a6c41
/* This file is here to prevent a file conflict on multiarch systems.  A
9a6c41
 * conflict will frequently occur because arch-specific build-time
9a6c41
 * configuration options are stored (and used, so they can't just be stripped
9a6c41
 * out) in net-snmp-config.h.  The original net-snmp-config.h has been renamed.
9a6c41
 * DO NOT INCLUDE THE NEW FILE DIRECTLY -- ALWAYS INCLUDE THIS ONE INSTEAD. */
9a6c41
9a6c41
#ifdef net_snmp_config_multilib_redirection_h
9a6c41
#error "Do not define net_snmp_config_multilib_redirection_h!"
9a6c41
#endif
9a6c41
#define net_snmp_config_multilib_redirection_h
9a6c41
9a6c41
#if defined(__i386__)
9a6c41
#include "net-snmp-config-i386.h"
9a6c41
#elif defined(__ia64__)
9a6c41
#include "net-snmp-config-ia64.h"
9a6c41
#elif defined(__powerpc64__)
9a6c41
#include "net-snmp-config-ppc64.h"
9a6c41
#elif defined(__powerpc__)
9a6c41
#include "net-snmp-config-ppc.h"
9a6c41
#elif defined(__s390x__)
9a6c41
#include "net-snmp-config-s390x.h"
9a6c41
#elif defined(__s390__)
9a6c41
#include "net-snmp-config-s390.h"
9a6c41
#elif defined(__x86_64__)
9a6c41
#include "net-snmp-config-x86_64.h"
9a6c41
#elif defined(__alpha__)
9a6c41
#include "net-snmp-config-alpha.h"
9a6c41
#elif defined(__sparc__) && defined (__arch64__)
9a6c41
#include "net-snmp-config-sparc64.h"
9a6c41
#elif defined(__sparc__)
9a6c41
#include "net-snmp-config-sparc.h"
9a6c41
#else
9a6c41
#error "net-snmp-devel package does not work on your architecture"
9a6c41
#endif
9a6c41
9a6c41
#undef net_snmp_config_multilib_redirection_h