]> granicus.if.org Git - php/commitdiff
- Make the Netware guys happy by removing the config.nw.h define.
authorDerick Rethans <derick@php.net>
Thu, 30 Jun 2005 06:40:57 +0000 (06:40 +0000)
committerDerick Rethans <derick@php.net>
Thu, 30 Jun 2005 06:40:57 +0000 (06:40 +0000)
ext/date/config.m4

index 5a87bb1c725c91eff38951c57dd5ac44c727700d..72f17a6305db593f46f0148e878edfb6db2dff79 100644 (file)
@@ -15,8 +15,6 @@ PHP_INSTALL_HEADERS([ext/date], [php_date.h lib/timelib.h lib/timelib_structs.h]
 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