1 /* System description file for hpux version 9. */
7 /* If Emacs doesn't seem to work when built to use GNU malloc, you
8 probably need to get the latest patches to the HP/UX compiler.
9 See `etc/MACHINES' for more information. */
11 #define SYSTEM_MALLOC 1
17 /* Make room for enough symbols, so dispnew.c does not fail. */
18 #define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD
20 #define C_SWITCH_SYSTEM -D_BSD
23 #if 0 /* These definitions run into a bug in hpux
24 whereby trying to disable the vdsusp character has no effect.
25 supposedly there is no particular need for this. */
26 /* neal@ctd.comsat.com */
32 /* According to ngorelic@speclab.cr.usgs.gov,
33 references to the X11R4 directoriess in these variables
34 (inherited from hpux8.h)
35 cause the wrong libraries to be found,
36 and the options to specify the X11R5 directories are unnecessary
37 since the R5 files are found without them. */
39 #undef C_SWITCH_X_SYSTEM
40 #undef LD_SWITCH_X_DEFAULT
41 /* However, HPUX 9 has Motif includes in a strange place.
42 So search that place. These definitions assume that X11R5 is being
43 used -- if X11R4 is used, "s/hpux9-x11r4.h" gets loaded instead. */
44 #define C_SWITCH_X_SYSTEM -I/usr/include/Motif1.2
45 #define LD_SWITCH_X_DEFAULT -L/usr/lib/Motif1.2
47 /* HP-UX doesn't supply nor need Xmu. */
50 /* zoo@armadillo.com says we don't need -lXext in HPUX 9. */