comparison src/m/template.h @ 108639:cfaca963d899

* src/[ms]/template.h: Comments.
author Glenn Morris <rgm@gnu.org>
date Mon, 17 May 2010 19:59:15 -0700
parents 6fcaca6266ae
children d268237e3481
comparison
equal deleted inserted replaced
108638:08c1b90a24ee 108639:cfaca963d899
67 You'd think this would go in an operating-system description file, 67 You'd think this would go in an operating-system description file,
68 but since it only occurs on some, but not all, BSD systems, the 68 but since it only occurs on some, but not all, BSD systems, the
69 reasonable place to select for it is in the machine description file. */ 69 reasonable place to select for it is in the machine description file. */
70 #define NO_SOCK_SIGIO 70 #define NO_SOCK_SIGIO
71 71
72 /* After adding support for a new system, modify the large case 72 /* After adding support for a new machine, modify the large case
73 statement in the `configure' script to recognize reasonable 73 statement in configure.in to recognize reasonable
74 configuration names, and add a description of the system to 74 configuration names, and add a description of the system to
75 `etc/MACHINES'. 75 `etc/MACHINES'.
76
77 Check for any tests of $machine in configure.in, and add an entry
78 for the new machine if needed.
76 79
77 If you've just fixed a problem in an existing configuration file, 80 If you've just fixed a problem in an existing configuration file,
78 you should also check `etc/MACHINES' to make sure its descriptions 81 you should also check `etc/MACHINES' to make sure its descriptions
79 of known problems in that configuration should be updated. */ 82 of known problems in that configuration should be updated. */
80 83