Changeset 22221 for branches/vendor/third/gaim/config.h
- Timestamp:
- 08/08/05 08:49:45 (4 years ago)
- Files:
-
- 1 modified
-
branches/vendor/third/gaim/config.h (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/vendor/third/gaim/config.h
r22056 r22221 3 3 4 4 /* configure arguments */ 5 #define CONFIG_ARGS " "5 #define CONFIG_ARGS " 'CFLAGS=-Wall -ggdb'" 6 6 7 7 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP … … 108 108 109 109 /* whether or not we have doxygen */ 110 /* #undef HAVE_DOXYGEN */ 110 #define HAVE_DOXYGEN 1 111 111 112 112 /* Define to 1 if you have the <endian.h> header file. */ … … 247 247 248 248 /* Define if you have Mozilla NSS */ 249 /* #undef HAVE_NSS */ 249 #define HAVE_NSS 1 250 250 251 251 /* Define to 1 if you have the <nss.h> header file. */ … … 295 295 296 296 /* Define if you have SSL */ 297 /* #undef HAVE_SSL */ 297 #define HAVE_SSL 1 298 298 299 299 /* Define to 1 if you have the <ssl.h> header file. */ … … 475 475 476 476 /* Define to the full name and version of this package. */ 477 #define PACKAGE_STRING "gaim 1. 3.1"477 #define PACKAGE_STRING "gaim 1.4.0" 478 478 479 479 /* Define to the one symbol short name of this package. */ … … 481 481 482 482 /* Define to the version of this package. */ 483 #define PACKAGE_VERSION "1. 3.1"483 #define PACKAGE_VERSION "1.4.0" 484 484 485 485 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */ … … 511 511 512 512 /* Define if we're using libao and libaudiofile for sound playing */ 513 /* #undef USE_AO */ 513 #define USE_AO 1 514 514 515 515 /* do we have gtkspell? */ … … 526 526 527 527 /* Version number of package */ 528 #define VERSION "1. 3.1"528 #define VERSION "1.4.0" 529 529 530 530 /* Define to 1 if your processor stores words with the most significant byte
