From c9b3c26db59d89e320a6eb86d9558051ecba0900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 5 Sep 2018 22:06:58 +0200 Subject: New upstream version 6.9.0 --- src/config.h.win32 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/config.h.win32') diff --git a/src/config.h.win32 b/src/config.h.win32 index 7ee9e25..12609df 100644 --- a/src/config.h.win32 +++ b/src/config.h.win32 @@ -9,7 +9,7 @@ #define SIZEOF_INT 4 #define SIZEOF_SHORT 2 #define SIZEOF_LONG 4 -#define SIZEOF_LONG_LONG 0 +#define SIZEOF_LONG_LONG 8 #define SIZEOF___INT64 8 #define SIZEOF_OFF_T 4 #define SIZEOF_VOIDP 4 @@ -35,10 +35,7 @@ #define HAVE_MEMORY_H 1 #define uid_t int #define gid_t int -#define HAVE_STRUCT_STAT_ST_RDEV 1 -#define HAVE_ST_RDEV 1 #define GETGROUPS_T int -#define RETSIGTYPE void #define HAVE_ALLOCA 1 #define HAVE_DUP2 1 #define HAVE_MEMCMP 1 -- cgit v1.2.3