00001
00006
00007
00008
00009
00010
00011
00012
00013
00014 #ifndef _LIBSTDF_WIN32_OPTIONS_H
00015 #define _LIBSTDF_WIN32_OPTIONS_H
00016
00017 #define HAVE_ZIP 0
00018 #define HAVE_GZIP 0
00019 #define HAVE_BZIP2 0
00020 #define HAVE_LZW 0
00021
00022
00023 #define HAVE_CTYPE_H 1
00024 #define HAVE_ERRNO_H 1
00025 #define HAVE_FCNTL_H 1
00026 #define HAVE_STDARG_H 1
00027 #define HAVE_STDIO_H 1
00028 #define HAVE_STDLIB_H 1
00029 #define HAVE_STRING_H 1
00030 #define HAVE_SYS_STAT_H 1
00031 #define HAVE_SYS_TYPES_H 1
00032 #define HAVE_TIME_H 1
00033
00034 #endif