diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2008-08-13 15:41:21 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2008-08-13 15:41:21 +0000 |
| commit | 136600fe596c2461359ae3ee5b9c1fc379aa71d0 (patch) | |
| tree | 1e922da37e301531803c58fc0415966f29b6a5bd /lib/libpcap | |
| parent | ec109627bda5bb2a9e82c086d67f271d47a8e57c (diff) | |
Notes
Diffstat (limited to 'lib/libpcap')
| -rw-r--r-- | lib/libpcap/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpcap/config.h b/lib/libpcap/config.h index a96d891808381..78bb0db1fc624 100644 --- a/lib/libpcap/config.h +++ b/lib/libpcap/config.h @@ -15,7 +15,7 @@ /* #undef BDEBUG */ /* define if you have a cloning BPF device */ -/* #undef HAVE_CLONING_BPF */ +#define HAVE_CLONING_BPF 1 /* define if you have the DAG API */ /* #undef HAVE_DAG_API */ |
