wrap this file with #ifdef ENABLE_SMIME instead of #ifdef HAVE_NSS.
authorChris Toshok <toshok@ximian.com>
Fri, 20 Feb 2004 02:32:08 +0000 (02:32 +0000)
committerChris Toshok <toshok@src.gnome.org>
Fri, 20 Feb 2004 02:32:08 +0000 (02:32 +0000)
2004-02-19  Chris Toshok  <toshok@ximian.com>

* camel-smime-context.c: wrap this file with #ifdef ENABLE_SMIME
instead of #ifdef HAVE_NSS.

camel/ChangeLog
camel/camel-smime-context.c

index 5d7d8ae..6c4e951 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-19  Chris Toshok  <toshok@ximian.com>
+
+       * camel-smime-context.c: wrap this file with #ifdef ENABLE_SMIME
+       instead of #ifdef HAVE_NSS.
+
 2004-02-19  Jeffrey Stedfast  <fejj@ximian.com>
 
        * providers/local/camel-mbox-store.c (get_folder): Add sanity
index c32d6e4..fe2df61 100644 (file)
@@ -30,7 +30,7 @@
 #include <config.h>
 #endif
 
-#ifdef HAVE_NSS
+#ifdef ENABLE_SMIME
 
 #include "nss.h"
 #include <cms.h>
@@ -1077,4 +1077,4 @@ camel_smime_context_get_type(void)
        return type;
 }
 
-#endif /* HAVE_NSS */
+#endif /* ENABLE_SMIME */