VirtualBox

source: vbox/trunk/src/libs/libxml2-2.12.6/config.h.cmake.in

Last change on this file was 104106, checked in by vboxsync, 2 months ago

libxml2-2.9.14: Applied and adjusted our libxml2 changes to 2.9.14. bugref:10640

  • Property svn:eol-style set to native
File size: 3.5 KB
Line 
1/* A form that will not confuse apibuild.py */
2#cmakedefine ATTRIBUTE_DESTRUCTOR @ATTRIBUTE_DESTRUCTOR@
3
4/* Define to 1 if you have the <arpa/inet.h> header file. */
5#cmakedefine HAVE_ARPA_INET_H 1
6
7/* Define if __attribute__((destructor)) is accepted */
8#cmakedefine HAVE_ATTRIBUTE_DESTRUCTOR 1
9
10/* Define to 1 if you have the <dlfcn.h> header file. */
11#cmakedefine HAVE_DLFCN_H 1
12
13/* Have dlopen based dso */
14#cmakedefine HAVE_DLOPEN 1
15
16/* Define to 1 if you have the <dl.h> header file. */
17#cmakedefine HAVE_DL_H 1
18
19/* Define to 1 if you have the <fcntl.h> header file. */
20#cmakedefine HAVE_FCNTL_H 1
21
22/* Define to 1 if you have the `ftime' function. */
23#cmakedefine HAVE_FTIME 1
24
25/* Define to 1 if you have the `gettimeofday' function. */
26#cmakedefine HAVE_GETTIMEOFDAY 1
27
28/* Define to 1 if you have the <inttypes.h> header file. */
29#cmakedefine HAVE_INTTYPES_H 1
30
31/* Define to 1 if you have the `isascii' function. */
32#cmakedefine HAVE_ISASCII 1
33
34/* Define if history library is there (-lhistory) */
35#cmakedefine HAVE_LIBHISTORY 1
36
37/* Define if readline library is there (-lreadline) */
38#cmakedefine HAVE_LIBREADLINE 1
39
40/* Define to 1 if you have the `mmap' function. */
41#cmakedefine HAVE_MMAP 1
42
43/* Define to 1 if you have the `munmap' function. */
44#cmakedefine HAVE_MUNMAP 1
45
46/* mmap() is no good without munmap() */
47#if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP)
48# undef /**/ HAVE_MMAP
49#endif
50
51/* Define to 1 if you have the <netdb.h> header file. */
52#cmakedefine HAVE_NETDB_H 1
53
54/* Define to 1 if you have the <netinet/in.h> header file. */
55#cmakedefine HAVE_NETINET_IN_H 1
56
57/* Define to 1 if you have the <poll.h> header file. */
58#cmakedefine HAVE_POLL_H 1
59
60/* Define to 1 if you have the <pthread.h> header file. */
61#cmakedefine HAVE_PTHREAD_H 1
62
63/* Have shl_load based dso */
64#cmakedefine HAVE_SHLLOAD 1
65
66/* Define to 1 if you have the `stat' function. */
67#cmakedefine HAVE_STAT 1
68
69/* Define to 1 if you have the <stdint.h> header file. */
70#cmakedefine HAVE_STDINT_H 1
71
72/* Define to 1 if you have the <sys/mman.h> header file. */
73#cmakedefine HAVE_SYS_MMAN_H 1
74
75/* Define to 1 if you have the <sys/select.h> header file. */
76#cmakedefine HAVE_SYS_SELECT_H 1
77
78/* Define to 1 if you have the <sys/socket.h> header file. */
79#cmakedefine HAVE_SYS_SOCKET_H 1
80
81/* Define to 1 if you have the <sys/stat.h> header file. */
82#cmakedefine HAVE_SYS_STAT_H 1
83
84/* Define to 1 if you have the <sys/timeb.h> header file. */
85#cmakedefine HAVE_SYS_TIMEB_H 1
86
87/* Define to 1 if you have the <sys/time.h> header file. */
88#cmakedefine HAVE_SYS_TIME_H 1
89
90/* Define to 1 if you have the <unistd.h> header file. */
91#cmakedefine HAVE_UNISTD_H 1
92
93/* Whether va_copy() is available */
94#cmakedefine HAVE_VA_COPY 1
95
96/* Define to 1 if you have the <zlib.h> header file. */
97#cmakedefine HAVE_ZLIB_H 1
98
99/* Whether __va_copy() is available */
100#cmakedefine HAVE___VA_COPY 1
101
102/* Support for IPv6 */
103#cmakedefine SUPPORT_IP6 1
104
105/* Define if va_list is an array type */
106#cmakedefine VA_LIST_IS_ARRAY 1
107
108/* Version number of package */
109#cmakedefine VERSION "@VERSION@"
110
111/* Determine what socket length (socklen_t) data type is */
112#cmakedefine XML_SOCKLEN_T @XML_SOCKLEN_T@
113
114/* TLS specifier */
115#cmakedefine XML_THREAD_LOCAL @XML_THREAD_LOCAL@
116
117/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
118 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
119 #define below would cause a syntax error. */
120#cmakedefine _UINT32_T @_UINT32_T@
121
122/* Define to the type of an unsigned integer type of width exactly 32 bits if
123 such a type exists and the standard includes do not define it. */
124#cmakedefine uint32_t @uint32_t@
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use