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,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