/[emacs]/emacs/src/m/pmax.h
ViewVC logotype

Diff of /emacs/src/m/pmax.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by schwab, Mon Apr 15 13:21:03 2002 UTC revision 1.20.2.1 by miles, Fri Apr 4 06:21:11 2003 UTC
# Line 2  Line 2 
2    
3  #include "mips.h"  #include "mips.h"
4    
5  /* The following line tells the configuration script what sort of  /* The following line tells the configuration script what sort of
6     operating system this machine is likely to run.     operating system this machine is likely to run.
7     USUAL-OPSYS="note"       USUAL-OPSYS="note"
8    
9  NOTE-START  NOTE-START
10  The operating system would be either osf1, ultrix, or NetBSD.  The operating system would be either osf1, ultrix, or NetBSD.
11  NOTE-END  */  NOTE-END  */
12    
13    #ifndef __MIPSEB__
14  #undef WORDS_BIG_ENDIAN  #undef WORDS_BIG_ENDIAN
15    #endif
16  #undef LIB_STANDARD  #undef LIB_STANDARD
17  #undef START_FILES  #undef START_FILES
18  #undef COFF  #undef COFF
# Line 29  NOTE-END  */ Line 31  NOTE-END  */
31    
32  #if defined (__NetBSD__) || defined (__OpenBSD__)  #if defined (__NetBSD__) || defined (__OpenBSD__)
33  #undef START_FILES  #undef START_FILES
34    #define START_FILES pre-crt0.o /usr/lib/crt0.o
35  #undef RUN_TIME_REMAP  #undef RUN_TIME_REMAP
36  #undef UNEXEC  #undef UNEXEC
37  #define UNEXEC unexelf.o  #define UNEXEC unexelf.o

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.20.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26