# HG changeset patch # User Christian Hammond # Date 1090612587 0 # Node ID fec83fb0b6a98f533dc58beec3d02ce55f2149df # Parent bb243f82c9c7a442a9ace74e8a03296c939f9796 [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 diff -r bb243f82c9c7 -r fec83fb0b6a9 plugins/ssl/ssl-nss.c --- a/plugins/ssl/ssl-nss.c Fri Jul 23 13:19:43 2004 +0000 +++ b/plugins/ssl/ssl-nss.c Fri Jul 23 19:56:27 2004 +0000 @@ -28,6 +28,8 @@ #ifdef HAVE_NSS +#undef HAVE_LONG_LONG /* Make Mozilla less angry. If angry, Mozilla SMASH! */ + #include #include #include