We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8958da commit 29b915cCopy full SHA for 29b915c
1 file changed
cmake/options.h.in
@@ -33,14 +33,14 @@ extern "C" {
33
#endif
34
35
#ifndef WOLFSSL_OPTIONS_IGNORE_SYS
36
-/* Since types.h depends on HAVE_LIMITS_H, we must define it in options.h. */
37
-#undef HAVE_LIMITS_H
38
-#cmakedefine HAVE_LIMITS_H @HAVE_LIMITS_H@
39
#undef _GNU_SOURCE
40
#cmakedefine _GNU_SOURCE
41
#undef _POSIX_THREADS
42
#cmakedefine _POSIX_THREADS
43
+/* Since types.h depends on HAVE_LIMITS_H, we must define it in options.h. */
+#undef HAVE_LIMITS_H
+#cmakedefine HAVE_LIMITS_H @HAVE_LIMITS_H@
44
#undef ASIO_USE_WOLFSSL
45
#cmakedefine ASIO_USE_WOLFSSL
46
#undef BOOST_ASIO_USE_WOLFSSL
0 commit comments