diff options
author | reinelt <> | 2004-04-09 06:09:55 +0000 |
---|---|---|
committer | reinelt <> | 2004-04-09 06:09:55 +0000 |
commit | 81cca256c4c22846473116400b6d6e219d416e95 (patch) | |
tree | 473fb5162d3905984204c6640c951ee878d81e25 /config.h.in | |
parent | fa3eec2e65fd21a269359de808e2464ccba33ecb (diff) | |
download | lcd4linux-81cca256c4c22846473116400b6d6e219d416e95.tar.gz |
[lcd4linux @ 2004-04-09 06:09:54 by reinelt]
big configure rework from Xavier
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 54 |
1 files changed, 51 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index d9530e5..b248f0d 100644 --- a/config.h.in +++ b/config.h.in @@ -58,9 +58,6 @@ /* Define to 1 if you have the <malloc.h> header file. */ #undef HAVE_MALLOC_H -/* Define to 1 if you have the `memmove' function. */ -#undef HAVE_MEMMOVE - /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -230,6 +227,57 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* apm plugin */ +#undef PLUGIN_APM + +/* cpuinfo plugin */ +#undef PLUGIN_CPUINFO + +/* dvb plugin */ +#undef PLUGIN_DVB + +/* exec plugin */ +#undef PLUGIN_EXEC + +/* i2c sensors plugin */ +#undef PLUGIN_I2C_SENSORS + +/* imon plugin */ +#undef PLUGIN_IMON + +/* loadavg plugin */ +#undef PLUGIN_LOADAVG + +/* meminfo plugin */ +#undef PLUGIN_MEMINFO + +/* mysql plugin */ +#undef PLUGIN_MYSQL + +/* netdev plugin */ +#undef PLUGIN_NETDEV + +/* POP3 plugin */ +#undef PLUGIN_POP3 + +/* ppp plugin */ +#undef PLUGIN_PPP + +/* proc_stat plugin */ +#undef PLUGIN_PROC_STAT + +/* seti plugin */ +#undef PLUGIN_SETI + +/* uname plugin */ +#undef PLUGIN_UNAME + +/* wireless plugin */ +#undef PLUGIN_WIRELESS + +/* xmms plugin */ +#undef PLUGIN_XMMS + /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE |