2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

861. [port] Add support for Mac OS X, by making it equivalent

to Darwin.  This was derived from the config.guess
			file shipped with Mac OS X. [RT #1355]
This commit is contained in:
Brian Wellington 2001-06-06 22:28:29 +00:00
parent 1812c92e63
commit 02e81689e3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
861. [port] Add support for Mac OS X, by making it equivalent
to Darwin. This was derived from the config.guess
file shipped with Mac OS X. [RT #1355]
860. [func] Drop cross class glue in zone transfers.
859. [bug] Cache cleaning now won't swamp the CPU if there

2
config.guess vendored
View File

@ -1114,7 +1114,7 @@ EOF
*:Rhapsody:*:*)
echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
exit 0 ;;
*:Darwin:*:*)
*:Darwin:*:* | *:"Mac OS":*:*)
echo `uname -p`-apple-darwin${UNAME_RELEASE}
exit 0 ;;
*:procnto*:*:* | *:QNX:[0123456789]*:*)