1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-01 17:34:24 +01:00
Files
audacity/lib-src/libraptor/src/raptor_config.h.in
2010-01-24 09:19:39 +00:00

291 lines
7.1 KiB
C

/* src/raptor_config.h.in. Generated from configure.ac by autoheader. */
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
/* does expat crash when it sees an initial UTF8 BOM? */
#undef EXPAT_UTF8_BOM_CRASH
/* vsnprint has C99 compatible return value */
#undef HAVE_C99_VSNPRINTF
/* Have curl/curl.h */
#undef HAVE_CURL_CURL_H
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if you have the <dmalloc.h> header file. */
#undef HAVE_DMALLOC_H
/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
/* Define to 1 if you have the <expat.h> header file. */
#undef HAVE_EXPAT_H
/* Define to 1 if you have the <fetch.h> header file. */
#undef HAVE_FETCH_H
/* Define to 1 if you have the `getopt' function. */
#undef HAVE_GETOPT
/* Define to 1 if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H
/* Define to 1 if you have the `getopt_long' function. */
#undef HAVE_GETOPT_LONG
/* INN parsedate function present */
#undef HAVE_INN_PARSEDATE
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the `isascii' function. */
#undef HAVE_ISASCII
/* Define to 1 if you have the <libxml/hash.h> header file. */
#undef HAVE_LIBXML_HASH_H
/* Define to 1 if you have the <libxml/HTMLparser.h> header file. */
#undef HAVE_LIBXML_HTMLPARSER_H
/* Define to 1 if you have the <libxml/nanohttp.h> header file. */
#undef HAVE_LIBXML_NANOHTTP_H
/* Define to 1 if you have the <libxml/parser.h> header file. */
#undef HAVE_LIBXML_PARSER_H
/* Define to 1 if you have the <libxml/SAX2.h> header file. */
#undef HAVE_LIBXML_SAX2_H
/* Define to 1 if you have the <libxslt/xslt.h> header file. */
#undef HAVE_LIBXSLT_XSLT_H
/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
/* Define to 1 if you have the <math.h> header file. */
#undef HAVE_MATH_H
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Raptor raptor_parse_date available */
#undef HAVE_RAPTOR_PARSE_DATE
/* have round() in libm */
#undef HAVE_ROUND
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the `strcasecmp' function. */
#undef HAVE_STRCASECMP
/* Define to 1 if you have the `stricmp' function. */
#undef HAVE_STRICMP
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* have trunc() in libm */
#undef HAVE_TRUNC
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if you have the `vsnprintf' function. */
#undef HAVE_VSNPRINTF
/* Define to 1 if you have the `xmlCtxtUseOptions' function. */
#undef HAVE_XMLCTXTUSEOPTIONS
/* Define to 1 if you have the <xmlparse.h> header file. */
#undef HAVE_XMLPARSE_H
/* Define to 1 if you have the `xmlSAX2InternalSubset' function. */
#undef HAVE_XMLSAX2INTERNALSUBSET
/* need 'extern int optind' declaration? */
#undef NEED_OPTIND_DECLARATION
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* does libxml struct xmlEntity have a field etype */
#undef RAPTOR_LIBXML_ENTITY_ETYPE
/* does libxml struct xmlEntity have a field name_length */
#undef RAPTOR_LIBXML_ENTITY_NAME_LENGTH
/* does libxml have HTML_PARSE_NONET */
#undef RAPTOR_LIBXML_HTML_PARSE_NONET
/* does libxml xmlSAXHandler have externalSubset field */
#undef RAPTOR_LIBXML_XMLSAXHANDLER_EXTERNALSUBSET
/* does libxml xmlSAXHandler have initialized field */
#undef RAPTOR_LIBXML_XMLSAXHANDLER_INITIALIZED
/* does libxml have XML_PARSE_NONET */
#undef RAPTOR_LIBXML_XML_PARSE_NONET
/* Provide a Unicode NFC check */
#undef RAPTOR_NFC_CHECK
/* Building GRDDL parser */
#undef RAPTOR_PARSER_GRDDL
/* Building guess parser */
#undef RAPTOR_PARSER_GUESS
/* Building Notation 3 parser */
#undef RAPTOR_PARSER_N3
/* Building N-Triples parser */
#undef RAPTOR_PARSER_NTRIPLES
/* Building RDF/XML parser */
#undef RAPTOR_PARSER_RDFXML
/* Building RSS Tag Soup parser */
#undef RAPTOR_PARSER_RSS
/* Building TRiG parser */
#undef RAPTOR_PARSER_TRIG
/* Building Turtle parser */
#undef RAPTOR_PARSER_TURTLE
/* Building Atom 1.0 serializer */
#undef RAPTOR_SERIALIZER_ATOM
/* Building GraphViz DOT serializer */
#undef RAPTOR_SERIALIZER_DOT
/* Building JSON serializer */
#undef RAPTOR_SERIALIZER_JSON
/* Building N-Triples serializer */
#undef RAPTOR_SERIALIZER_NTRIPLES
/* Building RDF/XML serializer */
#undef RAPTOR_SERIALIZER_RDFXML
/* Building RDF/XML-abbreviated serializer */
#undef RAPTOR_SERIALIZER_RDFXML_ABBREV
/* Building RSS 1.0 serializer */
#undef RAPTOR_SERIALIZER_RSS_1_0
/* Building Turtle serializer */
#undef RAPTOR_SERIALIZER_TURTLE
/* Release version as a decimal */
#undef RAPTOR_VERSION_DECIMAL
/* Major version number */
#undef RAPTOR_VERSION_MAJOR
/* Minor version number */
#undef RAPTOR_VERSION_MINOR
/* Release version number */
#undef RAPTOR_VERSION_RELEASE
/* Have libcurl WWW library */
#undef RAPTOR_WWW_LIBCURL
/* Have libfetch WWW library */
#undef RAPTOR_WWW_LIBFETCH
/* Have libxml available as a WWW library */
#undef RAPTOR_WWW_LIBXML
/* No WWW library */
#undef RAPTOR_WWW_NONE
/* Check XML 1.1 Names */
#undef RAPTOR_XML_1_1
/* Use expat XML parser */
#undef RAPTOR_XML_EXPAT
/* Use libxml XML parser */
#undef RAPTOR_XML_LIBXML
/* The size of `unsigned char', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_CHAR
/* The size of `unsigned int', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_INT
/* The size of `unsigned long', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_LONG
/* The size of `unsigned short', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_SHORT
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
/* Version number of package */
#undef VERSION
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
# undef WORDS_BIGENDIAN
# endif
#endif
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
`char[]'. */
#undef YYTEXT_POINTER
/* Define to empty if `const' does not conform to ANSI C. */
#undef const