# HG changeset patch # User Daniel Atallah # Date 1156180396 0 # Node ID 9e5c28c3b163b07facb2f2195d3741ce39ea98ed # Parent 4c82afb765347266b4e2f68a7f8f478561f7fb20 [gaim-migrate @ 16954] Newer versions of MinGW define "struct timezone" in , so we don't included it for wingaim (we don't use it anyway). committer: Tailor Script diff -r 4c82afb76534 -r 9e5c28c3b163 config.h.mingw --- a/config.h.mingw Mon Aug 21 17:04:26 2006 +0000 +++ b/config.h.mingw Mon Aug 21 17:13:16 2006 +0000 @@ -428,7 +428,7 @@ #define HAVE_SYS_STAT_H 1 /* Define to 1 if you have the header file. */ -#define HAVE_SYS_TIME_H 1 +/* #undef HAVE_SYS_TIME_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 @@ -550,9 +550,9 @@ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. - STACK_DIRECTION > 0 => grows toward higher addresses - STACK_DIRECTION < 0 => grows toward lower addresses - STACK_DIRECTION = 0 => direction of growth unknown */ + STACK_DIRECTION > 0 => grows toward higher addresses + STACK_DIRECTION < 0 => grows toward lower addresses + STACK_DIRECTION = 0 => direction of growth unknown */ /* #undef STACK_DIRECTION */ /* Loads static protocol plugin module initialization functions. */ diff -r 4c82afb76534 -r 9e5c28c3b163 libgaim/internal.h --- a/libgaim/internal.h Mon Aug 21 17:04:26 2006 +0000 +++ b/libgaim/internal.h Mon Aug 21 17:13:16 2006 +0000 @@ -70,9 +70,9 @@ #define BUF_LONG BUF_LEN * 2 #include -#include #include #ifndef _WIN32 +#include #include #endif #include