diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-12-04 19:28:27 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-12-04 22:07:08 +0100 |
commit | 655b527827fc2b64b374a1d29e884e92269e9cae (patch) | |
tree | 297d795ef625973990066bdc21f25c291596e8e8 /src/interface-ncurses.cpp | |
parent | d8a316514c03d85b771a9dce4a8a51b875d955b3 (diff) | |
download | sciteco-655b527827fc2b64b374a1d29e884e92269e9cae.tar.gz |
first working version of autotools based build-system
Diffstat (limited to 'src/interface-ncurses.cpp')
-rw-r--r-- | src/interface-ncurses.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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 <string.h> #include <stdio.h> #include <stdarg.h> @@ -8,10 +12,6 @@ #include <glib/gstdio.h> #include <curses.h> -/* only a hack until we have Autoconf checks */ -#if defined(__PDCURSES__) && CHTYPE_LONG >= 2 -#define PDCURSES_WIN32A -#endif #include <Scintilla.h> #include <ScintillaTerm.h> |