From 655b527827fc2b64b374a1d29e884e92269e9cae Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 4 Dec 2012 19:28:27 +0100 Subject: first working version of autotools based build-system --- src/interface-ncurses.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/interface-ncurses.cpp') diff --git a/src/interface-ncurses.cpp b/src/interface-ncurses.cpp index 0e08914..7166a52 100644 --- a/src/interface-ncurses.cpp +++ b/src/interface-ncurses.cpp @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include #include #include @@ -8,10 +12,6 @@ #include #include -/* only a hack until we have Autoconf checks */ -#if defined(__PDCURSES__) && CHTYPE_LONG >= 2 -#define PDCURSES_WIN32A -#endif #include #include -- cgit v1.2.3