aboutsummaryrefslogtreecommitdiff
path: root/include/lws_config_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lws_config_private.h')
-rw-r--r--include/lws_config_private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/lws_config_private.h b/include/lws_config_private.h
index 9c172f6b..f5b430a3 100644
--- a/include/lws_config_private.h
+++ b/include/lws_config_private.h
@@ -75,10 +75,10 @@
/* #undef LWS_HAVE_VFORK_H */
/* Define to 1 if `fork' works. */
-/* #undef LWS_HAVE_WORKING_FORK */
+#define LWS_HAVE_WORKING_FORK
/* Define to 1 if `vfork' works. */
-/* #undef LWS_HAVE_WORKING_VFORK */
+#define LWS_HAVE_WORKING_VFORK
/* Define to 1 if execvpe() exists */
#define LWS_HAVE_EXECVPE
@@ -105,7 +105,7 @@
/* #undef inline */
/* #undef LWS_WITH_ZLIB */
-/* #undef LWS_HAS_PTHREAD_SETNAME_NP */
+#define LWS_HAS_PTHREAD_SETNAME_NP
/* Defined if you have the <inttypes.h> header file. */
#define LWS_HAVE_INTTYPES_H