]> the.earth.li Git - onak.git/blobdiff - keydctl.c
Move to CMake over autoconf
[onak.git] / keydctl.c
index a2b312ca985d9f274f4858ebccba6dc239e8b96c..8712f6361d00978817f42f717989e3f545ebb18d 100644 (file)
--- a/keydctl.c
+++ b/keydctl.c
 #include <sys/socket.h>
 #include <sys/un.h>
 
+#include "build-config.h"
+
 #include "keyd.h"
 #include "onak-conf.h"
-#include "version.h"
-
-/* HACK: We need to stop onak-conf.o requiring this. */
-void *DBINIT = NULL;
 
 static int keyd_fd = -1;
 static int verbose = 0;