X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=keyd.c;h=1a349a600b8d78b836bc7249f444de523b29e8ac;hb=fe84894a4052c71965c6a75b013db3dcec23d67d;hp=c2d83491ea91fc6e23dcd75ee57ff0a9bbef1ec9;hpb=3e3f47ec2fdbfaf0682d9790a99264a4e60e9bf1;p=onak.git diff --git a/keyd.c b/keyd.c index c2d8349..1a349a6 100644 --- a/keyd.c +++ b/keyd.c @@ -19,7 +19,6 @@ #include #include -#include "config.h" #include "charfuncs.h" #include "cleanup.h" #include "keyd.h" @@ -30,6 +29,7 @@ #include "mem.h" #include "onak-conf.h" #include "parsekey.h" +#include "version.h" void daemonize(void) { @@ -381,7 +381,7 @@ int sock_accept(int fd) static void usage(void) { - puts("keyd " PACKAGE_VERSION " - backend key serving daemon for the " + puts("keyd " ONAK_VERSION " - backend key serving daemon for the " "onak PGP keyserver.\n"); puts("Usage:\n"); puts("\tkeyd [options]\n");