comparison src/os_mac.h @ 573:c85bf6a4999b

updated for version 7.0163
author vimboss
date Tue, 06 Dec 2005 19:50:41 +0000
parents 4ac1dce8dd5e
children 5953bf5509ec
comparison
equal deleted inserted replaced
572:2244be18d9e9 573:c85bf6a4999b
142 #define BREAKCHECK_SKIP 32 /* call mch_breakcheck() each time, it's 142 #define BREAKCHECK_SKIP 32 /* call mch_breakcheck() each time, it's
143 quite fast. Did I forgot to update the 143 quite fast. Did I forgot to update the
144 comment */ 144 comment */
145 145
146 146
147 #undef USE_FNAME_CASE /* So that :e os_Mac.c, :w, save back the file 147 #undef USE_FNAME_CASE /* TODO: make :e os_Mac.c, :w, save back the
148 as os_mac.c */ 148 file as os_mac.c */
149 #define BINARY_FILE_IO 149 #define BINARY_FILE_IO
150 #define EOL_DEFAULT EOL_MAC 150 #define EOL_DEFAULT EOL_MAC
151 #ifndef MACOS_X_UNIX /* I hope that switching these two lines */ 151 #ifndef MACOS_X_UNIX /* I hope that switching these two lines */
152 # define USE_CR /* does what I want -- BNF */ 152 # define USE_CR /* does what I want -- BNF */
153 # define NO_CONSOLE /* don't include console mode */ 153 # define NO_CONSOLE /* don't include console mode */
167 # if defined(__DATE__) && defined(__TIME__) 167 # if defined(__DATE__) && defined(__TIME__)
168 # define HAVE_DATE_TIME 168 # define HAVE_DATE_TIME
169 # endif 169 # endif
170 # define HAVE_STRFTIME 170 # define HAVE_STRFTIME
171 #endif 171 #endif
172
173 172
174 /* 173 /*
175 * Names for the EXRC, HELP and temporary files. 174 * Names for the EXRC, HELP and temporary files.
176 * Some of these may have been defined in the makefile. 175 * Some of these may have been defined in the makefile.
177 */ 176 */