Blame config.h.in

Packit a38265
/* config.h.in.  Generated from configure.ac by autoheader.  */
Packit a38265
Packit a38265
/* Define if building universal (internal helper macro) */
Packit a38265
#undef AC_APPLE_UNIVERSAL_BUILD
Packit a38265
Packit a38265
/* Define if the compiler implements enums as signed values. */
Packit a38265
#undef ALLOW_SIGNED_ENUMS
Packit a38265
Packit a38265
/* Define to 1 if you have the <dlfcn.h> header file. */
Packit a38265
#undef HAVE_DLFCN_H
Packit a38265
Packit a38265
/* Define to 1 if you have the <fcntl.h> header file. */
Packit a38265
#undef HAVE_FCNTL_H
Packit a38265
Packit a38265
/* Define to 1 if you have the 'getopt_long' function */
Packit a38265
#undef HAVE_GETOPT_LONG
Packit a38265
Packit a38265
/* Define to 1 if you have the <inttypes.h> header file. */
Packit a38265
#undef HAVE_INTTYPES_H
Packit a38265
Packit a38265
/* Define to 1 if you have the `memmove' function. */
Packit a38265
#undef HAVE_MEMMOVE
Packit a38265
Packit a38265
/* Define to 1 if you have the <memory.h> header file. */
Packit a38265
#undef HAVE_MEMORY_H
Packit a38265
Packit a38265
/* Define to 1 if the system has the type `ssize_t'. */
Packit a38265
#undef HAVE_SSIZE_T
Packit a38265
Packit a38265
/* Define to 1 if you have the <stdint.h> header file. */
Packit a38265
#undef HAVE_STDINT_H
Packit a38265
Packit a38265
/* Define to 1 if you have the <stdlib.h> header file. */
Packit a38265
#undef HAVE_STDLIB_H
Packit a38265
Packit a38265
/* Define to 1 if you have the <strings.h> header file. */
Packit a38265
#undef HAVE_STRINGS_H
Packit a38265
Packit a38265
/* Define to 1 if you have the <string.h> header file. */
Packit a38265
#undef HAVE_STRING_H
Packit a38265
Packit a38265
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit a38265
#undef HAVE_SYS_STAT_H
Packit a38265
Packit a38265
/* Define to 1 if you have the <sys/types.h> header file. */
Packit a38265
#undef HAVE_SYS_TYPES_H
Packit a38265
Packit a38265
/* Define to 1 if you have the <unistd.h> header file. */
Packit a38265
#undef HAVE_UNISTD_H
Packit a38265
Packit a38265
/* Define to the sub-directory in which libtool stores uninstalled libraries.
Packit a38265
   */
Packit a38265
#undef LT_OBJDIR
Packit a38265
Packit a38265
/* Define to build experimental code */
Packit a38265
#undef OGGZ_CONFIG_EXPERIMENTAL
Packit a38265
Packit a38265
/* Do not build reading support */
Packit a38265
#undef OGGZ_CONFIG_READ
Packit a38265
Packit a38265
/* Do not build writing support */
Packit a38265
#undef OGGZ_CONFIG_WRITE
Packit a38265
Packit a38265
/* Set to maximum allowed value of sf_count_t type. */
Packit a38265
#undef OGGZ_OFF_MAX
Packit a38265
Packit a38265
/* Define if <ogg/ogg.h> is const-correct */
Packit a38265
#undef OGG_H_CONST_CORRECT
Packit a38265
Packit a38265
/* Name of package */
Packit a38265
#undef PACKAGE
Packit a38265
Packit a38265
/* Define to the address where bug reports for this package should be sent. */
Packit a38265
#undef PACKAGE_BUGREPORT
Packit a38265
Packit a38265
/* Define to the full name of this package. */
Packit a38265
#undef PACKAGE_NAME
Packit a38265
Packit a38265
/* Define to the full name and version of this package. */
Packit a38265
#undef PACKAGE_STRING
Packit a38265
Packit a38265
/* Define to the one symbol short name of this package. */
Packit a38265
#undef PACKAGE_TARNAME
Packit a38265
Packit a38265
/* Define to the home page for this package. */
Packit a38265
#undef PACKAGE_URL
Packit a38265
Packit a38265
/* Define to the version of this package. */
Packit a38265
#undef PACKAGE_VERSION
Packit a38265
Packit a38265
/* The size of `loff_t', as computed by sizeof. */
Packit a38265
#undef SIZEOF_LOFF_T
Packit a38265
Packit a38265
/* The size of `off64_t', as computed by sizeof. */
Packit a38265
#undef SIZEOF_OFF64_T
Packit a38265
Packit a38265
/* The size of `off_t', as computed by sizeof. */
Packit a38265
#undef SIZEOF_OFF_T
Packit a38265
Packit a38265
/* Set to sizeof (long) if unknown. */
Packit a38265
#undef SIZEOF_OGGZ_OFF_T
Packit a38265
Packit a38265
/* The size of `ssize_t', as computed by sizeof. */
Packit a38265
#undef SIZEOF_SSIZE_T
Packit a38265
Packit a38265
/* Define to 1 if you have the ANSI C header files. */
Packit a38265
#undef STDC_HEADERS
Packit a38265
Packit a38265
/* Version number of package */
Packit a38265
#undef VERSION
Packit a38265
Packit a38265
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
Packit a38265
   significant byte first (like Motorola and SPARC, unlike Intel). */
Packit a38265
#if defined AC_APPLE_UNIVERSAL_BUILD
Packit a38265
# if defined __BIG_ENDIAN__
Packit a38265
#  define WORDS_BIGENDIAN 1
Packit a38265
# endif
Packit a38265
#else
Packit a38265
# ifndef WORDS_BIGENDIAN
Packit a38265
#  undef WORDS_BIGENDIAN
Packit a38265
# endif
Packit a38265
#endif
Packit a38265
Packit a38265
/* Number of bits in a file offset, on hosts where this is settable. */
Packit a38265
#undef _FILE_OFFSET_BITS
Packit a38265
Packit a38265
/* Define to make fseeko etc. visible, on some hosts. */
Packit a38265
#undef _LARGEFILE_SOURCE
Packit a38265
Packit a38265
/* Define for large files, on AIX-style hosts. */
Packit a38265
#undef _LARGE_FILES
Packit a38265
Packit a38265
/* Some systems need _XOPEN_SOURCE for timezone */
Packit a38265
#undef _XOPEN_SOURCE
Packit a38265
Packit a38265
/* Define to empty if `const' does not conform to ANSI C. */
Packit a38265
#undef const
Packit a38265
Packit a38265
/* Define to `long int' if <sys/types.h> does not define. */
Packit a38265
#undef off_t
Packit a38265
Packit a38265
/* Define to `unsigned int' if <sys/types.h> does not define. */
Packit a38265
#undef size_t