]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libdatrie/config.h.cmake
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libdatrie / config.h.cmake
1 /* config.h.in. Generated from configure.ac by autoheader. */
2
3 /* Define to 1 if you have the <dlfcn.h> header file. */
4 #cmakedefine HAVE_DLFCN_H
5
6 /* Define to 1 if you have the <inttypes.h> header file. */
7 #cmakedefine HAVE_INTTYPES_H
8
9 /* Have nl_langinfo (CODESET) */
10 #cmakedefine HAVE_LANGINFO_CODESET
11
12 /* Define to 1 if you have the <limits.h> header file. */
13 #cmakedefine HAVE_LIMITS_H
14
15 /* Have locale_charset() */
16 #cmakedefine HAVE_LOCALE_CHARSET
17
18 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
19 to 0 otherwise. */
20 #cmakedefine HAVE_MALLOC
21
22 /* Define to 1 if you have the <memory.h> header file. */
23 #cmakedefine HAVE_MEMORY_H
24
25 /* Define to 1 if you have the <stdint.h> header file. */
26 #cmakedefine HAVE_STDINT_H
27
28 /* Define to 1 if you have the <stdio.h> header file. */
29 #cmakedefine HAVE_STDIO_H
30
31 /* Define to 1 if you have the <stdlib.h> header file. */
32 #cmakedefine HAVE_STDLIB_H
33
34 /* Define to 1 if you have the <strings.h> header file. */
35 #cmakedefine HAVE_STRINGS_H
36
37 /* Define to 1 if you have the <string.h> header file. */
38 #cmakedefine HAVE_STRING_H
39
40 /* Define to 1 if you have the <sys/stat.h> header file. */
41 #cmakedefine HAVE_SYS_STAT_H
42
43 /* Define to 1 if you have the <sys/types.h> header file. */
44 #cmakedefine HAVE_SYS_TYPES_H
45
46 /* Define to 1 if you have the <unistd.h> header file. */
47 #cmakedefine HAVE_UNISTD_H
48
49 /* Define to the sub-directory in which libtool stores uninstalled libraries.
50 */
51 #cmakedefine LT_OBJDIR
52
53 /* Name of package */
54 #define PACKAGE "libdatrie"
55
56 /* Define to the address where bug reports for this package should be sent. */
57 #cmakedefine PACKAGE_BUGREPORT
58
59 /* Define to the full name of this package. */
60 #define PACKAGE_NAME "libdatrie"
61
62 /* Define to the full name and version of this package. */
63 #cmakedefine PACKAGE_STRING
64
65 /* Define to the one symbol short name of this package. */
66 #cmakedefine PACKAGE_TARNAME
67
68 /* Define to the home page for this package. */
69 #define PACKAGE_URL "https://linux.thai.net/~thep/datrie/datrie.html"
70
71 /* Define to the version of this package. */
72 #cmakedefine PACKAGE_VERSION
73
74 /* Define to 1 if you have the ANSI C header files. */
75 #cmakedefine STDC_HEADERS 1
76
77 /* Version number of package */
78 #cmakedefine VERSION "@VERSION@"
79
80 /* Define to empty if `const' does not conform to ANSI C. */
81 #cmakedefine const
82
83 /* Define to rpl_malloc if the replacement function should be used. */
84 #cmakedefine malloc
85
86 /* Define to `unsigned int' if <sys/types.h> does not define. */
87 #cmakedefine size_t