2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

use IRIX_DNSSEC_WARNINGS_HACK to shut up missing prototype warnings

This commit is contained in:
David Lawrence
2000-05-24 20:04:59 +00:00
parent 3c8e458ed2
commit f105c1cb72
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ top_srcdir = @top_srcdir@
CINCLUDES = -I${srcdir} ${ISC_INCLUDES}
CDEFINES =
CWARNINGS =
CWARNINGS = @IRIX_DNSSEC_WARNINGS_HACK@
LIBS = @LIBS@

View File

@@ -20,7 +20,7 @@ top_srcdir = @top_srcdir@
CINCLUDES = -I${srcdir}/include
CDEFINES = -DMFUNC @DST_PRIVATEOPENSSL@
CWARNINGS =
CWARNINGS = @IRIX_DNSSEC_WARNINGS_HACK@
LIBS = @LIBS@