From af796d8411d9bac1143ba6deaf43a2275704a1da Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Mon, 28 Mar 2005 19:39:23 +0000 Subject: [lcd4linux @ 2005-03-28 19:39:14 by reinelt] HD44780/I2C patch from Luis merged (still does not work for me) --- config.h.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'config.h.in') 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 header file. */ +#undef HAVE_LINUX_COMPILER_H + /* Define to 1 if you have the header file. */ #undef HAVE_LINUX_DVB_FRONTEND_H +/* Define to 1 if you have the header file. */ +#undef HAVE_LINUX_I2C_DEV_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_LINUX_I2C_H + /* Define to 1 if you have the 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 does not define. */ +#undef off_t + /* Define to `int' if does not define. */ #undef pid_t -- cgit v1.2.3