From d760229ab897fa1bf1fd0fe7019cc2431d21a1cc Mon Sep 17 00:00:00 2001 From: Ondrej Filip Date: Wed, 8 Aug 2012 14:10:31 +0200 Subject: DragonFly support add - thanks to john@marino.st --- sysdep/bsd/sysio.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdep/bsd/sysio.h') diff --git a/sysdep/bsd/sysio.h b/sysdep/bsd/sysio.h index f0b5f401..4f91def5 100644 --- a/sysdep/bsd/sysio.h +++ b/sysdep/bsd/sysio.h @@ -6,6 +6,9 @@ * Can be freely distributed and used under the terms of the GNU GPL. */ +#ifdef __DragonFly__ +#define TCP_MD5SIG TCP_SIGNATURE_ENABLE +#endif #ifdef IPV6 static inline void -- cgit v1.2.3