1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-28 07:50:48 -08:00
emacs/src/s
2010-10-18 08:23:41 -04:00
..
aix4-2.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
bsd-common.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
cygwin.h * src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225). 2010-10-18 08:23:41 -04:00
darwin.h Use openpty for allocating pty on Darwin. Fix Bug#726 and Bug#5819. 2010-04-10 19:31:01 +09:00
freebsd.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
gnu-kfreebsd.h Petr Salinger <Petr.Salinger at seznam.cz>: New file. 2007-11-28 08:16:55 +00:00
gnu-linux.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
gnu.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
hpux10-20.h * src/s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New 2010-08-09 08:51:28 -07:00
hpux11.h * src/fileio.c: 2008-07-10 15:26:15 +00:00
irix6-5.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
lynxos.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
ms-w32.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
msdos.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
netbsd.h Backport from trunk: close bug#6190. 2010-05-20 21:06:34 -07:00
openbsd.h
README
sol2-3.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08: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
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
usg5-4-2.h Add 2010 to copyright years. 2010-01-13 00:35:10 -08:00
usg5-4.h Add 2010 to copyright years. 2010-01-13 00:35:10 -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.