aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorreinelt <>2005-04-03 07:07:51 +0000
committerreinelt <>2005-04-03 07:07:51 +0000
commitbc7da25bcdea985d6f4f484e517b3a121b086a29 (patch)
tree17e1bc77e5cff45aafa54e635548000f59db2d9b /config.h.in
parent2d8c20e14ccd6be77bd959d1a5a928e5f6b4ecee (diff)
downloadlcd4linux-bc7da25bcdea985d6f4f484e517b3a121b086a29.tar.gz
[lcd4linux @ 2005-04-03 07:07:43 by reinelt]
added statfs plugin
Diffstat (limited to '')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 7a01663..3fcaba1 100644
--- a/config.h.in
+++ b/config.h.in
@@ -175,6 +175,9 @@
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
+/* Define to 1 if you have the <sys/statfs.h> header file. */
+#undef HAVE_SYS_STATFS_H
+
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
@@ -284,6 +287,9 @@
/* seti plugin */
#undef PLUGIN_SETI
+/* statfs plugin */
+#undef PLUGIN_STATFS
+
/* uname plugin */
#undef PLUGIN_UNAME