Mercurial > hg > xemacs-beta
comparison src/m/hp9000s300.h @ 458:c33ae14dd6d0 r21-2-44
Import from CVS: tag r21-2-44
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:42:25 +0200 |
parents | abe6d1db359e |
children | 4542b72c005e |
comparison
equal
deleted
inserted
replaced
457:4b9290a33024 | 458:c33ae14dd6d0 |
---|---|
50 Then the function dump-emacs will not be defined | 50 Then the function dump-emacs will not be defined |
51 and temacs will do (load "loadup") automatically unless told otherwise. */ | 51 and temacs will do (load "loadup") automatically unless told otherwise. */ |
52 | 52 |
53 /* #define CANNOT_DUMP */ | 53 /* #define CANNOT_DUMP */ |
54 | 54 |
55 /* XEmacs: Richard Cognot <cognot@ensg.u-nancy.fr> says we need this for | 55 /* Let the OS header file determine this if not HPUX. */ |
56 HPUX; but eeide@asylum.cs.utah.edu (Eric Eide) says it loses on BSD. */ | 56 #ifdef HPUX |
57 #ifndef BSD | |
58 # define UNEXEC "unexhp9k3.o" | 57 # define UNEXEC "unexhp9k3.o" |
59 #endif | 58 #endif |
60 | 59 |
61 | 60 |
62 /* For University of Utah 4.3bsd implementation on HP300s. | 61 /* For University of Utah 4.3bsd implementation on HP300s. |