source: OGRE/trunk/ogre_dependencies/Dependencies/include/zzip/_config.h @ 692

Revision 692, 5.7 KB checked in by mattausch, 18 years ago (diff)

adding ogre 1.2 and dependencies

Line 
1#ifndef _ZZIP__CONFIG_H
2#define _ZZIP__CONFIG_H 1
3 
4/* zzip/_config.h. Generated automatically at end of configure. */
5/* config.h.  Generated by configure.  */
6/* config.h.in.  Generated from configure.ac by autoheader.  */
7
8/* Define to 1 if you have the <byteswap.h> header file. */
9#ifndef ZZIP_HAVE_BYTESWAP_H
10#define ZZIP_HAVE_BYTESWAP_H  1
11#endif
12
13/* Define to 1 if you have the <direct.h> header file. */
14/* #undef ZZIP_HAVE_DIRECT_H */
15
16/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
17   */
18#ifndef ZZIP_HAVE_DIRENT_H
19#define ZZIP_HAVE_DIRENT_H  1
20#endif
21
22/* Define to 1 if you have the <dlfcn.h> header file. */
23#ifndef ZZIP_HAVE_DLFCN_H
24#define ZZIP_HAVE_DLFCN_H  1
25#endif
26
27/* Define to 1 if you have the <fnmatch.h> header file. */
28#ifndef ZZIP_HAVE_FNMATCH_H
29#define ZZIP_HAVE_FNMATCH_H  1
30#endif
31
32/* Define to 1 if you have the <inttypes.h> header file. */
33#ifndef ZZIP_HAVE_INTTYPES_H
34#define ZZIP_HAVE_INTTYPES_H  1
35#endif
36
37/* Define to 1 if you have the <io.h> header file. */
38/* #undef ZZIP_HAVE_IO_H */
39
40/* Define to 1 if you have the <memory.h> header file. */
41#ifndef ZZIP_HAVE_MEMORY_H
42#define ZZIP_HAVE_MEMORY_H  1
43#endif
44
45/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
46/* #undef ZZIP_HAVE_NDIR_H */
47
48/* Define to 1 if you have the <stdint.h> header file. */
49#ifndef ZZIP_HAVE_STDINT_H
50#define ZZIP_HAVE_STDINT_H  1
51#endif
52
53/* Define to 1 if you have the <stdlib.h> header file. */
54#ifndef ZZIP_HAVE_STDLIB_H
55#define ZZIP_HAVE_STDLIB_H  1
56#endif
57
58/* Define to 1 if you have the `strcasecmp' function. */
59#ifndef ZZIP_HAVE_STRCASECMP
60#define ZZIP_HAVE_STRCASECMP  1
61#endif
62
63/* Define to 1 if you have the <strings.h> header file. */
64#ifndef ZZIP_HAVE_STRINGS_H
65#define ZZIP_HAVE_STRINGS_H  1
66#endif
67
68/* Define to 1 if you have the <string.h> header file. */
69#ifndef ZZIP_HAVE_STRING_H
70#define ZZIP_HAVE_STRING_H  1
71#endif
72
73/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
74   */
75/* #undef ZZIP_HAVE_SYS_DIR_H */
76
77/* Define to 1 if you have the <sys/int_types.h> header file. */
78/* #undef ZZIP_HAVE_SYS_INT_TYPES_H */
79
80/* Define to 1 if you have the <sys/mman.h> header file. */
81#ifndef ZZIP_HAVE_SYS_MMAN_H
82#define ZZIP_HAVE_SYS_MMAN_H  1
83#endif
84
85/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
86   */
87/* #undef ZZIP_HAVE_SYS_NDIR_H */
88
89/* Define to 1 if you have the <sys/param.h> header file. */
90#ifndef ZZIP_HAVE_SYS_PARAM_H
91#define ZZIP_HAVE_SYS_PARAM_H  1
92#endif
93
94/* Define to 1 if you have the <sys/stat.h> header file. */
95#ifndef ZZIP_HAVE_SYS_STAT_H
96#define ZZIP_HAVE_SYS_STAT_H  1
97#endif
98
99/* Define to 1 if you have the <sys/types.h> header file. */
100#ifndef ZZIP_HAVE_SYS_TYPES_H
101#define ZZIP_HAVE_SYS_TYPES_H  1
102#endif
103
104/* Define to 1 if you have the <unistd.h> header file. */
105#ifndef ZZIP_HAVE_UNISTD_H
106#define ZZIP_HAVE_UNISTD_H  1
107#endif
108
109/* Define to 1 if you have the <winbase.h> header file. */
110/* #undef ZZIP_HAVE_WINBASE_H */
111
112/* Define to 1 if you have the <windows.h> header file. */
113/* #undef ZZIP_HAVE_WINDOWS_H */
114
115/* Define to 1 if you have the <winnt.h> header file. */
116/* #undef ZZIP_HAVE_WINNT_H */
117
118/* Define to 1 if you have the <zlib.h> header file. */
119#ifndef ZZIP_HAVE_ZLIB_H
120#define ZZIP_HAVE_ZLIB_H  1
121#endif
122
123/* whether the system defaults to 32bit off_t but can do 64bit when requested
124   */
125#ifndef ZZIP_LARGEFILE_SENSITIVE
126#define ZZIP_LARGEFILE_SENSITIVE  1
127#endif
128
129/* Name of package */
130#ifndef ZZIP_PACKAGE
131#define ZZIP_PACKAGE  "zziplib"
132#endif
133
134/* Define to the address where bug reports for this package should be sent. */
135#ifndef ZZIP_PACKAGE_BUGREPORT
136#define ZZIP_PACKAGE_BUGREPORT  ""
137#endif
138
139/* Define to the full name of this package. */
140#ifndef ZZIP_PACKAGE_NAME
141#define ZZIP_PACKAGE_NAME  ""
142#endif
143
144/* Define to the full name and version of this package. */
145#ifndef ZZIP_PACKAGE_STRING
146#define ZZIP_PACKAGE_STRING  ""
147#endif
148
149/* Define to the one symbol short name of this package. */
150#ifndef ZZIP_PACKAGE_TARNAME
151#define ZZIP_PACKAGE_TARNAME  ""
152#endif
153
154/* Define to the version of this package. */
155#ifndef ZZIP_PACKAGE_VERSION
156#define ZZIP_PACKAGE_VERSION  ""
157#endif
158
159/* The number of bytes in type int */
160#ifndef ZZIP_SIZEOF_INT
161#define ZZIP_SIZEOF_INT  4
162#endif
163
164/* The number of bytes in type long */
165#ifndef ZZIP_SIZEOF_LONG
166#define ZZIP_SIZEOF_LONG  4
167#endif
168
169/* The number of bytes in type short */
170#ifndef ZZIP_SIZEOF_SHORT
171#define ZZIP_SIZEOF_SHORT  2
172#endif
173
174/* Define to 1 if you have the ANSI C header files. */
175#ifndef ZZIP_STDC_HEADERS
176#define ZZIP_STDC_HEADERS  1
177#endif
178
179/* Version number of package */
180#ifndef ZZIP_VERSION
181#define ZZIP_VERSION  "0.13.38"
182#endif
183
184/* Define to 1 if your processor stores words with the most significant byte
185   first (like Motorola and SPARC, unlike Intel and VAX). */
186/* #undef ZZIP_WORDS_BIGENDIAN */
187
188/* Number of bits in a file offset, on hosts where this is settable. */
189#ifndef ZZIP__FILE_OFFSET_BITS
190#define ZZIP__FILE_OFFSET_BITS  64
191#endif
192
193/* Define for large files, on AIX-style hosts. */
194/* #undef ZZIP__LARGE_FILES */
195
196/* Define to empty if `const' does not conform to ANSI C. */
197/* #undef _zzip_const */
198
199/* Define as `__inline' if that's what the C compiler calls it, or to nothing
200   if it is not supported. */
201/* #undef _zzip_inline */
202
203/* Define to `long' if <sys/types.h> does not define. */
204/* #undef _zzip_off_t */
205
206/* Define to equivalent of C99 restrict keyword, or to nothing if this is not
207   supported. Do not define if restrict is supported directly. */
208#ifndef _zzip_restrict
209#define _zzip_restrict  __restrict__
210#endif
211
212/* Define to `unsigned' if <sys/types.h> does not define. */
213/* #undef _zzip_size_t */
214
215/* Define to `int' if <sys/types.h> does not define. */
216/* #undef _zzip_ssize_t */
217 
218/* once: _ZZIP__CONFIG_H */
219#endif
Note: See TracBrowser for help on using the repository browser.