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:
Arne Welzel 2023-05-17 13:31:48 +02:00
parent 7bcf7af535
commit bc8b5f5830
6 changed files with 12 additions and 5 deletions

View file

@ -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>