From 5e84d7b76ce1cccdaf0900d62a94d0d1d88cdd62 Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Sun, 14 Jul 2024 22:30:34 +0200 Subject: convert to the meson build system This removes a lot of files. Remove all conf-* files. The settings move to meson.options. Add editor config. Remove the auto_*.h files. They move to config.h.in. --- src/config.h.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/config.h.in (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in new file mode 100644 index 0000000..bc83a0d --- /dev/null +++ b/src/config.h.in @@ -0,0 +1,8 @@ +static const char auto_cadir[] = "@auto_cadir@"; +static const char auto_cafile[] = "@auto_cafile@"; +static const char auto_ccafile[] = "@auto_ccafile@"; +static const char auto_certchainfile[] = "@auto_certchainfile@"; +static const char auto_certfile[] = "@auto_certfile@"; +static const char auto_ciphers[] = "@auto_ciphers@"; +static const char auto_dhfile[] = "@auto_dhfile@"; +static const char auto_keyfile[] = "@auto_keyfile@"; -- cgit v1.2.3