From f9acb75ec076e2269f55296e24413ac575c0fc18 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 22 Mar 2000 12:08:40 +0000 Subject: [PATCH] (LIBS_TERMCAP): Undef. --- src/s/openbsd.h | 4 ++++ 1 file changed, 4 insertions(+) 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 @@ /* Get the rest of the stuff from that less-POSIX-conformant system */ #include "netbsd.h" + +/* David Mazieres says this + is necessary. Otherwise Emacs dumps core when run -nw. */ +#undef LIBS_TERMCAP -- 2.39.5