DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T b

⟦6dbd3b49e⟧ TextFile

    Length: 1021 (0x3fd)
    Types: TextFile
    Names: »bsd43.h«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦e83f91978⟧ »EurOpenD22/isode/osimis-2.0.tar.Z« 
        └─⟦d846658bd⟧ 
            └─⟦this⟧ »osimis/misode/config/bsd43.h« 

TextFile

/* bsd43.h - site configuration file for 4.3BSD UNIX */

/* 
 * $Header: /usr/files/osi/config/RCS/bsd43.h,v 6.0 89/06/09 08:13:03 mrose Exp $
 *
 *
 * $Log:	bsd43.h,v $
 * Revision 6.0  89/06/09  08:13:03  mrose
 * *** empty log message ***
 * 
 * Revision 5.2  89/06/09  08:11:35  mrose
 * touch-up
 * 
 * Revision 5.1  89/06/05  04:31:06  mrose
 * touch-up
 * 
 * Revision 5.0  89/06/01  22:25:47  mrose
 * *** empty log message ***
 * 
 */

/*
 *				  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	TCP			/* has TCP/IP (of course) */
#define	SOCKETS			/*   provided by sockets */

#define	NFS			/* network file system -- has getdirentries */

#endif