comparison src/os_unix.h @ 585:c10855f07ab0

updated for version 7.0166
author vimboss
date Sat, 10 Dec 2005 20:17:30 +0000
parents 3fc0f57ecb91
children 23f82b5d2814
comparison
equal deleted inserted replaced
584:5953bf5509ec 585:c10855f07ab0
38 #endif 38 #endif
39 39
40 #if defined(__CYGWIN__) || defined(__CYGWIN32__) 40 #if defined(__CYGWIN__) || defined(__CYGWIN32__)
41 # define WIN32UNIX /* Compiling for Win32 using Unix files. */ 41 # define WIN32UNIX /* Compiling for Win32 using Unix files. */
42 # define BINARY_FILE_IO 42 # define BINARY_FILE_IO
43
44 # define CASE_INSENSITIVE_FILENAME
45 # define USE_FNAME_CASE /* Fix filename case differences. */
43 #endif 46 #endif
44 47
45 /* On AIX 4.2 there is a conflicting prototype for ioctl() in stropts.h and 48 /* On AIX 4.2 there is a conflicting prototype for ioctl() in stropts.h and
46 * unistd.h. This hack should fix that (suggested by Jeff George). 49 * unistd.h. This hack should fix that (suggested by Jeff George).
47 * But on AIX 4.3 it's alright (suggested by Jake Hamby). */ 50 * But on AIX 4.3 it's alright (suggested by Jake Hamby). */