Zipios++

zipios-config.h

00001 /* zipios++/zipios-config.h.  Generated from zipios-config.h.in by configure.  */
00002 /* zipios++/zipios-config.h.in.  Generated from configure.ac by autoheader.  */
00003 
00004 /* Define to 1 if the `closedir' function returns void instead of `int'. */
00005 /* #undef CLOSEDIR_VOID */
00006 
00007 /* Define to 1 if your system has a working `chown' function. */
00008 #define HAVE_CHOWN 1
00009 
00010 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
00011    */
00012 #define HAVE_DIRENT_H 1
00013 
00014 /* Define to 1 if you have the <dlfcn.h> header file. */
00015 #define HAVE_DLFCN_H 1
00016 
00017 /* Define to 1 if you have the <inttypes.h> header file. */
00018 #define HAVE_INTTYPES_H 1
00019 
00020 /* Define to 1 if you have the `z' library (-lz). */
00021 #define HAVE_LIBZ 1
00022 
00023 /* Define to 1 if you have the <memory.h> header file. */
00024 #define HAVE_MEMORY_H 1
00025 
00026 /* define if the compiler implements namespaces */
00027 #define HAVE_NAMESPACES 
00028 
00029 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
00030 /* #undef HAVE_NDIR_H */
00031 
00032 /* Define to 1 if the system has the type `ptrdiff_t'. */
00033 #define HAVE_PTRDIFF_T 1
00034 
00035 /* Define to 1 if `stat' has the bug that it succeeds when given the
00036    zero-length file name argument. */
00037 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
00038 
00039 /* define if the compiler supports ISO C++ standard library */
00040 #define HAVE_STD 
00041 
00042 /* Define to 1 if stdbool.h conforms to C99. */
00043 #define HAVE_STDBOOL_H 1
00044 
00045 /* Define to 1 if you have the <stdint.h> header file. */
00046 #define HAVE_STDINT_H 1
00047 
00048 /* Define to 1 if you have the <stdlib.h> header file. */
00049 #define HAVE_STDLIB_H 1
00050 
00051 /* define if the compiler has std compliant iostream library */
00052 #define HAVE_STD_IOSTREAM 
00053 
00054 /* define if the Standard Template Library is available */
00055 #define HAVE_STL 
00056 
00057 /* Define to 1 if you have the <strings.h> header file. */
00058 #define HAVE_STRINGS_H 1
00059 
00060 /* Define to 1 if you have the <string.h> header file. */
00061 #define HAVE_STRING_H 1
00062 
00063 /* Define to 1 if `st_blksize' is member of `struct stat'. */
00064 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
00065 
00066 /* Define to 1 if `st_blocks' is member of `struct stat'. */
00067 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
00068 
00069 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
00070    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
00071 #define HAVE_ST_BLOCKS 1
00072 
00073 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
00074    */
00075 /* #undef HAVE_SYS_DIR_H */
00076 
00077 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
00078    */
00079 /* #undef HAVE_SYS_NDIR_H */
00080 
00081 /* Define to 1 if you have the <sys/stat.h> header file. */
00082 #define HAVE_SYS_STAT_H 1
00083 
00084 /* Define to 1 if you have the <sys/types.h> header file. */
00085 #define HAVE_SYS_TYPES_H 1
00086 
00087 /* Define to 1 if you have the `uname' function. */
00088 #define HAVE_UNAME 1
00089 
00090 /* Define to 1 if you have the <unistd.h> header file. */
00091 #define HAVE_UNISTD_H 1
00092 
00093 /* Define if zlib has zError */
00094 #define HAVE_ZERROR 1
00095 
00096 /* Define to 1 if the system has the type `_Bool'. */
00097 #define HAVE__BOOL 1
00098 
00099 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
00100    slash. */
00101 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
00102 
00103 /* Name of package */
00104 #define PACKAGE "zipios++"
00105 
00106 /* Define to the address where bug reports for this package should be sent. */
00107 #define PACKAGE_BUGREPORT "zipios-devel@lists.sourceforge.net"
00108 
00109 /* Define to the full name of this package. */
00110 #define PACKAGE_NAME "zipios++"
00111 
00112 /* Define to the full name and version of this package. */
00113 #define PACKAGE_STRING "zipios++ 0.1.5"
00114 
00115 /* Define to the one symbol short name of this package. */
00116 #define PACKAGE_TARNAME "zipios++"
00117 
00118 /* Define to the version of this package. */
00119 #define PACKAGE_VERSION "0.1.5"
00120 
00121 /* Define to 1 if you have the ANSI C header files. */
00122 #define STDC_HEADERS 1
00123 
00124 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
00125 /* #undef TM_IN_SYS_TIME */
00126 
00127 /* Define if the std compliant iostream library should be used (if present) */
00128 #define USE_STD_IOSTREAM 1
00129 
00130 /* Version number of package */
00131 #define VERSION "0.1.5"
00132 
00133 /* Define to empty if `const' does not conform to ANSI C. */
00134 /* #undef const */
00135 
00136 /* Define to `int' if <sys/types.h> doesn't define. */
00137 /* #undef gid_t */
00138 
00139 /* Define to `__inline__' or `__inline' if that's what the C compiler
00140    calls it, or to nothing if 'inline' is not supported under any name.  */
00141 #ifndef __cplusplus
00142 /* #undef inline */
00143 #endif
00144 
00145 /* Define to `int' if <sys/types.h> does not define. */
00146 /* #undef mode_t */
00147 
00148 /* Define to `unsigned int' if <sys/types.h> does not define. */
00149 /* #undef size_t */
00150 
00151 /* Define to `int' if <sys/types.h> doesn't define. */
00152 /* #undef uid_t */