Mercurial > emacs
diff src/s/openbsd.h @ 28264:db6bbbe07da8
(LIBS_TERMCAP): Undef.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Wed, 22 Mar 2000 12:08:40 +0000 |
| parents | 8e1b437e5d04 |
| children | cf068b0ef3c5 d7ddb3e565de |
line wrap: on
line diff
--- a/src/s/openbsd.h Wed Mar 22 12:08:11 2000 +0000 +++ b/src/s/openbsd.h Wed Mar 22 12:08:40 2000 +0000 @@ -5,3 +5,7 @@ /* Get the rest of the stuff from that less-POSIX-conformant system */ #include "netbsd.h" + +/* David Mazieres <dm@reeducation-labor.lcs.mit.edu> says this + is necessary. Otherwise Emacs dumps core when run -nw. */ +#undef LIBS_TERMCAP
