1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 11:33:09 -08:00
emacs/src/m
Dan Nicolaescu bdee2ef3fa * config.nt (HAVE_FACES): Remove, unused.
* s/vms.h: Use __GNUC__ instead of _GNUC_.

* m/macppc.h:
* m/alpha.h: Use GNU_LINUX instead of LINUX.  Reorganize conditionals.

* m/ibms390x.h (XINT, XUINT): Don't define, same as the default
(SPECIAL_EMACS_INT):
* m/ia64.h (SPECIAL_EMACS_INT):
* m/amdx86-64.h (SPECIAL_EMACS_INT):
* s/gnu.h (NLIST_STRUCT):
* aix4-2.h (X11R5_INHIBIT_I18N):
* s/gnu-linux.h (LINUX):
* s/msdos.h (HAVE_FACES):
* s/ms-w32.h (HAVE_FACES): Don't define, unused.

* systty.h:
* sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used
anymore.
2008-07-13 07:35:26 +00:00
..
alpha.h * config.nt (HAVE_FACES): Remove, unused. 2008-07-13 07:35:26 +00:00
amdx86-64.h * config.nt (HAVE_FACES): Remove, unused. 2008-07-13 07:35:26 +00:00
arm.h * lisp.h: 2008-07-11 02:30:26 +00:00
hp800.h * lisp.h: 2008-07-11 02:30:26 +00:00
ia64.h * config.nt (HAVE_FACES): Remove, unused. 2008-07-13 07:35:26 +00:00
ibmrs6000.h * lisp.h: 2008-07-11 02:30:26 +00:00
ibmrs6000.inp
ibms390.h * lisp.h: 2008-07-11 02:30:26 +00:00
ibms390x.h * config.nt (HAVE_FACES): Remove, unused. 2008-07-13 07:35:26 +00:00
intel386.h * lisp.h: 2008-07-11 02:30:26 +00:00
iris4d.h * lisp.h: 2008-07-11 02:30:26 +00:00
m68k.h * lisp.h: 2008-07-11 02:30:26 +00:00
macppc.h * config.nt (HAVE_FACES): Remove, unused. 2008-07-13 07:35:26 +00:00
mips.h * syswait.h: Remove old if 0 code. Do not define WAITTYPE, it was 2008-07-12 05:31:23 +00:00
README
sparc.h * lisp.h: 2008-07-11 02:30:26 +00:00
template.h * lisp.h: 2008-07-11 02:30:26 +00:00
vax.h * lisp.h: 2008-07-11 02:30:26 +00:00
xtensa.h * lisp.h: 2008-07-11 02:30:26 +00:00

This directory contains C header files containing machine-specific
definitions.  Each file describes a particular machine.  The emacs
configuration script edits ../config.h to include the appropriate one of
these files, and then each emacs source file includes config.h.

template.h is a generic template for machine descriptions; it
describes the parameters a machine file can specify.