1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* Define if the compiler implements enums as signed values. */
7#undef ALLOW_SIGNED_ENUMS
8
9/* Define to 1 if you have the <dlfcn.h> header file. */
10#undef HAVE_DLFCN_H
11
12/* Define to 1 if you have the <fcntl.h> header file. */
13#undef HAVE_FCNTL_H
14
15/* Define to 1 if you have the 'getopt_long' function */
16#undef HAVE_GETOPT_LONG
17
18/* Define to 1 if you have the <inttypes.h> header file. */
19#undef HAVE_INTTYPES_H
20
21/* Define to 1 if you have the `memmove' function. */
22#undef HAVE_MEMMOVE
23
24/* Define to 1 if you have the <memory.h> header file. */
25#undef HAVE_MEMORY_H
26
27/* Define to 1 if the system has the type `ssize_t'. */
28#undef HAVE_SSIZE_T
29
30/* Define to 1 if you have the <stdint.h> header file. */
31#undef HAVE_STDINT_H
32
33/* Define to 1 if you have the <stdlib.h> header file. */
34#undef HAVE_STDLIB_H
35
36/* Define to 1 if you have the <strings.h> header file. */
37#undef HAVE_STRINGS_H
38
39/* Define to 1 if you have the <string.h> header file. */
40#undef HAVE_STRING_H
41
42/* Define to 1 if you have the <sys/stat.h> header file. */
43#undef HAVE_SYS_STAT_H
44
45/* Define to 1 if you have the <sys/types.h> header file. */
46#undef HAVE_SYS_TYPES_H
47
48/* Define to 1 if you have the <unistd.h> header file. */
49#undef HAVE_UNISTD_H
50
51/* Define to the sub-directory in which libtool stores uninstalled libraries.
52   */
53#undef LT_OBJDIR
54
55/* Define to build experimental code */
56#undef OGGZ_CONFIG_EXPERIMENTAL
57
58/* Do not build reading support */
59#undef OGGZ_CONFIG_READ
60
61/* Do not build writing support */
62#undef OGGZ_CONFIG_WRITE
63
64/* Set to maximum allowed value of sf_count_t type. */
65#undef OGGZ_OFF_MAX
66
67/* Define if <ogg/ogg.h> is const-correct */
68#undef OGG_H_CONST_CORRECT
69
70/* Name of package */
71#undef PACKAGE
72
73/* Define to the address where bug reports for this package should be sent. */
74#undef PACKAGE_BUGREPORT
75
76/* Define to the full name of this package. */
77#undef PACKAGE_NAME
78
79/* Define to the full name and version of this package. */
80#undef PACKAGE_STRING
81
82/* Define to the one symbol short name of this package. */
83#undef PACKAGE_TARNAME
84
85/* Define to the home page for this package. */
86#undef PACKAGE_URL
87
88/* Define to the version of this package. */
89#undef PACKAGE_VERSION
90
91/* The size of `loff_t', as computed by sizeof. */
92#undef SIZEOF_LOFF_T
93
94/* The size of `off64_t', as computed by sizeof. */
95#undef SIZEOF_OFF64_T
96
97/* The size of `off_t', as computed by sizeof. */
98#undef SIZEOF_OFF_T
99
100/* Set to sizeof (long) if unknown. */
101#undef SIZEOF_OGGZ_OFF_T
102
103/* The size of `ssize_t', as computed by sizeof. */
104#undef SIZEOF_SSIZE_T
105
106/* Define to 1 if you have the ANSI C header files. */
107#undef STDC_HEADERS
108
109/* Version number of package */
110#undef VERSION
111
112/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
113   significant byte first (like Motorola and SPARC, unlike Intel). */
114#if defined AC_APPLE_UNIVERSAL_BUILD
115# if defined __BIG_ENDIAN__
116#  define WORDS_BIGENDIAN 1
117# endif
118#else
119# ifndef WORDS_BIGENDIAN
120#  undef WORDS_BIGENDIAN
121# endif
122#endif
123
124/* Number of bits in a file offset, on hosts where this is settable. */
125#undef _FILE_OFFSET_BITS
126
127/* Define to make fseeko etc. visible, on some hosts. */
128#undef _LARGEFILE_SOURCE
129
130/* Define for large files, on AIX-style hosts. */
131#undef _LARGE_FILES
132
133/* Some systems need _XOPEN_SOURCE for timezone */
134#undef _XOPEN_SOURCE
135
136/* Define to empty if `const' does not conform to ANSI C. */
137#undef const
138
139/* Define to `long int' if <sys/types.h> does not define. */
140#undef off_t
141
142/* Define to `unsigned int' if <sys/types.h> does not define. */
143#undef size_t
144