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

Add MacOS support.

parent 07f58ca8
No related branches found
No related tags found
No related merge requests found
......@@ -102,5 +102,16 @@
#endif /* __NetBSD__ */
/* ------------------------- Darwin --------------------- */
#if defined(__APPLE__)
#define USE_LIBPCAP 1
#define HAVE_TCP_INFO 1
#define HAVE_FMEMOPEN 1
#define HAVE_OPEN_MEMSTREAM 1
#endif /* __APPLE__ */
#endif /* __PLATFORMS_H__ */
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