diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index b248f0d..ab5b2b7 100644 --- a/config.h.in +++ b/config.h.in @@ -49,6 +49,9 @@ /* 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/isdn.h> header file. */ +#undef HAVE_LINUX_ISDN_H + /* Define to 1 if you have the <linux/parport.h> header file. */ #undef HAVE_LINUX_PARPORT_H @@ -245,6 +248,9 @@ /* imon plugin */ #undef PLUGIN_IMON +/* ISDN plugin */ +#undef PLUGIN_ISDN + /* loadavg plugin */ #undef PLUGIN_LOADAVG |