aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-04-10 00:34:43 +0000
committerRichard M. Stallman1995-04-10 00:34:43 +0000
commit8101ff7f95786a83a2018b852f8f4e569a40591d (patch)
treeeb1e9fd5d4d59d0ae53d7521235fad3d1c15d96b
parent30bc62fa77073f3e7270fa7384a31d815dbf7446 (diff)
downloademacs-8101ff7f95786a83a2018b852f8f4e569a40591d.tar.gz
emacs-8101ff7f95786a83a2018b852f8f4e569a40591d.zip
(LD_SWITCH_X_DEFAULT): New definition.
(C_SWITCH_X_DEFAULT): New definition.
-rw-r--r--src/s/hpux9.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/hpux9.h b/src/s/hpux9.h
index 18702c63a57..ff70944aa42 100644
--- a/src/s/hpux9.h
+++ b/src/s/hpux9.h
@@ -38,3 +38,7 @@
38#undef LIB_X11_LIB 38#undef LIB_X11_LIB
39#undef C_SWITCH_X_SYSTEM 39#undef C_SWITCH_X_SYSTEM
40#undef LD_SWITCH_X_DEFAULT 40#undef LD_SWITCH_X_DEFAULT
41/* However, HPUX 9 has Motif includes in a strange place.
42 So search that place. */
43#define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.2
44#define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.2