summaryrefslogtreecommitdiff
path: root/thirdparty/libwebsockets/lws_config.h
diff options
context:
space:
mode:
authorAdrien Destugues <pulkomandy@pulkomandy.tk>2018-08-11 13:05:48 +0200
committerAdrien Destugues <pulkomandy@pulkomandy.tk>2018-08-11 17:20:51 +0200
commita294a842cb85f86cdd69b6e902aef01c9721668b (patch)
tree9c0053accdd4780931323f29f8413f91f6060aac /thirdparty/libwebsockets/lws_config.h
parent0fc1c4eda8acd97af36228ed1d947bb5cdb2634a (diff)
Rebase patches for fixing haiku build.
Diffstat (limited to 'thirdparty/libwebsockets/lws_config.h')
-rw-r--r--thirdparty/libwebsockets/lws_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/libwebsockets/lws_config.h b/thirdparty/libwebsockets/lws_config.h
index 7185a806a5..e5e15cc2fd 100644
--- a/thirdparty/libwebsockets/lws_config.h
+++ b/thirdparty/libwebsockets/lws_config.h
@@ -174,7 +174,7 @@
#define LWS_HAVE_MALLOC_H
#endif
-#if !defined(IPHONE_ENABLED) && !defined(OSX_ENABLED)
+#if !defined(IPHONE_ENABLED) && !defined(OSX_ENABLED) && !defined(__HAIKU__)
#define LWS_HAVE_PIPE2
#endif