aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorltoetsch <>2001-05-31 10:26:41 +0000
committerltoetsch <>2001-05-31 10:26:41 +0000
commit9430775cd3d27f8300d461c53dce1687db120e7a (patch)
treed63d64de9e01af8e6c6422f4b3707f508ea13e21 /acconfig.h
parent7c2adf6a7c1e9e46f6815305c49b90b836ccf9e8 (diff)
downloadlcd4linux-9430775cd3d27f8300d461c53dce1687db120e7a.tar.gz
[lcd4linux @ 2001-05-31 10:26:41 by ltoetsch]
added tests for X and ncurses
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 38bf3fb..bfe34d9 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -31,3 +31,30 @@
/* Define if you want the X11 driver compiled */
#undef WITH_X11
+/*=== Curses version detection defines ===*/
+/* Found some version of curses that we're going to use */
+#undef HAS_CURSES
+
+/* Use SunOS SysV curses? */
+#undef USE_SUNOS_CURSES
+
+/* Use old BSD curses - not used right now */
+#undef USE_BSD_CURSES
+
+/* Use SystemV curses? */
+#undef USE_SYSV_CURSES
+
+/* Use Ncurses? */
+#undef USE_NCURSES
+
+/* If you Curses does not have color define this one */
+#undef NO_COLOR_CURSES
+
+/* Define if you want to turn on SCO-specific code */
+#undef SCO_FLAVOR
+
+/* Set to reflect version of ncurses *
+ * 0 = version 1.*
+ * 1 = version 1.9.9g
+ * 2 = version 4.0/4.1 */
+#undef NCURSES_970530