]> granicus.if.org Git - php/commitdiff
For cross compiler uname's output while running on build machine can not be stored...
authorAnantha Kesari H Y <hyanantha@php.net>
Mon, 14 Mar 2005 09:33:15 +0000 (09:33 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Mon, 14 Mar 2005 09:33:15 +0000 (09:33 +0000)
configure.in

index 04c4a97376b74911ad9858df671f1c23dfe5173c..3b5d597fea20a2356b7e6a4bb0ed9314c718c9d9 100644 (file)
@@ -200,6 +200,10 @@ case $host_alias in
     fi
     ;;
 *netware*)
+    PHP_OS="NetWare"
+    PHP_UNAME="NetWare"
+    AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[hardcode for each of the cross compiler host])
+    AC_DEFINE_UNQUOTED(PHP_UNAME,"$PHP_UNAME",[hardcode for each of the cross compiler host])
     PHP_BUILD_PROGRAM
     PHP_ADD_SOURCES(win32, sendmail.c, -I$CFLAGS,php)
     ;;