Start development on 386BSD 0.0
[unix-history] / .ref-BSD-4_3_Net_2 / usr / src / contrib / isode / h / config.h
CommitLineData
5f522de8
C
1/* bsd44.h - site configuration file for 4.4BSD UNIX */
2
3/*
4 * $Header: /f/osi/config/RCS/bsd44.h,v 7.3 91/02/22 09:16:30 mrose Interim $
5 *
6 *
7 * $Log: bsd44.h,v $
8 * Revision 7.3 91/02/22 09:16:30 mrose
9 * Interim 6.8
10 *
11 * Revision 7.2 91/01/10 16:13:03 mrose
12 * x25
13 *
14 * Revision 7.1 90/07/09 14:32:41 mrose
15 * sync
16 *
17 * Revision 7.0 89/11/23 21:26:00 mrose
18 * Release 6.0
19 *
20 */
21
22/*
23 * NOTICE
24 *
25 * Acquisition, use, and distribution of this module and related
26 * materials are subject to the restrictions of a license agreement.
27 * Consult the Preface in the User's Manual for the full terms of
28 * this agreement.
29 *
30 */
31
32
33#ifndef _CONFIG_
34#define _CONFIG_
35
36#define BSD42 /* Berkeley UNIX */
37#define WRITEV /* real Berkeley UNIX */
38#define BSD43 /* 4.3BSD or later */
39#define BSD44 /* 4.4BSD to be precise! */
40
41#define X25
42#define UBC_X25
43#define UBC_X25_WRITEV
44
45#define VSPRINTF /* has vprintf(3s) routines */
46
47#define TCP /* has TCP/IP (of course) */
48#define SOCKETS /* provided by sockets */
49
50#define TP4 /* has TP4 */
51#define BSD_TP4 /* provided by UCB/UWisc */
52
53#define GETDENTS /* has getdirent(2) call */
54#define NFS /* network file system -- has getdirentries */
55
56#endif