comparison config.h.mingw @ 14009:1e283c3566ab

[gaim-migrate @ 16596] define SIZEOF_TIME_T as 4 for win32 committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 29 Jul 2006 20:22:39 +0000
parents 34d086c78a0d
children 9e5c28c3b163
comparison
equal deleted inserted replaced
14008:d9fab56e6011 14009:1e283c3566ab
639 639
640 /* 640 /*
641 * Following are added for Win32 version of Gaim 641 * Following are added for Win32 version of Gaim
642 */ 642 */
643 #define HAVE_VSNPRINTF 1 643 #define HAVE_VSNPRINTF 1
644
645 #define SIZEOF_TIME_T 4