1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-28 02:40:46 -08:00
emacs/src/s
Dan Nicolaescu 76b397fb2a Simplify Irix build, remove iris4d.h file.
* configure.in: Remove reference to iris4d.h.

* src/m/iris4d.h: Remove file, move contents ...
* src/s/irix6-5.h: ... here.
2011-07-06 20:24:33 -07:00
..
aix4-2.h
bsd-common.h
cygwin.h
darwin.h
freebsd.h
gnu-kfreebsd.h
gnu-linux.h
gnu.h
hpux10-20.h
hpux11.h
irix6-5.h Simplify Irix build, remove iris4d.h file. 2011-07-06 20:24:33 -07:00
ms-w32.h Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef. 2011-04-22 20:07:16 -07:00
msdos.h
netbsd.h
openbsd.h
README
sol2-6.h * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl. 2011-04-16 15:06:00 -07:00
sol2-10.h
template.h Remove (RET)SIGTYPE; it is identical to void on all supported systems. 2011-03-26 19:27:11 -07:00
unixware.h * s/sol2-6.h, s/unixware.h (PTY_TTY_NAME_SPRINTF): Protoize decl. 2011-04-16 15:06:00 -07:00
usg5-4-common.h * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'. 2011-04-16 14:57:28 -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.