aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorharbaum <harbaum@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-08-05 21:08:01 +0000
committerharbaum <harbaum@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2006-08-05 21:08:01 +0000
commite99b5a0bfdcd32ad09975aa753b507e292e61476 (patch)
treeeb0a5e1634cb2fa590293484de0cec28d0aa698c /config.h.in
parent8a89eeab079decfc4c312438c67d4fc51b8de3c1 (diff)
downloadlcd4linux-e99b5a0bfdcd32ad09975aa753b507e292e61476.tar.gz
[lcd4linux @ 2006-08-05 21:08:01 by harbaum]
New LEDMATRIX driver (see http://www.harbaum.org/till/ledmatrix) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@681 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
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