diff src/s/README @ 25844:8e1b437e5d04

#
author Dave Love <fx@gnu.org>
date Fri, 01 Oct 1999 12:43:57 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/s/README	Fri Oct 01 12:43:57 1999 +0000
@@ -0,0 +1,8 @@
+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.