X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fm%2Fhp9000s300.h;h=858f5f14cee9ac4ac5e608239edd86cd34e7ba1a;hb=d80c6322618362b98203e3488e62b8fbb9f354cb;hp=14383ef9b656140218cad562831153176aba8ae2;hpb=3890a2e3064a7f562107c58e59d928284ec04741;p=chise%2Fxemacs-chise.git diff --git a/src/m/hp9000s300.h b/src/m/hp9000s300.h index 14383ef..858f5f1 100644 --- a/src/m/hp9000s300.h +++ b/src/m/hp9000s300.h @@ -52,18 +52,8 @@ NOTE-END */ /* #define CANNOT_DUMP */ -/* 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. - - Otherwise Emacs assumes that text space precedes data space, - numerically. */ - -/* #define VIRT_ADDR_VARIES */ - -/* XEmacs: Richard Cognot says we need this for - HPUX; but eeide@asylum.cs.utah.edu (Eric Eide) says it loses on BSD. */ -#ifndef BSD +/* Let the OS header file determine this if not HPUX. */ +#ifdef HPUX # define UNEXEC "unexhp9k3.o" #endif