OpenBSD uses an old version of gcc which throws an error
if you use a macro that's not #defined
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@162583
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
#define HAVE_DMALLOC_H 0 /* XXX we shouldn't do this */
#endif
+#if defined(__OpenBSD__)
+/*
+ * OpenBSD uses old "legacy" cc which has a rather pedantic builtin preprocessor.
+ * Using a macro which is not #defined throws an error.
+ */
+#define __NetBSD_Version__ 0
+#endif
+
#include <net-snmp/net-snmp-config.h>
#include <net-snmp/net-snmp-includes.h>
#include <net-snmp/agent/net-snmp-agent-includes.h>