socket_client.cpp: prevent buffer overflow in creation of unix socket
[libt2n] / config.h.in.cmake
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::Serialization library is available */
7 #cmakedefine HAVE_BOOST_SERIALIZATION
8
9 /* define if the Boost::Unit_Test_Framework library is available */
10 #cmakedefine HAVE_BOOST_UNIT_TEST_FRAMEWORK
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 to 1 if you have the <memory.h> header file. */
19 #cmakedefine01 HAVE_MEMORY_H
20
21 /* Define to 1 if you have the <stdint.h> header file. */
22 #cmakedefine01 HAVE_STDINT_H
23
24 /* Define to 1 if you have the <stdlib.h> header file. */
25 #cmakedefine01 HAVE_STDLIB_H
26
27 /* Define to 1 if you have the <strings.h> header file. */
28 #cmakedefine01 HAVE_STRINGS_H
29
30 /* Define to 1 if you have the <string.h> header file. */
31 #cmakedefine01 HAVE_STRING_H
32
33 /* Define to 1 if you have the <sys/stat.h> header file. */
34 #cmakedefine01 HAVE_SYS_STAT_H
35
36 /* Define to 1 if you have the <sys/types.h> header file. */
37 #cmakedefine01 HAVE_SYS_TYPES_H
38
39 /* Define to 1 if you have the <unistd.h> header file. */
40 #cmakedefine01 HAVE_UNISTD_H
41
42 /* Name of package */
43 #define PACKAGE "${PROJECT_NAME}"
44
45 /* Define to the address where bug reports for this package should be sent. */
46 #define PACKAGE_BUGREPORT ""
47
48 /* Define to the full name of this package. */
49 #define PACKAGE_NAME "${PROJECT_NAME}"
50
51 /* Define to the full name and version of this package. */
52 #define PACKAGE_STRING "${PROJECT_NAME} ${VERSION}"
53
54 /* Define to the one symbol short name of this package. */
55 #define PACKAGE_TARNAME "${PROJECT_NAME}"
56
57 /* Define to the version of this package. */
58 #define PACKAGE_VERSION "${VERSION}"
59
60 /* Define to 1 if you have the ANSI C header files. */
61 #cmakedefine01 STDC_HEADERS
62
63 /* Version number of package */
64 #define VERSION "${VERSION}"
65
66 /* Version number of used protocol (integer, increase if incompatible) */
67 #define PROTOCOL_VERSION ${PROTOCOL_VERSION}