1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 09:51:22 -08:00
emacs/src/s
Eli Zaretskii 581355cc06 Discourage in comments from defining HAVE_GETCWD on MS-Windows.
src/s/ms-w32.h: Discourage from defining HAVE_GETCWD.
 nt/config.nt: Discourage from defining HAVE_GETCWD.
2012-03-29 22:06:39 +02:00
..
aix4-2.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
bsd-common.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
cygwin.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
darwin.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
freebsd.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnu-kfreebsd.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
gnu-linux.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnu.h * src/s/gnu.h: Define POSIX_SIGNALS. 2012-01-28 11:11:41 +08:00
hpux10-20.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08: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 Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ms-w32.h Discourage in comments from defining HAVE_GETCWD on MS-Windows. 2012-03-29 22:06:39 +02:00
msdos.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
netbsd.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
openbsd.h Port to OpenBSD. 2011-07-19 10:33:06 -07:00
README
sol2-6.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
sol2-10.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
template.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
unixware.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
usg5-4-common.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08: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.