diff options
| author | Anantha Kesari H Y <hyanantha@php.net> | 2004-09-23 14:36:42 +0000 |
|---|---|---|
| committer | Anantha Kesari H Y <hyanantha@php.net> | 2004-09-23 14:36:42 +0000 |
| commit | d2e85c5c9a2339cc7ec7aa8e3a881170bd03cac0 (patch) | |
| tree | 94ea683e7968e94c86390c70f1355efc49add06f /sapi/apache2filter | |
| parent | b855337d394277b9578bcef84b5a476d7d3387cd (diff) | |
| download | php-git-d2e85c5c9a2339cc7ec7aa8e3a881170bd03cac0.tar.gz | |
NetWare now has a POSIX compliant stat structure so no need of CLIB_STAT_PATCH and all such macros
Diffstat (limited to 'sapi/apache2filter')
| -rw-r--r-- | sapi/apache2filter/php_apache.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sapi/apache2filter/php_apache.h b/sapi/apache2filter/php_apache.h index a127a4b782..27dd89b3f7 100644 --- a/sapi/apache2filter/php_apache.h +++ b/sapi/apache2filter/php_apache.h @@ -41,11 +41,7 @@ typedef struct php_struct { /* Index for reading from buffer */ int post_idx; /* stat structure of the current file */ -#if defined(NETWARE) && defined(CLIB_STAT_PATCH) - struct stat_libc finfo; -#else struct stat finfo; -#endif /* Buffer for request body filter */ char *post_data; /* Whether or not we've processed PHP in the output filters yet. */ |
