diff options
author | Anantha Kesari H Y <hyanantha@php.net> | 2005-07-16 12:14:45 +0000 |
---|---|---|
committer | Anantha Kesari H Y <hyanantha@php.net> | 2005-07-16 12:14:45 +0000 |
commit | 41ce6784688b36d0f239c49c97a46498c147a748 (patch) | |
tree | 66c729fa48d5be23763d52c469d2fab48a6fcb0a /main/php_streams.h | |
parent | 05b895cd3915063084e789f7bc67e845977daead (diff) | |
download | php-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-x | main/php_streams.h | 4 |
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; |