1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-03 14:10:47 -08:00
emacs/src/s
Glenn Morris 16192a5711 Remove some unused definitions from src/s
* src/s/bsd-common.h (BSD4_3):
* src/s/usg5-4-common.h (USG5_4): No longer define; unused.

* admin/CPP-DEFINES, src/s/template.h: Related edits.
2012-06-13 14:11:05 -04:00
..
aix4-2.h Move SYSTEM_TYPE from src/s to configure 2012-06-11 19:17:11 -04:00
bsd-common.h Remove some unused definitions from src/s 2012-06-13 14:11:05 -04:00
cygwin.h Move SYSTEM_TYPE from src/s to configure 2012-06-11 19:17:11 -04:00
darwin.h Move NO_TERMIO, BROKEN_SIGIO from src/s to configure 2012-06-12 13:43:09 -04:00
freebsd.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
gnu-linux.h Remove src/s/sol2-10.h 2012-06-12 15:03:32 -04:00
gnu.h * src/s/gnu.h (POSIX_SIGNALS): Remove (again). 2012-06-12 22:32:49 -04:00
hpux10-20.h Move NO_TERMIO, BROKEN_SIGIO from src/s to configure 2012-06-12 13:43:09 -04:00
irix6-5.h Move SYSTEM_TYPE from src/s to configure 2012-06-11 19:17:11 -04:00
ms-w32.h Move SYSTEM_TYPE from src/s to configure 2012-06-11 19:17:11 -04:00
msdos.h Move SYSTEM_TYPE from src/s to configure 2012-06-11 19:17:11 -04:00
netbsd.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
README
sol2-6.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
template.h Remove some unused definitions from src/s 2012-06-13 14:11:05 -04:00
unixware.h Remove HAVE_SYSV_SIGPAUSE unused remnants 2012-06-12 22:39:20 -04:00
usg5-4-common.h Remove some unused definitions from src/s 2012-06-13 14:11:05 -04: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.