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