diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-10 20:17:30 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-10 20:17:30 +0000 |
commit | 24552beda0124d51735b2dd5a0352cb81a196d14 (patch) | |
tree | 834dcfbf6021c4ad939627b7d7509200ede7d6a4 /src/os_unix.h | |
parent | 43abc52195744330e1df8f50bda64c1f66f9b507 (diff) | |
download | vim-git-24552beda0124d51735b2dd5a0352cb81a196d14.tar.gz |
updated for version 7.0166
Diffstat (limited to 'src/os_unix.h')
-rw-r--r-- | src/os_unix.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/os_unix.h b/src/os_unix.h index b78b23e7b..c1458d66e 100644 --- a/src/os_unix.h +++ b/src/os_unix.h @@ -40,6 +40,9 @@ #if defined(__CYGWIN__) || defined(__CYGWIN32__) # define WIN32UNIX /* Compiling for Win32 using Unix files. */ # define BINARY_FILE_IO + +# define CASE_INSENSITIVE_FILENAME +# define USE_FNAME_CASE /* Fix filename case differences. */ #endif /* On AIX 4.2 there is a conflicting prototype for ioctl() in stropts.h and |