xref: /freebsd/contrib/expat/expat_config.h.in (revision ffd294a1f4c23863c3e515d16dce31d5509bcb01)
1be8aff81SXin LI/* expat_config.h.in.  Generated from configure.ac by autoheader.  */
25bb6a25fSPoul-Henning Kamp
3dc58b3fcSXin LI#ifndef EXPAT_CONFIG_H
4dc58b3fcSXin LI#define EXPAT_CONFIG_H 1
5dc58b3fcSXin LI
66b2c1e49SXin LI/* Define if building universal (internal helper macro) */
76b2c1e49SXin LI#undef AC_APPLE_UNIVERSAL_BUILD
86b2c1e49SXin LI
96b2c1e49SXin LI/* 1234 = LILENDIAN, 4321 = BIGENDIAN */
105bb6a25fSPoul-Henning Kamp#undef BYTEORDER
115bb6a25fSPoul-Henning Kamp
120a48773fSEric van Gyzen/* Define to 1 if you have the `arc4random' function. */
130a48773fSEric van Gyzen#undef HAVE_ARC4RANDOM
140a48773fSEric van Gyzen
150a48773fSEric van Gyzen/* Define to 1 if you have the `arc4random_buf' function. */
160a48773fSEric van Gyzen#undef HAVE_ARC4RANDOM_BUF
170a48773fSEric van Gyzen
18*4543ef51SXin LI/* define if the compiler supports basic C++11 syntax */
19*4543ef51SXin LI#undef HAVE_CXX11
20*4543ef51SXin LI
215bb6a25fSPoul-Henning Kamp/* Define to 1 if you have the <dlfcn.h> header file. */
225bb6a25fSPoul-Henning Kamp#undef HAVE_DLFCN_H
235bb6a25fSPoul-Henning Kamp
245bb6a25fSPoul-Henning Kamp/* Define to 1 if you have the <fcntl.h> header file. */
255bb6a25fSPoul-Henning Kamp#undef HAVE_FCNTL_H
265bb6a25fSPoul-Henning Kamp
275bb6a25fSPoul-Henning Kamp/* Define to 1 if you have the `getpagesize' function. */
285bb6a25fSPoul-Henning Kamp#undef HAVE_GETPAGESIZE
295bb6a25fSPoul-Henning Kamp
300a48773fSEric van Gyzen/* Define to 1 if you have the `getrandom' function. */
310a48773fSEric van Gyzen#undef HAVE_GETRANDOM
320a48773fSEric van Gyzen
335bb6a25fSPoul-Henning Kamp/* Define to 1 if you have the <inttypes.h> header file. */
345bb6a25fSPoul-Henning Kamp#undef HAVE_INTTYPES_H
355bb6a25fSPoul-Henning Kamp
360a48773fSEric van Gyzen/* Define to 1 if you have the `bsd' library (-lbsd). */
370a48773fSEric van Gyzen#undef HAVE_LIBBSD
380a48773fSEric van Gyzen
395bb6a25fSPoul-Henning Kamp/* Define to 1 if you have a working `mmap' system call. */
405bb6a25fSPoul-Henning Kamp#undef HAVE_MMAP
415bb6a25fSPoul-Henning Kamp
425bb6a25fSPoul-Henning Kamp/* Define to 1 if you have the <stdint.h> header file. */
435bb6a25fSPoul-Henning Kamp#undef HAVE_STDINT_H
445bb6a25fSPoul-Henning Kamp
45cc68614dSXin LI/* Define to 1 if you have the <stdio.h> header file. */
46cc68614dSXin LI#undef HAVE_STDIO_H
47cc68614dSXin LI
485bb6a25fSPoul-Henning Kamp/* Define to 1 if you have the <stdlib.h> header file. */
495bb6a25fSPoul-Henning Kamp#undef HAVE_STDLIB_H
505bb6a25fSPoul-Henning Kamp
515bb6a25fSPoul-Henning Kamp/* Define to 1 if you have the <strings.h> header file. */
525bb6a25fSPoul-Henning Kamp#undef HAVE_STRINGS_H
535bb6a25fSPoul-Henning Kamp
545bb6a25fSPoul-Henning Kamp/* Define to 1 if you have the <string.h> header file. */
555bb6a25fSPoul-Henning Kamp#undef HAVE_STRING_H
565bb6a25fSPoul-Henning Kamp
570a48773fSEric van Gyzen/* Define to 1 if you have `syscall' and `SYS_getrandom'. */
580a48773fSEric van Gyzen#undef HAVE_SYSCALL_GETRANDOM
590a48773fSEric van Gyzen
60e3466a89SXin LI/* Define to 1 if you have the <sys/param.h> header file. */
61e3466a89SXin LI#undef HAVE_SYS_PARAM_H
62e3466a89SXin LI
635bb6a25fSPoul-Henning Kamp/* Define to 1 if you have the <sys/stat.h> header file. */
645bb6a25fSPoul-Henning Kamp#undef HAVE_SYS_STAT_H
655bb6a25fSPoul-Henning Kamp
665bb6a25fSPoul-Henning Kamp/* Define to 1 if you have the <sys/types.h> header file. */
675bb6a25fSPoul-Henning Kamp#undef HAVE_SYS_TYPES_H
685bb6a25fSPoul-Henning Kamp
695bb6a25fSPoul-Henning Kamp/* Define to 1 if you have the <unistd.h> header file. */
705bb6a25fSPoul-Henning Kamp#undef HAVE_UNISTD_H
715bb6a25fSPoul-Henning Kamp
72be8aff81SXin LI/* Define to the sub-directory where libtool stores uninstalled libraries. */
73e3466a89SXin LI#undef LT_OBJDIR
74e3466a89SXin LI
750a48773fSEric van Gyzen/* Name of package */
760a48773fSEric van Gyzen#undef PACKAGE
770a48773fSEric van Gyzen
785bb6a25fSPoul-Henning Kamp/* Define to the address where bug reports for this package should be sent. */
795bb6a25fSPoul-Henning Kamp#undef PACKAGE_BUGREPORT
805bb6a25fSPoul-Henning Kamp
815bb6a25fSPoul-Henning Kamp/* Define to the full name of this package. */
825bb6a25fSPoul-Henning Kamp#undef PACKAGE_NAME
835bb6a25fSPoul-Henning Kamp
845bb6a25fSPoul-Henning Kamp/* Define to the full name and version of this package. */
855bb6a25fSPoul-Henning Kamp#undef PACKAGE_STRING
865bb6a25fSPoul-Henning Kamp
875bb6a25fSPoul-Henning Kamp/* Define to the one symbol short name of this package. */
885bb6a25fSPoul-Henning Kamp#undef PACKAGE_TARNAME
895bb6a25fSPoul-Henning Kamp
90e3466a89SXin LI/* Define to the home page for this package. */
91e3466a89SXin LI#undef PACKAGE_URL
92e3466a89SXin LI
935bb6a25fSPoul-Henning Kamp/* Define to the version of this package. */
945bb6a25fSPoul-Henning Kamp#undef PACKAGE_VERSION
955bb6a25fSPoul-Henning Kamp
96cc68614dSXin LI/* Define to 1 if all of the C90 standard headers exist (not just the ones
97cc68614dSXin LI   required in a freestanding environment). This macro is provided for
98cc68614dSXin LI   backward compatibility; new code need not use it. */
995bb6a25fSPoul-Henning Kamp#undef STDC_HEADERS
1005bb6a25fSPoul-Henning Kamp
1010a48773fSEric van Gyzen/* Version number of package */
1020a48773fSEric van Gyzen#undef VERSION
1030a48773fSEric van Gyzen
1046b2c1e49SXin LI/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1056b2c1e49SXin LI   significant byte first (like Motorola and SPARC, unlike Intel). */
1066b2c1e49SXin LI#if defined AC_APPLE_UNIVERSAL_BUILD
1076b2c1e49SXin LI# if defined __BIG_ENDIAN__
1086b2c1e49SXin LI#  define WORDS_BIGENDIAN 1
1096b2c1e49SXin LI# endif
1106b2c1e49SXin LI#else
1116b2c1e49SXin LI# ifndef WORDS_BIGENDIAN
1125bb6a25fSPoul-Henning Kamp#  undef WORDS_BIGENDIAN
1136b2c1e49SXin LI# endif
1146b2c1e49SXin LI#endif
1156b2c1e49SXin LI
1166b2c1e49SXin LI/* Define to allow retrieving the byte offsets for attribute names and values.
1176b2c1e49SXin LI   */
1186b2c1e49SXin LI#undef XML_ATTR_INFO
1195bb6a25fSPoul-Henning Kamp
1205bb6a25fSPoul-Henning Kamp/* Define to specify how much context to retain around the current parse
121*4543ef51SXin LI   point, 0 to disable. */
1225bb6a25fSPoul-Henning Kamp#undef XML_CONTEXT_BYTES
1235bb6a25fSPoul-Henning Kamp
1240a48773fSEric van Gyzen/* Define to include code reading entropy from `/dev/urandom'. */
1250a48773fSEric van Gyzen#undef XML_DEV_URANDOM
1260a48773fSEric van Gyzen
1275bb6a25fSPoul-Henning Kamp/* Define to make parameter entity parsing functionality available. */
1285bb6a25fSPoul-Henning Kamp#undef XML_DTD
1295bb6a25fSPoul-Henning Kamp
130*4543ef51SXin LI/* Define as 1/0 to enable/disable support for general entities. */
131*4543ef51SXin LI#undef XML_GE
132*4543ef51SXin LI
1335bb6a25fSPoul-Henning Kamp/* Define to make XML Namespaces functionality available. */
1345bb6a25fSPoul-Henning Kamp#undef XML_NS
1355bb6a25fSPoul-Henning Kamp
1365bb6a25fSPoul-Henning Kamp/* Define to empty if `const' does not conform to ANSI C. */
1375bb6a25fSPoul-Henning Kamp#undef const
1385bb6a25fSPoul-Henning Kamp
139e3466a89SXin LI/* Define to `long int' if <sys/types.h> does not define. */
1405bb6a25fSPoul-Henning Kamp#undef off_t
1415bb6a25fSPoul-Henning Kamp
142dc58b3fcSXin LI#endif // ndef EXPAT_CONFIG_H
143