1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00
emacs/src/s
Eli Zaretskii 7b4ded6d79 (USER_FULL_NAME): Define.
(SYSTEM_PURESIZE_EXTRA): Bump up to 100K.
2008-08-23 16:51:11 +00:00
..
aix4-2.h * config.in: Regenerate. 2008-07-23 06:26:32 +00:00
bsd-common.h * config.in: Regenerate. 2008-07-23 06:26:32 +00:00
cygwin.h * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs. 2008-07-24 18:45:45 +00:00
darwin.h Undefine HAVE_RES_INIT, which appears to be harmful on OS X. 2008-08-14 00:51:41 +00:00
freebsd.h * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): 2008-07-23 06:39:16 +00:00
gnu-kfreebsd.h
gnu-linux.h (HAVE_PROCFS, LISTPROC, PROCATTR): New defines. 2008-08-02 16:19:03 +00:00
gnu.h
hpux10-20.h * config.in: Regenerate. 2008-07-23 06:26:32 +00:00
hpux11.h
irix6-5.h
lynxos.h
ms-w32.h * s/ms-w32.h (MULTI_KBOARD): Remove. 2008-07-31 02:47:32 +00:00
msdos.h (USER_FULL_NAME): Define. 2008-08-23 16:51:11 +00:00
netbsd.h * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): 2008-07-23 06:39:16 +00:00
openbsd.h
README
sol2-3.h * s/sol2-3.h: Insert contents of s/sol2.h. 2008-07-20 14:14:52 +00:00
sol2-4.h
sol2-5.h
sol2-6.h
template.h * bitmaps/README: 2008-07-31 05:33:56 +00:00
unixware.h
usg5-4-2.h
usg5-4.h * s/usg5-4.h (ADDR_CORRECT): Remove, unused. 2008-07-23 08:29:24 +00: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.