Support for QNX (wrat@jump.net (the wharf rat)).
diff --git a/config b/config
index a056bcb..54dcdbe 100755
--- a/config
+++ b/config
@@ -246,10 +246,13 @@
 	;;
 
     QNX:*)
-	case "$VERSION" in
+	case "$RELEASE" in
 	    4*)
 		echo "${MACHINE}-whatever-qnx4"
 		;;
+	    6*)
+		echo "${MACHINE}-whatever-qnx6"
+		;;
 	    *)
 		echo "${MACHINE}-whatever-qnx"
 		;;