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. --- lib/ppsocket.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/ppsocket.cc') diff --git a/lib/ppsocket.cc b/lib/ppsocket.cc index 1249f18..060074a 100644 --- a/lib/ppsocket.cc +++ b/lib/ppsocket.cc @@ -19,6 +19,9 @@ // // e-mail philip.proudman@btinternet.com +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include #include @@ -32,7 +35,6 @@ #include #include -#include "defs.h" #include "bool.h" #include "bufferstore.h" #include "ppsocket.h" -- cgit v1.2.3