1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-18 04:42:04 -07:00
emacs/src/s
Dan Nicolaescu 7a14f2a03e * s/usg5-4.h (ADDR_CORRECT): Remove, unused.
* unexaix.c (ADDR_CORRECT): Remove conditional, the only user
defines it.
* unexec.c (ADDR_CORRECT): Define unconditionally.

* m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
2008-07-23 08:29:24 +00:00
..
aix4-2.h * config.in: Regenerate. 2008-07-23 06:26:32 +00:00
bsd-common.h * config.in: Regenerate. 2008-07-23 06:26:32 +00:00
cygwin.h * config.in: Regenerate. 2008-07-23 06:26:32 +00:00
darwin.h * s/darwin.h (DATA_END): 2008-07-23 06:34:41 +00:00
freebsd.h * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): 2008-07-23 06:39:16 +00:00
gnu-kfreebsd.h Petr Salinger <Petr.Salinger at seznam.cz>: New file. 2007-11-28 08:16:55 +00:00
gnu-linux.h * config.in: Regenerate. 2008-07-23 06:26:32 +00:00
gnu.h * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was 2008-07-20 13:03:56 +00:00
hpux10-20.h * config.in: Regenerate. 2008-07-23 06:26:32 +00:00
hpux11.h * src/fileio.c: 2008-07-10 15:26:15 +00:00
irix6-5.h * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was 2008-07-20 13:03:56 +00:00
lynxos.h * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was 2008-07-20 13:03:56 +00:00
ms-w32.h * config.in: Regenerate. 2008-07-23 06:26:32 +00:00
msdos.h * config.in: Regenerate. 2008-07-23 06:26:32 +00:00
netbsd.h * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): 2008-07-23 06:39:16 +00:00
openbsd.h
README
sol2-3.h * s/sol2-3.h: Insert contents of s/sol2.h. 2008-07-20 14:14:52 +00:00
sol2-4.h * s/sol2.h: 2008-07-17 14:09:13 +00:00
sol2-5.h * s/vms.h: 2008-07-10 03:26:06 +00:00
sol2-6.h
template.h * config.in: Regenerate. 2008-07-23 06:26:32 +00:00
unixware.h
usg5-4-2.h * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was 2008-07-20 13:03:56 +00:00
usg5-4.h * s/usg5-4.h (ADDR_CORRECT): Remove, unused. 2008-07-23 08:29:24 +00:00
vms.h * config.in: Regenerate. 2008-07-23 06:26:32 +00:00

This directory contains C header files containing
operating-system-specific definitions.  Each file describes a
particular operating system.  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 system descriptions; it describes
the parameters a system file can specify.