1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-03 14:10:47 -08:00
emacs/src/s
2010-10-19 13:44:07 +02:00
..
aix4-2.h Remove HAVE_TERMIOS definitions. 2010-09-20 14:38:50 +03:00
bsd-common.h Remove HAVE_TERMIOS definitions. 2010-09-20 14:38:50 +03:00
cygwin.h Merge changes from emacs-23 branch. 2010-10-19 13:44:07 +02:00
darwin.h Remove HAVE_TERMIOS definitions. 2010-09-20 14:38:50 +03:00
freebsd.h * src/s/freebsd.h (DECLARE_GETPWUID_WITH_UID_T): Remove, unused. 2010-08-08 13:26:12 -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 HAVE_TERMIOS definitions. 2010-09-20 14:38:50 +03:00
gnu.h NOT_C_CODE is always true now. 2010-06-02 22:29:02 -07:00
hpux10-20.h Remove HAVE_TERMIOS definitions. 2010-09-20 14:38:50 +03:00
hpux11.h Remove POSIX_SIGNALS. 2010-05-03 21:00:10 -07:00
irix6-5.h Rename s/usg5-4.h -> s/usg5-4-common.h. 2010-07-29 11:34:39 -07:00
ms-w32.h Fix the w32 build after 2010-08-22T15:14:37Z!dann@ics.uci.edu. 2010-08-22 20:00:08 +03:00
msdos.h Replace tests for SYSV_SYSTEM_DIR with HAVE_DIRENT_H, set via autoconf 2010-07-29 22:01:08 +02:00
netbsd.h NOT_C_CODE is always true now. 2010-06-02 22:29:02 -07:00
openbsd.h Move TERMINFO, LIBS_TERMCAP from cpp to configure. 2010-05-07 19:05:24 -07:00
README
sol2-6.h Rename s/usg5-4.h -> s/usg5-4-common.h. 2010-07-29 11:34:39 -07:00
sol2-10.h Remove some cpp that is internal to configure.in. 2010-06-29 19:48:54 -07:00
template.h Remove HAVE_TERMIOS definitions. 2010-09-20 14:38:50 +03:00
unixware.h Remove redundant HAVE_TCATTR defines. 2010-08-20 15:36:07 -07:00
usg5-4-common.h Remove HAVE_TERMIOS definitions. 2010-09-20 14:38:50 +03: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.