From 470e16c4b50513074ffd478ab80310cac3e6bbed Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Thu, 9 Jan 2014 14:14:05 +0100 Subject: [PATCH] Do not use dash '-' in C macro names. --- net-snmp-config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-snmp-config.h b/net-snmp-config.h index 1e87f66..b8f44d5 100644 --- a/net-snmp-config.h +++ b/net-snmp-config.h @@ -4,10 +4,10 @@ * out) in net-snmp-config.h. The original net-snmp-config.h has been renamed. * DO NOT INCLUDE THE NEW FILE DIRECTLY -- ALWAYS INCLUDE THIS ONE INSTEAD. */ -#ifdef net-snmp-config_multilib_redirection_h -#error "Do not define net-snmp-config_multilib_redirection_h!" +#ifdef net_snmp_config_multilib_redirection_h +#error "Do not define net_snmp_config_multilib_redirection_h!" #endif -#define net-snmp-config_multilib_redirection_h +#define net_snmp_config_multilib_redirection_h #if defined(__i386__) #include "net-snmp-config-i386.h" @@ -35,4 +35,4 @@ #error "net-snmp-devel package does not work on your architecture" #endif -#undef net-snmp-config_multilib_redirection_h +#undef net_snmp_config_multilib_redirection_h