From b6e35c977928bc4fb15b5346128db9823412e6b4 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Wed, 2 Aug 2000 03:39:20 +0000 Subject: Get rid of second configuration header defs.h[.in]. Configuration now is in config.h and this is included as the very first header. --- ncpd/link.cc | 5 ++++- ncpd/main.cc | 5 ++++- ncpd/ncp.cc | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) (limited to 'ncpd') diff --git a/ncpd/link.cc b/ncpd/link.cc index d07b78b..9b0e5f3 100644 --- a/ncpd/link.cc +++ b/ncpd/link.cc @@ -22,11 +22,14 @@ // // e-mail philip.proudman@btinternet.com +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include -#include "defs.h" #include "bool.h" #include "link.h" #include "packet.h" diff --git a/ncpd/main.cc b/ncpd/main.cc index 2c0fd3d..ca1d2c4 100644 --- a/ncpd/main.cc +++ b/ncpd/main.cc @@ -22,13 +22,16 @@ // // e-mail philip.proudman@btinternet.com +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include #include #include -#include "defs.h" #include "ncp.h" #include "bufferstore.h" #include "ppsocket.h" diff --git a/ncpd/ncp.cc b/ncpd/ncp.cc index 1a5c317..3370cd1 100644 --- a/ncpd/ncp.cc +++ b/ncpd/ncp.cc @@ -22,12 +22,15 @@ // // e-mail philip.proudman@btinternet.com +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include #include "bool.h" -#include "defs.h" #include "ncp.h" #include "linkchan.h" #include "bufferstore.h" -- cgit v1.2.3