1#define OSF5
2#include "osf1.h"
3
4/* It's enough to define _OSF_SOURCE instead of _BSD.  */
5
6#undef C_SWITCH_SYSTEM
7#define C_SWITCH_SYSTEM	-D_OSF_SOURCE
8
9#ifndef NSIG			/* _OSF_SOURCE seems to get us this */
10#define NSIG __sys_nsig
11#endif
12
13/* We have missing/inconsistent prototypes on 5.0, at least.  */
14#define INHIBIT_X11R6_XIM
15
16#define USE_MMAP_FOR_BUFFERS	1
17
18#define TERMINFO
19#define LIBS_TERMCAP -lcurses
20
21#define GC_SETJMP_WORKS 1
22#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
23
24/* arch-tag: 89580064-dd8c-4533-a47c-0f92d8090945
25   (do not change this comment) */
26