From 33d1f71e7eb46279fd57c4a7ae853c78d0a6bdfb Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 8 Jan 2012 08:25:54 +0000 Subject: 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 --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.h.in') 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 header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the 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 -- cgit v1.2.3