aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-03-20 20:56:55 +0000
committerJim Blandy1993-03-20 20:56:55 +0000
commit055e9517dce5dab1b119bad1a23543b30805adf5 (patch)
treeeff3bf202ed76914759059c3beab5f306a0bc3ec /src
parenteb5d618c18e7e75a82adc7b441cf18da07a337f4 (diff)
downloademacs-055e9517dce5dab1b119bad1a23543b30805adf5.tar.gz
emacs-055e9517dce5dab1b119bad1a23543b30805adf5.zip
* s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in
Emacs 18.
Diffstat (limited to 'src')
-rw-r--r--src/s/hpux8.h3
-rw-r--r--src/s/sunos4-1.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/s/hpux8.h b/src/s/hpux8.h
index 082730c3d8a..ef952e50f97 100644
--- a/src/s/hpux8.h
+++ b/src/s/hpux8.h
@@ -22,3 +22,6 @@
22#else 22#else
23#define LD_SWITCH_SYSTEM -a archive -L/usr/lib/X11R4 23#define LD_SWITCH_SYSTEM -a archive -L/usr/lib/X11R4
24#endif 24#endif
25
26/* Specify compiler options for compiling oldXMenu. */
27#define OLDXMENU_OPTIONS CFLAGS=-I/usr/include/X11R4
diff --git a/src/s/sunos4-1.h b/src/s/sunos4-1.h
index 3e243e550e7..8e038a8c60d 100644
--- a/src/s/sunos4-1.h
+++ b/src/s/sunos4-1.h
@@ -10,3 +10,6 @@
10#define INTERRUPTIBLE_OPEN 10#define INTERRUPTIBLE_OPEN
11#define INTERRUPTIBLE_CLOSE 11#define INTERRUPTIBLE_CLOSE
12#define INTERRUPTIBLE_IO 12#define INTERRUPTIBLE_IO
13
14/* Cause the compilation of oldxmenu to use the right -I option. */
15#define OLDXMENU_OPTIONS CFLAGS=C_SWITCH_SYSTEM