From 1af166179c3f28fa9943f7844e03032f3bdae7ea Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Tue, 27 Oct 2009 15:47:27 -0400 Subject: 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 --- support/include/conffile.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'support/include/conffile.h') 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_ */ -- cgit