diff src/ssl-gnutls.c @ 6747:82348b5ab87e

[gaim-migrate @ 7279] Waaahhh, I'm automake. I don't want to include a conditional variable in my list of sources. That would be too much work for me, so I'll complain instead! Poor me! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 04 Sep 2003 23:33:28 +0000
parents 6c95f01aaf49
children 424647996866
line wrap: on
line diff
--- a/src/ssl-gnutls.c	Thu Sep 04 23:31:53 2003 +0000
+++ b/src/ssl-gnutls.c	Thu Sep 04 23:33:28 2003 +0000
@@ -20,6 +20,10 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
+#include "internal.h"
+
+#ifdef HAVE_GNUTLS
+
 #include "debug.h"
 #include "sslconn.h"
 
@@ -147,3 +151,5 @@
 {
 	return &ssl_ops;
 }
+
+#endif /* HAVE_GNUTLS */