aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-04-09 06:09:55 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-04-09 06:09:55 +0000
commit14f1c27324946c4d0696a74ef15ef0c98adeb6dc (patch)
tree473fb5162d3905984204c6640c951ee878d81e25 /config.h.in
parentca96fa0676c2dda434214a30884dfe6d552ca577 (diff)
downloadlcd4linux-14f1c27324946c4d0696a74ef15ef0c98adeb6dc.tar.gz
[lcd4linux @ 2004-04-09 06:09:54 by reinelt]
big configure rework from Xavier git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@412 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in54
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