mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-02 10:11:05 -08:00
* s/usg5-4.h (LIBS_DEBUG): * s/irix6-5.h (C_DEBUG_SWITCH): * s/gnu-linux.h (LIBS_DEBUG): * s/darwin.h (LIBS_DEBUG): * s/bsd-common.h (LIBS_DEBUG): * s/aix4-2.h (LIBS_DEBUG, C_DEBUG_SWITCH): * m/iris4d.h (LIBS_DEBUG): * m/hp800.h (LIBS_DEBUG): Remove definitions. * Makefile.in (LIBES): Remove reference to LIBS_DEBUG. (LIBS_DEBUG): Remove definition. * configure.in: Remove all references to C_DEBUG_SWITCH. |
||
|---|---|---|
| .. | ||
| 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 | ||
| sh3.h | ||
| 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.