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. --- plpnfsd/mp_mount.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'plpnfsd/mp_mount.c') diff --git a/plpnfsd/mp_mount.c b/plpnfsd/mp_mount.c index 0f9e1e9..da5d2c8 100644 --- a/plpnfsd/mp_mount.c +++ b/plpnfsd/mp_mount.c @@ -6,6 +6,11 @@ * Modifications for plputils by Fritz Elfert * */ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #if defined(__SVR4) || defined(__sgi) || defined(linux) #include #include @@ -38,7 +43,6 @@ extern int inet_addr(char *); #define umount(dir) unmount(dir) #endif -#include "defs.h" static char nfshost[128]; -- cgit v1.2.3