annotate src/s/osf1.h @ 1714:2a1dbc7de507
* scroll.c (do_scrolling): When bcopying the max_ascent field from
current_frame to temp_frame, remember that max_ascent is an array
of shorts, not ints.
author |
Jim Blandy <jimb@redhat.com> |
date |
Thu, 24 Dec 1992 06:13:57 +0000 |
parents |
0ffcf74fb8ad |
children |
6e19d9e130c0 |
rev |
line source |
1113
|
1 #include "s-bsd4-3.h"
|
|
2
|
|
3 /* Identify OSF1 for the m- files. */
|
|
4
|
|
5 #define OSF1
|
|
6
|
|
7 /* Define _BSD to tell the inlcude files we're running under
|
|
8 the BSD universe and not the SYSV universe. */
|
|
9
|
|
10 #define C_SWITCH_SYSTEM -D_BSD
|
|
11 #define LIBS_SYSTEM -lbsd
|
|
12 #define LD_SWITCH_SYSTEM -non_shared
|
|
13
|
|
14 #define SYSV_SYSTEM_DIR
|