derick          Thu Jun 30 02:40:57 2005 EDT

  Modified files:              
    /php-src/ext/date   config.m4 
  Log:
  - Make the Netware guys happy by removing the config.nw.h define.
  
  
http://cvs.php.net/diff.php/php-src/ext/date/config.m4?r1=1.8&r2=1.9&ty=u
Index: php-src/ext/date/config.m4
diff -u php-src/ext/date/config.m4:1.8 php-src/ext/date/config.m4:1.9
--- php-src/ext/date/config.m4:1.8      Sun Jun 19 19:36:18 2005
+++ php-src/ext/date/config.m4  Thu Jun 30 02:40:57 2005
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.8 2005/06/19 23:36:18 sniper Exp $
+dnl $Id: config.m4,v 1.9 2005/06/30 06:40:57 derick Exp $
 dnl config.m4 for date extension
 
 sinclude(ext/date/lib/timelib.m4)
@@ -15,8 +15,6 @@
 cat >> $ext_builddir/lib/timelib_config.h <<EOF
 #if PHP_WIN32
 # include "config.w32.h"
-#elif defined(NETWARE)
-# include "config.nw.h"
 #else
 # include <php_config.h>
 #endif

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

Reply via email to