diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-03-06 19:13:44 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-03-06 19:13:44 +0000 |
commit | 7f36b3539b7eacc4718206f74eb9e9ca8c933308 (patch) | |
tree | d4c5d85b2c97e065a39a1319b19f7891921dec3b /src/config.in | |
parent | 4fa90c8102b926c5eb186725300642c2724051f8 (diff) | |
download | emacs-7f36b3539b7eacc4718206f74eb9e9ca8c933308.tar.gz |
(HAVE_NCURSES): Add #undef.
Diffstat (limited to 'src/config.in')
-rw-r--r-- | src/config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in index 595ac54e4fb..f971c606b90 100644 --- a/src/config.in +++ b/src/config.in @@ -124,6 +124,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef HAVE_LIBPTHREADS #undef HAVE_LIBRESOLV #undef HAVE_LIBXMU +#undef HAVE_NCURSES #undef HAVE_ALLOCA_H |