|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T b
Length: 1090 (0x442) Types: TextFile Names: »bsd44.h«
└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0 └─⟦e83f91978⟧ »EurOpenD22/isode/osimis-2.0.tar.Z« └─⟦d846658bd⟧ └─⟦this⟧ »osimis/misode/config/bsd44.h«
/* bsd44.h - site configuration file for 4.4BSD UNIX */ /* * $Header: /f/osi/config/RCS/bsd44.h,v 6.3 89/09/13 17:16:02 mrose Exp $ * * * $Log: bsd44.h,v $ * Revision 6.3 89/09/13 17:16:02 mrose * bsd44 * * Revision 6.2 89/09/11 12:07:38 mrose * touch-up * * Revision 1.1 89/06/09 08:11:37 mrose * touch-up * */ /* * NOTICE * * Acquisition, use, and distribution of this module and related * materials are subject to the restrictions of a license agreement. * Consult the Preface in the User's Manual for the full terms of * this agreement. * */ #ifndef _CONFIG_ #define _CONFIG_ #define BSD42 /* Berkeley UNIX */ #define WRITEV /* real Berkeley UNIX */ #define BSD43 /* 4.3BSD or later */ #define BSD44 /* 4.4BSD to be precise! */ #define VSPRINTF /* has vprintf(3s) routines */ #define TCP /* has TCP/IP (of course) */ #define SOCKETS /* provided by sockets */ #define TP4 /* has TP4 */ #define BSD_TP4 /* provided by UCB/UWisc */ #define NFS /* network file system -- has getdirentries */ #endif