search for: relative_state_path

Displaying 1 result from an estimated 1 matches for "relative_state_path".

2011 Jan 19
1
[nut-commits] svn commit r2845 - branches/windows_port/common
...n 18 15:40:58 2011 (r2844) > +++ branches/windows_port/common/common.c Tue Jan 18 19:52:02 2011 (r2845) > @@ -41,11 +41,6 @@ > int nut_log_level = 0; > static int upslog_flags = UPSLOG_STDERR; > > -#ifdef WIN32 > -const char * relative_conf_path = NULL; > -const char * relative_state_path = NULL; > -#endif > - > static void xbit_set(int *val, int flag) > { > *val |= flag; > @@ -440,51 +435,25 @@ > > > /* Return the default path for the directory containing configuration files */ > -const char * confpath(void) > +const char * confpath(void) &...