Mercurial > emacs
annotate src/s/osf1.h @ 15053:68d9a01cfb23
(simula-tab-always-indent, simula-indent-level)
(simula-substatement-offset, simula-continued-statement-offset)
(simula-label-offset, simula-if-indent, simula-inspect-indent)
(simula-electric-indent, simula-abbrev-keyword, simula-abbrev-stdproc):
Added default constants.
(simula-emacs-features): new constant to hold information
on which flavor if emacs is running (from cc-mode.el).
(simula-mode-menu): Menu definition for Lucid Emacs
(simula-mode-map): Bound new command simula-indent-exp to C-M-q
and added lots of commands to [menu-bar].
(simula-popup-menu): New function for Lucid menus.
(simula-keep-region-active): New function for Lucid menus.
(simula-indent-exp): New command that indents a whole expression.
(simula-indent-line): New strategies for finding the right amount to indent.
(simula-skip-comment-backward): Added optional parameter stop-at-end
to stop at the first END statement.
(simula-expand-stdproc): Added abbrev expansion to verbatim copy
of abbrev table, same for function simula-expand-keyword.
(simula-search-backward): Added Doc string, and lots of error checking.
(simula-search-forward): Added Doc string, and lots of error checking.
Added hilit19 config code.
(simula-version): New variable and function to report value.
(simula-submit-bug-report): New function to submit bug report.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 21 Apr 1996 01:39:51 +0000 |
parents | 30b88291babf |
children | f8a058024b5a |
rev | line source |
---|---|
3055 | 1 #include "bsd4-3.h" |
1113 | 2 |
3 /* Identify OSF1 for the m- files. */ | |
4 | |
5 #define OSF1 | |
6 | |
3591
507f64624555
Apply typo patches from Paul Eggert.
Jim Blandy <jimb@redhat.com>
parents:
3055
diff
changeset
|
7 /* Define _BSD to tell the include files we're running under |
1113 | 8 the BSD universe and not the SYSV universe. */ |
9 | |
10 #define C_SWITCH_SYSTEM -D_BSD | |
11 #define LIBS_SYSTEM -lbsd | |
8814
4f3260a22bc8
[__alpha] (LD_SWITCH_SYSTEM): Alternate definition.
Richard M. Stallman <rms@gnu.org>
parents:
3591
diff
changeset
|
12 |
11677
8406623b45c4
(GETPGRP_NO_ARG): Define.
Richard M. Stallman <rms@gnu.org>
parents:
11360
diff
changeset
|
13 #define GETPGRP_NO_ARG |
8406623b45c4
(GETPGRP_NO_ARG): Define.
Richard M. Stallman <rms@gnu.org>
parents:
11360
diff
changeset
|
14 |
9739
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
15 #define read sys_read |
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
16 #define write sys_write |
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
17 #define open sys_open |
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
18 #define close sys_close |
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
19 |
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
20 #define INTERRUPTIBLE_OPEN |
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
21 #define INTERRUPTIBLE_CLOSE |
55b869b080a6
(LD_SWITCH_SYSTEM): Definitions deleted.
Richard M. Stallman <rms@gnu.org>
parents:
8927
diff
changeset
|
22 #define INTERRUPTIBLE_IO |
1113 | 23 |
24 #define SYSV_SYSTEM_DIR | |
11980 | 25 |
26 /* If your system uses COFF (Common Object File Format) then define the | |
27 preprocessor symbol "COFF". */ | |
28 | |
29 #define COFF |