comparison config.h.mingw @ 21563:1b174854bb80

merge of '30fcf2f336afb635b62a5c3ed3adb3e1fa1dd2d1' and 'bb60447c0a8c79afca320f4dc689096f4788e7fa'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 17 Nov 2007 01:55:21 +0000
parents 008cfc009d0e
children c38d72677c8a
comparison
equal deleted inserted replaced
20755:774f4924e74e 21563:1b174854bb80
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 "@DISPLAY_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