X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=keydctl.c;h=8712f6361d00978817f42f717989e3f545ebb18d;hb=37801dca09e004c214604ae66323a628e100258d;hp=a3176ad8f903358d223c8e1c7273a4b483264b9b;hpb=0e9ae75e964c98041e5d8279efacd96282c703ac;p=onak.git diff --git a/keydctl.c b/keydctl.c index a3176ad..8712f63 100644 --- a/keydctl.c +++ b/keydctl.c @@ -13,8 +13,7 @@ * more details. * * You should have received a copy of the GNU General Public License along with - * this program; if not, write to the Free Software Foundation, Inc., 51 - * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + * this program. If not, see . */ #include @@ -27,12 +26,10 @@ #include #include +#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;