1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00
emacs/src/s
Dan Nicolaescu f4f634e8de * sysdep.c (system_process_attributes): Add implementation for Solaris.
* s/sol2-10.h (HAVE_PROCFS, _STRUCTURED_PROC): New defines.
2008-12-19 20:58:37 +00:00
..
aix4-2.h
bsd-common.h
cygwin.h
darwin.h Undefine HAVE_RES_INIT, which appears to be harmful on OS X. 2008-08-14 00:51:41 +00:00
freebsd.h
gnu-kfreebsd.h
gnu-linux.h Reorganize implementation of Flist_system_processes and 2008-12-19 19:50:35 +00:00
gnu.h
hpux10-20.h
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 (SYSTEM_PURESIZE_EXTRA): Decrease to 10000. 2008-10-10 08:55:41 +00:00
netbsd.h
openbsd.h
README
sol2-3.h
sol2-4.h
sol2-5.h
sol2-6.h
sol2-10.h * sysdep.c (system_process_attributes): Add implementation for Solaris. 2008-12-19 20:58:37 +00:00
template.h * bitmaps/README: 2008-07-31 05:33:56 +00:00
unixware.h
usg5-4-2.h
usg5-4.h

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.