Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/apache2/mDNSResponder/usr.sbin/mdnsd show how to tu...



details:   https://anonhg.NetBSD.org/src/rev/4822d0295430
branches:  trunk
changeset: 321838:4822d0295430
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Apr 07 19:18:44 2018 +0000

description:
show how to turn on debugging.

diffstat:

 external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 522cdb12e1f2 -r 4822d0295430 external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile
--- a/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile    Sat Apr 07 19:18:16 2018 +0000
+++ b/external/apache2/mDNSResponder/usr.sbin/mdnsd/Makefile    Sat Apr 07 19:18:44 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2018/01/14 19:37:36 christos Exp $
+#      $NetBSD: Makefile,v 1.10 2018/04/07 19:18:44 christos Exp $
 
 PROG=  mdnsd
 
@@ -7,7 +7,9 @@
 .PATH: ${DIST}/mDNSPosix ${DIST}/mDNSCore ${DIST}/mDNSShared
 
 CPPFLAGS+=-I${DIST}/mDNSCore -I${DIST}/mDNSShared \
-       -DPROGRAM_NAME=\"mdnsd\" -DHAVE_SIGINFO
+       -DPROGRAM_NAME=\"mdnsd\" -DHAVE_SIGINFO \
+       -DMDNS_CHECK_PRINTF_STYLE_FUNCTIONS=1
+#CPPFLAGS+=-DMDNS_DEBUGMSGS=99
 SRCS=  PosixDaemon.c mDNSPosix.c mDNSUNP.c mDNS.c DNSDigest.c uDNS.c \
        DNSCommon.c uds_daemon.c mDNSDebug.c dnssd_ipc.c GenLinkedList.c \
        PlatformCommon.c CryptoAlg.c anonymous.c



Home | Main Index | Thread Index | Old Index