annotate src/m/alliant1.h @ 28923:dcafe3c9cd6c
(sh-while-getopts) <sh>: Handle case that
user-specified option string is empty.
| author |
Gerd Moellmann <gerd@gnu.org> |
| date |
Mon, 15 May 2000 20:14:39 +0000 |
| parents |
e442bb589751 |
| children |
23a1cea22d13 |
| rev |
line source |
|
457
|
1 /* config.h should include this file for version 1 of Alliant's
|
|
|
2 operating system. */
|
|
|
3
|
|
|
4 /* The following line tells the configuration script what sort of
|
|
|
5 operating system this machine is likely to run.
|
|
|
6 USUAL-OPSYS="bsd4-2" */
|
|
|
7
|
|
|
8 #define ALLIANT_1
|
|
|
9 #include "alliant.h"
|