From e7939029f8ad8f2b740616fb804a248fe4dd31f0 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Fri, 19 Mar 2010 14:41:57 +0000 Subject: [PATCH] lint more compatible git-svn-id: file:///svn/unbound/trunk@2052 be551aaa-1e26-0410-a405-d3ace91eadb9 --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.in b/Makefile.in index d49b51a14..14e742d98 100644 --- a/Makefile.in +++ b/Makefile.in @@ -74,6 +74,10 @@ LINT=splint LINTFLAGS=+quiet -weak -warnposix -unrecog -Din_addr_t=uint32_t -Du_int=unsigned -Du_char=uint8_t -preproc -Drlimit=rlimit64 -D__gnuc_va_list=va_list -Dglob64=glob -Dglobfree64=globfree # compat with openssl linux edition. LINTFLAGS+="-DBN_ULONG=unsigned long" -Dkrb5_int32=int "-Dkrb5_ui_4=unsigned int" -DPQ_64BIT=uint64_t -DRC4_INT=unsigned -fixedformalarray +# compat with NetBSD +LINTFLAGS+="-D__RENAME(x)=" +# compat with OpenBSD +LINTFLAGS+="-Dsigset_t=long" INSTALL=$(srcdir)/install-sh ifeq "$(WITH_PYTHONMODULE)" "yes"