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 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'plpftp/ftp.cc') 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" -- cgit v1.2.3