emacs/src/s
Dan Nicolaescu 5e5a3b92e4 Simplify code for HP machines.
* m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
for GNU_LINUX, not needed.
(UNEXEC, NEED_BSDTTY): Move definitions...
* s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
2010-04-06 23:11:45 -07:00
..
aix4-2.h Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG. 2010-03-29 19:47:23 -07:00
bsd-common.h Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG. 2010-03-29 19:47:23 -07:00
cygwin.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
darwin.h Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG. 2010-03-29 19:47:23 -07:00
freebsd.h Consolidate redundant definitions in s/bsd-common.h. 2010-03-20 00:57:11 -07:00
gnu-kfreebsd.h Petr Salinger <Petr.Salinger at seznam.cz>: New file. 2007-11-28 08:16:55 +00:00
gnu-linux.h Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG. 2010-03-29 19:47:23 -07:00
gnu.h Consolidate redundant definitions in s/bsd-common.h. 2010-03-20 00:57:11 -07:00
hpux10-20.h Simplify code for HP machines. 2010-04-06 23:11:45 -07:00
hpux11.h * src/fileio.c: 2008-07-10 15:26:15 +00:00
irix6-5.h * m/iris4d.h (UNEXEC): Move definition ... 2010-04-06 23:01:30 -07:00
ms-w32.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
msdos.h * m/intel386.h (NO_REMAP): Move definition ... 2010-04-02 17:24:53 -07:00
netbsd.h Remove extern errno declarations. 2010-04-01 20:10:33 -07:00
openbsd.h * s/openbsd.h: Remove support for non-ELF and for systems that do 2010-03-19 22:18:05 -07:00
README
sol2-6.h Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG. 2010-03-29 19:47:23 -07:00
sol2-10.h * sysdep.c (system_process_attributes): Add implementation for Solaris. 2008-12-19 20:58:37 +00:00
template.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
unixware.h Consolidate redundant definitions. 2010-03-20 00:09:31 -07:00
usg5-4.h Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG. 2010-03-29 19:47:23 -07: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.