libzip config updated in order to get compiled on windows

This commit is contained in:
ars_goldendict 2009-05-02 14:02:37 +00:00
parent 4d990d66fa
commit 7c1d89ec9d

View file

@ -9,10 +9,14 @@
#define HAVE_DLFCN_H 1 #define HAVE_DLFCN_H 1
/* Define to 1 if you have the `fseeko' function. */ /* Define to 1 if you have the `fseeko' function. */
#ifndef _WIN32
#define HAVE_FSEEKO 1 #define HAVE_FSEEKO 1
#endif
/* Define to 1 if you have the `ftello' function. */ /* Define to 1 if you have the `ftello' function. */
#ifndef _WIN32
#define HAVE_FTELLO 1 #define HAVE_FTELLO 1
#endif
/* Define to 1 if you have the <inttypes.h> header file. */ /* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1 #define HAVE_INTTYPES_H 1
@ -24,7 +28,9 @@
#define HAVE_MEMORY_H 1 #define HAVE_MEMORY_H 1
/* Define to 1 if you have the `mkstemp' function. */ /* Define to 1 if you have the `mkstemp' function. */
#ifndef _WIN32
#define HAVE_MKSTEMP 1 #define HAVE_MKSTEMP 1
#endif
/* Define to 1 if you have the `MoveFileExA' function. */ /* Define to 1 if you have the `MoveFileExA' function. */
/* #undef HAVE_MOVEFILEEXA */ /* #undef HAVE_MOVEFILEEXA */
@ -42,7 +48,9 @@
#define HAVE_STRING_H 1 #define HAVE_STRING_H 1
/* Define to 1 if `tm_zone' is member of `struct tm'. */ /* Define to 1 if `tm_zone' is member of `struct tm'. */
#ifndef _WIN32
#define HAVE_STRUCT_TM_TM_ZONE 1 #define HAVE_STRUCT_TM_TM_ZONE 1
#endif
/* Define to 1 if you have the <sys/stat.h> header file. */ /* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1 #define HAVE_SYS_STAT_H 1