Files
nethack/sys/share
nhmall 41ac4aef92 fix SYSCF so that things build when first defined
Things won't build for ports that first
define SYSCF.

This moves assure_syscf_file() from unixmain.c
to files.c and adjusts extern.h to get it
out from under #ifdef UNIX.

The call to assure_syscf_file() in options.c was
only #ifdef SYSCF, SYSCF_FILE and not UNIX,
so new ports #defining SYSCF would get an erro.

assure_syscf_file() will be utilized by mswin
when SYSCF is defined.
2015-03-21 15:38:31 -04:00
..
2002-01-05 21:05:59 +00:00
2015-02-26 08:54:12 -05:00
2002-01-05 21:05:57 +00:00
2002-01-05 21:05:57 +00:00
2015-02-27 19:33:52 -05:00
2002-01-05 21:05:58 +00:00
2002-01-05 21:05:58 +00:00
2015-02-27 19:33:51 -05:00