aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-03-28 19:39:23 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-03-28 19:39:23 +0000
commit36b9cd6acd0607f0b9ae8b58ef74a12786faf938 (patch)
treec57f210e1737e6fefd97492e849cc593ec59532a /config.h.in
parentb6dd247d8ae45694367c16be7fae65f084a18961 (diff)
downloadlcd4linux-36b9cd6acd0607f0b9ae8b58ef74a12786faf938.tar.gz
[lcd4linux @ 2005-03-28 19:39:14 by reinelt]
HD44780/I2C patch from Luis merged (still does not work for me) git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@519 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'config.h.in')
-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