aboutsummaryrefslogtreecommitdiffstats
path: root/plpnfsd/mp_mount.c
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2000-08-02 03:39:20 +0000
committerFritz Elfert <felfert@to.com>2000-08-02 03:39:20 +0000
commitb6e35c977928bc4fb15b5346128db9823412e6b4 (patch)
treea76fada4bf540347bdf44ee9fff5c15a2100acb9 /plpnfsd/mp_mount.c
parentdbc2d14e0727d8e2f4b8e805c433e50c8664d64d (diff)
downloadplptools-b6e35c977928bc4fb15b5346128db9823412e6b4.tar.gz
plptools-b6e35c977928bc4fb15b5346128db9823412e6b4.tar.bz2
plptools-b6e35c977928bc4fb15b5346128db9823412e6b4.zip
Get rid of second configuration header defs.h[.in].
Configuration now is in config.h and this is included as the very first header.
Diffstat (limited to 'plpnfsd/mp_mount.c')
-rw-r--r--plpnfsd/mp_mount.c6
1 files changed, 5 insertions, 1 deletions
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 <felfert@to.com>
*
*/
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#if defined(__SVR4) || defined(__sgi) || defined(linux)
#include <stdlib.h>
#include <unistd.h>
@@ -38,7 +43,6 @@ extern int inet_addr(char *);
#define umount(dir) unmount(dir)
#endif
-#include "defs.h"
static char nfshost[128];