[svn] gpgme - r1221 - in trunk: . assuan gpgme
svn author marcus
cvs at cvs.gnupg.org
Wed Jul 4 23:07:57 CEST 2007
Author: marcus
Date: 2007-07-04 23:07:27 +0200 (Wed, 04 Jul 2007)
New Revision: 1221
Modified:
trunk/ChangeLog
trunk/assuan/Makefile.am
trunk/assuan/assuan.h
trunk/gpgme/gpgme.h
Log:
2007-07-04 Marcus Brinkmann <marcus at g10code.de>
* assuan/Makefile.am (INCLUDES): Include $(top_srcdir)/gpgme. *
assuan/assuan.h: Include <ath.h> instead of trying to duplicate
the definitions.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2007-07-04 20:03:39 UTC (rev 1220)
+++ trunk/ChangeLog 2007-07-04 21:07:27 UTC (rev 1221)
@@ -1,5 +1,9 @@
2007-07-04 Marcus Brinkmann <marcus at g10code.de>
+ * assuan/Makefile.am (INCLUDES): Include $(top_srcdir)/gpgme. *
+ assuan/assuan.h: Include <ath.h> instead of trying to duplicate
+ the definitions.
+
* assuan/: Update files to 2007-07-04 version of assuan.
* autogen.sh: Use = not == in test.
Modified: trunk/assuan/Makefile.am
===================================================================
--- trunk/assuan/Makefile.am 2007-07-04 20:03:39 UTC (rev 1220)
+++ trunk/assuan/Makefile.am 2007-07-04 21:07:27 UTC (rev 1221)
@@ -20,7 +20,7 @@
## Process this file with automake to produce Makefile.in
EXTRA_DIST = mkerrors
-INCLUDES = -I.. -I$(top_srcdir)/include
+INCLUDES = -I.. -I$(top_srcdir)/gpgme
BUILT_SOURCES = assuan-errors.c
MOSTLYCLEANFILES = assuan-errors.c
Modified: trunk/assuan/assuan.h
===================================================================
--- trunk/assuan/assuan.h 2007-07-04 20:03:39 UTC (rev 1220)
+++ trunk/assuan/assuan.h 2007-07-04 21:07:27 UTC (rev 1221)
@@ -61,23 +61,12 @@
#define _ASSUAN_USE_DOUBLE_FORK
#ifdef _ASSUAN_IN_GPGME_BUILD_ASSUAN
+#include <ath.h>
+
int _gpgme_io_read (int fd, void *buffer, size_t count);
int _gpgme_io_write (int fd, const void *buffer, size_t count);
-ssize_t _gpgme_ath_waitpid (pid_t pid, int *status, int options);
-#ifdef HAVE_W32_SYSTEM
-int _gpgme_ath_accept (int s, void *addr, int *length_ptr);
-#else /*!HAVE_W32_SYSTEM*/
-struct sockaddr;
-struct msghdr;
-ssize_t _gpgme_ath_select (int nfd, fd_set *rset, fd_set *wset, fd_set *eset,
- struct timeval *timeout);
-int _gpgme_ath_accept (int s, struct sockaddr *addr, socklen_t *length_ptr);
-int _gpgme_ath_connect (int s, struct sockaddr *addr, socklen_t length);
-int _gpgme_ath_sendmsg (int s, const struct msghdr *msg, int flags);
-int _gpgme_ath_recvmsg (int s, struct msghdr *msg, int flags);
int _gpgme_io_sendmsg (int sock, const struct msghdr *msg, int flags);
int _gpgme_io_recvmsg (int sock, struct msghdr *msg, int flags);
-#endif /*!HAVE_W32_SYSTEM*/
#define read _gpgme_io_read
#define write _gpgme_io_write
Modified: trunk/gpgme/gpgme.h
===================================================================
--- trunk/gpgme/gpgme.h 2007-07-04 20:03:39 UTC (rev 1220)
+++ trunk/gpgme/gpgme.h 2007-07-04 21:07:27 UTC (rev 1221)
@@ -72,7 +72,7 @@
AM_PATH_GPGME macro) check that this header matches the installed
library. Warning: Do not edit the next line. configure will do
that for you! */
-#define GPGME_VERSION "1.1.5-cvs1213"
+#define GPGME_VERSION "1.1.5-cvs1219"
More information about the Gnupg-commits
mailing list