BSD 4_3_Net_2 development
[unix-history] / usr / src / contrib / isode / config / sys52-exos.h
CommitLineData
5f522de8
C
1/* sys52-exos.h - site configuration file for SVR2 with EXOS 8044 card */
2
3/*
4 * $Header: /f/osi/config/RCS/sys52-exos.h,v 7.1 91/02/22 09:17:03 mrose Interim $
5 *
6 *
7 * $Log: sys52-exos.h,v $
8 * Revision 7.1 91/02/22 09:17:03 mrose
9 * Interim 6.8
10 *
11 * Revision 7.0 89/11/23 21:26:26 mrose
12 * Release 6.0
13 *
14 */
15
16/*
17 * NOTICE
18 *
19 * Acquisition, use, and distribution of this module and related
20 * materials are subject to the restrictions of a license agreement.
21 * Consult the Preface in the User's Manual for the full terms of
22 * this agreement.
23 *
24 */
25
26
27#ifndef _CONFIG_
28#define _CONFIG_
29
30#define SYS5 /* AT&T UNIX */
31
32#define VSPRINTF /* has vprintf(3s) routines */
33
34#define TCP /* has TCP/IP */
35#define EXOS /* provided by EXOS 8044 card */
36
37#ifdef sgi /* screwy compiler! */
38#define register
39#endif
40
41#endif