We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ff7a9 commit 531f275Copy full SHA for 531f275
libs/libwebsockets/include/lws_config.h
@@ -127,7 +127,11 @@
127
#define HAVE_SYS_TYPES_H
128
129
/* Define to 1 if you have the <unistd.h> header file. */
130
+#if defined(__APPLE__) && !defined(__IOS__)
131
+#define HAVE_UNISTD_H 1
132
+#else
133
#define HAVE_UNISTD_H
134
+#endif
135
136
/* Define to 1 if you have the `vfork' function. */
137
#define HAVE_VFORK
0 commit comments