aboutsummaryrefslogtreecommitdiffstats
path: root/include
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 /include
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 'include')
-rw-r--r--include/defs.h.in43
1 files changed, 0 insertions, 43 deletions
diff --git a/include/defs.h.in b/include/defs.h.in
deleted file mode 100644
index d1c3549..0000000
--- a/include/defs.h.in
+++ /dev/null
@@ -1,43 +0,0 @@
-#ifndef _defs_h_
-#define _defs_h_
-
-/*
- * NFS related stuff
- */
-#define MTAB_PATH "@MTAB@"
-#ifdef linux
-# define MTAB_TMP "@MTAB@~"
-#else
-# define MTAB_TMP "@MTAB@.p3nfsd"
-#endif
-
-#ifdef _IBMR2
-# define DONT_UPDATE_MTAB /* The mount table is obtained from the kernel (!?) */
-#endif
-
-#define DUSER "root"
-
-#ifndef PSIONHOSTNAME
-# define PSIONHOSTNAME "localhost"
-#endif
-
-/*
- * defaults for ncpd
- */
-#define DDEV "@DDEV@"
-#define DSPEED @DSPEED@
-#define DPORT @DPORT@
-#define DDRIVE "@DDRIVE@"
-#define DBASEDIR "@DBASEDIR@"
-#define DDIR "@DDIR@"
-
-
-/* Debugging */
-
-#define PACKET_LAYER_DIAGNOSTICS false
-#define LINK_LAYER_DIAGNOSTICS false
-// #define SOCKET_DIAGNOSTICS
-
-#include "config.h"
-#endif
-