mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18: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
|
@ -3,7 +3,7 @@
|
|||
#ifndef LOGGING_TAG_H
|
||||
#define LOGGING_TAG_H
|
||||
|
||||
#include "config.h"
|
||||
#include "bro-config.h"
|
||||
#include "util.h"
|
||||
#include "../Tag.h"
|
||||
#include "plugin/TaggedComponent.h"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
// See the file "COPYING" in the main distribution directory for copyright.
|
||||
|
||||
#include "config.h"
|
||||
#include "bro-config.h"
|
||||
|
||||
#include <string>
|
||||
#include <errno.h>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#ifndef LOGGING_WRITER_SQLITE_H
|
||||
#define LOGGING_WRITER_SQLITE_H
|
||||
|
||||
#include "config.h"
|
||||
#include "bro-config.h"
|
||||
|
||||
#include "logging/WriterBackend.h"
|
||||
#include "threading/formatters/Ascii.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue