Changeset 1f284e7
- Timestamp:
- 11/19/04 13:05:30 (16 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 5e9d62d
- Parents:
- dce95f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
config.h
rdce95f3 r1f284e7 21 21 22 22 /* Define to 1 if you have the <net/bpf.h> header file. */ 23 /* #undef HAVE_NET_BPF_H */ 23 #define HAVE_NET_BPF_H 1 24 24 25 25 /* Define to 1 if you have the <pcap-bpf.h> header file. */ … … 27 27 28 28 /* Define to 1 if you have the <pcap.h> header file. */ 29 /* #undef HAVE_PCAP_H */ 29 #define HAVE_PCAP_H 1 30 30 31 31 /* Define to 1 if you have the `socket' function. */
Note: See TracChangeset
for help on using the changeset viewer.