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