2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 09:57:41 +00:00

[#3325] Removed remaining coroutine references

This commit is contained in:
Francis Dupont 2025-03-10 23:59:15 +01:00
parent 7b8e0a9959
commit 93bab7a99f
3 changed files with 2 additions and 7 deletions

View File

@ -383,10 +383,6 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
---end of MPL 2.0 license --------------------------------------------------- ---end of MPL 2.0 license ---------------------------------------------------
The ext/coroutine code is externally maintained and distributed under
the Boost Software License, Version 1.0. (See its accompanying file
LICENSE_1_0.txt.)
Sample TLS clients and servers are used for tests and are included in Sample TLS clients and servers are used for tests and are included in
src/lib/asiolink/testutils. The Botan version was ported from the src/lib/asiolink/testutils. The Botan version was ported from the
OpenSSL one with the help of the Botan team. The files are OpenSSL one with the help of the Botan team. The files are

View File

@ -1085,7 +1085,7 @@ if test $enable_gtest != "no"; then
CPPFLAGS=$CPPFLAGS_SAVED CPPFLAGS=$CPPFLAGS_SAVED
fi fi
# Provide the ability to include our coroutine header or other headers from ext. # Provide the ability to include headers from ext.
CPPFLAGS="$CPPFLAGS -I\$(top_srcdir) -I\$(top_builddir)" CPPFLAGS="$CPPFLAGS -I\$(top_srcdir) -I\$(top_builddir)"
# Doesn't seem to be required? # Doesn't seem to be required?
@ -1514,7 +1514,6 @@ AC_CONFIG_FILES([doc/sphinx/Makefile])
AC_CONFIG_FILES([doc/devel/Makefile]) AC_CONFIG_FILES([doc/devel/Makefile])
AC_CONFIG_FILES([ext/Makefile]) AC_CONFIG_FILES([ext/Makefile])
AC_CONFIG_FILES([ext/gtest/Makefile]) AC_CONFIG_FILES([ext/gtest/Makefile])
AC_CONFIG_FILES([ext/coroutine/Makefile])
AC_CONFIG_FILES([fuzz/Makefile]) AC_CONFIG_FILES([fuzz/Makefile])
AC_CONFIG_FILES([fuzz/input/Makefile]) AC_CONFIG_FILES([fuzz/input/Makefile])
AC_CONFIG_FILES([fuzz/tests/Makefile]) AC_CONFIG_FILES([fuzz/tests/Makefile])

View File

@ -1,4 +1,4 @@
SUBDIRS = coroutine SUBDIRS = .
if HAVE_GTEST_SOURCE if HAVE_GTEST_SOURCE
SUBDIRS += gtest SUBDIRS += gtest