comparison src/os_mac.h @ 1936:85a99ba3eb5a v7.2.233

updated for version 7.2-233
author vimboss
date Tue, 14 Jul 2009 16:38:36 +0000
parents a7c4842a0be3
children f8222d1f9a73
comparison
equal deleted inserted replaced
1935:5bd06a91c65c 1936:85a99ba3eb5a
289 # define HAVE_SYS_SELECT_H 1 289 # define HAVE_SYS_SELECT_H 1
290 # define HAVE_PUTENV 290 # define HAVE_PUTENV
291 # define HAVE_SETENV 291 # define HAVE_SETENV
292 # define HAVE_RENAME 292 # define HAVE_RENAME
293 # endif 293 # endif
294 # define mch_chdir(s) chdir(s)
295 #endif 294 #endif
296 295
297 #if defined(MACOS_X) && !defined(HAVE_CONFIG_H) 296 #if defined(MACOS_X) && !defined(HAVE_CONFIG_H)
298 # define HAVE_PUTENV 297 # define HAVE_PUTENV
299 #endif 298 #endif