Update header include guard in zeek-config.h/bro-config.h

This commit is contained in:
Jon Siwek 2019-09-19 16:40:10 -07:00
parent aeef4bf030
commit 0a2d84284c
5 changed files with 8 additions and 10 deletions

View file

@ -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 3.1.0-dev.124 | 2019-09-17 11:16:47 -0700
* Add speculative service script. (Jan Grashoefer) * Add speculative service script. (Jan Grashoefer)

View file

@ -1 +1 @@
3.1.0-dev.124 3.1.0-dev.125

@ -1 +1 @@
Subproject commit 73cb8185e52402c143b749ac40fef2d46b220116 Subproject commit b5aa18979125ff990053b24790bc89b852f632ba

View file

@ -1,8 +1,5 @@
#ifndef BRO_CONFIG_H #pragma once
#define BRO_CONFIG_H
#pragma message("Warning: bro-config.h is deprecated, use zeek-config.h instead") #pragma message("Warning: bro-config.h is deprecated, use zeek-config.h instead")
#include "zeek-config.h" #include "zeek-config.h"
#endif // BRO_CONFIG_H

View file

@ -1,5 +1,4 @@
#ifndef ZEEK_CONFIG_H #pragma once
#define ZEEK_CONFIG_H
/* Old libpcap versions (< 0.6.1) need defining pcap_freecode and /* Old libpcap versions (< 0.6.1) need defining pcap_freecode and
pcap_compile_nopcap */ pcap_compile_nopcap */
@ -239,5 +238,3 @@ extern const char* BRO_VERSION_FUNCTION();
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
#endif // ZEEK_CONFIG_H