aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-09-18 20:04:00 +0000
committerRichard M. Stallman1994-09-18 20:04:00 +0000
commit712043beeddd8734cbb96cc9fef973b7cac1718d (patch)
treeed2ec815bc3d94b2dfa402a84c53c8c907b1c8b5
parentddf0cd07e5ee9058817020ac09ecfe768495b156 (diff)
downloademacs-712043beeddd8734cbb96cc9fef973b7cac1718d.tar.gz
emacs-712043beeddd8734cbb96cc9fef973b7cac1718d.zip
(HAVE_VFORK): Defined.
(C_SWITCH_SYSTEM): Deleted. (const): Definition deleted.
-rw-r--r--src/s/sol2.h19
1 files changed, 1 insertions, 18 deletions
diff --git a/src/s/sol2.h b/src/s/sol2.h
index 02560df0f5e..39acc544954 100644
--- a/src/s/sol2.h
+++ b/src/s/sol2.h
@@ -23,21 +23,4 @@
23#define LD_SWITCH_SYSTEM `./prefix-args -Xlinker LD_SWITCH_X_SITE_AUX` 23#define LD_SWITCH_SYSTEM `./prefix-args -Xlinker LD_SWITCH_X_SITE_AUX`
24#endif /* GCC */ 24#endif /* GCC */
25 25
26/* Compile in non-ansi fashion to work around bugs in system header files. */ 26#define HAVE_VFORK
27#ifndef __GNUC__
28#define C_SWITCH_SYSTEM -Xs
29#else /* GCC */
30#define C_SWITCH_SYSTEM -traditional
31#endif /* GCC */
32#define const
33
34/* Karl Berry writes:
35If you have the misfortune to be running Solaris 2.1, you may have
36noticed that the access system call does not check the readonlyness of
37the filesystem the path refers to. This is a bug, according to
38access(2), but in the meantime, some of us need the right behavior. */
39
40/* Well, we released Emacs with this change, and fixed a typo, but
41 people keep saying that it doesn't work, and that the patch is easy
42 to install. Patch number is 100947-02. */
43#undef SOLARIS_BROKEN_ACCESS