mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
comment about SHUTUP_SPUTAUX
This commit is contained in:
parent
e411a986b9
commit
a8d1c8621c
5
configure
vendored
5
configure
vendored
@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
# From configure.in Revision: 1.126
|
# From configure.in Revision: 1.128
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -3826,6 +3826,9 @@ done
|
|||||||
#
|
#
|
||||||
case "$host" in
|
case "$host" in
|
||||||
*-bsdi3.1*|*-bsdi4.0*)
|
*-bsdi3.1*|*-bsdi4.0*)
|
||||||
|
#
|
||||||
|
# Shut up a -Wmissing-prototypes warning from <stdio.h>.
|
||||||
|
#
|
||||||
cat >> confdefs.h <<\EOF
|
cat >> confdefs.h <<\EOF
|
||||||
#define SHUTUP_SPUTAUX 1
|
#define SHUTUP_SPUTAUX 1
|
||||||
EOF
|
EOF
|
||||||
|
@ -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 ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
|
||||||
dnl SOFTWARE.
|
dnl SOFTWARE.
|
||||||
|
|
||||||
AC_REVISION($Revision: 1.127 $)
|
AC_REVISION($Revision: 1.128 $)
|
||||||
|
|
||||||
AC_PREREQ(2.13)
|
AC_PREREQ(2.13)
|
||||||
|
|
||||||
@ -791,6 +791,9 @@ AC_CHECK_HEADERS(linux/prctl.h)
|
|||||||
#
|
#
|
||||||
case "$host" in
|
case "$host" in
|
||||||
*-bsdi3.1*|*-bsdi4.0*)
|
*-bsdi3.1*|*-bsdi4.0*)
|
||||||
|
#
|
||||||
|
# Shut up a -Wmissing-prototypes warning from <stdio.h>.
|
||||||
|
#
|
||||||
AC_DEFINE(SHUTUP_SPUTAUX)
|
AC_DEFINE(SHUTUP_SPUTAUX)
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user