mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
Prefix #includes of .bif.h files with zeek/
This enables locating the headers within the install-tree using the dirs provided by `zeek-config --include_dir`. To enable locating these headers within the build-tree, this change also creates a 'build/src/include/zeek -> ..' symlink.
This commit is contained in:
parent
c348ab7916
commit
c44cbe1feb
144 changed files with 239 additions and 231 deletions
|
@ -21,7 +21,7 @@
|
|||
#include "zeek/file_analysis/Manager.h"
|
||||
#include "zeek/threading/SerialTypes.h"
|
||||
|
||||
#include "input/input.bif.h"
|
||||
#include "zeek/input/input.bif.h"
|
||||
|
||||
using namespace std;
|
||||
using zeek::threading::Value;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
#include "zeek/threading/SerialTypes.h"
|
||||
|
||||
#include "input/readers/ascii/ascii.bif.h"
|
||||
#include "zeek/input/readers/ascii/ascii.bif.h"
|
||||
|
||||
using namespace std;
|
||||
using zeek::threading::Value;
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
#include "zeek/threading/SerialTypes.h"
|
||||
#include "zeek/threading/Manager.h"
|
||||
|
||||
#include "input/readers/benchmark/benchmark.bif.h"
|
||||
#include "zeek/input/readers/benchmark/benchmark.bif.h"
|
||||
|
||||
using zeek::threading::Value;
|
||||
using zeek::threading::Field;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
#include "zeek/threading/SerialTypes.h"
|
||||
|
||||
#include "input/readers/binary/binary.bif.h"
|
||||
#include "zeek/input/readers/binary/binary.bif.h"
|
||||
|
||||
using namespace std;
|
||||
using zeek::threading::Value;
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include "zeek/input/Manager.h"
|
||||
#include "zeek/threading/SerialTypes.h"
|
||||
|
||||
#include "input/readers/config/config.bif.h"
|
||||
#include "zeek/input/readers/config/config.bif.h"
|
||||
|
||||
using zeek::threading::Value;
|
||||
using zeek::threading::Field;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
#include "zeek/input/readers/raw/Plugin.h"
|
||||
#include "zeek/threading/SerialTypes.h"
|
||||
|
||||
#include "input/readers/raw/raw.bif.h"
|
||||
#include "zeek/input/readers/raw/raw.bif.h"
|
||||
|
||||
extern "C" {
|
||||
#include "zeek/setsignal.h"
|
||||
|
|
|
@ -11,9 +11,9 @@
|
|||
|
||||
#include "zeek/threading/SerialTypes.h"
|
||||
|
||||
#include "input/readers/sqlite/sqlite.bif.h"
|
||||
#include "logging/writers/sqlite/sqlite.bif.h"
|
||||
#include "logging/writers/ascii/ascii.bif.h"
|
||||
#include "zeek/input/readers/sqlite/sqlite.bif.h"
|
||||
#include "zeek/logging/writers/sqlite/sqlite.bif.h"
|
||||
#include "zeek/logging/writers/ascii/ascii.bif.h"
|
||||
|
||||
using zeek::threading::Value;
|
||||
using zeek::threading::Field;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue