aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2012-01-08 08:25:54 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2012-01-08 08:25:54 +0000
commit33d1f71e7eb46279fd57c4a7ae853c78d0a6bdfb (patch)
tree4d1379e4019266836a07db56f2cd7d24d4c2293f /config.h.in
parent0b52f082263265ed4118ebc8cc2a9c80d920df5c (diff)
downloadlcd4linux-33d1f71e7eb46279fd57c4a7ae853c78d0a6bdfb.tar.gz
DPF driver by Stefan Kuhne 8note that you need libdpf)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1168 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 82a2f97..97c3e84 100644
--- a/config.h.in
+++ b/config.h.in
@@ -67,6 +67,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define to 1 if you have the <libdpf/libdpf.h> header file. */
+#undef HAVE_LIBDPF_LIBDPF_H
+
/* Define to 1 if you have the `m' library (-lm). */
#undef HAVE_LIBM
@@ -492,6 +495,9 @@
/* Define if using the dmalloc debugging malloc package */
#undef WITH_DMALLOC
+/* DPF driver */
+#undef WITH_DPF
+
/* Electronic Assembly RS232 graphic driver */
#undef WITH_EA232graphic