Skip to content
Snippets Groups Projects
Commit d3e1d983 authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Include patch from FreeBSD ports tree.

parent 6af840c0
No related branches found
No related tags found
No related merge requests found
......@@ -50,11 +50,12 @@
#include <netinet/sctp.h>
#include <sys/param.h>
#include <paths.h>
#if __FreeBSD_version >= 1001000
#include <netinet/udplite.h>
#endif
#define USE_LIBPCAP 1
#define TUN_DIR "/dev"
#define TUN_DIR _PATH_DEV
#define HAVE_TCP_INFO 1
#if (__FreeBSD_version < 1000000 && __FreeBSD_version > 902000) || __FreeBSD_version > 1000028
#define HAVE_FMEMOPEN 1
......
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