1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-21 12:03:55 -08:00
emacs/src/s
Glenn Morris a9be7d2b19 Move SYSTEM_TYPE from src/s to configure
* configure.in (SYSTEM_TYPE): New AC_DEFINE.

* msdos/sed2v2.inp (SYSTEM_TYPE): Set it.

* nt/config.nt (SYSTEM_TYPE): Define it.

* src/s/aix4-2.h, src/s/bsd-common.h, src/s/cygwin.h, src/s/darwin.h:
* src/s/gnu-kfreebsd.h, src/s/gnu-linux.h, src/s/gnu.h, src/s/hpux10-20.h:
* src/s/irix6-5.h, src/s/ms-w32.h, src/s/msdos.h, src/s/template.h:
* src/s/usg5-4-common.h: Remove SYSTEM_TYPE.
2012-06-11 19:17:11 -04:00
..
aix4-2.h Move SYSTEM_TYPE from src/s to configure 2012-06-11 19:17:11 -04:00
bsd-common.h Move SYSTEM_TYPE from src/s to configure 2012-06-11 19:17:11 -04:00
cygwin.h Move SYSTEM_TYPE from src/s to configure 2012-06-11 19:17:11 -04:00
darwin.h Move SYSTEM_TYPE from src/s to configure 2012-06-11 19:17:11 -04:00
freebsd.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
gnu-kfreebsd.h Move SYSTEM_TYPE from src/s to configure 2012-06-11 19:17:11 -04:00
gnu-linux.h Move SYSTEM_TYPE from src/s to configure 2012-06-11 19:17:11 -04:00
gnu.h Move SYSTEM_TYPE from src/s to configure 2012-06-11 19:17:11 -04:00
hpux10-20.h Move SYSTEM_TYPE from src/s to configure 2012-06-11 19:17:11 -04:00
hpux11.h Two more hunks from the HP-UX patch at Bug#6811. 2011-01-23 17:00:22 -05: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
openbsd.h Port to OpenBSD. 2011-07-19 10:33:06 -07:00
README
sol2-6.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
sol2-10.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
template.h Move SYSTEM_TYPE from src/s to configure 2012-06-11 19:17:11 -04:00
unixware.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
usg5-4-common.h Move SYSTEM_TYPE from src/s to configure 2012-06-11 19:17:11 -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.