Shouldn't that be covered by HAVE_SYS_SELECT_H instead? --Wez.
On Wed, 29 Sep 2004 10:28:17 -0000, Anantha Kesari H Y <[EMAIL PROTECTED]> wrote: > hyanantha Wed Sep 29 06:28:17 2004 EDT > > Modified files: > /php-src/ext/openssl xp_ssl.c > Log: > Included select.h for NetWare > > http://cvs.php.net/diff.php/php-src/ext/openssl/xp_ssl.c?r1=1.18&r2=1.19&ty=u > Index: php-src/ext/openssl/xp_ssl.c > diff -u php-src/ext/openssl/xp_ssl.c:1.18 php-src/ext/openssl/xp_ssl.c:1.19 > --- php-src/ext/openssl/xp_ssl.c:1.18 Fri Sep 17 08:44:55 2004 > +++ php-src/ext/openssl/xp_ssl.c Wed Sep 29 06:28:16 2004 > @@ -16,7 +16,7 @@ > +----------------------------------------------------------------------+ > */ > > -/* $Id: xp_ssl.c,v 1.18 2004/09/17 12:44:55 wez Exp $ */ > +/* $Id: xp_ssl.c,v 1.19 2004/09/29 10:28:16 hyanantha Exp $ */ > > #include "php.h" > #include "ext/standard/file.h" > @@ -26,6 +26,10 @@ > #include <openssl/ssl.h> > #include <openssl/x509.h> > #include <openssl/err.h> > + > +#ifdef NETWARE > +#include <sys/select.h> > +#endif > > int php_openssl_apply_verification_policy(SSL *ssl, X509 *peer, php_stream *stream > TSRMLS_DC); > SSL *php_SSL_new_from_context(SSL_CTX *ctx, php_stream *stream TSRMLS_DC); > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php