aboutsummaryrefslogtreecommitdiffstats
path: root/plpnfsd/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'plpnfsd/main.cc')
-rw-r--r--plpnfsd/main.cc7
1 files changed, 5 insertions, 2 deletions
diff --git a/plpnfsd/main.cc b/plpnfsd/main.cc
index 6bf0f01..ef9abdd 100644
--- a/plpnfsd/main.cc
+++ b/plpnfsd/main.cc
@@ -3,6 +3,10 @@
// Copyright (C) 1999 Fritz Elfert <felfert@to.com>
//
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stream.h>
#include <string.h>
#include <stdlib.h>
@@ -10,7 +14,6 @@
#include <signal.h>
#include <syslog.h>
-#include "defs.h"
#include "bool.h"
#include "rfsv.h"
#include "rfsvfactory.h"
@@ -284,7 +287,7 @@ void usage()
int main(int argc, char**argv) {
ppsocket *skt;
char *user = 0L;
- char *mdir = DDIR;
+ char *mdir = DMOUNTPOINT;
int sockNum = DPORT;
int verbose = 0;
int status = 0;