mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +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
|
@ -16,8 +16,8 @@
|
|||
#include "zeek/Sessions.h"
|
||||
#include "zeek/DebugLogger.h"
|
||||
|
||||
#include "analyzer/protocol/tcp/events.bif.h"
|
||||
#include "analyzer/protocol/tcp/types.bif.h"
|
||||
#include "zeek/analyzer/protocol/tcp/events.bif.h"
|
||||
#include "zeek/analyzer/protocol/tcp/types.bif.h"
|
||||
|
||||
namespace { // local namespace
|
||||
const bool DEBUG_tcp_data_sent = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue