diff options
| author | Dave Love | 1999-10-01 12:43:57 +0000 |
|---|---|---|
| committer | Dave Love | 1999-10-01 12:43:57 +0000 |
| commit | b8098ef87f7ae6a626e6f91dbffc330e9acc6b53 (patch) | |
| tree | 7e828637fd2d8af2aaadde68de8eedd6833c5dff /src/s/README | |
| parent | 33682909de64d08b7cbb63230ed3c17e45c9afc1 (diff) | |
| download | emacs-b8098ef87f7ae6a626e6f91dbffc330e9acc6b53.tar.gz emacs-b8098ef87f7ae6a626e6f91dbffc330e9acc6b53.zip | |
#
Diffstat (limited to 'src/s/README')
| -rw-r--r-- | src/s/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/s/README b/src/s/README new file mode 100644 index 00000000000..c02097e257d --- /dev/null +++ b/src/s/README | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | This directory contains C header files containing | ||
| 2 | operating-system-specific definitions. Each file describes a | ||
| 3 | particular operating system. The emacs configuration script edits | ||
| 4 | ../config.h to include the appropriate one of these files, and then | ||
| 5 | each emacs source file includes config.h. | ||
| 6 | |||
| 7 | template.h is a generic template for system descriptions; it describes | ||
| 8 | the parameters a system file can specify. | ||