diff options
| author | Richard M. Stallman | 1994-09-18 20:04:00 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-18 20:04:00 +0000 |
| commit | 712043beeddd8734cbb96cc9fef973b7cac1718d (patch) | |
| tree | ed2ec815bc3d94b2dfa402a84c53c8c907b1c8b5 | |
| parent | ddf0cd07e5ee9058817020ac09ecfe768495b156 (diff) | |
| download | emacs-712043beeddd8734cbb96cc9fef973b7cac1718d.tar.gz emacs-712043beeddd8734cbb96cc9fef973b7cac1718d.zip | |
(HAVE_VFORK): Defined.
(C_SWITCH_SYSTEM): Deleted.
(const): Definition deleted.
| -rw-r--r-- | src/s/sol2.h | 19 |
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: | ||
| 35 | If you have the misfortune to be running Solaris 2.1, you may have | ||
| 36 | noticed that the access system call does not check the readonlyness of | ||
| 37 | the filesystem the path refers to. This is a bug, according to | ||
| 38 | access(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 | ||