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
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
3.1.0-dev.125 | 2019-09-19 16:40:10 -0700
|
||||
|
||||
* Update header include guard in zeek-config.h/bro-config.h (Jon Siwek, Corelight)
|
||||
|
||||
3.1.0-dev.124 | 2019-09-17 11:16:47 -0700
|
||||
|
||||
* Add speculative service script. (Jan Grashoefer)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.1.0-dev.124
|
||||
3.1.0-dev.125
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 73cb8185e52402c143b749ac40fef2d46b220116
|
||||
Subproject commit b5aa18979125ff990053b24790bc89b852f632ba
|
|
@ -1,8 +1,5 @@
|
|||
#ifndef BRO_CONFIG_H
|
||||
#define BRO_CONFIG_H
|
||||
#pragma once
|
||||
|
||||
#pragma message("Warning: bro-config.h is deprecated, use zeek-config.h instead")
|
||||
|
||||
#include "zeek-config.h"
|
||||
|
||||
#endif // BRO_CONFIG_H
|
||||
|
|
|
@ -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