diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 15 |
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 |