comparison src/config.in @ 604:63a8e7b3c547

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Wed, 01 Apr 1992 11:14:15 +0000
parents 8b101799ff37
children cde1f15848c6
comparison
equal deleted inserted replaced
603:470f556a9453 604:63a8e7b3c547
93 #define GLYPH unsigned char 93 #define GLYPH unsigned char
94 #endif 94 #endif
95 95
96 /* The configuration script links system.h to a s- file that describes 96 /* The configuration script links system.h to a s- file that describes
97 the system type you are using. 97 the system type you are using.
98 See the file ../share-lib/MACHINES for a list of systems and 98 See the file ../etc/MACHINES for a list of systems and
99 the names of the s- files to use for them. 99 the names of the s- files to use for them.
100 See s-template.h for documentation on writing s- files. */ 100 See s-template.h for documentation on writing s- files. */
101 #include "@opsystem@" 101 #include "@opsystem@"
102 102
103 /* The configuration script links machine.h to a m- file that 103 /* The configuration script links machine.h to a m- file that
104 describes the machine and system you use. 104 describes the machine and system you use.
105 See the file ../share-lib/MACHINES for a list of machines and 105 See the file ../etc/MACHINES for a list of machines and
106 the names of the m- files to use for them. 106 the names of the m- files to use for them.
107 See m-template.h for info on what m- files should define. */ 107 See m-template.h for info on what m- files should define. */
108 #include "@machine@" 108 #include "@machine@"
109 109
110 /* Load in the conversion definitions if this system 110 /* Load in the conversion definitions if this system