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

Show
Ignore:
Timestamp:
04/22/07 15:22:54 (21 months ago)
Author:
aturner
Message:

don't use pcap_findalldevs() on OS X. refs #167

Files:
1 modified

Legend:

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

    r1820 r1839  
    1515/* Enable building flowreplay (alpha) */ 
    1616#undef ENABLE_FLOWREPLAY 
     17 
     18/* Enable use of pcap_findalldevs() */ 
     19#undef ENABLE_PCAP_FINDALLDEVS 
    1720 
    1821/* Do we have tcpdump and pcap_dump_fopen()? */