diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-02 01:02:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-06-02 01:02:27 +0000 |
commit | 68338952426e0d4e3b373e7fd926682d66dbc8b0 (patch) | |
tree | f6db1812124b28755eee5f9cbb35f0b80adc0747 /mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c | |
parent | Fix filehandle passing (diff) |
Add Ximian Connector, an Evolution plug-in for connecting to Microsoft
Exchange mail servers.
PR: 67442
Submitted by: Alex Kiesel <kiesel@schlund.de> (based on)
Notes
Notes:
svn path=/head/; revision=110623
Diffstat (limited to 'mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c')
-rw-r--r-- | mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c b/mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c new file mode 100644 index 000000000000..d5806c41d0c5 --- /dev/null +++ b/mail/evolution-exchange/files/patch-lib::e2k-autoconfig.c @@ -0,0 +1,13 @@ +--- lib/e2k-autoconfig.c.orig Tue May 11 11:09:03 2004 ++++ lib/e2k-autoconfig.c Tue Jun 1 20:47:50 2004 +@@ -25,6 +25,10 @@ + + #include <stdlib.h> + #include <string.h> ++#include <sys/types.h> ++#include <sys/socket.h> ++#include <netinet/in.h> ++#include <arpa/inet.h> + #include <resolv.h> + #include <arpa/nameser.h> + |