00001 /* zipios++/zipios-config.h. Generated automatically by configure. */ 00002 /* zipios++/zipios-config.h.in. Generated automatically from configure.in by autoheader. */ 00003 00004 /* Define to empty if the keyword does not work. */ 00005 /* #undef const */ 00006 00007 /* Define as __inline if that's what the C compiler calls it. */ 00008 /* #undef inline */ 00009 00010 /* Define if you have the ANSI C header files. */ 00011 #define STDC_HEADERS 1 00012 00013 /* Define if the std compliant iostream library should be used (if present) */ 00014 #define USE_STD_IOSTREAM 1 00015 00016 /* Define if zlib has zError */ 00017 #define HAVE_ZERROR 1 00018 00019 /* Define if you have the <unistd.h> header file. */ 00020 #define HAVE_UNISTD_H 1 00021 00022 /* Name of package */ 00023 #define PACKAGE "zipios++" 00024 00025 /* Version number of package */ 00026 #define VERSION "0.1.5" 00027 00028 /* define if the compiler implements namespaces */ 00029 #define HAVE_NAMESPACES 00030 00031 /* define if the compiler supports Standard Template Library */ 00032 #define HAVE_STL 00033 00034 /* define if the compiler supports ISO C++ standard library */ 00035 #define HAVE_STD 00036 00037 /* define if the compiler has std compliant iostream library */ 00038 /* #undef HAVE_STD_IOSTREAM */ 00039