comparison plugins/ssl/ssl-nss.c @ 9582:fec83fb0b6a9

[gaim-migrate @ 10425] It seems that nspr defines HAVE_LONG_LONG, just like we do, which is, you know, a problem. Let's just undefine it before including their stuff. *sigh* committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 23 Jul 2004 19:56:27 +0000
parents d7b8eb1f0a18
children f8e395a054e2
comparison
equal deleted inserted replaced
9581:bb243f82c9c7 9582:fec83fb0b6a9
25 #include "sslconn.h" 25 #include "sslconn.h"
26 26
27 #define SSL_NSS_PLUGIN_ID "ssl-nss" 27 #define SSL_NSS_PLUGIN_ID "ssl-nss"
28 28
29 #ifdef HAVE_NSS 29 #ifdef HAVE_NSS
30
31 #undef HAVE_LONG_LONG /* Make Mozilla less angry. If angry, Mozilla SMASH! */
30 32
31 #include <nspr.h> 33 #include <nspr.h>
32 #include <private/pprio.h> 34 #include <private/pprio.h>
33 #include <nss.h> 35 #include <nss.h>
34 #include <pk11func.h> 36 #include <pk11func.h>