mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Update header include guard in zeek-config.h/bro-config.h
This commit is contained in:
parent
aeef4bf030
commit
0a2d84284c
5 changed files with 8 additions and 10 deletions
|
@ -1,5 +1,4 @@
|
|||
#ifndef ZEEK_CONFIG_H
|
||||
#define ZEEK_CONFIG_H
|
||||
#pragma once
|
||||
|
||||
/* Old libpcap versions (< 0.6.1) need defining pcap_freecode and
|
||||
pcap_compile_nopcap */
|
||||
|
@ -239,5 +238,3 @@ extern const char* BRO_VERSION_FUNCTION();
|
|||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // ZEEK_CONFIG_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue