hyanantha               Mon Jan  6 05:28:35 2003 EDT

  Modified files:              
    /php4/ext/pgsql     php_pgsql.h 
  Log:
  Removed #ifdef NetWare and made the necessary changes in the directory structure of 
NetWare.
  
  
Index: php4/ext/pgsql/php_pgsql.h
diff -u php4/ext/pgsql/php_pgsql.h:1.58 php4/ext/pgsql/php_pgsql.h:1.59
--- php4/ext/pgsql/php_pgsql.h:1.58     Mon Jan  6 04:05:03 2003
+++ php4/ext/pgsql/php_pgsql.h  Mon Jan  6 05:28:34 2003
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
  
-/* $Id: php_pgsql.h,v 1.58 2003/01/06 09:05:03 hyanantha Exp $ */
+/* $Id: php_pgsql.h,v 1.59 2003/01/06 10:28:34 hyanantha Exp $ */
 
 #ifndef PHP_PGSQL_H
 #define PHP_PGSQL_H
@@ -42,8 +42,6 @@
 #else
 #define PHPAPI __declspec(dllimport)
 #endif
-#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

Reply via email to