]> granicus.if.org Git - zziplib/blob - zzip/_config.h
using mksite.sh for doc build
[zziplib] / zzip / _config.h
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 automatically from configure.ac by autoheader.  */
7
8 /* Define to empty if `const' does not conform to ANSI C. */
9 /* #undef _zzip_const */
10
11 /* Number of bits in a file offset, on hosts where this is settable. */
12 #ifndef ZZIP__FILE_OFFSET_BITS 
13 #define ZZIP__FILE_OFFSET_BITS  64 
14 #endif
15
16 /* Define if you have the <direct.h> header file. */
17 /* #undef ZZIP_HAVE_DIRECT_H */
18
19 /* Define if you have the <dirent.h> header file, and it defines `DIR'. */
20 #ifndef ZZIP_HAVE_DIRENT_H 
21 #define ZZIP_HAVE_DIRENT_H  1 
22 #endif
23
24 /* Define if you have the <dlfcn.h> header file. */
25 #ifndef ZZIP_HAVE_DLFCN_H 
26 #define ZZIP_HAVE_DLFCN_H  1 
27 #endif
28
29 /* Define if you have the <inttypes.h> header file. */
30 #ifndef ZZIP_HAVE_INTTYPES_H 
31 #define ZZIP_HAVE_INTTYPES_H  1 
32 #endif
33
34 /* Define if you have the <io.h> header file. */
35 /* #undef ZZIP_HAVE_IO_H */
36
37 /* Define if you have the <memory.h> header file. */
38 #ifndef ZZIP_HAVE_MEMORY_H 
39 #define ZZIP_HAVE_MEMORY_H  1 
40 #endif
41
42 /* Define if you have the <ndir.h> header file, and it defines `DIR'. */
43 /* #undef ZZIP_HAVE_NDIR_H */
44
45 /* Define if you have the <stdint.h> header file. */
46 #ifndef ZZIP_HAVE_STDINT_H 
47 #define ZZIP_HAVE_STDINT_H  1 
48 #endif
49
50 /* Define if you have the <stdlib.h> header file. */
51 #ifndef ZZIP_HAVE_STDLIB_H 
52 #define ZZIP_HAVE_STDLIB_H  1 
53 #endif
54
55 /* Define if you have the `strcasecmp' function. */
56 #ifndef ZZIP_HAVE_STRCASECMP 
57 #define ZZIP_HAVE_STRCASECMP  1 
58 #endif
59
60 /* Define if you have the <string.h> header file. */
61 #ifndef ZZIP_HAVE_STRING_H 
62 #define ZZIP_HAVE_STRING_H  1 
63 #endif
64
65 /* Define if you have the <strings.h> header file. */
66 #ifndef ZZIP_HAVE_STRINGS_H 
67 #define ZZIP_HAVE_STRINGS_H  1 
68 #endif
69
70 /* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */
71 /* #undef ZZIP_HAVE_SYS_DIR_H */
72
73 /* Define if you have the <sys/int_types.h> header file. */
74 /* #undef ZZIP_HAVE_SYS_INT_TYPES_H */
75
76 /* Define if you have the <sys/mman.h> header file. */
77 #ifndef ZZIP_HAVE_SYS_MMAN_H 
78 #define ZZIP_HAVE_SYS_MMAN_H  1 
79 #endif
80
81 /* Define if you have the <sys/ndir.h> header file, and it defines `DIR'. */
82 /* #undef ZZIP_HAVE_SYS_NDIR_H */
83
84 /* Define if you have the <sys/param.h> header file. */
85 #ifndef ZZIP_HAVE_SYS_PARAM_H 
86 #define ZZIP_HAVE_SYS_PARAM_H  1 
87 #endif
88
89 /* Define if you have the <sys/stat.h> header file. */
90 #ifndef ZZIP_HAVE_SYS_STAT_H 
91 #define ZZIP_HAVE_SYS_STAT_H  1 
92 #endif
93
94 /* Define if you have the <sys/types.h> header file. */
95 #ifndef ZZIP_HAVE_SYS_TYPES_H 
96 #define ZZIP_HAVE_SYS_TYPES_H  1 
97 #endif
98
99 /* Define if you have the <unistd.h> header file. */
100 #ifndef ZZIP_HAVE_UNISTD_H 
101 #define ZZIP_HAVE_UNISTD_H  1 
102 #endif
103
104 /* Define if you have the <winbase.h> header file. */
105 /* #undef ZZIP_HAVE_WINBASE_H */
106
107 /* Define if you have the <windows.h> header file. */
108 /* #undef ZZIP_HAVE_WINDOWS_H */
109
110 /* Define if you have the <winnt.h> header file. */
111 /* #undef ZZIP_HAVE_WINNT_H */
112
113 /* Define if you have the <zlib.h> header file. */
114 #ifndef ZZIP_HAVE_ZLIB_H 
115 #define ZZIP_HAVE_ZLIB_H  1 
116 #endif
117
118 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
119    if it is not supported. */
120 /* #undef _zzip_inline */
121
122 /* Define for large files, on AIX-style hosts. */
123 /* #undef ZZIP__LARGE_FILES */
124
125 /* whether the system defaults to 32bit off_t but can do 64bit when requested
126    */
127 #ifndef ZZIP_LARGEFILE_SENSITIVE 
128 #define ZZIP_LARGEFILE_SENSITIVE  1 
129 #endif
130
131 /* Define to `long' if <sys/types.h> does not define. */
132 /* #undef _zzip_off_t */
133
134 /* Name of package */
135 #ifndef ZZIP_PACKAGE 
136 #define ZZIP_PACKAGE  "zziplib" 
137 #endif
138
139 /* The number of bytes in type int */
140 #ifndef ZZIP_SIZEOF_INT 
141 #define ZZIP_SIZEOF_INT  4 
142 #endif
143
144 /* The number of bytes in type long */
145 #ifndef ZZIP_SIZEOF_LONG 
146 #define ZZIP_SIZEOF_LONG  4 
147 #endif
148
149 /* The number of bytes in type short */
150 #ifndef ZZIP_SIZEOF_SHORT 
151 #define ZZIP_SIZEOF_SHORT  2 
152 #endif
153
154 /* Define to `unsigned' if <sys/types.h> does not define. */
155 /* #undef _zzip_size_t */
156
157 /* Define to `int' if <sys/types.h> does not define. */
158 /* #undef _zzip_ssize_t */
159
160 /* Define if you have the ANSI C header files. */
161 #ifndef ZZIP_STDC_HEADERS 
162 #define ZZIP_STDC_HEADERS  1 
163 #endif
164
165 /* Version number of package */
166 #ifndef ZZIP_VERSION 
167 #define ZZIP_VERSION  "0.13.24" 
168 #endif
169  
170 /* once: _ZZIP__CONFIG_H */
171 #endif