annotate src/s/aix3-2-5.h @ 12914:22f47b2375c1

(vc-fetch-master-properties): RCS case: get locking mode. CVS case: new state `locally-added'. (vc-locking-user): Under RCS with non-strict locking, don't trust the file permissions. CVS case: change which states count as "locked". (vc-consult-rcs-headers): Streamlined. Don't set vc-locking-user if this is called under CVS. Under RCS, use a heuristic to find the value of vc-checkout-model without examining the master file. (vc-parse-locks): Set vc-checkout-model. (vc-status): Comment change. (vc-after-save-hook, vc-after-save): The former renamed to the latter. Now unconditionally called by `basic-save-buffer', determines whether the buffer should be "locked" or not. (vc-mode-line): No longer use dynamic after-save-hook. Changed references to `automatic' into `implicit'. (vc-checkout-model): Values are now `manual' and `implicit'. Derive the property on a per-file basis, supporting all possible modes.
author André Spiegel <spiegel@gnu.org>
date Mon, 21 Aug 1995 19:25:52 +0000
parents 0352cffbcc0d
children a4b779a9b60e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6128
9b72e6a8d9b3 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
1 /* s- file for building Emacs on AIX 3.2.5. */
9b72e6a8d9b3 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
2
9b72e6a8d9b3 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
3 #include "aix3-2.h"
9b72e6a8d9b3 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
4
9b72e6a8d9b3 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
5 /* For AIX, it turns out compiling emacs under AIX 3.2.4 REQUIRES "cc -g"
9b72e6a8d9b3 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
6 because "cc -O" crashes. Under AIX 3.2.5, "cc -O" is required because
9b72e6a8d9b3 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
7 "cc -g" crashes. Go figure. --floppy@merlin.mit.edu */
9b72e6a8d9b3 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
8 #ifndef __GNUC__
12496
333d25d9a8b1 (C_OPTIMIZE_SWITCH, C_DEBUG_SWITCH): Use these
Richard M. Stallman <rms@gnu.org>
parents: 6128
diff changeset
9 #undef C_DEBUG_SWITCH
333d25d9a8b1 (C_OPTIMIZE_SWITCH, C_DEBUG_SWITCH): Use these
Richard M. Stallman <rms@gnu.org>
parents: 6128
diff changeset
10 #undef C_OPTIMIZE_SWITCH
333d25d9a8b1 (C_OPTIMIZE_SWITCH, C_DEBUG_SWITCH): Use these
Richard M. Stallman <rms@gnu.org>
parents: 6128
diff changeset
11 #define C_DEBUG_SWITCH -O
333d25d9a8b1 (C_OPTIMIZE_SWITCH, C_DEBUG_SWITCH): Use these
Richard M. Stallman <rms@gnu.org>
parents: 6128
diff changeset
12 #define C_OPTIMIZE_SWITCH -O
6128
9b72e6a8d9b3 Initial revision
Karl Heuer <kwzh@gnu.org>
parents:
diff changeset
13 #endif
12904
0352cffbcc0d (POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12496
diff changeset
14
0352cffbcc0d (POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12496
diff changeset
15 /* Perry Smith <pedz@ddivt1.austin.ibm.com> says these are correct. */
0352cffbcc0d (POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12496
diff changeset
16 #define SIGNALS_VIA_CHARACTERS
0352cffbcc0d (POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12496
diff changeset
17 #define MAIL_USE_LOCKF
0352cffbcc0d (POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12496
diff changeset
18 #define CLASH_DETECTION
0352cffbcc0d (POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12496
diff changeset
19
0352cffbcc0d (POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12496
diff changeset
20 /* Perry Smith <pedz@ddivt1.austin.ibm.com> says these are correct. */
0352cffbcc0d (POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12496
diff changeset
21 #define POSIX_SIGNALS
0352cffbcc0d (POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12496
diff changeset
22 #undef sigmask
0352cffbcc0d (POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12496
diff changeset
23 #undef sigsetmask
0352cffbcc0d (POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12496
diff changeset
24 #undef _setjmp
0352cffbcc0d (POSIX_SIGNALS, CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12496
diff changeset
25 #undef _longjmp