diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-10-23 18:27:33 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-10-23 18:27:33 +0000 |
commit | d812fb2810e3c00ef108ada98b17aa4facdc70dc (patch) | |
tree | 1ee1152d357d531c918dec65f384b54264a0323c /config.h.win32 | |
parent | cc8a765d8e36370a0ea48c683dcdbf3f862d513e (diff) | |
download | wireshark-d812fb2810e3c00ef108ada98b17aa4facdc70dc.tar.gz wireshark-d812fb2810e3c00ef108ada98b17aa4facdc70dc.tar.bz2 wireshark-d812fb2810e3c00ef108ada98b17aa4facdc70dc.zip |
Define HAVE_NET_SNMP, as Ethereal is set up to be built with Net-SNMP
rather than UCD SNMP on Windows, and define HAVE_SOME_SNMP as per Wes
Hardaker's changes to handle both Net-SNMP and UCD SNMP.
svn path=/trunk/; revision=6484
Diffstat (limited to 'config.h.win32')
-rw-r--r-- | config.h.win32 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config.h.win32 b/config.h.win32 index e248456425..768dad63b1 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -1,4 +1,4 @@ -/* $Id: config.h.win32,v 1.37 2002/10/09 03:07:26 gerald Exp $ */ +/* $Id: config.h.win32,v 1.38 2002/10/23 18:27:33 guy Exp $ */ /* config.h.win32 Generated manually. :-) */ /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ @@ -43,7 +43,8 @@ #define HAVE_LIBPCAP 1 -#define HAVE_UCD_SNMP 1 +#define HAVE_NET_SNMP 1 +#define HAVE_SOME_SNMP 1 /* Define if you have the gethostbyname2 function. */ /* #undef HAVE_GETHOSTBYNAME2 */ |