aboutsummaryrefslogtreecommitdiffstats
path: root/include/defs.h
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>1999-06-28 08:55:07 +0000
committerFritz Elfert <felfert@to.com>1999-06-28 08:55:07 +0000
commit3d3be141551bb4622da1cb610e4f6f798dd1715e (patch)
treee07160ba7df6fa0967c99692a4f457ccb459c3f1 /include/defs.h
downloadplptools-3d3be141551bb4622da1cb610e4f6f798dd1715e.tar.gz
plptools-3d3be141551bb4622da1cb610e4f6f798dd1715e.tar.bz2
plptools-3d3be141551bb4622da1cb610e4f6f798dd1715e.zip
First import
Diffstat (limited to 'include/defs.h')
-rw-r--r--include/defs.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/include/defs.h b/include/defs.h
new file mode 100644
index 0000000..8733d37
--- /dev/null
+++ b/include/defs.h
@@ -0,0 +1,33 @@
+#ifndef _defs_h_
+#define _defs_h_
+
+#define MTAB_PATH "/etc/mtab"
+#ifdef linux
+# define MTAB_TMP "/etc/mtab~"
+#else
+# 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
+
+#define DUSER "root"
+
+#ifndef DDIR
+# define DDIR "/psion.stand/mnt"
+#endif
+
+#ifndef PSIONHOSTNAME
+# define PSIONHOSTNAME "localhost"
+#endif
+
+/* See CHANGES for comment */
+#ifdef linux
+#define NO_WRITE_SELECT
+#endif
+
+#include "config.h"
+#endif