summaryrefslogtreecommitdiffstats
path: root/support/include
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2009-10-27 15:47:27 -0400
committerSteve Dickson <steved@redhat.com>2009-10-27 15:47:27 -0400
commit1af166179c3f28fa9943f7844e03032f3bdae7ea (patch)
tree989c9cf081c8f12823dce42df5ca6cf6b4137054 /support/include
parent37122505cab9a3370e06a147efde36262371e664 (diff)
downloadnfs-utils-1af166179c3f28fa9943f7844e03032f3bdae7ea.tar.gz
nfs-utils-1af166179c3f28fa9943f7844e03032f3bdae7ea.tar.xz
nfs-utils-1af166179c3f28fa9943f7844e03032f3bdae7ea.zip
Added wrappers around the setting of default values
from the config file which will be compiled out when the config file is not enabled. Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'support/include')
-rw-r--r--support/include/conffile.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/support/include/conffile.h b/support/include/conffile.h
index fe23ec2..ce7aa21 100644
--- a/support/include/conffile.h
+++ b/support/include/conffile.h
@@ -76,10 +76,5 @@ static inline void upper2lower(char *str)
*str++ = c;
}
-/*
- * Default Mount options
- */
-extern unsigned long config_default_vers;
-extern unsigned long config_default_proto;
#endif /* _CONFFILE_H_ */