BSD 4_3_Net_2 release
[unix-history] / usr / src / kerberosIV / include / conf-bsdvax.h
CommitLineData
ec50165e
C
1/*
2 * $Source: /mit/kerberos/src/include/RCS/conf-bsdvax.h,v $
3 * $Author: jtkohl $
4 * $Header: conf-bsdvax.h,v 4.0 89/01/23 09:58:12 jtkohl Exp $
5 *
6 * Copyright 1988 by the Massachusetts Institute of Technology.
7 *
8 * For copying and distribution information, please see the file
9 * <mit-copyright.h>.
10 *
11 * Machine-type definitions: VAX
12 */
13
14#include <mit-copyright.h>
15
16#define VAX
17#define BITS32
18#define BIG
19#define LSBFIRST
20#define BSDUNIX
21
22#ifndef __STDC__
23#ifndef NOASM
24#define VAXASM
25#endif /* no assembly */
26#endif /* standard C */