aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorharbaum <>2006-08-05 21:08:01 +0000
committerharbaum <>2006-08-05 21:08:01 +0000
commitaabc92a4511e5f1a4c7dcdb4343521b8223f0690 (patch)
treeeb0a5e1634cb2fa590293484de0cec28d0aa698c /config.h.in
parent54672b61c61264676d65f55fdd7ea392fcc88c83 (diff)
downloadlcd4linux-aabc92a4511e5f1a4c7dcdb4343521b8223f0690.tar.gz
[lcd4linux @ 2006-08-05 21:08:01 by harbaum]
New LEDMATRIX driver (see http://www.harbaum.org/till/ledmatrix)
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.h.in b/config.h.in
index 087a822..dffcafa 100644
--- a/config.h.in
+++ b/config.h.in
@@ -392,6 +392,9 @@
/* LCDTerm driver */
#undef WITH_LCDTERM
+/* LEDMatrix driver */
+#undef WITH_LEDMATRIX
+
/* LPH7508 driver */
#undef WITH_LPH7508
@@ -461,18 +464,15 @@
#undef inline
#endif
-/* Define to `long int' if <sys/types.h> does not define. */
+/* Define to `long' if <sys/types.h> does not define. */
#undef off_t
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t
-/* Define to `unsigned int' if <sys/types.h> does not define. */
+/* Define to `unsigned' if <sys/types.h> does not define. */
#undef size_t
-/* Define to `int' if <sys/types.h> does not define. */
-#undef ssize_t
-
/* Define to `int' if <sys/types.h> doesn't define. */
#undef uid_t