summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 9e30ab5..94826ad 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -232,6 +232,12 @@
/* Define if you want to compile in rudimentary thread support */
#undef WITH_THREAD
+/* Define if mvwdelch in curses.h is an expression. */
+#undef MVWDELCH_IS_EXPRESSION
+
+/* Define if WINDOW in curses.h offers a field _flags. */
+#undef WINDOW_HAS_FLAGS
+
/* Leave that blank line there-- autoheader needs it! */