summaryrefslogtreecommitdiff
path: root/src/s/hpux8.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-06-03 03:45:55 +0000
committerRichard M. Stallman <rms@gnu.org>1993-06-03 03:45:55 +0000
commiteb2c120dca7a79b8e6f5ce88850b40bbd1f48f09 (patch)
tree8dd0b2c9505949a0192a4ac75cb1402bb97fb966 /src/s/hpux8.h
parentbb576320a43fd305aff150519ea083bb7fcccd40 (diff)
downloademacs-eb2c120dca7a79b8e6f5ce88850b40bbd1f48f09.tar.gz
(C_SWITCH_SYSTEM): Fix typo in X11R5 dirname.
(random, srandom): Defined.
Diffstat (limited to 'src/s/hpux8.h')
-rw-r--r--src/s/hpux8.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/s/hpux8.h b/src/s/hpux8.h
index d8b60a72af0..245b4e1dd73 100644
--- a/src/s/hpux8.h
+++ b/src/s/hpux8.h
@@ -12,7 +12,7 @@
#define LIBX11_SYSTEM -lXext
#define LIB_X11_LIB -L/usr/lib/X11R5 -L/usr/lib/X11R4 -lX11
-#define C_SWITCH_SYSTEM -I/usr/lib/X11R5 -I/usr/include/X11R4
+#define C_SWITCH_SYSTEM -I/usr/include/X11R5 -I/usr/include/X11R4
/* Don't use shared libraries. unexec doesn't handle them.
Note GCC automatically passes -a archive to ld, and it has its own
@@ -36,3 +36,11 @@
/* If you use X11R4 you must define this. If you use
X11R5 you must comment this out */
/* #define HAVE_RANDOM */
+#define random foo_random
+#define srandom foo_srandom
+
+#if 0 /* This seems to be spurious. */
+/* "X11R5" on hpux8 doesn't have this function, which is supposed to exist
+ in X11R5. Maybe things will work if we just don't call it. */
+#define NO_XRM_SET_DATABASE
+#endif