comparison config.h.mingw @ 15935:d04878ce947b

Some pixmap path fixes and win32 fixes
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 26 Mar 2007 15:33:26 +0000
parents e04c98c1bce9
children ded8da3de5f8
comparison
equal deleted inserted replaced
15934:cc3c50816cc9 15935:d04878ce947b
24 /* Define to 1 if translation of program messages to the user's native 24 /* Define to 1 if translation of program messages to the user's native
25 language is requested. */ 25 language is requested. */
26 #define ENABLE_NLS 1 26 #define ENABLE_NLS 1
27 27
28 /* Define to make assertions fatal (useful for debugging). */ 28 /* Define to make assertions fatal (useful for debugging). */
29 /* #undef GAIM_FATAL_ASSERTS */ 29 /* #undef PURPLE_FATAL_ASSERTS */
30 30
31 /* Define if plugins are enabled. */ 31 /* Define if plugins are enabled. */
32 #define GAIM_PLUGINS 1 32 #define PURPLE_PLUGINS 1
33 33
34 /* Define to 1 if you have `alloca', as a function or macro. */ 34 /* Define to 1 if you have `alloca', as a function or macro. */
35 #define HAVE_ALLOCA 1 35 #define HAVE_ALLOCA 1
36 36
37 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix). 37 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
521 521
522 /* Name of package */ 522 /* Name of package */
523 #define PACKAGE "pidgin" 523 #define PACKAGE "pidgin"
524 524
525 /* Define to the address where bug reports for this package should be sent. */ 525 /* Define to the address where bug reports for this package should be sent. */
526 #define PACKAGE_BUGREPORT "gaim-devel@lists.sourceforge.net" 526 #define PACKAGE_BUGREPORT "devel@pidgin.im"
527 527
528 /* Define to the full name of this package. */ 528 /* Define to the full name of this package. */
529 #define PACKAGE_NAME "pidgin" 529 #define PACKAGE_NAME "pidgin"
530 530
531 /* Define to the full name and version of this package. */ 531 /* Define to the full name and version of this package. */