]> git.donarmstrong.com Git - flightcrew.git/blob - src/zipios/zipios++/zipios-config.h.in
update changelog, target experimental
[flightcrew.git] / src / zipios / zipios++ / zipios-config.h.in
1 /* zipios++/zipios-config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if the `closedir' function returns void instead of `int'. */
4 #undef CLOSEDIR_VOID
5
6 /* Define to 1 if your system has a working `chown' function. */
7 #undef HAVE_CHOWN
8
9 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
10    */
11 #undef HAVE_DIRENT_H
12
13 /* Define to 1 if you have the <dlfcn.h> header file. */
14 #undef HAVE_DLFCN_H
15
16 /* Define to 1 if you have the <inttypes.h> header file. */
17 #undef HAVE_INTTYPES_H
18
19 /* Define to 1 if you have the `z' library (-lz). */
20 #undef HAVE_LIBZ
21
22 /* Define to 1 if you have the <memory.h> header file. */
23 #undef HAVE_MEMORY_H
24
25 /* define if the compiler implements namespaces */
26 #undef HAVE_NAMESPACES
27
28 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
29 #undef HAVE_NDIR_H
30
31 /* Define to 1 if the system has the type `ptrdiff_t'. */
32 #undef HAVE_PTRDIFF_T
33
34 /* Define to 1 if `stat' has the bug that it succeeds when given the
35    zero-length file name argument. */
36 #undef HAVE_STAT_EMPTY_STRING_BUG
37
38 /* define if the compiler supports ISO C++ standard library */
39 #undef HAVE_STD
40
41 /* Define to 1 if stdbool.h conforms to C99. */
42 #undef HAVE_STDBOOL_H
43
44 /* Define to 1 if you have the <stdint.h> header file. */
45 #undef HAVE_STDINT_H
46
47 /* Define to 1 if you have the <stdlib.h> header file. */
48 #undef HAVE_STDLIB_H
49
50 /* define if the compiler has std compliant iostream library */
51 #undef HAVE_STD_IOSTREAM
52
53 /* define if the Standard Template Library is available */
54 #undef HAVE_STL
55
56 /* Define to 1 if you have the <strings.h> header file. */
57 #undef HAVE_STRINGS_H
58
59 /* Define to 1 if you have the <string.h> header file. */
60 #undef HAVE_STRING_H
61
62 /* Define to 1 if `st_blksize' is member of `struct stat'. */
63 #undef HAVE_STRUCT_STAT_ST_BLKSIZE
64
65 /* Define to 1 if `st_blocks' is member of `struct stat'. */
66 #undef HAVE_STRUCT_STAT_ST_BLOCKS
67
68 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
69    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
70 #undef HAVE_ST_BLOCKS
71
72 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
73    */
74 #undef HAVE_SYS_DIR_H
75
76 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
77    */
78 #undef HAVE_SYS_NDIR_H
79
80 /* Define to 1 if you have the <sys/stat.h> header file. */
81 #undef HAVE_SYS_STAT_H
82
83 /* Define to 1 if you have the <sys/types.h> header file. */
84 #undef HAVE_SYS_TYPES_H
85
86 /* Define to 1 if you have the `uname' function. */
87 #undef HAVE_UNAME
88
89 /* Define to 1 if you have the <unistd.h> header file. */
90 #undef HAVE_UNISTD_H
91
92 /* Define if zlib has zError */
93 #undef HAVE_ZERROR
94
95 /* Define to 1 if the system has the type `_Bool'. */
96 #undef HAVE__BOOL
97
98 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
99    slash. */
100 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
101
102 /* Name of package */
103 #undef PACKAGE
104
105 /* Define to the address where bug reports for this package should be sent. */
106 #undef PACKAGE_BUGREPORT
107
108 /* Define to the full name of this package. */
109 #undef PACKAGE_NAME
110
111 /* Define to the full name and version of this package. */
112 #undef PACKAGE_STRING
113
114 /* Define to the one symbol short name of this package. */
115 #undef PACKAGE_TARNAME
116
117 /* Define to the version of this package. */
118 #undef PACKAGE_VERSION
119
120 /* Define to 1 if you have the ANSI C header files. */
121 #undef STDC_HEADERS
122
123 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
124 #undef TM_IN_SYS_TIME
125
126 /* Define if the std compliant iostream library should be used (if present) */
127 #undef USE_STD_IOSTREAM
128
129 /* Version number of package */
130 #undef VERSION
131
132 /* Define to empty if `const' does not conform to ANSI C. */
133 #undef const
134
135 /* Define to `int' if <sys/types.h> doesn't define. */
136 #undef gid_t
137
138 /* Define to `__inline__' or `__inline' if that's what the C compiler
139    calls it, or to nothing if 'inline' is not supported under any name.  */
140 #ifndef __cplusplus
141 #undef inline
142 #endif
143
144 /* Define to `int' if <sys/types.h> does not define. */
145 #undef mode_t
146
147 /* Define to `unsigned int' if <sys/types.h> does not define. */
148 #undef size_t
149
150 /* Define to `int' if <sys/types.h> doesn't define. */
151 #undef uid_t