You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

487 lines
13 KiB

  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to specify no threading is used */
  3. #undef APP_NO_THREADS
  4. /* Define to 1 if you have the <arpa/inet.h> header file. */
  5. #undef HAVE_ARPA_INET_H
  6. /* Define to 1 if you have the <arpa/nameser_compat.h> header file. */
  7. #undef HAVE_ARPA_NAMESER_COMPAT_H
  8. /* define if bool is a built-in type */
  9. #undef HAVE_BOOL
  10. /* Define to 1 if you have the `catclose' function. */
  11. #undef HAVE_CATCLOSE
  12. /* Define to 1 if you have the `catgets' function. */
  13. #undef HAVE_CATGETS
  14. /* Define to 1 if you have the `catopen' function. */
  15. #undef HAVE_CATOPEN
  16. /* Define to 1 if you have the `clock_gettime' function. */
  17. #undef HAVE_CLOCK_GETTIME
  18. /* Define to 1 if you have the <CoreServices/CoreServices.h> header file. */
  19. #undef HAVE_CORESERVICES_CORESERVICES_H
  20. /* Define to 1 if you have cpuid.h */
  21. #undef HAVE_CPUID_H
  22. /* Define to 1 if you have the <ctype.h> header file. */
  23. #undef HAVE_CTYPE_H
  24. /* Define to 1 if you have the <dlfcn.h> header file. */
  25. #undef HAVE_DLFCN_H
  26. /* Define to 1 if you have the <endian.h> header file. */
  27. #undef HAVE_ENDIAN_H
  28. /* Define to 1 if you have the <errno.h> header file. */
  29. #undef HAVE_ERRNO_H
  30. /* Define to 1 if you have the <fcntl.h> header file. */
  31. #undef HAVE_FCNTL_H
  32. /* Define to 1 if you have the <float.h> header file. */
  33. #undef HAVE_FLOAT_H
  34. /* Define to 1 if you have the `ftime' function. */
  35. #undef HAVE_FTIME
  36. /* Define to 1 if you have the `getaddrinfo' function. */
  37. #undef HAVE_GETADDRINFO
  38. /* Define to 1 if you have the `getcwd' function. */
  39. #undef HAVE_GETCWD
  40. /* Define to 1 if you have the `gethostbyaddr' function. */
  41. #undef HAVE_GETHOSTBYADDR
  42. /* Define to 1 if you have the `gethostbyname' function. */
  43. #undef HAVE_GETHOSTBYNAME
  44. /* Define to 1 if you have the `gettimeofday' function. */
  45. #undef HAVE_GETTIMEOFDAY
  46. /* Define to 1 if you have the `iconv' function. */
  47. #undef HAVE_ICONV
  48. /* Define to 1 if you have the `iconv_close' function. */
  49. #undef HAVE_ICONV_CLOSE
  50. /* Define to 1 if you have the <iconv.h> header file. */
  51. #undef HAVE_ICONV_H
  52. /* Define to 1 if you have the `iconv_open' function. */
  53. #undef HAVE_ICONV_OPEN
  54. /* Define to 1 if you have the <inttypes.h> header file. */
  55. #undef HAVE_INTTYPES_H
  56. /* Define to 1 if you have the <langinfo.h> header file. */
  57. #undef HAVE_LANGINFO_H
  58. /* Define to 1 if you have the `nsl' library (-lnsl). */
  59. #undef HAVE_LIBNSL
  60. /* Define to 1 if you have the `socket' library (-lsocket). */
  61. #undef HAVE_LIBSOCKET
  62. /* Define to 1 if you have the <limits.h> header file. */
  63. #undef HAVE_LIMITS_H
  64. /* Define to 1 if you have the `localeconv' function. */
  65. #undef HAVE_LOCALECONV
  66. /* Define to 1 if you have the <locale.h> header file. */
  67. #undef HAVE_LOCALE_H
  68. /* define if the compiler implements L"widestring" */
  69. #undef HAVE_LSTRING
  70. /* Define to 1 if you have the <machine/endian.h> header file. */
  71. #undef HAVE_MACHINE_ENDIAN_H
  72. /* Define to 1 if you have the `mblen' function. */
  73. #undef HAVE_MBLEN
  74. /* Define to 1 if you have the `mbrlen' function. */
  75. #undef HAVE_MBRLEN
  76. /* Define to 1 if you have the `mbsrtowcs' function. */
  77. #undef HAVE_MBSRTOWCS
  78. /* Define to 1 if you have the `mbstowcs' function. */
  79. #undef HAVE_MBSTOWCS
  80. /* Define to 1 if you have the `memmove' function. */
  81. #undef HAVE_MEMMOVE
  82. /* Define to 1 if you have the <memory.h> header file. */
  83. #undef HAVE_MEMORY_H
  84. /* Define to 1 if you have the `memset' function. */
  85. #undef HAVE_MEMSET
  86. /* define if the compiler implements namespaces */
  87. #undef HAVE_NAMESPACES
  88. /* Define to 1 if you have the <netdb.h> header file. */
  89. #undef HAVE_NETDB_H
  90. /* Define to 1 if you have the <netinet/in.h> header file. */
  91. #undef HAVE_NETINET_IN_H
  92. /* Define to 1 if you have the `nl_langinfo' function. */
  93. #undef HAVE_NL_LANGINFO
  94. /* Define to 1 if you have the <nl_types.h> header file. */
  95. #undef HAVE_NL_TYPES_H
  96. /* Define to 1 if you have the `pathconf' function. */
  97. #undef HAVE_PATHCONF
  98. /* Define to 1 if you have the PATH_MAX macro. */
  99. #undef HAVE_PATH_MAX
  100. /* Define if you have POSIX threads libraries and header files. */
  101. #undef HAVE_PTHREAD
  102. /* Define to 1 if you have the `realpath' function. */
  103. #undef HAVE_REALPATH
  104. /* Define to 1 if you have the `setlocale' function. */
  105. #undef HAVE_SETLOCALE
  106. /* Define to 1 if you have the `socket' function. */
  107. #undef HAVE_SOCKET
  108. /* Define to 1 if stdbool.h conforms to C99. */
  109. #undef HAVE_STDBOOL_H
  110. /* Define to 1 if you have the <stddef.h> header file. */
  111. #undef HAVE_STDDEF_H
  112. /* Define to 1 if you have the <stdint.h> header file. */
  113. #undef HAVE_STDINT_H
  114. /* Define to 1 if you have the <stdio.h> header file. */
  115. #undef HAVE_STDIO_H
  116. /* Define to 1 if you have the <stdlib.h> header file. */
  117. #undef HAVE_STDLIB_H
  118. /* define if the compiler supports ISO C++ standard library */
  119. #undef HAVE_STD_LIBS
  120. /* define if the compiler supports the std namespace */
  121. #undef HAVE_STD_NAMESPACE
  122. /* Define to 1 if you have the `strcasecmp' function. */
  123. #undef HAVE_STRCASECMP
  124. /* Define to 1 if you have the `strchr' function. */
  125. #undef HAVE_STRCHR
  126. /* Define to 1 if you have the `strdup' function. */
  127. #undef HAVE_STRDUP
  128. /* Define to 1 if you have the `stricmp' function. */
  129. #undef HAVE_STRICMP
  130. /* Define to 1 if you have the <strings.h> header file. */
  131. #undef HAVE_STRINGS_H
  132. /* Define to 1 if you have the <string.h> header file. */
  133. #undef HAVE_STRING_H
  134. /* Define to 1 if you have the `strncasecmp' function. */
  135. #undef HAVE_STRNCASECMP
  136. /* Define to 1 if you have the `strnicmp' function. */
  137. #undef HAVE_STRNICMP
  138. /* Define to 1 if you have the `strrchr' function. */
  139. #undef HAVE_STRRCHR
  140. /* Define to 1 if you have the `strstr' function. */
  141. #undef HAVE_STRSTR
  142. /* Define to 1 if you have the `strtol' function. */
  143. #undef HAVE_STRTOL
  144. /* Define to 1 if you have the `strtoul' function. */
  145. #undef HAVE_STRTOUL
  146. /* Define to 1 if you have the <sys/param.h> header file. */
  147. #undef HAVE_SYS_PARAM_H
  148. /* Define to 1 if you have the <sys/socket.h> header file. */
  149. #undef HAVE_SYS_SOCKET_H
  150. /* Define to 1 if you have the <sys/stat.h> header file. */
  151. #undef HAVE_SYS_STAT_H
  152. /* Define to 1 if you have the <sys/timeb.h> header file. */
  153. #undef HAVE_SYS_TIMEB_H
  154. /* Define to 1 if you have the <sys/time.h> header file. */
  155. #undef HAVE_SYS_TIME_H
  156. /* Define to 1 if you have the <sys/types.h> header file. */
  157. #undef HAVE_SYS_TYPES_H
  158. /* Define to 1 if you have the `towlower' function. */
  159. #undef HAVE_TOWLOWER
  160. /* Define to 1 if you have the `towupper' function. */
  161. #undef HAVE_TOWUPPER
  162. /* Define to 1 if you have the <unistd.h> header file. */
  163. #undef HAVE_UNISTD_H
  164. /* Define to 1 if you have the <wchar.h> header file. */
  165. #undef HAVE_WCHAR_H
  166. /* Define to 1 if you have the `wcsicmp' function. */
  167. #undef HAVE_WCSICMP
  168. /* Define to 1 if you have the `wcslwr' function. */
  169. #undef HAVE_WCSLWR
  170. /* Define to 1 if you have the `wcsnicmp' function. */
  171. #undef HAVE_WCSNICMP
  172. /* Define to 1 if you have the `wcsrtombs' function. */
  173. #undef HAVE_WCSRTOMBS
  174. /* Define to 1 if you have the `wcstombs' function. */
  175. #undef HAVE_WCSTOMBS
  176. /* Define to 1 if you have the `wcsupr' function. */
  177. #undef HAVE_WCSUPR
  178. /* Define to 1 if you have the <wctype.h> header file. */
  179. #undef HAVE_WCTYPE_H
  180. /* Define to 1 if you have the <winsock2.h> header file. */
  181. #undef HAVE_WINSOCK2_H
  182. /* Define to 1 if the system has the type `_Bool'. */
  183. #undef HAVE__BOOL
  184. /* Define to 1 if you have to use const char* with iconv, to 0 if you must use
  185. char*. */
  186. #undef ICONV_USES_CONST_POINTER
  187. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  188. #undef LT_OBJDIR
  189. /* Name of package */
  190. #undef PACKAGE
  191. /* Define to the address where bug reports for this package should be sent. */
  192. #undef PACKAGE_BUGREPORT
  193. /* Define to the full name of this package. */
  194. #undef PACKAGE_NAME
  195. /* Define to the full name and version of this package. */
  196. #undef PACKAGE_STRING
  197. /* Define to the one symbol short name of this package. */
  198. #undef PACKAGE_TARNAME
  199. /* Define to the home page for this package. */
  200. #undef PACKAGE_URL
  201. /* Define to the version of this package. */
  202. #undef PACKAGE_VERSION
  203. /* Define to necessary symbol if this constant uses a non-standard name on
  204. your system. */
  205. #undef PTHREAD_CREATE_JOINABLE
  206. /* The size of `int', as computed by sizeof. */
  207. #undef SIZEOF_INT
  208. /* The size of `long', as computed by sizeof. */
  209. #undef SIZEOF_LONG
  210. /* The size of `long long', as computed by sizeof. */
  211. #undef SIZEOF_LONG_LONG
  212. /* The size of `short', as computed by sizeof. */
  213. #undef SIZEOF_SHORT
  214. /* The size of `wchar_t', as computed by sizeof. */
  215. #undef SIZEOF_WCHAR_T
  216. /* The size of `__int64', as computed by sizeof. */
  217. #undef SIZEOF___INT64
  218. /* Define to 1 if you have the ANSI C header files. */
  219. #undef STDC_HEADERS
  220. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  221. #undef TIME_WITH_SYS_TIME
  222. /* Version number of package */
  223. #undef VERSION
  224. /* Define to true if autoconf is used in this configuration */
  225. #undef XERCES_AUTOCONF
  226. /* Define if namespaces is supported by the compiler */
  227. #undef XERCES_HAS_CPP_NAMESPACE
  228. /* Define to have SSE2 instruction support detected at runtime using __cpuid
  229. */
  230. #undef XERCES_HAVE_CPUID_INTRINSIC
  231. /* Define to 1 if you have emmintrin.h */
  232. #undef XERCES_HAVE_EMMINTRIN_H
  233. /* Define to have SSE2 instruction support detected at runtime using
  234. __get_cpuid */
  235. #undef XERCES_HAVE_GETCPUID
  236. /* Define to 1 if you have intrin.h */
  237. #undef XERCES_HAVE_INTRIN_H
  238. /* Define to 1 if we have inttypes.h */
  239. #undef XERCES_HAVE_INTTYPES_H
  240. /* Define to have SSE2 instruction used at runtime */
  241. #undef XERCES_HAVE_SSE2_INTRINSIC
  242. /* Define to 1 if we have sys/types.h */
  243. #undef XERCES_HAVE_SYS_TYPES_H
  244. /* Define to have Xerces_autoconf_config.hpp include wchar.h */
  245. #undef XERCES_INCLUDE_WCHAR_H
  246. /* Define if there is support for L"widestring" */
  247. #undef XERCES_LSTRSUPPORT
  248. /* Define if the isstream library can be included as <iostream> */
  249. #undef XERCES_NEW_IOSTREAMS
  250. /* Define to have XMemory.hpp avoid declaring a matching operator delete for
  251. the placement operator new */
  252. #undef XERCES_NO_MATCHING_DELETE_OPERATOR
  253. /* Define if there is no native bool support in this environment */
  254. #undef XERCES_NO_NATIVE_BOOL
  255. /* Define to use backslash as an extra path delimiter character */
  256. #undef XERCES_PATH_DELIMITER_BACKSLASH
  257. /* Define as the platform's export attribute */
  258. #undef XERCES_PLATFORM_EXPORT
  259. /* Define as the platform's import attribute */
  260. #undef XERCES_PLATFORM_IMPORT
  261. /* An appropriate signed 16 bit integer type */
  262. #undef XERCES_S16BIT_INT
  263. /* An appropriate signed 32 bit integer type */
  264. #undef XERCES_S32BIT_INT
  265. /* An appropriate signed 64 bit integer type */
  266. #undef XERCES_S64BIT_INT
  267. /* Define as the appropriate size_t type */
  268. #undef XERCES_SIZE_T
  269. /* Define as the appropriate ssize_t type */
  270. #undef XERCES_SSIZE_T
  271. /* Define if the std namespace is supported */
  272. #undef XERCES_STD_NAMESPACE
  273. /* An appropriate unsigned 16 bit integer type */
  274. #undef XERCES_U16BIT_INT
  275. /* An appropriate unsigned 32 bit integer type */
  276. #undef XERCES_U32BIT_INT
  277. /* An appropriate unsigned 64 bit integer type */
  278. #undef XERCES_U64BIT_INT
  279. /* Define to use the POSIX file mgr */
  280. #undef XERCES_USE_FILEMGR_POSIX
  281. /* Define to use the Windows file mgr */
  282. #undef XERCES_USE_FILEMGR_WINDOWS
  283. /* Define to use the iconv-based MsgLoader */
  284. #undef XERCES_USE_MSGLOADER_ICONV
  285. /* Define to use the ICU-based MsgLoader */
  286. #undef XERCES_USE_MSGLOADER_ICU
  287. /* Define to use the InMemory MsgLoader */
  288. #undef XERCES_USE_MSGLOADER_INMEMORY
  289. /* Define to use the NoThread mutex mgr */
  290. #undef XERCES_USE_MUTEXMGR_NOTHREAD
  291. /* Define to use the POSIX mutex mgr */
  292. #undef XERCES_USE_MUTEXMGR_POSIX
  293. /* Define to use the Windows mutex mgr */
  294. #undef XERCES_USE_MUTEXMGR_WINDOWS
  295. /* Define to use the Mac OS X CFURL NetAccessor */
  296. #undef XERCES_USE_NETACCESSOR_CFURL
  297. /* Define to use the CURL NetAccessor */
  298. #undef XERCES_USE_NETACCESSOR_CURL
  299. /* Define to use the Sockets-based NetAccessor */
  300. #undef XERCES_USE_NETACCESSOR_SOCKET
  301. /* Define to use the WinSock NetAccessor */
  302. #undef XERCES_USE_NETACCESSOR_WINSOCK
  303. /* Define to use the GNU iconv transcoder */
  304. #undef XERCES_USE_TRANSCODER_GNUICONV
  305. /* Define to use the iconv transcoder */
  306. #undef XERCES_USE_TRANSCODER_ICONV
  307. /* Define to use the ICU-based transcoder */
  308. #undef XERCES_USE_TRANSCODER_ICU
  309. /* Define to use the Mac OS UnicodeConverter-based transcoder */
  310. #undef XERCES_USE_TRANSCODER_MACOSUNICODECONVERTER
  311. /* Define to use the Windows transcoder */
  312. #undef XERCES_USE_TRANSCODER_WINDOWS
  313. /* Define to the 16 bit type used to represent Xerces UTF-16 characters */
  314. #undef XERCES_XMLCH_T
  315. /* Define to empty if `const' does not conform to ANSI C. */
  316. #undef const
  317. /* Define to `__inline__' or `__inline' if that's what the C compiler
  318. calls it, or to nothing if 'inline' is not supported under any name. */
  319. #ifndef __cplusplus
  320. #undef inline
  321. #endif
  322. /* Define to `long int' if <sys/types.h> does not define. */
  323. #undef off_t
  324. /* Define to `unsigned int' if <sys/types.h> does not define. */
  325. #undef size_t
  326. /* Define to empty if the keyword `volatile' does not work. Warning: valid
  327. code using `volatile' can become incorrect without. Disable with care. */
  328. #undef volatile