mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Remove support for .bro script extension and BRO_ environment variables
This commit is contained in:
parent
44ad614094
commit
725e759560
11 changed files with 33 additions and 171 deletions
|
@ -174,11 +174,6 @@ constexpr SourceID SOURCE_LOCAL = 0;
|
|||
// indicating whether it's a local or remote event.
|
||||
constexpr SourceID SOURCE_BROKER = 0xffffffff;
|
||||
|
||||
extern const std::array<std::string, 2> script_extensions;
|
||||
|
||||
/** Prints a warning if the filename ends in .bro. */
|
||||
void warn_if_legacy_script(std::string_view filename);
|
||||
|
||||
bool is_package_loader(const std::string& path);
|
||||
|
||||
extern void add_to_zeek_path(const std::string& dir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue