source: trunk/third/cns/src/include/c-alpha.h @ 8789

Revision 8789, 600 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8788, which included commits to RCS files with non-trunk default branches.
Line 
1/*
2 * c-alpha.h
3 *
4 * Copyright 1988, 1993 by the Massachusetts Institute of Technology.
5 *
6 * For copying and distribution information, please see the file
7 * <mit-copyright.h>.
8 *
9 * Machine-type definitions: DEC Alpha AXP
10 */
11
12#include "mit-copyright.h"
13
14#define KRB_INT32       int
15
16#define BITS32
17#define BITS64
18#define BIG
19#define LSBFIRST
20#define HOST_BYTE_ORDER LSB_FIRST
21#define BSDUNIX
22#define MUSTALIGN
23#define DONT_DECLARE_TIME
24typedef void sigtype;   /* Signal handler functions are declared "void".  */
25
26/* Used in various places, appl/bsd, email/POP, kadmin, lib/krb */
27#define USE_UNISTD_H    1
Note: See TracBrowser for help on using the repository browser.