| 197 |
int allow_multidot = 0; /* Allow more than on dot in filename */ |
int allow_multidot = 0; /* Allow more than on dot in filename */ |
| 198 |
int iso_translate = 1; /* 1 == enables '#', '-' and '~' removal */ |
int iso_translate = 1; /* 1 == enables '#', '-' and '~' removal */ |
| 199 |
int allow_leading_dots = 0; /* DOS cannot read names with leading dots */ |
int allow_leading_dots = 0; /* DOS cannot read names with leading dots */ |
| 200 |
int allow_limited_size = 0; /* Let the user to allow the trick explicitely */ |
int allow_limited_size = 0; /* Let the user to allow the trick explicitly */ |
| 201 |
#ifdef VMS |
#ifdef VMS |
| 202 |
int use_fileversion = 1; /* Use file version # from filesystem */ |
int use_fileversion = 1; /* Use file version # from filesystem */ |
| 203 |
#else |
#else |