Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-05-18 08:29:50

0001 /* expat_config.h.cmake.  Based upon generated expat_config.h.in.  */
0002 
0003 #ifndef EXPAT_CONFIG_H
0004 #define EXPAT_CONFIG_H 1
0005 
0006 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
0007 #define BYTEORDER 1234
0008 
0009 /* Define to 1 if you have the `arc4random' function. */
0010 /* #undef HAVE_ARC4RANDOM */
0011 
0012 /* Define to 1 if you have the `arc4random_buf' function. */
0013 #define HAVE_ARC4RANDOM_BUF
0014 
0015 /* Define to 1 if you have the <dlfcn.h> header file. */
0016 #define HAVE_DLFCN_H
0017 
0018 /* Define to 1 if you have the <fcntl.h> header file. */
0019 #define HAVE_FCNTL_H
0020 
0021 /* Define to 1 if you have the `getpagesize' function. */
0022 #define HAVE_GETPAGESIZE
0023 
0024 /* Define to 1 if you have the `getrandom' function. */
0025 #define HAVE_GETRANDOM
0026 
0027 /* Define to 1 if you have the <inttypes.h> header file. */
0028 #define HAVE_INTTYPES_H
0029 
0030 /* Define to 1 if you have the `bsd' library (-lbsd). */
0031 #define HAVE_LIBBSD
0032 
0033 /* Define to 1 if you have the <memory.h> header file. */
0034 #define HAVE_MEMORY_H
0035 
0036 /* Define to 1 if you have a working `mmap' system call. */
0037 #define HAVE_MMAP
0038 
0039 /* Define to 1 if you have the <stdint.h> header file. */
0040 #define HAVE_STDINT_H
0041 
0042 /* Define to 1 if you have the <stdlib.h> header file. */
0043 #define HAVE_STDLIB_H
0044 
0045 /* Define to 1 if you have the <strings.h> header file. */
0046 #define HAVE_STRINGS_H
0047 
0048 /* Define to 1 if you have the <string.h> header file. */
0049 #define HAVE_STRING_H
0050 
0051 /* Define to 1 if you have `syscall' and `SYS_getrandom'. */
0052 #define HAVE_SYSCALL_GETRANDOM
0053 
0054 /* Define to 1 if you have the <sys/stat.h> header file. */
0055 #define HAVE_SYS_STAT_H
0056 
0057 /* Define to 1 if you have the <sys/types.h> header file. */
0058 #define HAVE_SYS_TYPES_H
0059 
0060 /* Define to 1 if you have the <unistd.h> header file. */
0061 #define HAVE_UNISTD_H
0062 
0063 /* Name of package */
0064 #define PACKAGE "expat"
0065 
0066 /* Define to the address where bug reports for this package should be sent. */
0067 #define PACKAGE_BUGREPORT "expat-bugs@libexpat.org"
0068 
0069 /* Define to the full name of this package. */
0070 #define PACKAGE_NAME "expat"
0071 
0072 /* Define to the full name and version of this package. */
0073 #define PACKAGE_STRING "expat 2.5.0"
0074 
0075 /* Define to the one symbol short name of this package. */
0076 #define PACKAGE_TARNAME "expat"
0077 
0078 /* Define to the home page for this package. */
0079 #define PACKAGE_URL ""
0080 
0081 /* Define to the version of this package. */
0082 #define PACKAGE_VERSION "2.5.0"
0083 
0084 /* Define to 1 if you have the ANSI C header files. */
0085 #define STDC_HEADERS
0086 
0087 /* whether byteorder is bigendian */
0088 /* #undef WORDS_BIGENDIAN */
0089 
0090 /* Define to allow retrieving the byte offsets for attribute names and values.
0091  */
0092 /* #undef XML_ATTR_INFO */
0093 
0094 /* Define to specify how much context to retain around the current parse
0095    point. */
0096 #define XML_CONTEXT_BYTES 1024
0097 
0098 #if ! defined(_WIN32)
0099 /* Define to include code reading entropy from `/dev/urandom'. */
0100 #define XML_DEV_URANDOM
0101 #endif
0102 
0103 /* Define to make parameter entity parsing functionality available. */
0104 #define XML_DTD
0105 
0106 /* Define to make XML Namespaces functionality available. */
0107 #define XML_NS
0108 
0109 /* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
0110 #ifdef _MSC_VER
0111 #  define __func__ __FUNCTION__
0112 #endif
0113 
0114 /* Define to `long' if <sys/types.h> does not define. */
0115 /* #undef off_t */
0116 
0117 /* Define to `unsigned' if <sys/types.h> does not define. */
0118 /* #undef size_t */
0119 
0120 #endif // ndef EXPAT_CONFIG_H