Blame win32/config.h

Packit a38265
/* config.h.  Generated by configure.  */
Packit a38265
/* config.h.in.  Generated from configure.ac by autoheader.  */
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
#define HAVE_FCNTL_H 1
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
#define HAVE_MEMORY_H 1
Packit a38265

Packit a38265
/* Define to 1 if you have the `random' function. */
Packit a38265
#undef HAVE_RANDOM
Packit a38265

Packit a38265
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
Packit a38265
   and to 0 otherwise. */
Packit a38265
#undef HAVE_REALLOC
Packit a38265

Packit a38265
/* Define to 1 if the system has the type `ssize_t'. */
Packit a38265
#define HAVE_SSIZE_T 1
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
#define HAVE_STDLIB_H 1
Packit a38265

Packit a38265
/* Define to 1 if you have the <strings.h> header file. */
Packit a38265
#define HAVE_STRINGS_H 1
Packit a38265

Packit a38265
/* Define to 1 if you have the <string.h> header file. */
Packit a38265
#define HAVE_STRING_H 1
Packit a38265

Packit a38265
/* Define to 1 if you have the <sys/stat.h> header file. */
Packit a38265
#define HAVE_SYS_STAT_H 1
Packit a38265

Packit a38265
/* Define to 1 if you have the <sys/types.h> header file. */
Packit a38265
#define HAVE_SYS_TYPES_H 1
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 build experimental code */
Packit a38265
/* #undef OGGZ_CONFIG_EXPERIMENTAL */
Packit a38265

Packit a38265
/* Do not build reading support */
Packit a38265
#define OGGZ_CONFIG_READ 1
Packit a38265

Packit a38265
/* Do not build writing support */
Packit a38265
#define OGGZ_CONFIG_WRITE 1
Packit a38265

Packit a38265
/* Set to maximum allowed value of sf_count_t type. */
Packit a38265
#define OGGZ_OFF_MAX 0x7FFFFFFFFFFFFFFFLL
Packit a38265

Packit a38265
/* Name of package */
Packit a38265
#define PACKAGE "liboggz"
Packit a38265

Packit a38265
/* Define to the address where bug reports for this package should be sent. */
Packit a38265
#define PACKAGE_BUGREPORT ""
Packit a38265

Packit a38265
/* Define to the full name of this package. */
Packit a38265
#define PACKAGE_NAME ""
Packit a38265

Packit a38265
/* Define to the full name and version of this package. */
Packit a38265
#define PACKAGE_STRING ""
Packit a38265

Packit a38265
/* Define to the one symbol short name of this package. */
Packit a38265
#define PACKAGE_TARNAME ""
Packit a38265

Packit a38265
/* Define to the version of this package. */
Packit a38265
#define PACKAGE_VERSION ""
Packit a38265

Packit a38265
/* The size of a `loff_t', as computed by sizeof. */
Packit a38265
/* #undef SIZEOF_LOFF_T */
Packit a38265

Packit a38265
/* The size of a `off64_t', as computed by sizeof. */
Packit a38265
/* #undef SIZEOF_OFF64_T */
Packit a38265

Packit a38265
/* The size of a `off_t', as computed by sizeof. */
Packit a38265
/* #define SIZEOF_OFF_T 8 */
Packit a38265

Packit a38265
/* Set to sizeof (long) if unknown. */
Packit a38265
/* #define SIZEOF_OGGZ_OFF_T 8 */
Packit a38265

Packit a38265
/* The size of a `ssize_t', as computed by sizeof. */
Packit a38265
/* #define SIZEOF_SSIZE_T 4 */
Packit a38265

Packit a38265
/* Define to 1 if you have the ANSI C header files. */
Packit a38265
#define STDC_HEADERS 1
Packit a38265

Packit a38265
/* Set to long if unknown. */
Packit a38265
#define TYPEOF_OGGZ_OFF_T off_t
Packit a38265

Packit a38265
/* Version number of package */
Packit a38265
#define VERSION "0.9.8"
Packit a38265

Packit a38265
/* Define to 1 if your processor stores words with the most significant byte
Packit a38265
   first (like Motorola and SPARC, unlike Intel and VAX). */
Packit a38265
/* #undef WORDS_BIGENDIAN */
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
/* Define to empty if `const' does not conform to ANSI C. */
Packit a38265
/* #undef const */
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' if <sys/types.h> does not define. */
Packit a38265
/* #undef off_t */
Packit a38265

Packit a38265
/* Define to rpl_realloc if the replacement function should be used. */
Packit a38265
#undef realloc
Packit a38265

Packit a38265
/* Define to `unsigned' if <sys/types.h> does not define. */
Packit a38265
#undef size_t
Packit a38265

Packit a38265
/* Define for MSVC as <stdint.h> is unavailable there */
Packit a38265
typedef unsigned char uint8_t;
Packit a38265

Packit a38265
#define inline __inline // MSVC