|
@@ -77,8 +77,10 @@
|
|
/* #undef LWS_WITH_LIBEVENT */
|
|
/* #undef LWS_WITH_LIBEVENT */
|
|
|
|
|
|
/* Build with support for ipv6 */
|
|
/* Build with support for ipv6 */
|
|
-/* #undef LWS_WITH_IPV6 */
|
|
|
|
|
|
+/* Everywhere, except in OpenBSD which does not support dual stacking */
|
|
|
|
+#if !defined(__OpenBSD__)
|
|
#define LWS_WITH_IPV6
|
|
#define LWS_WITH_IPV6
|
|
|
|
+#endif
|
|
|
|
|
|
/* Build with support for UNIX domain socket */
|
|
/* Build with support for UNIX domain socket */
|
|
/* #undef LWS_WITH_UNIX_SOCK */
|
|
/* #undef LWS_WITH_UNIX_SOCK */
|