mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
GH-693: use pcap_dump_open_append where supported
This commit is contained in:
parent
c25d5cecb2
commit
ceaec09024
4 changed files with 13 additions and 2 deletions
|
@ -49,6 +49,9 @@
|
|||
/* Define if you have the <pcap-int.h> header file. */
|
||||
#cmakedefine HAVE_PCAP_INT_H
|
||||
|
||||
/* Define if libpcap supports pcap_dump_open_append(). */
|
||||
#cmakedefine HAVE_PCAP_DUMP_OPEN_APPEND
|
||||
|
||||
/* line editing & history powers */
|
||||
#cmakedefine HAVE_READLINE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue