Wed, 01 Dec 2004 05:41:12 +0000
[gaim-migrate @ 11460]
i committed this to oldstatus earlier. i really do need to fix the cause at some point (someone trying to register an invalid jabberid)
| 3636 | 1 | /* config.h. Generated automatically by configure. */ |
| 2 | /* config.h.in. Generated automatically from configure.in by autoheader. */ | |
| 3 | ||
| 4 | /* Define if using alloca.c. */ | |
| 5 | /* #undef C_ALLOCA */ | |
| 6 | ||
| 7 | /* Define to empty if the keyword does not work. */ | |
| 8 | /* #undef const */ | |
| 9 | ||
| 10 | /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. | |
| 11 | This function is required for alloca.c support on those systems. */ | |
| 12 | /* #undef CRAY_STACKSEG_END */ | |
| 13 | ||
| 14 | /* Define if you have alloca, as a function or macro. */ | |
| 15 | #define HAVE_ALLOCA 1 | |
| 16 | ||
| 17 | /* Define if you have <alloca.h> and it should be used (not on Ultrix). */ | |
| 18 | /* #undef HAVE_ALLOCA_H */ | |
| 19 | ||
| 20 | /* Define if you have a working `mmap' system call. */ | |
| 21 | /* #undef HAVE_MMAP */ | |
| 22 | ||
| 23 | /* Define if you have the strftime function. */ | |
| 24 | #define HAVE_STRFTIME 1 | |
| 25 | ||
| 26 | /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ | |
| 27 | /* #undef HAVE_SYS_WAIT_H */ | |
| 28 | ||
| 29 | /* Define if your struct tm has tm_zone. */ | |
| 30 | /* #undef HAVE_TM_ZONE */ | |
| 31 | ||
| 32 | /* Define if you don't have tm_zone but do have the external array | |
| 33 | tzname. */ | |
| 34 | /* #undef HAVE_TZNAME */ | |
| 35 | ||
| 36 | /* Define as __inline if that's what the C compiler calls it. */ | |
| 37 | /* #undef inline */ | |
| 38 | ||
| 39 | /* Define to `long' if <sys/types.h> doesn't define. */ | |
| 40 | /* #undef off_t */ | |
| 41 | ||
| 42 | /* Define as the return type of signal handlers (int or void). */ | |
| 43 | #define RETSIGTYPE void | |
| 44 | ||
| 45 | /* Define to `unsigned' if <sys/types.h> doesn't define. */ | |
| 46 | /* #undef size_t */ | |
| 47 | ||
| 48 | /* If using the C implementation of alloca, define if you know the | |
| 49 | direction of stack growth for your system; otherwise it will be | |
| 50 | automatically deduced at run-time. | |
| 51 | STACK_DIRECTION > 0 => grows toward higher addresses | |
| 52 | STACK_DIRECTION < 0 => grows toward lower addresses | |
| 53 | STACK_DIRECTION = 0 => direction of growth unknown | |
| 54 | */ | |
| 55 | /* #undef STACK_DIRECTION */ | |
| 56 | ||
| 57 | /* Define if you have the ANSI C header files. */ | |
| 58 | #define STDC_HEADERS 1 | |
| 59 | ||
| 60 | /* Define if your <sys/time.h> declares struct tm. */ | |
| 61 | /* #undef TM_IN_SYS_TIME */ | |
| 62 | ||
| 63 | /* Define if your processor stores words with the most significant | |
| 64 | byte first (like Motorola and SPARC, unlike Intel and VAX). */ | |
| 65 | /* #undef WORDS_BIGENDIAN */ | |
| 66 | ||
| 67 | #define ENABLE_NLS 1 | |
| 68 | /* #undef HAVE_CATGETS */ | |
| 69 | /* #undef HAVE_GETTEXT */ | |
| 70 | /* #undef HAVE_LC_MESSAGES */ | |
| 71 | /* #undef HAVE_STPCPY */ | |
| 72 | /* #undef HAVE_LIBSM */ | |
| 73 | /* #undef USE_APPLET */ | |
| 74 | /* #undef USE_GNOME */ | |
| 75 | /* #undef USE_PIXBUF */ | |
|
3905
9721673d9f55
[gaim-migrate @ 4058]
Herman Bloggs <herman@bluedigits.com>
parents:
3852
diff
changeset
|
76 | #define USE_SCREENSAVER 1 |
| 3636 | 77 | /* #define DEBUG 1 */ |
| 78 | #define GAIM_PLUGINS 1 | |
| 79 | #define USE_PERL 1 | |
|
3852
cbe70d5cf44d
[gaim-migrate @ 4004]
Herman Bloggs <herman@bluedigits.com>
parents:
3636
diff
changeset
|
80 | #define USE_GTKSPELL 1 |
| 3636 | 81 | /* #undef NAS_SOUND */ |
| 82 | /* #undef ESD_SOUND */ | |
| 83 | /* #undef ARTSC_SOUND */ | |
| 84 | /* #undef _REENTRANT */ | |
| 85 | /* #undef NEED_GNOMESUPPORT_H */ | |
| 86 | #define ZEPHYR_INT32 long | |
| 87 | /* #undef ZEPHYR_USES_KERBEROS */ | |
| 88 | #ifndef STATIC_PROTO_INIT | |
| 89 | #define STATIC_PROTO_INIT void static_proto_init() { } | |
| 90 | #endif | |
| 91 | #define socklen_t int | |
| 92 | /* #undef HAVE_TM_GMTOFF */ | |
| 93 | ||
| 94 | /* Define if you have the Perl_eval_pv function. */ | |
| 95 | /* #undef HAVE_PERL_EVAL_PV */ | |
| 96 | ||
| 97 | /* Define if you have the __argz_count function. */ | |
| 98 | /* #undef HAVE___ARGZ_COUNT */ | |
| 99 | ||
| 100 | /* Define if you have the __argz_next function. */ | |
| 101 | /* #undef HAVE___ARGZ_NEXT */ | |
| 102 | ||
| 103 | /* Define if you have the __argz_stringify function. */ | |
| 104 | /* #undef HAVE___ARGZ_STRINGIFY */ | |
| 105 | ||
| 106 | /* Define if you have the atexit function. */ | |
| 107 | #define HAVE_ATEXIT 1 | |
| 108 | ||
| 109 | /* Define if you have the bswap_16 function. */ | |
| 110 | /* #undef HAVE_BSWAP_16 */ | |
| 111 | ||
| 112 | /* Define if you have the bswap_32 function. */ | |
| 113 | /* #undef HAVE_BSWAP_32 */ | |
| 114 | ||
| 115 | /* Define if you have the connect function. */ | |
| 116 | /* #undef HAVE_CONNECT */ | |
| 117 | ||
| 118 | /* Define if you have the dcgettext function. */ | |
| 119 | /* #undef HAVE_DCGETTEXT */ | |
| 120 | ||
| 121 | /* Define if you have the feof_unlocked function. */ | |
| 122 | /* #undef HAVE_FEOF_UNLOCKED */ | |
| 123 | ||
| 124 | /* Define if you have the fgets_unlocked function. */ | |
| 125 | /* #undef HAVE_FGETS_UNLOCKED */ | |
| 126 | ||
| 127 | /* Define if you have the getaddrinfo function. */ | |
| 128 | /* #undef HAVE_GETADDRINFO */ | |
| 129 | ||
| 130 | /* Define if you have the getcwd function. */ | |
| 131 | #define HAVE_GETCWD 1 | |
| 132 | ||
| 133 | /* Define if you have the getegid function. */ | |
| 134 | /* #undef HAVE_GETEGID */ | |
| 135 | ||
| 136 | /* Define if you have the geteuid function. */ | |
| 137 | /* #undef HAVE_GETEUID */ | |
| 138 | ||
| 139 | /* Define if you have the getgid function. */ | |
| 140 | /* #undef HAVE_GETGID */ | |
| 141 | ||
| 142 | /* Define if you have the gethostid function. */ | |
| 143 | /* #undef HAVE_GETHOSTID */ | |
| 144 | ||
| 145 | /* Define if you have the getopt_long function. */ | |
| 146 | /* #undef HAVE_GETOPT_LONG */ | |
| 147 | ||
| 148 | /* Define if you have the getpagesize function. */ | |
| 149 | #define HAVE_GETPAGESIZE 1 | |
| 150 | ||
| 151 | /* Define if you have the getuid function. */ | |
| 152 | /* #undef HAVE_GETUID */ | |
| 153 | ||
| 154 | /* Define if you have the krb_get_err_text function. */ | |
| 155 | /* #undef HAVE_KRB_GET_ERR_TEXT */ | |
| 156 | ||
| 157 | /* Define if you have the krb_get_lrealm function. */ | |
| 158 | /* #undef HAVE_KRB_GET_LREALM */ | |
| 159 | ||
| 160 | /* Define if you have the krb_log function. */ | |
| 161 | /* #undef HAVE_KRB_LOG */ | |
| 162 | ||
| 163 | /* Define if you have the krb_rd_req function. */ | |
| 164 | /* #undef HAVE_KRB_RD_REQ */ | |
| 165 | ||
| 166 | /* Define if you have the krb_set_key function. */ | |
| 167 | /* #undef HAVE_KRB_SET_KEY */ | |
| 168 | ||
| 169 | /* Define if you have the lrand48 function. */ | |
| 170 | /* #undef HAVE_LRAND48 */ | |
| 171 | ||
| 172 | /* Define if you have the memcpy function. */ | |
| 173 | #define HAVE_MEMCPY 1 | |
| 174 | ||
| 175 | /* Define if you have the memmove function. */ | |
| 176 | #define HAVE_MEMMOVE 1 | |
| 177 | ||
| 178 | /* Define if you have the mempcpy function. */ | |
| 179 | /* #undef HAVE_MEMPCPY */ | |
| 180 | ||
| 181 | /* Define if you have the munmap function. */ | |
| 182 | /* #undef HAVE_MUNMAP */ | |
| 183 | ||
| 184 | /* Define if you have the putenv function. */ | |
| 185 | #define HAVE_PUTENV 1 | |
| 186 | ||
| 187 | /* Define if you have the random function. */ | |
| 188 | /* #undef HAVE_RANDOM */ | |
| 189 | ||
| 190 | /* Define if you have the setenv function. */ | |
| 191 | /* #undef HAVE_SETENV */ | |
| 192 | ||
| 193 | /* Define if you have the setlocale function. */ | |
| 194 | #define HAVE_SETLOCALE 1 | |
| 195 | ||
| 196 | /* Define if you have the snprintf function. */ | |
| 197 | #define HAVE_SNPRINTF 1 | |
| 198 | ||
| 199 | /* Define if you have the socket function. */ | |
| 200 | /* #undef HAVE_SOCKET */ | |
| 201 | ||
| 202 | /* Define if you have the stpcpy function. */ | |
| 203 | /* #undef HAVE_STPCPY */ | |
| 204 | ||
| 205 | /* Define if you have the strcasecmp function. */ | |
| 206 | #define HAVE_STRCASECMP 1 | |
| 207 | ||
| 208 | /* Define if you have the strchr function. */ | |
| 209 | #define HAVE_STRCHR 1 | |
| 210 | ||
| 211 | /* Define if you have the strdup function. */ | |
| 212 | #define HAVE_STRDUP 1 | |
| 213 | ||
| 214 | /* Define if you have the strerror function. */ | |
| 215 | #define HAVE_STRERROR 1 | |
| 216 | ||
| 217 | /* Define if you have the strstr function. */ | |
| 218 | #define HAVE_STRSTR 1 | |
| 219 | ||
| 220 | /* Define if you have the strtoul function. */ | |
| 221 | #define HAVE_STRTOUL 1 | |
| 222 | ||
| 223 | /* Define if you have the tsearch function. */ | |
| 224 | /* #undef HAVE_TSEARCH */ | |
| 225 | ||
| 226 | /* Define if you have the vprintf function. */ | |
| 227 | #define HAVE_VPRINTF 1 | |
| 228 | ||
| 229 | /* Define if you have the <X11/SM/SMlib.h> header file. */ | |
| 230 | /* #undef HAVE_X11_SM_SMLIB_H */ | |
| 231 | ||
| 232 | /* Define if you have the <argz.h> header file. */ | |
| 233 | /* #undef HAVE_ARGZ_H */ | |
| 234 | ||
| 235 | /* Define if you have the <arpa/nameser_compat.h> header file. */ | |
| 236 | /* #undef HAVE_ARPA_NAMESER_COMPAT_H */ | |
| 237 | ||
| 238 | /* Define if you have the <asm/byteorder.h> header file. */ | |
| 239 | /* #undef HAVE_ASM_BYTEORDER_H */ | |
| 240 | ||
| 241 | /* Define if you have the <byteswap.h> header file. */ | |
| 242 | /* #undef HAVE_BYTESWAP_H */ | |
| 243 | ||
| 244 | /* Define if you have the <dlfcn.h> header file. */ | |
| 245 | /* #undef HAVE_DLFCN_H */ | |
| 246 | ||
| 247 | /* Define if you have the <endian.h> header file. */ | |
| 248 | /* #undef HAVE_ENDIAN_H */ | |
| 249 | ||
| 250 | /* Define if you have the <fcntl.h> header file. */ | |
| 251 | #define HAVE_FCNTL_H 1 | |
| 252 | ||
| 253 | /* Define if you have the <limits.h> header file. */ | |
| 254 | #define HAVE_LIMITS_H 1 | |
| 255 | ||
| 256 | /* Define if you have the <locale.h> header file. */ | |
| 257 | #define HAVE_LOCALE_H 1 | |
| 258 | ||
| 259 | /* Define if you have the <machine/endian.h> header file. */ | |
| 260 | /* #undef HAVE_MACHINE_ENDIAN_H */ | |
| 261 | ||
| 262 | /* Define if you have the <malloc.h> header file. */ | |
| 263 | #define HAVE_MALLOC_H 1 | |
| 264 | ||
| 265 | /* Define if you have the <nl_types.h> header file. */ | |
| 266 | /* #undef HAVE_NL_TYPES_H */ | |
| 267 | ||
| 268 | /* Define if you have the <paths.h> header file. */ | |
| 269 | /* #undef HAVE_PATHS_H */ | |
| 270 | ||
| 271 | /* Define if you have the <sgtty.h> header file. */ | |
| 272 | /* #undef HAVE_SGTTY_H */ | |
| 273 | ||
| 274 | /* Define if you have the <signal.h> header file. */ | |
| 275 | /*#define HAVE_SIGNAL_H 1*/ | |
| 276 | ||
| 277 | /* Define if you have the <stdarg.h> header file. */ | |
| 278 | #define HAVE_STDARG_H 1 | |
| 279 | ||
| 280 | /* Define if you have the <stddef.h> header file. */ | |
| 281 | #define HAVE_STDDEF_H 1 | |
| 282 | ||
| 283 | /* Define if you have the <stdlib.h> header file. */ | |
| 284 | #define HAVE_STDLIB_H 1 | |
| 285 | ||
| 9291 | 286 | /* Define if you have the <stdint.h> header file. */ |
| 287 | #define HAVE_STDINT_H 1 | |
| 288 | ||
| 3636 | 289 | /* Define if you have the <string.h> header file. */ |
| 290 | #define HAVE_STRING_H 1 | |
| 291 | ||
| 292 | /* Define if you have the <sys/cdefs.h> header file. */ | |
| 293 | /* #undef HAVE_SYS_CDEFS_H */ | |
| 294 | ||
| 295 | /* Define if you have the <sys/file.h> header file. */ | |
| 296 | #define HAVE_SYS_FILE_H 1 | |
| 297 | ||
| 298 | /* Define if you have the <sys/filio.h> header file. */ | |
| 299 | /* #undef HAVE_SYS_FILIO_H */ | |
| 300 | ||
| 301 | /* Define if you have the <sys/ioctl.h> header file. */ | |
| 302 | /* #undef HAVE_SYS_IOCTL_H */ | |
| 303 | ||
| 304 | /* Define if you have the <sys/msgbuf.h> header file. */ | |
| 305 | /* #undef HAVE_SYS_MSGBUF_H */ | |
| 306 | ||
| 307 | /* Define if you have the <sys/param.h> header file. */ | |
| 308 | /* #undef HAVE_SYS_PARAM_H */ | |
| 309 | ||
| 310 | /* Define if you have the <sys/select.h> header file. */ | |
| 311 | /* #undef HAVE_SYS_SELECT_H */ | |
| 312 | ||
| 313 | /* Define if you have the <sys/stat.h> header file. */ | |
| 314 | #define HAVE_SYS_STAT_H 1 | |
| 315 | ||
| 316 | /* Define if you have the <sys/time.h> header file. */ | |
| 317 | #define HAVE_SYS_TIME_H 1 | |
| 318 | ||
| 319 | /* Define if you have the <sys/types.h> header file. */ | |
| 320 | #define HAVE_SYS_TYPES_H 1 | |
| 321 | ||
| 322 | /* Define if you have the <sys/uio.h> header file. */ | |
| 323 | /* #undef HAVE_SYS_UIO_H */ | |
| 324 | ||
| 325 | /* Define if you have the <sys/utsname.h> header file. */ | |
| 326 | /* #undef HAVE_SYS_UTSNAME_H */ | |
| 327 | ||
| 328 | /* Define if you have the <sys/wait.h> header file. */ | |
| 329 | /* #undef HAVE_SYS_WAIT_H */ | |
| 330 | ||
| 331 | /* Define if you have the <termios.h> header file. */ | |
| 332 | /* #undef HAVE_TERMIOS_H */ | |
| 333 | ||
| 334 | /* Define if you have the <unistd.h> header file. */ | |
| 335 | #define HAVE_UNISTD_H 1 | |
| 336 | ||
| 337 | /* Define if you have the nsl library (-lnsl). */ | |
| 338 | /* #undef HAVE_LIBNSL */ | |
| 339 | ||
| 340 | /* Define if you have the resolv library (-lresolv). */ | |
| 341 | /* #undef HAVE_LIBRESOLV */ | |
| 342 | ||
| 343 | /* Name of package */ | |
| 344 | #define PACKAGE "gaim" | |
| 345 | ||
| 346 | /* Version number of package */ | |
| 347 | /*#define VERSION */ | |
| 348 | ||
| 349 | /* Define if you have the iconv() function. */ | |
| 350 | /* #undef HAVE_ICONV */ | |
| 351 | ||
| 352 | /* Define as const if the declaration of iconv() needs const. */ | |
| 353 | /* #undef ICONV_CONST */ | |
| 354 | ||
| 355 | /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ | |
| 356 | /* #undef HAVE_LANGINFO_CODESET */ | |
| 357 | ||
| 358 | /* Define if your <locale.h> file defines LC_MESSAGES. */ | |
| 359 | /* #undef HAVE_LC_MESSAGES */ | |
| 360 | ||
| 361 | /* Define to 1 if translation of program messages to the user's native language | |
| 362 | is requested. */ | |
| 363 | #define ENABLE_NLS 1 | |
| 364 | ||
| 365 | /* Define if the GNU gettext() function is already present or preinstalled. */ | |
| 366 | /* #undef HAVE_GETTEXT */ | |
| 367 | ||
| 368 | /* Define if you have the external 'timezone' variable. */ | |
| 369 | #define HAVE_TIMEZONE 1 | |
| 370 | ||
| 371 | /* Define if you have the external 'altzone' variable. */ | |
| 372 | /* #undef HAVE_ALTZONE */ | |
| 373 | ||
| 374 | /* Define if you have the external 'daylight' variable. */ | |
| 375 | #define HAVE_DAYLIGHT 1 | |
| 376 | ||
|
6795
396b24cfeeb6
[gaim-migrate @ 7334]
Herman Bloggs <herman@bluedigits.com>
parents:
3905
diff
changeset
|
377 | #define HAVE_SSL 1 |
|
396b24cfeeb6
[gaim-migrate @ 7334]
Herman Bloggs <herman@bluedigits.com>
parents:
3905
diff
changeset
|
378 | #define HAVE_NSS 1 |
|
396b24cfeeb6
[gaim-migrate @ 7334]
Herman Bloggs <herman@bluedigits.com>
parents:
3905
diff
changeset
|
379 | /*#define HAVE_GNUTLS 1*/ |
|
396b24cfeeb6
[gaim-migrate @ 7334]
Herman Bloggs <herman@bluedigits.com>
parents:
3905
diff
changeset
|
380 | |
| 3636 | 381 | /* |
| 382 | * Following are added for Win32 version of Gaim | |
| 383 | */ | |
| 384 | ||
| 385 | #define HAVE_VSNPRINTF |