BSD 4_3_Net_2 release
[unix-history] / usr / src / contrib / isode / config / aux.h
CommitLineData
5f522de8
C
1/* aux.h - config file for A/UX running 1.1 */
2
3/*
4 * $Header: /f/osi/config/RCS/aux.h,v 7.1 91/02/22 09:16:22 mrose Interim $
5 *
6 * Contributed by Julian Onions, Nottingham University
7 *
8 *
9 * $Log: aux.h,v $
10 * Revision 7.1 91/02/22 09:16:22 mrose
11 * Interim 6.8
12 *
13 * Revision 7.0 89/11/23 21:25:39 mrose
14 * Release 6.0
15 *
16 */
17
18/*
19 * NOTICE
20 *
21 * Acquisition, use, and distribution of this module and related
22 * materials are subject to the restrictions of a license agreement.
23 * Consult the Preface in the User's Manual for the full terms of
24 * this agreement.
25 *
26 */
27
28
29#ifndef _CONFIG_
30#define _CONFIG_
31
32#define SYS5 /* AT&T UNIX */
33#define AUX /* with Apple's enhancements */
34#define WRITEV /* that include the writev call */
35
36#define VSPRINTF
37
38#define TCP /* has TCP/IP */
39#define SOCKETS /* provided by sockets */
40
41#define NFS /* network file system -- has getdirentries */
42
43#define RFINGER "/usr/ucb/finger"
44
45#endif