Migrate libasyncio from boost.signal to signals2 (#8756)
[libasyncio] / asyncio_config.hpp.in.cmake
CommitLineData
7b52dc40 1/* asyncio_config.hpp.in.cmake: configure input file for cmake */
6cb16c21
KK
2
3/* define if the Boost library is available */
7b52dc40 4#cmakedefine HAVE_BOOST
6cb16c21 5
6cb16c21 6/* define if the Boost::Unit_Test_Framework library is available */
7b52dc40 7#cmakedefine HAVE_BOOST_UNIT_TEST_FRAMEWORK
6cb16c21
KK
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 */
7b52dc40 16#cmakedefine HAVE_LIBI2NCOMMON
6cb16c21
KK
17
18/* define if libt2n is available */
7b52dc40 19#cmakedefine HAVE_LIBT2N
6cb16c21
KK
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
6cb16c21 45/* Name of package */
7b52dc40 46#define PACKAGE "${PROJECT_NAME}"
6cb16c21
KK
47
48/* Define to the address where bug reports for this package should be sent. */
7b52dc40 49#define PACKAGE_BUGREPORT ""
6cb16c21
KK
50
51/* Define to the full name of this package. */
7b52dc40 52#define PACKAGE_NAME "${PROJECT_NAME}"
6cb16c21
KK
53
54/* Define to the full name and version of this package. */
7b52dc40 55#define PACKAGE_STRING "${PROJECT_NAME} ${VERSION}"
6cb16c21
KK
56
57/* Define to the one symbol short name of this package. */
7b52dc40 58#define PACKAGE_TARNAME "${PROJECT_NAME}"
6cb16c21
KK
59
60/* Define to the version of this package. */
7b52dc40 61#define PACKAGE_VERSION "${VERSION}"
6cb16c21
KK
62
63/* Define to 1 if you have the ANSI C header files. */
64#cmakedefine01 STDC_HEADERS
65
66/* Version number of package */
7b52dc40 67#define VERSION "${VERSION}"