aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorltoetsch <ltoetsch@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-05-31 10:26:41 +0000
committerltoetsch <ltoetsch@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2001-05-31 10:26:41 +0000
commit61fda368378481fd2449e584c1f6ab4de52dcd25 (patch)
treed63d64de9e01af8e6c6422f4b3707f508ea13e21 /config.h.in
parent2012487dc33d7c5ec99b8246303470eb0c5c8a25 (diff)
downloadlcd4linux-61fda368378481fd2449e584c1f6ab4de52dcd25.tar.gz
[lcd4linux @ 2001-05-31 10:26:41 by ltoetsch]
added tests for X and ncurses git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@137 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index a368aab..3dcee7e 100644
--- a/config.h.in
+++ b/config.h.in
@@ -69,6 +69,32 @@
/* 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 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
+
/* Define if you have the gettimeofday function. */
#undef HAVE_GETTIMEOFDAY