reap children in sigchld handler
[rsync/rsync.git] / config.guess
index e1b5871..720259d 100755 (executable)
@@ -977,6 +977,9 @@ EOF
     *:QNX:*:4*)
        echo i386-qnx-qnx${UNAME_VERSION}
        exit 0 ;;
+    *:"Mac OS":*:*)
+        echo `uname -p`-apple-macos${UNAME_RELEASE}
+        exit 0 ;;
 esac
 
 #echo '(No uname command or uname output not recognized.)' 1>&2