emacs/src/s
Glenn Morris d02eb359e6 Move PENDING_OUTPUT_COUNT from src/s to configure
* configure.ac (PENDING_OUTPUT_COUNT): Move here from src/s.

* src/s/cygwin.h, src/s/darwin.h, src/s/freebsd.h, src/s/netbsd.h:
* src/s/unixware.h: Move PENDING_OUTPUT_COUNT definition to configure.
2012-07-10 00:37:17 -07: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 PENDING_OUTPUT_COUNT from src/s to configure 2012-07-10 00:37:17 -07:00
darwin.h Move PENDING_OUTPUT_COUNT from src/s to configure 2012-07-10 00:37:17 -07:00
freebsd.h Move PENDING_OUTPUT_COUNT from src/s to configure 2012-07-10 00:37:17 -07:00
gnu-linux.h Remove src/s/sol2-10.h 2012-06-12 15:03:32 -04:00
gnu.h Move DATA_START, DATA_SEG_BITS from src/s to configure 2012-07-10 00:15:05 -07:00
hpux10-20.h Move DATA_START, DATA_SEG_BITS from src/s to configure 2012-07-10 00:15:05 -07:00
irix6-5.h Move DATA_START, DATA_SEG_BITS from src/s to configure 2012-07-10 00:15:05 -07:00
ms-w32.h Update Windows port to gnulib changes in 2012-07-06T21:07:46Z!eggert@cs.ucla.edu. 2012-07-07 02:20:56 +02:00
msdos.h Move SYSTEM_TYPE from src/s to configure 2012-06-11 19:17:11 -04:00
netbsd.h Move PENDING_OUTPUT_COUNT from src/s to configure 2012-07-10 00:37:17 -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 Rename configure.in to configure.ac. 2012-07-08 21:52:49 -07:00
unixware.h Move PENDING_OUTPUT_COUNT from src/s to configure 2012-07-10 00:37:17 -07: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.