mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Rename util-config.h to zeek-config-paths.h and install it
The util-config.h has never been installed previously. Skimming the history, it was only meant for inclusion from util.cc, hence the name. Now that it's included from some other headers, rename it to align with what it contains and install it, too.
This commit is contained in:
parent
7bcf7af535
commit
bc8b5f5830
6 changed files with 12 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
#include "zeek/zeek-config.h"
|
||||
|
||||
#include "util-config.h"
|
||||
#include "zeek/zeek-config-paths.h"
|
||||
|
||||
#ifdef HAVE_DARWIN
|
||||
#include <mach/mach_init.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue