Follow-on fix for bug 457825. Use sheet principal for agent and user sheets. r=dbaron...
[wine-gecko.git] / media / liboggz / include / oggz / config_win32.h
blob1b14c8566786c9b5147460e26de301d47b1b3599
1 /* config.h. Generated by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
4 /* Define to 1 if you have the <dlfcn.h> header file. */
5 #undef HAVE_DLFCN_H
7 /* Define to 1 if you have the <fcntl.h> header file. */
8 #define HAVE_FCNTL_H 1
10 /* Define to 1 if you have the 'getopt_long' function */
11 #undef HAVE_GETOPT_LONG
13 /* Define to 1 if you have the <inttypes.h> header file. */
14 #undef HAVE_INTTYPES_H
16 /* Define to 1 if you have the `memmove' function. */
17 #undef HAVE_MEMMOVE
19 /* Define to 1 if you have the <memory.h> header file. */
20 #define HAVE_MEMORY_H 1
22 /* Define to 1 if you have the `random' function. */
23 #undef HAVE_RANDOM
25 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
26 and to 0 otherwise. */
27 #undef HAVE_REALLOC
29 /* Define to 1 if the system has the type `ssize_t'. */
30 #define HAVE_SSIZE_T 1
32 /* Define to 1 if you have the <stdint.h> header file. */
33 #define HAVE_STDINT_H 1
35 /* Define to 1 if you have the <stdlib.h> header file. */
36 #define HAVE_STDLIB_H 1
38 /* Define to 1 if you have the <strings.h> header file. */
39 #define HAVE_STRINGS_H 1
41 /* Define to 1 if you have the <string.h> header file. */
42 #define HAVE_STRING_H 1
44 /* Define to 1 if you have the <sys/stat.h> header file. */
45 #define HAVE_SYS_STAT_H 1
47 /* Define to 1 if you have the <sys/types.h> header file. */
48 #define HAVE_SYS_TYPES_H 1
50 /* Define to 1 if you have the <unistd.h> header file. */
51 #undef HAVE_UNISTD_H
53 /* Define to build experimental code */
54 /* #undef OGGZ_CONFIG_EXPERIMENTAL */
56 /* Do not build reading support */
57 #define OGGZ_CONFIG_READ 1
59 /* Do not build writing support */
60 #define OGGZ_CONFIG_WRITE 1
62 /* Set to maximum allowed value of sf_count_t type. */
63 #define OGGZ_OFF_MAX 0x7FFFFFFFFFFFFFFFLL
65 /* Name of package */
66 #define PACKAGE "liboggz"
68 /* Define to the address where bug reports for this package should be sent. */
69 #define PACKAGE_BUGREPORT ""
71 /* Define to the full name of this package. */
72 #define PACKAGE_NAME ""
74 /* Define to the full name and version of this package. */
75 #define PACKAGE_STRING ""
77 /* Define to the one symbol short name of this package. */
78 #define PACKAGE_TARNAME ""
80 /* Define to the version of this package. */
81 #define PACKAGE_VERSION ""
83 /* The size of a `loff_t', as computed by sizeof. */
84 /* #undef SIZEOF_LOFF_T */
86 /* The size of a `off64_t', as computed by sizeof. */
87 /* #undef SIZEOF_OFF64_T */
89 /* The size of a `off_t', as computed by sizeof. */
90 /* #define SIZEOF_OFF_T 8 */
92 /* Set to sizeof (long) if unknown. */
93 /* #define SIZEOF_OGGZ_OFF_T 8 */
95 /* The size of a `ssize_t', as computed by sizeof. */
96 /* #define SIZEOF_SSIZE_T 4 */
98 /* Define to 1 if you have the ANSI C header files. */
99 #define STDC_HEADERS 1
101 /* Set to long if unknown. */
102 #define TYPEOF_OGGZ_OFF_T off_t
104 /* Version number of package */
105 #define VERSION "0.9.8"
107 /* Define to 1 if your processor stores words with the most significant byte
108 first (like Motorola and SPARC, unlike Intel and VAX). */
109 /* #undef WORDS_BIGENDIAN */
111 /* Number of bits in a file offset, on hosts where this is settable. */
112 /* #undef _FILE_OFFSET_BITS */
114 /* Define to make fseeko etc. visible, on some hosts. */
115 /* #undef _LARGEFILE_SOURCE */
117 /* Define for large files, on AIX-style hosts. */
118 /* #undef _LARGE_FILES */
120 /* Define to empty if `const' does not conform to ANSI C. */
121 /* #undef const */
123 /* Define to empty if `const' does not conform to ANSI C. */
124 #undef const
126 /* Define to `long' if <sys/types.h> does not define. */
127 /* #undef off_t */
129 /* Define to rpl_realloc if the replacement function should be used. */
130 #undef realloc
132 /* Define to `unsigned' if <sys/types.h> does not define. */
133 #undef size_t
134 #undef DEBUG