aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-09-11 22:47:57 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-09-11 22:47:57 +0000
commit9fee393b87a89bef651213ebc951f6562ffbb753 (patch)
tree6f40aef1a8149d4ba3271041cb6e1b43e4dc7131 /config.h.win32
parent1d1f90432111abf1d16e760ea860060d9b8e3d37 (diff)
tweak the nmake build so the NET-SNMP library is in fact optional (as it is in the UNIX builds)
svn path=/trunk/; revision=19196
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win324
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.win32 b/config.h.win32
index 9e52bc159a..3ded8d6e2b 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -75,8 +75,8 @@
# define WS_VAR_IMPORT extern
#endif
-#define HAVE_NET_SNMP 1
-#define HAVE_SOME_SNMP 1
+@HAVE_NET_SNMP@
+@HAVE_SOME_SNMP@
/* Define if you have the gethostbyname2 function. */
/* #undef HAVE_GETHOSTBYNAME2 */