1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-23 00:10:48 -08:00
emacs/src/s
Peter O'Gorman 6de1218f3c Two more hunks from the HP-UX patch at Bug#6811.
* configure.in: Add HP-UX on IA64 (Bug#6811).
* src/s/hpux11.h: Set CANNOT_DUMP on IA64 (Bug#6811).
2011-01-23 17:00:22 -05:00
..
aix4-2.h Add 2011 to FSF/AIST copyright years. 2011-01-02 15:50:46 -08:00
bsd-common.h Add 2011 to FSF/AIST copyright years. 2011-01-02 15:50:46 -08:00
cygwin.h Add 2011 to FSF/AIST copyright years. 2011-01-02 15:50:46 -08:00
darwin.h Add 2011 to FSF/AIST copyright years. 2011-01-02 15:50:46 -08:00
freebsd.h Add 2011 to FSF/AIST copyright years. 2011-01-02 15:50:46 -08:00
gnu-kfreebsd.h
gnu-linux.h Add 2011 to FSF/AIST copyright years. 2011-01-02 15:50:46 -08:00
gnu.h Add 2011 to FSF/AIST copyright years. 2011-01-02 15:50:46 -08:00
hpux10-20.h Add 2011 to FSF/AIST copyright years. 2011-01-02 15:50:46 -08:00
hpux11.h Two more hunks from the HP-UX patch at Bug#6811. 2011-01-23 17:00:22 -05:00
irix6-5.h Add 2011 to FSF/AIST copyright years. 2011-01-02 15:50:46 -08:00
lynxos.h Add 2011 to FSF/AIST copyright years. 2011-01-02 15:50:46 -08:00
ms-w32.h Add 2011 to FSF/AIST copyright years. 2011-01-02 15:50:46 -08:00
msdos.h Add 2011 to FSF/AIST copyright years. 2011-01-02 15:50:46 -08:00
netbsd.h Distinguish between terminfo and termcap on NetBSD (Bug#7642). 2011-01-11 21:29:23 -05:00
openbsd.h
README
sol2-3.h Add 2011 to FSF/AIST copyright years. 2011-01-02 15:50:46 -08:00
sol2-4.h
sol2-5.h
sol2-6.h
sol2-10.h * sysdep.c (system_process_attributes): Add implementation for Solaris. 2008-12-19 20:58:37 +00:00
template.h Add 2011 to FSF/AIST copyright years. 2011-01-02 15:50:46 -08:00
unixware.h
usg5-4-2.h Add 2011 to FSF/AIST copyright years. 2011-01-02 15:50:46 -08:00
usg5-4.h Add 2011 to FSF/AIST copyright years. 2011-01-02 15:50:46 -08: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.