comparison config.h.mingw @ 14271:9e5c28c3b163

[gaim-migrate @ 16954] Newer versions of MinGW define "struct timezone" in <sys/time.h>, so we don't included it for wingaim (we don't use it anyway). committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 21 Aug 2006 17:13:16 +0000
parents 1e283c3566ab
children 85b84a253a83
comparison
equal deleted inserted replaced
14270:4c82afb76534 14271:9e5c28c3b163
426 426
427 /* Define to 1 if you have the <sys/stat.h> header file. */ 427 /* Define to 1 if you have the <sys/stat.h> header file. */
428 #define HAVE_SYS_STAT_H 1 428 #define HAVE_SYS_STAT_H 1
429 429
430 /* Define to 1 if you have the <sys/time.h> header file. */ 430 /* Define to 1 if you have the <sys/time.h> header file. */
431 #define HAVE_SYS_TIME_H 1 431 /* #undef HAVE_SYS_TIME_H */
432 432
433 /* Define to 1 if you have the <sys/types.h> header file. */ 433 /* Define to 1 if you have the <sys/types.h> header file. */
434 #define HAVE_SYS_TYPES_H 1 434 #define HAVE_SYS_TYPES_H 1
435 435
436 /* Define to 1 if you have the <sys/uio.h> header file. */ 436 /* Define to 1 if you have the <sys/uio.h> header file. */
548 /* #undef SIZE_MAX */ 548 /* #undef SIZE_MAX */
549 549
550 /* If using the C implementation of alloca, define if you know the 550 /* If using the C implementation of alloca, define if you know the
551 direction of stack growth for your system; otherwise it will be 551 direction of stack growth for your system; otherwise it will be
552 automatically deduced at run-time. 552 automatically deduced at run-time.
553 STACK_DIRECTION > 0 => grows toward higher addresses 553 STACK_DIRECTION > 0 => grows toward higher addresses
554 STACK_DIRECTION < 0 => grows toward lower addresses 554 STACK_DIRECTION < 0 => grows toward lower addresses
555 STACK_DIRECTION = 0 => direction of growth unknown */ 555 STACK_DIRECTION = 0 => direction of growth unknown */
556 /* #undef STACK_DIRECTION */ 556 /* #undef STACK_DIRECTION */
557 557
558 /* Loads static protocol plugin module initialization functions. */ 558 /* Loads static protocol plugin module initialization functions. */
559 #ifndef STATIC_PROTO_INIT 559 #ifndef STATIC_PROTO_INIT
560 #define STATIC_PROTO_INIT static void static_proto_init() { } 560 #define STATIC_PROTO_INIT static void static_proto_init() { }