Blame config.h.in

Packit 015a35
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit 015a35
Packit 015a35
/* Define if building universal (internal helper macro) */
Packit 015a35
#undef AC_APPLE_UNIVERSAL_BUILD
Packit 015a35
Packit 015a35
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit 015a35
#undef HAVE_DLFCN_H
Packit 015a35
Packit 015a35
/* Define to 1 if you have the <dvdcss/dvdcss.h> header file. */
Packit 015a35
#undef HAVE_DVDCSS_DVDCSS_H
Packit 015a35
Packit 015a35
/* Define to 1 if you have the `gettimeofday' function. */
Packit 015a35
#undef HAVE_GETTIMEOFDAY
Packit 015a35
Packit 015a35
/* Define to 1 if you have the <inttypes.h> header file. */
Packit 015a35
#undef HAVE_INTTYPES_H
Packit 015a35
Packit 015a35
/* Define to 1 if you have the <limits.h> header file. */
Packit 015a35
#undef HAVE_LIMITS_H
Packit 015a35
Packit 015a35
/* Define to 1 if you have the <memory.h> header file. */
Packit 015a35
#undef HAVE_MEMORY_H
Packit 015a35
Packit 015a35
/* Define to 1 if you have the <stdint.h> header file. */
Packit 015a35
#undef HAVE_STDINT_H
Packit 015a35
Packit 015a35
/* Define to 1 if you have the <stdlib.h> header file. */
Packit 015a35
#undef HAVE_STDLIB_H
Packit 015a35
Packit 015a35
/* Define to 1 if you have the <strings.h> header file. */
Packit 015a35
#undef HAVE_STRINGS_H
Packit 015a35
Packit 015a35
/* Define to 1 if you have the <string.h> header file. */
Packit 015a35
#undef HAVE_STRING_H
Packit 015a35
Packit 015a35
/* Define to 1 if you have the <sys/param.h> header file. */
Packit 015a35
#undef HAVE_SYS_PARAM_H
Packit 015a35
Packit 015a35
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit 015a35
#undef HAVE_SYS_STAT_H
Packit 015a35
Packit 015a35
/* Define to 1 if you have the <sys/types.h> header file. */
Packit 015a35
#undef HAVE_SYS_TYPES_H
Packit 015a35
Packit 015a35
/* Define to 1 if you have the <unistd.h> header file. */
Packit 015a35
#undef HAVE_UNISTD_H
Packit 015a35
Packit 015a35
/* Define to the sub-directory where libtool stores uninstalled libraries. */
Packit 015a35
#undef LT_OBJDIR
Packit 015a35
Packit 015a35
/* Name of package */
Packit 015a35
#undef PACKAGE
Packit 015a35
Packit 015a35
/* Define to the address where bug reports for this package should be sent. */
Packit 015a35
#undef PACKAGE_BUGREPORT
Packit 015a35
Packit 015a35
/* Define to the full name of this package. */
Packit 015a35
#undef PACKAGE_NAME
Packit 015a35
Packit 015a35
/* Define to the full name and version of this package. */
Packit 015a35
#undef PACKAGE_STRING
Packit 015a35
Packit 015a35
/* Define to the one symbol short name of this package. */
Packit 015a35
#undef PACKAGE_TARNAME
Packit 015a35
Packit 015a35
/* Define to the home page for this package. */
Packit 015a35
#undef PACKAGE_URL
Packit 015a35
Packit 015a35
/* Define to the version of this package. */
Packit 015a35
#undef PACKAGE_VERSION
Packit 015a35
Packit 015a35
/* Define to 1 if you have the ANSI C header files. */
Packit 015a35
#undef STDC_HEADERS
Packit 015a35
Packit 015a35
/* Unused parameter annotation */
Packit 015a35
#undef UNUSED
Packit 015a35
Packit 015a35
/* "Define to 1 to use builtin dlfcn" */
Packit 015a35
#undef USING_BUILTIN_DLFCN
Packit 015a35
Packit 015a35
/* Version number of package */
Packit 015a35
#undef VERSION
Packit 015a35
Packit 015a35
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
Packit 015a35
   significant byte first (like Motorola and SPARC, unlike Intel). */
Packit 015a35
#if defined AC_APPLE_UNIVERSAL_BUILD
Packit 015a35
# if defined __BIG_ENDIAN__
Packit 015a35
#  define WORDS_BIGENDIAN 1
Packit 015a35
# endif
Packit 015a35
#else
Packit 015a35
# ifndef WORDS_BIGENDIAN
Packit 015a35
#  undef WORDS_BIGENDIAN
Packit 015a35
# endif
Packit 015a35
#endif
Packit 015a35
Packit 015a35
/* Enable large inode numbers on Mac OS X 10.5.  */
Packit 015a35
#ifndef _DARWIN_USE_64_BIT_INODE
Packit 015a35
# define _DARWIN_USE_64_BIT_INODE 1
Packit 015a35
#endif
Packit 015a35
Packit 015a35
/* Number of bits in a file offset, on hosts where this is settable. */
Packit 015a35
#undef _FILE_OFFSET_BITS
Packit 015a35
Packit 015a35
/* Define for large files, on AIX-style hosts. */
Packit 015a35
#undef _LARGE_FILES