1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00
emacs/src/s
2008-10-27 02:05:42 +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 Petr Salinger <Petr.Salinger at seznam.cz>: New file. 2007-11-28 08:16:55 +00:00
gnu-linux.h * gmalloc.c (__sbrk): Also define for uClibc. 2008-10-02 02:58:01 +00:00
gnu.h * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was 2008-07-20 13:03:56 +00:00
hpux10-20.h * config.in: Regenerate. 2008-07-23 06:26:32 +00:00
hpux11.h * src/fileio.c: 2008-07-10 15:26:15 +00:00
irix6-5.h * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was 2008-07-20 13:03:56 +00:00
lynxos.h * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was 2008-07-20 13:03:56 +00:00
ms-w32.h * s/ms-w32.h (MULTI_KBOARD): Remove. 2008-07-31 02:47:32 +00:00
msdos.h (SYSTEM_PURESIZE_EXTRA): Decrease to 10000. 2008-10-10 08:55:41 +00:00
netbsd.h * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): 2008-07-23 06:39:16 +00:00
openbsd.h (LD_SWITCH_SYSTEM): Remove /usr/pkg/lib and /usr/pkg/lib from 2006-11-22 15:17:47 +00:00
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 * s/sol2.h: 2008-07-17 14:09:13 +00:00
sol2-5.h * s/vms.h: 2008-07-10 03:26:06 +00:00
sol2-6.h
sol2-10.h Add arch tagline 2008-10-27 02:05:42 +00:00
template.h * bitmaps/README: 2008-07-31 05:33:56 +00:00
unixware.h
usg5-4-2.h * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was 2008-07-20 13:03:56 +00:00
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.