blob: 79513435c5bb549a6326aba4cc9e4410a4cfcb5d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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";
|