Bug 470455 - test_database_sync_embed_visits.js leaks, r=sdwilsh
[wine-gecko.git] / media / liboggz / include / oggz / config.h
blobd645685661f2632fd79e7c4f9e441b14c3514e56
1 /* config.h. Generated from config.h.in 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 #define HAVE_DLFCN_H 1
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 #define HAVE_GETOPT_LONG
13 /* Define to 1 if you have the <inttypes.h> header file. */
14 #define HAVE_INTTYPES_H 1
16 /* Define to 1 if you have the `memmove' function. */
17 #define HAVE_MEMMOVE 1
19 /* Define to 1 if you have the <memory.h> header file. */
20 #define HAVE_MEMORY_H 1
22 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
23 and to 0 otherwise. */
24 #define HAVE_REALLOC 1
26 /* Define to 1 if the system has the type `ssize_t'. */
27 #define HAVE_SSIZE_T 1
29 /* Define to 1 if you have the <stdint.h> header file. */
30 #define HAVE_STDINT_H 1
32 /* Define to 1 if you have the <stdlib.h> header file. */
33 #define HAVE_STDLIB_H 1
35 /* Define to 1 if you have the <strings.h> header file. */
36 #define HAVE_STRINGS_H 1
38 /* Define to 1 if you have the <string.h> header file. */
39 #define HAVE_STRING_H 1
41 /* Define to 1 if you have the <sys/stat.h> header file. */
42 #define HAVE_SYS_STAT_H 1
44 /* Define to 1 if you have the <sys/types.h> header file. */
45 #define HAVE_SYS_TYPES_H 1
47 /* Define to 1 if you have the <unistd.h> header file. */
48 #define HAVE_UNISTD_H 1
50 /* Define to build experimental code */
51 /* #undef OGGZ_CONFIG_EXPERIMENTAL */
53 /* Do not build reading support */
54 #define OGGZ_CONFIG_READ 1
56 /* Do not build writing support */
57 #define OGGZ_CONFIG_WRITE 1
59 /* Set to maximum allowed value of sf_count_t type. */
60 #define OGGZ_OFF_MAX 0x7FFFFFFFFFFFFFFFLL
62 /* Define if <ogg/ogg.h> is const-correct */
63 /* #undef OGG_H_CONST_CORRECT */
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 `loff_t', as computed by sizeof. */
84 #define SIZEOF_LOFF_T 8
86 /* The size of `off64_t', as computed by sizeof. */
87 #define SIZEOF_OFF64_T 0
89 /* The size of `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 `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 /* Version number of package */
102 #define VERSION "0.9.8"
104 /* Define to 1 if your processor stores words with the most significant byte
105 first (like Motorola and SPARC, unlike Intel and VAX). */
106 /* #undef WORDS_BIGENDIAN */
108 /* Number of bits in a file offset, on hosts where this is settable. */
109 #define _FILE_OFFSET_BITS 64
111 /* Define to make fseeko etc. visible, on some hosts. */
112 #define _LARGEFILE_SOURCE 1
114 /* Define for large files, on AIX-style hosts. */
115 /* #undef _LARGE_FILES */
117 /* Define to empty if `const' does not conform to ANSI C. */
118 /* #undef const */
120 /* Define to `long int' if <sys/types.h> does not define. */
121 /* #undef off_t */
123 /* Define to rpl_realloc if the replacement function should be used. */
124 /* #undef realloc */
126 /* Define to `unsigned int' if <sys/types.h> does not define. */
127 /* #undef size_t */
128 #undef DEBUG