aboutsummaryrefslogtreecommitdiffhomepage
path: root/fallback.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fallback.cpp')
-rw-r--r--fallback.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/fallback.cpp b/fallback.cpp
index 1a87a092..43b95435 100644
--- a/fallback.cpp
+++ b/fallback.cpp
@@ -35,10 +35,7 @@
#elif HAVE_NCURSES_CURSES_H
#include <ncurses/curses.h>
#else
-// Solaris curses defines lots of unneeded macros which conflict with C++
-#define NOMACROS
#include <curses.h>
-#undef NOMACROS
#endif
#if HAVE_TERM_H