From b5016a737cf61fc43552fd2781ebcf34ca1d219e Mon Sep 17 00:00:00 2001 From: pjd Date: Tue, 22 Mar 2011 16:21:11 +0000 Subject: The proto API is a general purpose API, so don't use 'hast' in structures or function names. It can now be used outside of HAST. MFC after: 1 week --- sbin/hastd/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sbin/hastd/Makefile') diff --git a/sbin/hastd/Makefile b/sbin/hastd/Makefile index 1b55982..e6aff07 100644 --- a/sbin/hastd/Makefile +++ b/sbin/hastd/Makefile @@ -20,6 +20,7 @@ SRCS+= y.tab.h MAN= hastd.8 hast.conf.5 NO_WFORMAT= +CFLAGS+=-DPROTO_TCP4_DEFAULT_PORT=8457 CFLAGS+=-I${.CURDIR} CFLAGS+=-DINET .if ${MK_INET6_SUPPORT} != "no" -- cgit v1.1