X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/2a64315a111fb4da67e9c40c9b69045c4f63d619..362b9d483c714a8fd87966ddbd8686850f870e34:/src/s/hpux10-20.h diff --git a/src/s/hpux10-20.h b/src/s/hpux10-20.h index 8d9c73e236..3e88b57bc9 100644 --- a/src/s/hpux10-20.h +++ b/src/s/hpux10-20.h @@ -1,7 +1,6 @@ /* System description file for hpux version 10.20. - -Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, - 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2007, + 2008, 2009, 2010, 2011 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -35,9 +34,7 @@ along with GNU Emacs. If not, see . */ if system supports pty's. 'p' means it is /dev/ptym/ptyp0 */ #define FIRST_PTY_LETTER 'p' -/* Define HAVE_TERMIO if the system provides sysV-style ioctls - for terminal control. */ -#define HAVE_TERMIO +#define NO_TERMIO /* Define HAVE_PTYS if the system supports pty devices. */ #define HAVE_PTYS @@ -77,9 +74,6 @@ along with GNU Emacs. If not, see . */ HP-UX 10.20, and that it works for HP-UX 0 as well. */ #define NO_EDITRES -/* Tested in getloadavg.c. */ -#define HAVE_PSTAT_GETDYNAMIC - /* Eric Backus 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. @@ -113,12 +107,6 @@ along with GNU Emacs. If not, see . */ on HP-UX. (You get duplicate symbol errors on linking). */ #undef _FILE_OFFSET_BITS -/* Define NO_REMAP if memory segmentation makes it not work well - to change the boundary between the text section and data section - when Emacs is dumped. If you define this, the preloaded Lisp - code will not be sharable; but that's better than failing completely. */ -#define NO_REMAP - /* Define VIRT_ADDR_VARIES if the virtual addresses of pure and impure space as loaded can vary, and even their relative order cannot be relied on. @@ -131,7 +119,6 @@ along with GNU Emacs. If not, see . */ #define DATA_SEG_BITS 0x40000000 #define DATA_START 0x40000000 -#define TEXT_START 0x00000000 /* Data type of load average, as read out of kmem. */ #define LOAD_AVE_TYPE double @@ -147,9 +134,5 @@ along with GNU Emacs. If not, see . */ /* No underscore please. */ #define LDAV_SYMBOL "avenrun" -/* On USG systems these have different names. */ -#define index strchr -#define rindex strrchr - /* arch-tag: 8d8dcbf1-ca9b-48a1-94be-b750de18a5c6 (do not change this comment) */