summaryrefslogtreecommitdiff
path: root/src/s-sco3-2-2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/s-sco3-2-2.h')
-rw-r--r--src/s-sco3-2-2.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/s-sco3-2-2.h b/src/s-sco3-2-2.h
new file mode 100644
index 00000000000..4599f16fbca
--- /dev/null
+++ b/src/s-sco3-2-2.h
@@ -0,0 +1,18 @@
+/* Support SCO V 3.2.2 (also called Open Desk Top 1.1) */
+
+#include "s-sco.h"
+
+#ifdef HAVE_X11
+/* Use Xselect instead of XSelect. */
+#undef select
+#define select Xselect
+
+/* This version was before random and srandom were added to libX11.a. */
+#undef HAVE_RANDOM
+
+/* We don't have XrmDestroyDatabase in this version. */
+#define NO_X_DESTROY_DATABASE
+
+/* Note: on ODT version 1.0, you need #undef BSTRING. */
+
+#endif /* HAVE_X11 */