BSD 4_3_Net_2 release
[unix-history] / usr / src / contrib / isode / config / sunos4.h
CommitLineData
5f522de8
C
1/* sunos4.h - site configuration file for SunOS release 4 */
2
3/*
4 * $Header: /f/osi/config/RCS/sunos4.h,v 7.2 91/02/22 09:17:01 mrose Interim $
5 *
6 *
7 * $Log: sunos4.h,v $
8 * Revision 7.2 91/02/22 09:17:01 mrose
9 * Interim 6.8
10 *
11 * Revision 7.1 90/07/09 14:33:01 mrose
12 * sync
13 *
14 * Revision 7.0 89/11/23 21:26:24 mrose
15 * Release 6.0
16 *
17 */
18
19/*
20 * NOTICE
21 *
22 * Acquisition, use, and distribution of this module and related
23 * materials are subject to the restrictions of a license agreement.
24 * Consult the Preface in the User's Manual for the full terms of
25 * this agreement.
26 *
27 */
28
29
30#ifndef _CONFIG_
31#define _CONFIG_
32
33#define BSD42 /* Berkeley UNIX */
34#define SUNOS4 /* with Sun's enhancements */
35#define WRITEV /* (sort of) real Berkeley UNIX */
36#define BSD43 /* 4.3BSD or later */
37
38#define VSPRINTF /* has vprintf(3s) routines */
39
40#define TCP /* has TCP/IP (of course) */
41#define SOCKETS /* provided by sockets */
42
43#define GETDENTS /* has getdirent(2) call */
44#define NFS /* network filesystem -- has getdirentries */
45
46#endif