]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libconfuse/config.h.in
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libconfuse / config.h.in
1 /* Define if translation of program messages to the user's native
2 language is requested. */
3 #cmakedefine ENABLE_NLS
4
5 /* Define if you have the <stdlib.h> header file. */
6 #cmakedefine HAVE_STDLIB_H
7
8 /* Define if you have the <string.h> header file. */
9 #cmakedefine HAVE_STRING_H
10
11 /* Define if you have the <strings.h> header file. */
12 #cmakedefine HAVE_STRINGS_H
13
14 /* Define if you have the <sys/stat.h> header file. */
15 #cmakedefine HAVE_SYS_STAT_H
16
17 /* Define if you have the <sys/types.h> header file. */
18 #cmakedefine HAVE_SYS_TYPES_H
19
20 /* Define if you have the <unistd.h> header file. */
21 #cmakedefine HAVE_UNISTD_H
22
23 /* Define if you have the <windows.h> header file. */
24 #cmakedefine HAVE_WINDOWS_H
25
26 /* Define if you have the ANSI C header files. */
27 #define STDC_HEADERS 1
28
29 /* Define if you have the `_fileno' function. */
30 #cmakedefine HAVE__FILENO
31
32 /* Define if you have the `_isatty' function. */
33 #cmakedefine HAVE__ISATTY
34
35 /* Define if the GNU dcgettext() function is already present or preinstalled. */
36 #cmakedefine HAVE_DCGETTEXT
37
38 /* Define if you have the `fmemopen' function. */
39 #cmakedefine HAVE_FMEMOPEN
40
41 /* Define if you have the `funopen' function. */
42 #cmakedefine HAVE_FUNOPEN
43
44 /* Define if the GNU gettext() function is already present or preinstalled. */
45 #cmakedefine HAVE_GETTEXT
46
47 /* Define if you have the iconv() function. */
48 #cmakedefine HAVE_ICONV
49
50 /* Define if you have the `strcasecmp' function. */
51 #cmakedefine HAVE_STRCASECMP
52
53 /* Define if you have the `strdup' function. */
54 #cmakedefine HAVE_STRDUP
55
56 /* Define if you have the `_strdup' function. */
57 #cmakedefine HAVE__STRDUP
58
59 /* Define if you have the strndup function */
60 #cmakedefine HAVE_STRNDUP
61
62 /* Define if you have the `setenv' function. */
63 #cmakedefine HAVE_SETENV
64
65 /* Define if you have the `unsetenv' function. */
66 #cmakedefine HAVE_UNSETENV
67
68 /* Define if you have the `_putenv' function. */
69 #cmakedefine HAVE__PUTENV
70
71 /* Define if `lex' declares `yytext' as a `char *' by default, not a
72 `char[]'. */
73 /*#undef YYTEXT_POINTER*/
74
75 /* Define to empty if `const' does not conform to ANSI C. */
76 /*#undef const*/
77
78 /* Name of package */
79 #define PACKAGE "@PACKAGE@"
80
81 /* Define to the address where bug reports for this package should be sent. */
82 #define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
83
84 /* Define to the full name of this package. */
85 #define PACKAGE_NAME "@PACKAGE_NAME@"
86
87 /* Define to the full name and version of this package. */
88 #define PACKAGE_STRING "@PACKAGE_STRING@"
89
90 /* Define to the one symbol short name of this package. */
91 #define PACKAGE_TARNAME "@PACKAGE_TARNAME@"
92
93 /* Define to the version of this package. */
94 #define PACKAGE_VERSION "@PACKAGE_VERSION@"
95
96 /* Version number of package */
97 #define VERSION "@PACKAGE_VERSION@"
98
99 #define LOCALEDIR "@CMAKE_INSTALL_LOCALEDIR@"