aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-04-03 07:07:51 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-04-03 07:07:51 +0000
commit118d85d597ffa77ca2d53b01c1dc5295f11c5f2c (patch)
tree17e1bc77e5cff45aafa54e635548000f59db2d9b /config.h.in
parenta6a03faa860233ec2b2d13abbb14bd9661a61222 (diff)
downloadlcd4linux-118d85d597ffa77ca2d53b01c1dc5295f11c5f2c.tar.gz
[lcd4linux @ 2005-04-03 07:07:43 by reinelt]
added statfs plugin git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@524 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'config.h.in')
-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