2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

Add support for qnx

This commit is contained in:
Ted Lemon
1996-08-29 09:12:52 +00:00
parent 7751e60d69
commit 48c31ed244
2 changed files with 21 additions and 3 deletions

3
configure vendored
View File

@@ -28,6 +28,8 @@ if [ "$sysname" = "" ]; then
sysname=freebsd;;
hpux)
sysname=hpux;;
QNX)
sysname=qnx;;
esac
fi
@@ -47,6 +49,7 @@ if [ "$sysname" = "" ]; then
echo " netbsd NetBSD 1.1 or higher"
echo " freebsd FreeBSD"
echo " hpux HP-UX"
echo " qnx QNX 4.2 or higher"
exit 1;
fi