about summary refs log tree commit diff
path: root/libtokencap/libtokencap.so.c
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2019-12-02 21:00:37 +0000
committerDavid Carlier <devnexen@gmail.com>2019-12-02 21:00:37 +0000
commit70ad97d739e16cf1f12814f1c71745780194bca3 (patch)
tree477f89e34fe3cd1ea9bf7321a103f3ae32c4b7fe /libtokencap/libtokencap.so.c
parent1ab2a0cce927724403d04667bbc4c137fa16db70 (diff)
downloadafl++-70ad97d739e16cf1f12814f1c71745780194bca3.tar.gz
Enable libtokencap on DragonFlyBSD
Diffstat (limited to 'libtokencap/libtokencap.so.c')
-rw-r--r--libtokencap/libtokencap.so.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtokencap/libtokencap.so.c b/libtokencap/libtokencap.so.c
index e16fb772..647b85bc 100644
--- a/libtokencap/libtokencap.so.c
+++ b/libtokencap/libtokencap.so.c
@@ -33,7 +33,7 @@
 #include "../config.h"
 
 #if !defined __linux__ && !defined __APPLE__ && !defined __FreeBSD__ && \
-    !defined __OpenBSD__ && !defined __NetBSD__
+    !defined __OpenBSD__ && !defined __NetBSD__ && !defined __DragonFly__
 #error "Sorry, this library is unsupported in this platform for now!"
 #endif /* !__linux__ && !__APPLE__ && ! __FreeBSD__ && ! __OpenBSD__ && \
           !__NetBSD__*/