Changeset 1737 for trunk/src/config.h.in

Show
Ignore:
Timestamp:
03/20/07 22:34:06 (22 months ago)
Author:
aturner
Message:

add pcap_snapshot_override refs #130
fix win32 refs #110

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/config.h.in

    r1729 r1737  
    159159#undef HAVE_PCAP_SENDPACKET 
    160160 
     161/* Does libpcap have pcap_snapshot_override()? */ 
     162#undef HAVE_PCAP_SNAPSHOT_OVERRIDE 
     163 
    161164/* Does libpcap have pcap_version[] */ 
    162165#undef HAVE_PCAP_VERSION 
     
    387390/* What is our version? */ 
    388391#undef VERSION 
    389  
    390 /* Windows/Cygwin */ 
    391 #undef WIN32 
    392392 
    393393/* Define if using the dmalloc debugging malloc package */