Imported Upstream version 1.2.0
[platform/upstream/libzip.git] / xcode / config.h
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
5    */
6 /* #undef HAVE_DECL_TZNAME */
7
8 /* Define to 1 if you have the <dlfcn.h> header file. */
9 #define HAVE_DLFCN_H 1
10
11 /* Define to 1 if you have the `fseeko' function. */
12 #define HAVE_FSEEKO 1
13
14 /* Define to 1 if you have the `ftello' function. */
15 #define HAVE_FTELLO 1
16
17 /* Define to 1 if you have the <fts.h> header file. */
18 #define HAVE_FTS_H 1
19
20 /* Define to 1 if you have the `getopt' function. */
21 #define HAVE_GETOPT 1
22
23 /* Define to 1 if the system has the type `int16_t'. */
24 #define HAVE_INT16_T 1
25
26 /* Define to 1 if the system has the type `int32_t'. */
27 #define HAVE_INT32_T 1
28
29 /* Define to 1 if the system has the type `int64_t'. */
30 #define HAVE_INT64_T 1
31
32 /* Define to 1 if the system has the type `int8_t'. */
33 #define HAVE_INT8_T 1
34
35 /* Define to 1 if you have the <inttypes.h> header file. */
36 #define HAVE_INTTYPES_H 1
37
38 /* Define to 1 if you have the `z' library (-lz). */
39 #define HAVE_LIBZ 1
40
41 /* Define to 1 if you have the <memory.h> header file. */
42 #define HAVE_MEMORY_H 1
43
44 /* Define to 1 if you have the `mkstemp' function. */
45 #define HAVE_MKSTEMP 1
46
47 /* Define to 1 if you have the `open' function. */
48 #define HAVE_OPEN 1
49
50 /* Define to 1 if you have the `snprintf' function. */
51 #define HAVE_SNPRINTF 1
52
53 /* Define to 1 if the system has the type `ssize_t'. */
54 #define HAVE_SSIZE_T 1
55
56 /* Define to 1 if you have the <stdbool.h> header file. */
57 #define HAVE_STDBOOL_H 1
58
59 /* Define to 1 if you have the <stdint.h> header file. */
60 #define HAVE_STDINT_H 1
61
62 /* Define to 1 if you have the <stdlib.h> header file. */
63 #define HAVE_STDLIB_H 1
64
65 /* Define to 1 if you have the `strcasecmp' function. */
66 #define HAVE_STRCASECMP 1
67
68 /* Define to 1 if you have the `strdup' function. */
69 #define HAVE_STRDUP 1
70
71 /* Define to 1 if you have the <strings.h> header file. */
72 #define HAVE_STRINGS_H 1
73
74 /* Define to 1 if you have the <string.h> header file. */
75 #define HAVE_STRING_H 1
76
77 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
78 #define HAVE_STRUCT_TM_TM_ZONE 1
79
80 /* Define to 1 if you have the <sys/stat.h> header file. */
81 #define HAVE_SYS_STAT_H 1
82
83 /* Define to 1 if you have the <sys/types.h> header file. */
84 #define HAVE_SYS_TYPES_H 1
85
86 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
87    `HAVE_STRUCT_TM_TM_ZONE' instead. */
88 #define HAVE_TM_ZONE 1
89
90 /* Define to 1 if you don't have `tm_zone' but do have the external array
91    `tzname'. */
92 /* #undef HAVE_TZNAME */
93
94 /* Define to 1 if the system has the type `uint16_t'. */
95 #define HAVE_UINT16_T 1
96
97 /* Define to 1 if the system has the type `uint32_t'. */
98 #define HAVE_UINT32_T 1
99
100 /* Define to 1 if the system has the type `uint64_t'. */
101 #define HAVE_UINT64_T 1
102
103 /* Define to 1 if the system has the type `uint8_t'. */
104 #define HAVE_UINT8_T 1
105
106 /* Define to 1 if you have the <unistd.h> header file. */
107 #define HAVE_UNISTD_H 1
108
109 /* Define to 1 or 0, depending whether the compiler supports simple visibility
110    declarations. */
111 #define HAVE_VISIBILITY 1
112
113 /* Define to 1 if you have the `_close' function. */
114 /* #undef HAVE__CLOSE */
115
116 /* Define to 1 if you have the `_dup' function. */
117 /* #undef HAVE__DUP */
118
119 /* Define to 1 if you have the `_fdopen' function. */
120 /* #undef HAVE__FDOPEN */
121
122 /* Define to 1 if you have the `_fileno' function. */
123 /* #undef HAVE__FILENO */
124
125 /* Define to 1 if you have the `_open' function. */
126 /* #undef HAVE__OPEN */
127
128 /* Define to 1 if you have the `_snprintf' function. */
129 /* #undef HAVE__SNPRINTF */
130
131 /* Define to 1 if you have the `_strdup' function. */
132 /* #undef HAVE__STRDUP */
133
134 /* Define to 1 if you have the `_stricmp' function. */
135 /* #undef HAVE__STRICMP */
136
137 /* Define to the sub-directory in which libtool stores uninstalled libraries.
138    */
139 #define LT_OBJDIR ".libs/"
140
141 /* Name of package */
142 #define PACKAGE "libzip"
143
144 /* Define to the address where bug reports for this package should be sent. */
145 #define PACKAGE_BUGREPORT "libzip@nih.at"
146
147 /* Define to the full name of this package. */
148 #define PACKAGE_NAME "libzip"
149
150 /* Define to the full name and version of this package. */
151 #define PACKAGE_STRING "libzip 1.0.1a"
152
153 /* Define to the one symbol short name of this package. */
154 #define PACKAGE_TARNAME "libzip"
155
156 /* Define to the home page for this package. */
157 #define PACKAGE_URL ""
158
159 /* Define to the version of this package. */
160 #define PACKAGE_VERSION "1.2.0"
161
162 /* The size of `int', as computed by sizeof. */
163 #define SIZEOF_INT 4
164
165 /* The size of `long', as computed by sizeof. */
166 #ifndef __LP64__
167 #define SIZEOF_LONG 4
168 #else /* __LP64__ */
169 #define SIZEOF_LONG 8
170 #endif /* __LP64__ */
171
172 /* The size of `long long', as computed by sizeof. */
173 #define SIZEOF_LONG_LONG 8
174
175 /* The size of `off_t', as computed by sizeof. */
176 #define SIZEOF_OFF_T 8
177
178 /* The size of `short', as computed by sizeof. */
179 #define SIZEOF_SHORT 2
180
181 /* The size of `size_t', as computed by sizeof. */
182 #ifndef __LP64__
183 #define SIZEOF_SIZE_T 4
184 #else /* __LP64__ */
185 #define SIZEOF_SIZE_T 8
186 #endif /* __LP64__ */
187
188 /* Define to 1 if you have the ANSI C header files. */
189 #define STDC_HEADERS 1
190
191 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
192 /* #undef TM_IN_SYS_TIME */
193
194 /* Version number of package */
195 #define VERSION "1.2.0"
196
197 /* Enable large inode numbers on Mac OS X 10.5.  */
198 #ifndef _DARWIN_USE_64_BIT_INODE
199 # define _DARWIN_USE_64_BIT_INODE 1
200 #endif
201
202 /* Number of bits in a file offset, on hosts where this is settable. */
203 /* #undef _FILE_OFFSET_BITS */
204
205 /* Define for large files, on AIX-style hosts. */
206 /* #undef _LARGE_FILES */
207
208
209 #ifndef HAVE_SSIZE_T
210 #  if SIZEOF_SIZE_T == SIZEOF_INT
211 typedef int ssize_t;
212 #  elif SIZEOF_SIZE_T == SIZEOF_LONG
213 typedef long ssize_t;
214 #  elif SIZEOF_SIZE_T == SIZEOF_LONG_LONG
215 typedef long long ssize_t;
216 #  else
217 #error no suitable type for ssize_t found
218 #  endif
219 #endif
220