Skip to content
Snippets Groups Projects
Commit d760229a authored by Ondřej Filip's avatar Ondřej Filip
Browse files

DragonFly support add - thanks to john@marino.st

parent 60c412b9
No related branches found
No related tags found
No related merge requests found
......@@ -142,6 +142,10 @@ else
;;
ipv4:freebsd*) sysdesc=bsd
;;
ipv6:dragonfly*) sysdesc=bsd-v6
;;
ipv4:dragonfly*) sysdesc=bsd
;;
ipv6:kfreebsd*) sysdesc=bsd-v6
;;
ipv4:kfreebsd*) sysdesc=bsd
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment