diff options
| author | Gerd Moellmann | 2000-03-22 12:08:40 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-22 12:08:40 +0000 |
| commit | f9acb75ec076e2269f55296e24413ac575c0fc18 (patch) | |
| tree | 3a57e910317dd4c6186f0a4c185f7d3d8a711b26 /src | |
| parent | d00b1b631f218f1929c0060d9412acc2c018797b (diff) | |
| download | emacs-f9acb75ec076e2269f55296e24413ac575c0fc18.tar.gz emacs-f9acb75ec076e2269f55296e24413ac575c0fc18.zip | |
(LIBS_TERMCAP): Undef.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/openbsd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/openbsd.h b/src/s/openbsd.h index da5dea677de..e0c2b6851c7 100644 --- a/src/s/openbsd.h +++ b/src/s/openbsd.h | |||
| @@ -5,3 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | /* Get the rest of the stuff from that less-POSIX-conformant system */ | 6 | /* Get the rest of the stuff from that less-POSIX-conformant system */ |
| 7 | #include "netbsd.h" | 7 | #include "netbsd.h" |
| 8 | |||
| 9 | /* David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this | ||
| 10 | is necessary. Otherwise Emacs dumps core when run -nw. */ | ||
| 11 | #undef LIBS_TERMCAP | ||