comparison config.h.mingw @ 21298:008cfc009d0e

Allow win32 builds to define EXTRAVERSION in local.mak to do the equivalent to what ./configure --with-extraversion=foo does elsewhere
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 10 Nov 2007 15:55:29 +0000
parents 6e0c99e134c2
children c38d72677c8a
comparison
equal deleted inserted replaced
21297:5b1acbab99cf 21298:008cfc009d0e
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 "@VERSION@" 380 #define VERSION "@VERSION@"
381 #define DISPLAY_VERSION "@VERSION@" 381 #define DISPLAY_VERSION "@DISPLAY_VERSION@"
382 382
383 /* 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
384 first (like Motorola and SPARC, unlike Intel and VAX). */ 384 first (like Motorola and SPARC, unlike Intel and VAX). */
385 /* #undef WORDS_BIGENDIAN */ 385 /* #undef WORDS_BIGENDIAN */
386 386