diff options
| author | Thien-Thi Nguyen | 2005-03-21 17:36:01 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2005-03-21 17:36:01 +0000 |
| commit | 32b939ead529324d6c5627fd24471b4e6efe88c5 (patch) | |
| tree | 6c4667d21f373de6487449d412398adf8956d70c /src/s | |
| parent | 077f708503607474b08532510982c4f4aa36ec26 (diff) | |
| download | emacs-32b939ead529324d6c5627fd24471b4e6efe88c5.tar.gz emacs-32b939ead529324d6c5627fd24471b4e6efe88c5.zip | |
(LD_SWITCH_SYSTEM_tmp): Define if undefined.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/openbsd.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/s/openbsd.h b/src/s/openbsd.h index d3730324ce8..39e48da39a7 100644 --- a/src/s/openbsd.h +++ b/src/s/openbsd.h | |||
| @@ -3,6 +3,13 @@ | |||
| 3 | /* Mostly the same as NetBSD. */ | 3 | /* Mostly the same as NetBSD. */ |
| 4 | #include "netbsd.h" | 4 | #include "netbsd.h" |
| 5 | 5 | ||
| 6 | /* This very-badly named symbol is conditionally defined in netbsd.h. | ||
| 7 | Better would be either to not need it in the first place, or to choose | ||
| 8 | a more descriptive name. */ | ||
| 9 | #ifndef LD_SWITCH_SYSTEM_tmp | ||
| 10 | #define LD_SWITCH_SYSTEM_tmp /* empty */ | ||
| 11 | #endif | ||
| 12 | |||
| 6 | /* David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this | 13 | /* David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this |
| 7 | is necessary. Otherwise Emacs dumps core when run -nw. */ | 14 | is necessary. Otherwise Emacs dumps core when run -nw. */ |
| 8 | #undef LIBS_TERMCAP | 15 | #undef LIBS_TERMCAP |