mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-19 01:10:57 -08:00
* 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. |
||
|---|---|---|
| .. | ||
| alpha.h | ||
| amdx86-64.h | ||
| arm.h | ||
| hp800.h | ||
| ia64.h | ||
| ibmrs6000.h | ||
| ibmrs6000.inp | ||
| ibms390.h | ||
| ibms390x.h | ||
| intel386.h | ||
| iris4d.h | ||
| m68k.h | ||
| macppc.h | ||
| mips.h | ||
| README | ||
| sparc.h | ||
| template.h | ||
| vax.h | ||
| xtensa.h | ||
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.