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/rfsvfactory.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/rfsvfactory.cc') diff --git a/lib/rfsvfactory.cc b/lib/rfsvfactory.cc index 2e2067e..a0d8480 100644 --- a/lib/rfsvfactory.cc +++ b/lib/rfsvfactory.cc @@ -18,6 +18,10 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include @@ -25,7 +29,6 @@ #include #include -#include "defs.h" #include "bool.h" #include "rfsv.h" #include "rfsv16.h" -- cgit v1.2.3