aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorreinelt <>2001-03-13 08:03:41 +0000
committerreinelt <>2001-03-13 08:03:41 +0000
commitbed646f0cbe8c358af9f4c2088d1524f8bc78121 (patch)
tree1f3fd08c6536e7832029b8a1308ad3cfdd21341c /acconfig.h
parentc967c5387b759866ebb880729836c398dd340385 (diff)
downloadlcd4linux-bed646f0cbe8c358af9f4c2088d1524f8bc78121.tar.gz
[lcd4linux @ 2001-03-13 08:03:41 by reinelt]
added missing autoheader files
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
new file mode 100644
index 0000000..38bf3fb
--- /dev/null
+++ b/acconfig.h
@@ -0,0 +1,33 @@
+/* Define if you want the Beckmann&Egle driver compiled */
+#undef WITH_BECKMANNEGLE
+
+/* Define if you want the Crystalfontz driver compiled */
+#undef WITH_CRYSTALFONTZ
+
+/* Define if you want the HD44780 driver compiled */
+#undef WITH_HD44780
+
+/* Define if you want the Matrix Orbital driver compiled */
+#undef WITH_MATRIXORBITAL
+
+/* Define if you want the PalmPilot driver compiled */
+#undef WITH_PALMPILOT
+
+/* Define if you want the PNG Raster driver compiled */
+#undef WITH_PNG
+
+/* Define if you want the PPM Raster driver compiled */
+#undef WITH_PPM
+
+/* Define if you want the SIN Router driver compiled */
+#undef WITH_SIN
+
+/* Define if you want the Skeleton driver compiled */
+#undef WITH_SKELETON
+
+/* Define if you want the Text driver compiled */
+#undef WITH_TEXT
+
+/* Define if you want the X11 driver compiled */
+#undef WITH_X11
+