summaryrefslogtreecommitdiff
path: root/main/php_streams.h
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2005-07-16 12:14:45 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2005-07-16 12:14:45 +0000
commit41ce6784688b36d0f239c49c97a46498c147a748 (patch)
tree66c729fa48d5be23763d52c469d2fab48a6fcb0a /main/php_streams.h
parent05b895cd3915063084e789f7bc67e845977daead (diff)
downloadphp-git-41ce6784688b36d0f239c49c97a46498c147a748.tar.gz
main/fopen_wrappers.c
NetWare file names are case insensitive main/main.c NetWare has no sendmail binary. It uses the smart host mailing code avaiolable in php distro. Could not find a better place to put this than main/main.c. main/php_open_temporary_file.c,v Removed the unused variable in NetWare block. main/php_streams.h Removing the redundant CLIB_STAT_PATCH main/safe_mode.c NetWare has no uid. -- Kamesh
Diffstat (limited to 'main/php_streams.h')
-rwxr-xr-xmain/php_streams.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/php_streams.h b/main/php_streams.h
index f6ab2d4857..fdf5a1fe61 100755
--- a/main/php_streams.h
+++ b/main/php_streams.h
@@ -103,11 +103,7 @@ typedef struct _php_stream_filter php_stream_filter;
#include "streams/php_stream_filter_api.h"
typedef struct _php_stream_statbuf {
-#if defined(NETWARE) && defined(CLIB_STAT_PATCH)
- struct stat_libc sb; /* regular info */
-#else
struct stat sb; /* regular info */
-#endif
/* extended info to go here some day: content-type etc. etc. */
} php_stream_statbuf;