diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/template.h | 10 | ||||
| -rw-r--r-- | src/s/template.h | 11 |
2 files changed, 21 insertions, 0 deletions
diff --git a/src/m/template.h b/src/m/template.h index b84f4e3a43c..fcf0b702758 100644 --- a/src/m/template.h +++ b/src/m/template.h | |||
| @@ -117,3 +117,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 117 | */ | 117 | */ |
| 118 | 118 | ||
| 119 | #define NO_SOCK_SIGIO | 119 | #define NO_SOCK_SIGIO |
| 120 | |||
| 121 | |||
| 122 | /* After adding support for a new system, modify the large case | ||
| 123 | statement in the `configure' script to recognize reasonable | ||
| 124 | configuration names, and add a description of the system to | ||
| 125 | `etc/MACHINES'. | ||
| 126 | |||
| 127 | If you've just fixed a problem in an existing configuration file, | ||
| 128 | you should also check `etc/MACHINES' to make sure its descriptions | ||
| 129 | of known problems in that configuration should be updated. */ | ||
diff --git a/src/s/template.h b/src/s/template.h index adc4bef2360..9f5cbe76204 100644 --- a/src/s/template.h +++ b/src/s/template.h | |||
| @@ -164,3 +164,14 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 164 | Note that emacs carefully avoids static vars inside functions. */ | 164 | Note that emacs carefully avoids static vars inside functions. */ |
| 165 | 165 | ||
| 166 | /* #define static */ | 166 | /* #define static */ |
| 167 | |||
| 168 | |||
| 169 | |||
| 170 | /* After adding support for a new system, modify the large case | ||
| 171 | statement in the `configure' script to recognize reasonable | ||
| 172 | configuration names, and add a description of the system to | ||
| 173 | `etc/MACHINES'. | ||
| 174 | |||
| 175 | If you've just fixed a problem in an existing configuration file, | ||
| 176 | you should also check `etc/MACHINES' to make sure its descriptions | ||
| 177 | of known problems in that configuration should be updated. */ | ||