emacs/src/s
Eli Zaretskii 9d9d12cdf3 Initial version of fix for the MS-DOS build, not yet tested.
config.bat: Configure in `lib'.
 msdos/sedlibmk.inp: New file.
 msdos/sedlibcf.inp: New file.
 msdos/sed1v2.inp (NS_OBJC_OBJ): Edit to empty.
 (@true): Edit to "@rem".
 (move-if-change): Edit to "update".
 (echo): Edit to "djecho".
 (cd $(lib) && ...): Edit to "$(MAKE) -C ...".
 msdos/mainmake.v2 (version): Remove, no longer needed (config.in
 defines VERSION).
 (all): Add lib.
 (lib): New target and recipe.
 (lib-src): Depend on lib.
 (src): Depend on lib and lib-src.
 (clean, mostlyclean, distclean, maintainer-clean, extraclean)
 (bootstrap-clean): Recurse into lib.
 msdos/sed2v2.inp: Remove workaround for the "#if ! HAVE_MKTIME ||
 BROKEN_MKTIME" stuff -- it's no longer in src/config.in.
 (HAVE_ATTRIBUTE_ALIGNED, HAVE_C99_STRTOLD, HAVE_DECL_GETENV)
 (HAVE__BOOL): Edit to 1.
 (VERSION, inline, restrict): Edit for DJGPP.
 src/s/msdos.h (strtold): Define to _strtold.
 admin/admin.el (set-version): Add msdos/sed2v2.inp.
2011-02-19 17:57:35 +02:00
..
aix4-2.h Import getloadavg module from gnulib. 2011-02-15 16:33:44 -08:00
bsd-common.h Import getloadavg module from gnulib. 2011-02-15 16:33:44 -08:00
cygwin.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
darwin.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
freebsd.h Import getloadavg module from gnulib. 2011-02-15 16:33:44 -08:00
gnu-kfreebsd.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
gnu-linux.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
gnu.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
hpux10-20.h Import getloadavg module from gnulib. 2011-02-15 16:33:44 -08:00
hpux11.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
irix6-5.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
ms-w32.h src/s/ms-w32.h (getloadavg): Declare prototype which was removed from lisp.h. 2011-02-16 20:47:21 +02:00
msdos.h Initial version of fix for the MS-DOS build, not yet tested. 2011-02-19 17:57:35 +02:00
netbsd.h Import getloadavg module from gnulib. 2011-02-15 16:33:44 -08:00
openbsd.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
README
sol2-6.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
sol2-10.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
template.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
unixware.h Import getloadavg module from gnulib. 2011-02-15 16:33:44 -08:00
usg5-4-common.h Import getloadavg module from gnulib. 2011-02-15 16:33:44 -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.