diff options
author | Anders Broman <anders.broman@ericsson.com> | 2009-07-01 08:23:32 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2009-07-01 08:23:32 +0000 |
commit | ddad90c3e3399c83b01c0e5142348934e7f828df (patch) | |
tree | 8d117573ba996d3541d78c531ab0bc53fe991c2d /config.h.win32 | |
parent | c18998e9c04d542628fef346dc2e9bb6a2afa6da (diff) | |
download | wireshark-ddad90c3e3399c83b01c0e5142348934e7f828df.tar.gz wireshark-ddad90c3e3399c83b01c0e5142348934e7f828df.tar.bz2 wireshark-ddad90c3e3399c83b01c0e5142348934e7f828df.zip |
Make it possible to configure use of NEW_PACKET_LIST and fix
one compile error. It still fails in file.c trying to include gtk/gtk.h in new_packet_list.h
svn path=/trunk/; revision=28903
Diffstat (limited to 'config.h.win32')
-rw-r--r-- | config.h.win32 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.win32 b/config.h.win32 index 96373ad309..5196d6e3ec 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -79,6 +79,9 @@ @HAVE_AIRPCAP@ @HAVE_AIRPDCAP@ +/* Use new packet list or not Warning Experimental */ +@HAVE_NEW_PACKET_LIST@ + /* availability of pcap_freecode() is handled at runtime */ #define HAVE_PCAP_FREECODE 1 |