]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libpopt/config.h.cmake
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libpopt / config.h.cmake
1 #ifndef CONFIG_H
2 #define CONFIG_H
3
4 /* Define to 1 if translation of program messages to the user's native language is requested. */
5 #cmakedefine ENABLE_NLS 1
6
7 /* Define if the GNU dcgettext() function is already present or preinstalled. */
8 #cmakedefine HAVE_DCGETTEXT 1
9
10 /* Define to 1 if you have the <float.h> header file. */
11 #cmakedefine HAVE_FLOAT_H 1
12
13 /* Define to 1 if you have the <fnmatch.h> header file. */
14 #cmakedefine HAVE_FNMATCH_H 1
15
16 /* Define if the GNU gettext() function is already present or preinstalled. */
17 #cmakedefine HAVE_GETTEXT 1
18
19 /* Define to 1 if you have the <glob.h> header file. */
20 #cmakedefine HAVE_GLOB_H 1
21
22 /* Define if you have the iconv() function and it works. */
23 #cmakedefine HAVE_ICONV 1
24
25 /* Define to 1 if you have the <langinfo.h> header file. */
26 #cmakedefine HAVE_LANGINFO_H 1
27
28 /* Define to 1 if you have the <libintl.h> header file. */
29 #cmakedefine HAVE_LIBINTL_H 1
30
31 /* Define to 1 if you have the <mcheck.h> header file. */
32 #cmakedefine HAVE_MCHECK_H 1
33
34 /* Define to 1 if you have the `mtrace' function. */
35 #cmakedefine HAVE_MTRACE 1
36
37 /* Define to 1 if you have the `srandom' function. */
38 #cmakedefine HAVE_SRANDOM 1
39
40 /* Define to 1 if you have the `stpcpy' function. */
41 #cmakedefine HAVE_STPCPY 1
42
43 /* Define to 1 if you have the `strerror' function. */
44 #cmakedefine HAVE_STRERROR 1
45
46 /* Define to 1 if you have the <unistd.h> header file. */
47 #cmakedefine HAVE_UNISTD_H 1
48
49 /* Define to 1 if you have the `vasprintf' function. */
50 #cmakedefine HAVE_VASPRINTF 1
51
52 /* Define to 1 if you have the `__secure_getenv' function. */
53 #cmakedefine HAVE___SECURE_GETENV 1
54
55 /* Name of package */
56 #cmakedefine PACKAGE "@PACKAGE@"
57
58 /* Full path to default POPT configuration directory */
59 #cmakedefine POPT_SYSCONFDIR "@POPT_SYSCONFDIR@"
60
61 #endif