Migrate libasyncio from boost.signal to signals2 (#8756)
[libasyncio] / asyncio_config.hpp.in.cmake
... / ...
CommitLineData
1/* asyncio_config.hpp.in.cmake: configure input file for cmake */
2
3/* define if the Boost library is available */
4#cmakedefine HAVE_BOOST
5
6/* define if the Boost::Unit_Test_Framework library is available */
7#cmakedefine HAVE_BOOST_UNIT_TEST_FRAMEWORK
8
9/* Define to 1 if you have the <dlfcn.h> header file. */
10#cmakedefine01 HAVE_DLFCN_H
11
12/* Define to 1 if you have the <inttypes.h> header file. */
13#cmakedefine01 HAVE_INTTYPES_H
14
15/* define if libi2ncommon is available */
16#cmakedefine HAVE_LIBI2NCOMMON
17
18/* define if libt2n is available */
19#cmakedefine HAVE_LIBT2N
20
21/* Define to 1 if you have the <memory.h> header file. */
22#cmakedefine01 HAVE_MEMORY_H
23
24/* Define to 1 if you have the <stdint.h> header file. */
25#cmakedefine01 HAVE_STDINT_H
26
27/* Define to 1 if you have the <stdlib.h> header file. */
28#cmakedefine01 HAVE_STDLIB_H
29
30/* Define to 1 if you have the <strings.h> header file. */
31#cmakedefine01 HAVE_STRINGS_H
32
33/* Define to 1 if you have the <string.h> header file. */
34#cmakedefine01 HAVE_STRING_H
35
36/* Define to 1 if you have the <sys/stat.h> header file. */
37#cmakedefine01 HAVE_SYS_STAT_H
38
39/* Define to 1 if you have the <sys/types.h> header file. */
40#cmakedefine01 HAVE_SYS_TYPES_H
41
42/* Define to 1 if you have the <unistd.h> header file. */
43#cmakedefine01 HAVE_UNISTD_H
44
45/* Name of package */
46#define PACKAGE "${PROJECT_NAME}"
47
48/* Define to the address where bug reports for this package should be sent. */
49#define PACKAGE_BUGREPORT ""
50
51/* Define to the full name of this package. */
52#define PACKAGE_NAME "${PROJECT_NAME}"
53
54/* Define to the full name and version of this package. */
55#define PACKAGE_STRING "${PROJECT_NAME} ${VERSION}"
56
57/* Define to the one symbol short name of this package. */
58#define PACKAGE_TARNAME "${PROJECT_NAME}"
59
60/* Define to the version of this package. */
61#define PACKAGE_VERSION "${VERSION}"
62
63/* Define to 1 if you have the ANSI C header files. */
64#cmakedefine01 STDC_HEADERS
65
66/* Version number of package */
67#define VERSION "${VERSION}"