aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorreinelt <>2005-03-28 19:39:23 +0000
committerreinelt <>2005-03-28 19:39:23 +0000
commitaf796d8411d9bac1143ba6deaf43a2275704a1da (patch)
treec57f210e1737e6fefd97492e849cc593ec59532a /config.h.in
parent55476cb223f943a19effc402d2f3021df4cf7474 (diff)
downloadlcd4linux-af796d8411d9bac1143ba6deaf43a2275704a1da.tar.gz
[lcd4linux @ 2005-03-28 19:39:14 by reinelt]
HD44780/I2C patch from Luis merged (still does not work for me)
Diffstat (limited to '')
-rw-r--r--config.h.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index b122ecb..7a01663 100644
--- a/config.h.in
+++ b/config.h.in
@@ -49,9 +49,18 @@
/* Define to 1 if you have the `m' library (-lm). */
#undef HAVE_LIBM
+/* Define to 1 if you have the <linux/compiler.h> header file. */
+#undef HAVE_LINUX_COMPILER_H
+
/* Define to 1 if you have the <linux/dvb/frontend.h> header file. */
#undef HAVE_LINUX_DVB_FRONTEND_H
+/* Define to 1 if you have the <linux/i2c-dev.h> header file. */
+#undef HAVE_LINUX_I2C_DEV_H
+
+/* Define to 1 if you have the <linux/i2c.h> header file. */
+#undef HAVE_LINUX_I2C_H
+
/* Define to 1 if you have the <linux/isdn.h> header file. */
#undef HAVE_LINUX_ISDN_H
@@ -332,6 +341,9 @@
/* HD44780 driver */
#undef WITH_HD44780
+/* I2C bus driver */
+#undef WITH_I2C
+
/* LCD-Linux driver */
#undef WITH_LCDLINUX
@@ -386,6 +398,9 @@
#undef inline
#endif
+/* 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