stun

simple point to point tunnel
git clone git://git.2f30.org/stun
Log | Files | Refs | README

commit 4300cb9014d2ea4b5e32bdc53e4af68679321001
parent 2060a68c45c2ade8fcbd1d5a023a5829e0081b8e
Author: sin <sin@2f30.org>
Date:   Wed, 30 Mar 2016 13:50:19 +0100

add gnu source to config.mk for linux

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -16,7 +16,7 @@ LDLIBS = -lcrypto # Linux #CFLAGS = -std=c99 -Wall #LDLIBS = -lcrypto -lbsd -#CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE +#CPPFLAGS = -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -D_BSD_SOURCE -D_GNU_SOURCE # DragonFly and FreeBSD #CFLAGS = -std=c99 -Wall