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

comment about SHUTUP_SPUTAUX

This commit is contained in:
David Lawrence 2000-05-08 13:26:16 +00:00
parent e411a986b9
commit a8d1c8621c
2 changed files with 8 additions and 2 deletions

5
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# From configure.in Revision: 1.126
# From configure.in Revision: 1.128
@ -3826,6 +3826,9 @@ done
#
case "$host" in
*-bsdi3.1*|*-bsdi4.0*)
#
# Shut up a -Wmissing-prototypes warning from <stdio.h>.
#
cat >> confdefs.h <<\EOF
#define SHUTUP_SPUTAUX 1
EOF

View File

@ -13,7 +13,7 @@ dnl PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
dnl ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
dnl SOFTWARE.
AC_REVISION($Revision: 1.127 $)
AC_REVISION($Revision: 1.128 $)
AC_PREREQ(2.13)
@ -791,6 +791,9 @@ AC_CHECK_HEADERS(linux/prctl.h)
#
case "$host" in
*-bsdi3.1*|*-bsdi4.0*)
#
# Shut up a -Wmissing-prototypes warning from <stdio.h>.
#
AC_DEFINE(SHUTUP_SPUTAUX)
;;
esac