mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Renaming config.h to bro-config.h.
A couple times now I had this conflicting with files of the same name in other projects.
This commit is contained in:
parent
30bb17ea8d
commit
3957091e1b
119 changed files with 119 additions and 344 deletions
|
@ -37,7 +37,7 @@
|
|||
#include "DebugLogger.h"
|
||||
#include "Continuation.h"
|
||||
#include "SerialTypes.h"
|
||||
#include "config.h"
|
||||
#include "bro-config.h"
|
||||
|
||||
#if SIZEOF_LONG_LONG < 8
|
||||
# error "Serialization requires that sizeof(long long) is at least 8. (Remove this message only if you know what you're doing.)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue