hyanantha Thu Oct 24 05:57:26 2002 EDT
Modified files: (Branch: PHP_4_2_0)
/php4/ext/pgsql php_pgsql.h
Log:
NetWare related changes/modifications.
Index: php4/ext/pgsql/php_pgsql.h
diff -u php4/ext/pgsql/php_pgsql.h:1.39 php4/ext/pgsql/php_pgsql.h:1.39.2.1
--- php4/ext/pgsql/php_pgsql.h:1.39 Wed Feb 6 02:25:51 2002
+++ php4/ext/pgsql/php_pgsql.h Thu Oct 24 05:57:25 2002
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_pgsql.h,v 1.39 2002/02/06 07:25:51 yohgaki Exp $ */
+/* $Id: php_pgsql.h,v 1.39.2.1 2002/10/24 09:57:25 hyanantha Exp $ */
#ifndef PHP_PGSQL_H
#define PHP_PGSQL_H
@@ -34,6 +34,8 @@
#ifdef PHP_WIN32
#define INV_WRITE 0x00020000
#define INV_READ 0x00040000
+#elif defined NETWARE
+#include <libpq-fs.h>
#else
#include <libpq/libpq-fs.h>
#endif
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php