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 to 1 if you have the <memory.h> header file. */
24 #define HAVE_MEMORY_H 1
25 
26 /* define if the compiler implements namespaces */
27 #define HAVE_NAMESPACES
28 
29 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
30 /* #undef HAVE_NDIR_H */
31 
32 /* Define to 1 if the system has the type `ptrdiff_t'. */
33 #define HAVE_PTRDIFF_T 1
34 
35 /* Define to 1 if `stat' has the bug that it succeeds when given the
36  zero-length file name argument. */
37 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
38 
39 /* define if the compiler supports ISO C++ standard library */
40 #define HAVE_STD
41 
42 /* Define to 1 if stdbool.h conforms to C99. */
43 #define HAVE_STDBOOL_H 1
44 
45 /* Define to 1 if you have the <stdint.h> header file. */
46 #define HAVE_STDINT_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 you have the ANSI C header files. */
128 #define STDC_HEADERS 1
129 
130 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
131 /* #undef TM_IN_SYS_TIME */
132 
133 /* Define if the std compliant iostream library should be used (if present) */
134 #define USE_STD_IOSTREAM 1
135 
136 /* Version number of package */
137 #define VERSION "0.1.5"
138 
139 /* Define to empty if `const' does not conform to ANSI C. */
140 /* #undef const */
141 
142 /* Define to `int' if <sys/types.h> doesn't define. */
143 /* #undef gid_t */
144 
145 /* Define to `__inline__' or `__inline' if that's what the C compiler
146  calls it, or to nothing if 'inline' is not supported under any name. */
147 #ifndef __cplusplus
148 /* #undef inline */
149 #endif
150 
151 /* Define to `int' if <sys/types.h> does not define. */
152 /* #undef mode_t */
153 
154 /* Define to `unsigned int' if <sys/types.h> does not define. */
155 /* #undef size_t */
156 
157 /* Define to `int' if <sys/types.h> doesn't define. */
158 /* #undef uid_t */