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

Revision 8789, 443 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 * Copyright 1988 by the Massachusetts Institute of Technology.
3 *
4 * For copying and distribution information, please see the file
5 * <mit-copyright.h>.
6 *
7 * Machine-type definitions: 68000 with BSD Unix, e.g. SUN
8 */
9
10#include "mit-copyright.h"
11
12#define BITS32
13#define BIG
14#define MSBFIRST
15#define HOST_BYTE_ORDER MSB_FIRST
16#define BSDUNIX
17
18typedef void sigtype;   /* Signal handler functions are declared "void".  */
19
20#define HAVE_GETENV
Note: See TracBrowser for help on using the repository browser.