From f105c1cb7208bf67ec79e2db26e1d3bae68e317d Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Wed, 24 May 2000 20:04:59 +0000 Subject: [PATCH] use IRIX_DNSSEC_WARNINGS_HACK to shut up missing prototype warnings --- lib/dns/sec/dnssafe/Makefile.in | 2 +- lib/dns/sec/openssl/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/sec/dnssafe/Makefile.in b/lib/dns/sec/dnssafe/Makefile.in index 127568ebe2..2cffa4d048 100644 --- a/lib/dns/sec/dnssafe/Makefile.in +++ b/lib/dns/sec/dnssafe/Makefile.in @@ -22,7 +22,7 @@ top_srcdir = @top_srcdir@ CINCLUDES = -I${srcdir} ${ISC_INCLUDES} CDEFINES = -CWARNINGS = +CWARNINGS = @IRIX_DNSSEC_WARNINGS_HACK@ LIBS = @LIBS@ diff --git a/lib/dns/sec/openssl/Makefile.in b/lib/dns/sec/openssl/Makefile.in index 8dafd039bb..08eeaf76d2 100644 --- a/lib/dns/sec/openssl/Makefile.in +++ b/lib/dns/sec/openssl/Makefile.in @@ -20,7 +20,7 @@ top_srcdir = @top_srcdir@ CINCLUDES = -I${srcdir}/include CDEFINES = -DMFUNC @DST_PRIVATEOPENSSL@ -CWARNINGS = +CWARNINGS = @IRIX_DNSSEC_WARNINGS_HACK@ LIBS = @LIBS@