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