balsa r8103 - in trunk: . libbalsa
- From: PeterB svn gnome org
- To: svn-commits-list gnome org
- Subject: balsa r8103 - in trunk: . libbalsa
- Date: Thu, 19 Mar 2009 21:56:43 +0000 (UTC)
Author: PeterB
Date: Thu Mar 19 21:56:42 2009
New Revision: 8103
URL: http://svn.gnome.org/viewvc/balsa?rev=8103&view=rev
Log:
build --without-esmtp
Modified:
trunk/ChangeLog
trunk/libbalsa/identity.h
trunk/libbalsa/libbalsa.h
Modified: trunk/libbalsa/identity.h
==============================================================================
--- trunk/libbalsa/identity.h (original)
+++ trunk/libbalsa/identity.h Thu Mar 19 21:56:42 2009
@@ -26,9 +26,7 @@
#include <gtk/gtk.h>
#include <gmime/internet-address.h>
-#if ENABLE_ESMTP
-#include "smtp-server.h"
-#endif
+#include "libbalsa.h"
#ifdef __cpluscplus
extern "C"
Modified: trunk/libbalsa/libbalsa.h
==============================================================================
--- trunk/libbalsa/libbalsa.h (original)
+++ trunk/libbalsa/libbalsa.h Thu Mar 19 21:56:42 2009
@@ -32,7 +32,9 @@
typedef struct _LibBalsaMessageHeaders LibBalsaMessageHeaders;
typedef struct _LibBalsaMessageBody LibBalsaMessageBody;
typedef struct _LibBalsaServer LibBalsaServer;
+#if ENABLE_ESMTP
typedef struct _LibBalsaSmtpServer LibBalsaSmtpServer;
+#endif /* ENABLE_ESMTP */
typedef struct _LibbalsaVfs LibbalsaVfs;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]