From: Ted Lemon Date: Wed, 2 Feb 2000 07:24:13 +0000 (+0000) Subject: NSUPDATE won't build on QNX - make the compiler bomb with a useful message. X-Git-Tag: V3-BETA-2-PATCH-1~359 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f9ae4eafb8061ca2c003ca753b70c428921f925;p=thirdparty%2Fdhcp.git NSUPDATE won't build on QNX - make the compiler bomb with a useful message. --- diff --git a/includes/cf/qnx.h b/includes/cf/qnx.h index 8034dcffe..58f57119c 100644 --- a/includes/cf/qnx.h +++ b/includes/cf/qnx.h @@ -96,6 +96,9 @@ typedef signed long int32_t; machine that dhcpd is running on. */ +#if defined (NSUPDATE) +#error NSUPDATE is not supported on QNX at this time!! +#endif #ifdef NEED_PRAND_CONF UHOH... (this isn't present in the BIND distribution either) #endif /* NEED_PRAND_CONF */