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. --- plpftp/ftp.cc | 5 ++++- plpftp/main.cc | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'plpftp') diff --git a/plpftp/ftp.cc b/plpftp/ftp.cc index b46e24a..2022eb5 100644 --- a/plpftp/ftp.cc +++ b/plpftp/ftp.cc @@ -22,6 +22,10 @@ // // e-mail philip.proudman@btinternet.com +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include @@ -36,7 +40,6 @@ #include #include -#include "defs.h" #include "ftp.h" #include "rfsv.h" #include "rpcs.h" diff --git a/plpftp/main.cc b/plpftp/main.cc index 8d00574..cbd88f6 100644 --- a/plpftp/main.cc +++ b/plpftp/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 "bool.h" #include "ppsocket.h" #include "rfsv.h" -- cgit v1.2.3