Mercurial > emacs
view src/s/hpux9.h @ 22477:9bc88c123895 gcc-2_8_1-980627 gcc-2_8_1-980705 gcc-2_8_1-980718 libc-980614 libc-980615 libc-980616 libc-980617 libc-980618 libc-980619 libc-980620 libc-980621 libc-980622 libc-980623 libc-980624 libc-980625 libc-980626 libc-980627 libc-980628 libc-980629 libc-980630 libc-980701 libc-980702 libc-980703 libc-980704 libc-980705 libc-980706 libc-980707 libc-980708 libc-980709 libc-980710 libc-980711 libc-980712 libc-980713 libc-980714 libc-980715 libc-980716 libc-980717 libc-980718 libc-980719
(sun4H:SunOS:5.*:*): New case.
author | Richard Kenner <kenner@gnu.org> |
---|---|
date | Sat, 13 Jun 1998 19:51:10 +0000 |
parents | ecbb06adc669 |
children | a1daedc19c52 |
line wrap: on
line source
/* System description file for hpux version 9. */ #include "hpux8.h" #define HPUX9 /* If Emacs doesn't seem to work when built to use GNU malloc, you probably need to get the latest patches to the HP/UX compiler. See `etc/MACHINES' for more information. */ #if 0 #define SYSTEM_MALLOC 1 #undef GNU_MALLOC #undef REL_ALLOC #endif #ifndef __GNUC__ /* Make room for enough symbols, so dispnew.c does not fail. */ #define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD #else #define C_SWITCH_SYSTEM -D_BSD #endif #if 0 /* These definitions run into a bug in hpux whereby trying to disable the vdsusp character has no effect. supposedly there is no particular need for this. */ /* neal@ctd.comsat.com */ #undef HAVE_TERMIO #define HAVE_TERMIOS #define NO_TERMIO #endif /* According to ngorelic@speclab.cr.usgs.gov, references to the X11R4 directories in these variables (inherited from hpux8.h) cause the wrong libraries to be found, and the options to specify the X11R5 directories are unnecessary since the R5 files are found without them. */ #undef LIB_X11_LIB #undef C_SWITCH_X_SYSTEM #undef LD_SWITCH_X_DEFAULT /* However, HPUX 9 has Motif includes in a strange place. So search that place. These definitions assume that X11R5 is being used -- if X11R4 is used, "s/hpux9-x11r4.h" gets loaded instead. */ /* horst@tkm.physik.uni-karlsruhe.de says that the /usr/contrib/... dirs are needed to find the Xmu and Xaw libraries. */ #define C_SWITCH_X_SYSTEM -I/usr/include/X11R5 -I/usr/contrib/X11R5/include -I/usr/include/Motif1.2 #define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R5 -L/usr/contrib/X11R5/lib -L/usr/lib/Motif1.2 #ifndef HAVE_LIBXMU /* HP-UX doesn't supply Xmu. */ #define LIBXMU /* Unfortunately without libXmu we cannot support EditRes. */ #define NO_EDITRES #endif /* zoo@armadillo.com says we don't need -lXext in HPUX 9. */ #undef LIBX11_SYSTEM /* Tested in getloadavg.c. */ #define HAVE_PSTAT_GETDYNAMIC /* Eric Backus <ericb@lsid.hp.com> says, HP-UX 9.x on HP 700 machines has a broken `rint' in some library versions including math library version number A.09.05. You can fix the math library by installing patch number PHSS_4630. But we can fix it more reliably for Emacs like this. */ #undef HAVE_RINT