diff options
author | foobar <sniper@php.net> | 2003-02-20 06:16:37 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-02-20 06:16:37 +0000 |
commit | 8a316d5f693b4d6297762aa2d8d1cbdec5d49576 (patch) | |
tree | 3dd059b5947986d368e0d9b1f2555dc05f5133f3 /TSRM | |
parent | 6043ee22e811a6c7205157d3108e5633d6ccbfb9 (diff) | |
download | php-git-8a316d5f693b4d6297762aa2d8d1cbdec5d49576.tar.gz |
VCWD_LSTAT is not available on win32/netware
Diffstat (limited to 'TSRM')
-rw-r--r-- | TSRM/tsrm_virtual_cwd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/TSRM/tsrm_virtual_cwd.h b/TSRM/tsrm_virtual_cwd.h index d001a20e4d..0e983a621c 100644 --- a/TSRM/tsrm_virtual_cwd.h +++ b/TSRM/tsrm_virtual_cwd.h @@ -208,8 +208,6 @@ typedef struct _virtual_cwd_globals { #define VCWD_STAT(path, buff) virtual_stat(path, buff TSRMLS_CC) #if !defined(TSRM_WIN32) && !defined(NETWARE) #define VCWD_LSTAT(path, buff) virtual_lstat(path, buff TSRMLS_CC) -#else -#define VCWD_LSTAT(path, buff) virtual_lstat(path, buff TSRMLS_CC) #endif #define VCWD_UNLINK(path) virtual_unlink(path TSRMLS_CC) #define VCWD_MKDIR(pathname, mode) virtual_mkdir(pathname, mode TSRMLS_CC) |