comparison config.h.mingw @ 21284:6de09629f091

propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f) to branch 'im.pidgin.pidgin' (head e3a6991e78dac328f13804950fee54dfb8afc3c5)
author Ka-Hing Cheung <khc@hxbc.us>
date Sat, 10 Nov 2007 04:52:20 +0000
parents 6e0c99e134c2
children 008cfc009d0e
comparison
equal deleted inserted replaced
21283:406aa3be6b32 21284:6de09629f091
375 375
376 /* Define if we're using X Session Management. */ 376 /* Define if we're using X Session Management. */
377 /* #define USE_SM 1 */ 377 /* #define USE_SM 1 */
378 378
379 /* Version number of package */ 379 /* Version number of package */
380 /* #define VERSION "2.0.0dev" */ 380 #define VERSION "@VERSION@"
381 #define DISPLAY_VERSION "@VERSION@"
381 382
382 /* Define to 1 if your processor stores words with the most significant byte 383 /* Define to 1 if your processor stores words with the most significant byte
383 first (like Motorola and SPARC, unlike Intel and VAX). */ 384 first (like Motorola and SPARC, unlike Intel and VAX). */
384 /* #undef WORDS_BIGENDIAN */ 385 /* #undef WORDS_BIGENDIAN */
385 386
407 /* 408 /*
408 * Following are added for Win32 version of Pidgin 409 * Following are added for Win32 version of Pidgin
409 */ 410 */
410 #define HAVE_VSNPRINTF 1 411 #define HAVE_VSNPRINTF 1
411 412
413 #define HAVE_FILENO 1
414
415