blob: 95f56cf1804f67dd5e7db7f5f49f382cf162d366 (
plain)
1
2
3
4
5
6
7
8
9
|
/* config.h should include this file for version 1 of Alliant's
operating system. */
/* The following line tells the configuration script what sort of
operating system this machine is likely to run.
USUAL-OPSYS="bsd4-2" */
#define ALLIANT_1
#include "alliant.h"
|