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

Revision 8789, 497 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-apollo.h
3 *
4 * Copyright 1988 by the Massachusetts Institute of Technology.
5 *
6 * For copying and distribution information, please see the file
7 * <mit-copyright.h>.
8 *
9 * Description.
10 */
11
12#include "mit-copyright.h"
13
14#define BSDUNIX
15#define BITS32
16#define BIG
17#define MSBFIRST
18#define DES_SHIFT_SHIFT
19/*
20 * As of SR10, the C compiler claims to be __STDC__, but doesn't support
21 * const.  Sigh.
22 */
23#define const
24
25typedef void sigtype;   /* Signal handler functions are declared "void".  */
Note: See TracBrowser for help on using the repository browser.