thetaphi                                 Mon, 03 Aug 2009 10:12:30 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=286721

Log:
Fix bug #46020: With Sun Java System Web Server 7.0 on HPUX, #define HPUX

Bug: http://bugs.php.net/46020 (Assigned) With Sun Java System Web Server 7.0 
on HPUX, #define HPUX
      
Changed paths:
    U   php/php-src/trunk/sapi/nsapi/nsapi.c

Modified: php/php-src/trunk/sapi/nsapi/nsapi.c
===================================================================
--- php/php-src/trunk/sapi/nsapi/nsapi.c        2009-08-03 09:48:53 UTC (rev 
286720)
+++ php/php-src/trunk/sapi/nsapi/nsapi.c        2009-08-03 10:12:30 UTC (rev 
286721)
@@ -57,6 +57,13 @@
 #endif

 /*
+ * The manual define of HPUX is to fix bug #46020, nsapi.h needs this to 
detect HPUX
+ */
+#ifdef __hpux
+#define HPUX
+#endif
+
+/*
  * NSAPI includes
  */
 #include "nsapi.h"

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to