aboutsummaryrefslogtreecommitdiffstats
path: root/include/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/defs.h')
-rw-r--r--include/defs.h19
1 files changed, 17 insertions, 2 deletions
diff --git a/include/defs.h b/include/defs.h
index 8733d37..506bfa3 100644
--- a/include/defs.h
+++ b/include/defs.h
@@ -1,6 +1,9 @@
#ifndef _defs_h_
#define _defs_h_
+/*
+ * NFS related stuff
+ */
#define MTAB_PATH "/etc/mtab"
#ifdef linux
# define MTAB_TMP "/etc/mtab~"
@@ -8,8 +11,6 @@
# define MTAB_TMP "/etc/mtab.p3nfsd"
#endif
-#define DDEV "/dev/ttyS0"
-
#ifdef _IBMR2
# define DONT_UPDATE_MTAB /* The mount table is obtained from the kernel (!?) */
#endif
@@ -29,5 +30,19 @@
#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
+