Move Spicy version information out of zeek-config.h.

Turns out Spicy doesn't have nicely-named constant for version
information, but we can instead use spicyz's auto-generated `config.h`
for now.
This commit is contained in:
Robin Sommer 2023-05-15 17:23:27 +02:00
parent 90fd5c062a
commit c335245586
No known key found for this signature in database
GPG key ID: D8187293B3FFE5D0
4 changed files with 2 additions and 4 deletions

View file

@ -301,6 +301,3 @@
/* compiled with Spicy support */
#cmakedefine HAVE_SPICY
// Version of Spicy that we are compiling against.
#define SPICY_VERSION_NUMBER ${SPICY_VERSION_NUMBER}