Changeset 1753

Show
Ignore:
Timestamp:
02/17/98 01:45:26 (11 years ago)
Author:
himi
Message:

Meadow--Multilingual Enhancement to GNU Emacs with ADvantages Over Windows

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/GNU/src/m/pfa50.h

    r1751 r1753  
    11/* Machine description file for PFU A-series. 
    2    Copyright (C) 1988, 1999 Free Software Foundation, Inc. 
     2   Copyright (C) 1988 Free Software Foundation, Inc. 
    33 
    44This file is part of GNU Emacs. 
     
    9292#define NO_SIOCTL_H 
    9393 
    94 #define BROKEN_SIGIO 
     94#undef SIGIO 
  • branches/GNU/src/m/pmax.h

    r1751 r1753  
    3131#undef START_FILES 
    3232#undef RUN_TIME_REMAP 
     33#define START_FILES pre-crt0.o /usr/lib/crt0.o 
     34#define CANNOT_DUMP 
    3335#undef UNEXEC 
    34 #define UNEXEC unexelf.o 
    3536#endif /* NetBSD || OpenBSD */ 
    3637 
     
    5152 
    5253/* Override what mips.h says about this.  */ 
    53 #if !defined (__NetBSD__) 
    5454#undef LINKER 
    55 #endif 
    5655 
    5756#ifdef ultrix 
  • branches/GNU/src/m/powerpcle.h

    r1751 r1753  
    2121   operating system this machine is likely to run. 
    2222   USUAL-OPSYS="Solaris2.5.1 Windows/NT AIX 4.1.2" 
    23 */ 
    2423 
    2524/* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word 
     
    3736#ifndef prep 
    3837#define prep 
     38#endif 
     39 
     40#ifdef __GNUC__ 
     41# define C_OPTIMIZE_SWITCH -O 
     42#else 
     43     /* This level of optimization is reported to work.  */ 
     44# define C_OPTIMIZE_SWITCH -O2 
    3945#endif 
    4046 
  • branches/GNU/src/m/sparc.h

    r1751 r1753  
    4444#endif 
    4545 
     46#ifdef __GNUC__ 
     47# define C_OPTIMIZE_SWITCH -O 
     48#else 
     49     /* This level of optimization is reported to work.  */ 
     50# define C_OPTIMIZE_SWITCH -O2 
     51#endif 
     52 
    4653/* Use type int rather than a union, to represent Lisp_Object */ 
    4754 
     
    7279#include <alloca.h> 
    7380#endif 
     81#endif 
     82 
     83/* Must use the system's termcap, if we use any termcap. 
     84   It does special things.  */ 
     85 
     86#ifndef TERMINFO 
     87#define LIBS_TERMCAP -ltermcap 
    7488#endif 
    7589 
     
    104118 
    105119#endif /* not __NetBSD__ and not __linux__ and not __OpenBSD__ */ 
    106  
    107 #ifdef __arch64__               /* GCC, 64-bit ABI.  */ 
    108 #define BITS_PER_LONG 64 
    109 #ifndef _LP64 
    110 #define _LP64                   /* Done on Alpha -- not sure if it 
    111                                    should be here.  -- fx */ 
    112 #endif 
    113 #endif 
  • branches/GNU/src/m/sps7.h

    r1751 r1753  
    11/* machine description file for Bull SPS-7. 
    2    Copyright (C) 1986, 1999 Free Software Foundation, Inc. 
     2   Copyright (C) 1986 Free Software Foundation, Inc. 
    33 
    44This file is part of GNU Emacs. 
     
    100100 
    101101#define C_SWITCH_MACHINE -T32 
     102 
     103/* 
     104   Here we assume that signal.h is included before config.h 
     105   so that we can override it here.  */ 
    102106   
    103 #define BROKEN_SIGIO 
     107#undef SIGIO 
    104108 
    105109/* Other than 68020 use ld16, as32, or undefine (defaults ld and as). */ 
  • branches/GNU/src/m/stride.h

    r1751 r1753  
    11/* Definitions file for GNU Emacs running on Stride Micro System-V.2.2 
    2    Copyright (C) 1985, 1986, 1999 Free Software Foundation, Inc. 
     2   Copyright (C) 1985, 1986 Free Software Foundation, Inc. 
    33 
    44This file is part of GNU Emacs. 
     
    8888 
    8989#define HAVE_PTYS 
     90#define HAVE_GETTIMEOFDAY 
    9091#define BSTRING 
    9192#define SKTPAIR 
     
    101102   please append this line to the file "stride.h": 
    102103 */ 
    103 #define BROKEN_SIGIO 
     104#undef SIGIO 
    104105 
    105106/* Specify alignment requirement for start of text and data sections 
     
    113114#undef NONSYSTEM_DIR_LIBRARY 
    114115 
     116/* UniStride defines getwd.  */ 
     117 
     118#define HAVE_GETWD 
     119 
    115120/* Define this macro if system defines a type `union wait'.  */ 
    116121