add fs_usercfg. defaults to "" (nothing) in oldstyle, or "~/.PACKAGErc" in

newstyle.
This commit is contained in:
Bill Currie 2001-02-10 00:40:55 +00:00
parent 4eb41da471
commit 0ffba7e3da
7 changed files with 46 additions and 7 deletions

View file

@ -268,6 +268,9 @@
/* Location of QuakeForge's global config file */
#define FS_GLOBALCFG "./quakeforge.conf"
/* Location of QuakeForge's user config file */
#define FS_USERCFG ""
//#define strcasecmp(s1, s2) stricmp((s1), (s2))
//#define strncasecmp(s1, s2, n) strnicmp((s1), (s2), (n))

View file

@ -290,6 +290,9 @@
/* Location of QuakeForge's global config file */
#define FS_GLOBALCFG "~/quakeforge.conf"
/* Location of QuakeForge's user config file */
#define FS_USERCFG ""
#define strcasecmp(s1, s2) stricmp((s1), (s2))
#define strncasecmp(s1, s2, n) strnicmp((s1), (s2), (n))