Migrate libasyncio from boost.signal to signals2 (#8756)
[libasyncio] / asyncio_config.hpp.in.cmake
index b21e03a..301551e 100644 (file)
@@ -1,13 +1,10 @@
-/* asyncio_config.hpp.in: configure input file for cmake */
+/* asyncio_config.hpp.in.cmake: configure input file for cmake */
 
 /* define if the Boost library is available */
-#cmakedefine HAVE_BOOST ${Boost_FOUND}
-
-/* define if the Boost::Signals library is available */
-#cmakedefine HAVE_BOOST_SIGNALS ${Boost_SIGNALS_FOUND}
+#cmakedefine HAVE_BOOST
 
 /* define if the Boost::Unit_Test_Framework library is available */
-#cmakedefine HAVE_BOOST_UNIT_TEST_FRAMEWORK ${Boost_UNIT_TEST_FRAMEWORK_FOUND}
+#cmakedefine HAVE_BOOST_UNIT_TEST_FRAMEWORK
 
 /* Define to 1 if you have the <dlfcn.h> header file. */
 #cmakedefine01 HAVE_DLFCN_H
 #cmakedefine01 HAVE_INTTYPES_H
 
 /* define if libi2ncommon is available */
-#cmakedefine HAVE_LIBI2NCOMMON ${LIBI2NCOMMON_FOUND}
+#cmakedefine HAVE_LIBI2NCOMMON
 
 /* define if libt2n is available */
-#cmakedefine HAVE_LIBT2N ${LIBT2N_FOUND}
+#cmakedefine HAVE_LIBT2N
 
 /* Define to 1 if you have the <memory.h> header file. */
 #cmakedefine01 HAVE_MEMORY_H
 /* Define to 1 if you have the <unistd.h> header file. */
 #cmakedefine01 HAVE_UNISTD_H
 
-/* Define to the sub-directory in which libtool stores uninstalled libraries. */
-#cmakedefine LT_OBJDIR "${LT_OBJDIR}"
-
 /* Name of package */
-#cmakedefine PACKAGE "${PROJECT_NAME}"
+#define PACKAGE "${PROJECT_NAME}"
 
 /* Define to the address where bug reports for this package should be sent. */
-#cmakedefine PACKAGE_BUGREPORT ""
+#define PACKAGE_BUGREPORT ""
 
 /* Define to the full name of this package. */
-#cmakedefine PACKAGE_NAME "${PROJECT_NAME}"
+#define PACKAGE_NAME "${PROJECT_NAME}"
 
 /* Define to the full name and version of this package. */
-#cmakedefine PACKAGE_STRING "${PROJECT_NAME} ${VERSION}"
+#define PACKAGE_STRING "${PROJECT_NAME} ${VERSION}"
 
 /* Define to the one symbol short name of this package. */
-#cmakedefine PACKAGE_TARNAME "${PROJECT_NAME}"
+#define PACKAGE_TARNAME "${PROJECT_NAME}"
 
 /* Define to the version of this package. */
-#cmakedefine PACKAGE_VERSION "${VERSION}"
+#define PACKAGE_VERSION "${VERSION}"
 
 /* Define to 1 if you have the ANSI C header files. */
 #cmakedefine01 STDC_HEADERS
 
 /* Version number of package */
-#cmakedefine VERSION "${VERSION}"
+#define VERSION "${VERSION}"