aboutsummaryrefslogtreecommitdiffstats
path: root/include/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/defs.h')
-rw-r--r--include/defs.h48
1 files changed, 0 insertions, 48 deletions
diff --git a/include/defs.h b/include/defs.h
deleted file mode 100644
index 447c9af..0000000
--- a/include/defs.h
+++ /dev/null
@@ -1,48 +0,0 @@
-#ifndef _defs_h_
-#define _defs_h_
-
-/*
- * NFS related stuff
- */
-#define MTAB_PATH "/etc/mtab"
-#ifdef linux
-# define MTAB_TMP "/etc/mtab~"
-#else
-# define MTAB_TMP "/etc/mtab.p3nfsd"
-#endif
-
-#ifdef _IBMR2
-# define DONT_UPDATE_MTAB /* The mount table is obtained from the kernel (!?) */
-#endif
-
-#define DUSER "root"
-
-#ifndef DDIR
-# define DDIR "/mnt/psion"
-#endif
-
-#ifndef PSIONHOSTNAME
-# define PSIONHOSTNAME "localhost"
-#endif
-
-/* See CHANGES for comment */
-#ifdef linux
-#define NO_WRITE_SELECT
-#endif
-
-/*
- * defaults for ncpd
- */
-#define DDEV "/dev/ttyS0"
-#define DSPEED 115200
-#define DPORT 7501
-
-/* Debugging */
-
-#define PACKET_LAYER_DIAGNOSTICS false
-#define LINK_LAYER_DIAGNOSTICS false
-// #define SOCKET_DIAGNOSTICS
-
-#include "config.h"
-#endif
-