diff options
Diffstat (limited to 'games/asc/files/patch-source::unix::fileio.h')
-rw-r--r-- | games/asc/files/patch-source::unix::fileio.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/asc/files/patch-source::unix::fileio.h b/games/asc/files/patch-source::unix::fileio.h new file mode 100644 index 000000000000..79513435c5bb --- /dev/null +++ b/games/asc/files/patch-source::unix::fileio.h @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- source/unix/fileio.h 2001/02/17 17:39:14 1.1 ++++ source/unix/fileio.h 2001/02/17 17:39:23 +@@ -65,7 +65,7 @@ + const char* pathdelimitterstring = "/"; + + #define CASE_SENSITIVE_FILE_NAMES 1 +- #define USE_HOME_DIRECTORY 1 ++ #define USE_HOME_DIRECTORY 0 + + const int maxfilenamelength = 255; + const char* asc_configurationfile = "~/.asc/ascrc"; |