diff options
author | Werner Koch <[email protected]> | 2005-08-09 13:19:24 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-08-09 13:19:24 +0000 |
commit | b71096a83217e1c8a9163a955a74a4b88afa4290 (patch) | |
tree | 1bd3c3a7864645eee6c628bea03a5dea9659201d /assuan/README.1st | |
parent | doc/ (diff) | |
download | gpgme-b71096a83217e1c8a9163a955a74a4b88afa4290.tar.gz gpgme-b71096a83217e1c8a9163a955a74a4b88afa4290.zip |
Merged changes from upstream libassuan to allow building a W32 DLL.
Diffstat (limited to '')
-rw-r--r-- | assuan/README.1st | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/assuan/README.1st b/assuan/README.1st index 47bdefa2..670efb57 100644 --- a/assuan/README.1st +++ b/assuan/README.1st @@ -13,16 +13,15 @@ updating this directory, are: with ATH replacements. * assuan.h -** Define _ASSUAN_IN_GPGME to enable GPGME specific code. -** Put all exported Assuan functions in the _gpgme namespace. -** Also wrap all system functions that are wrapped by GNU Pth to - _gpgme wrappers. - -* assuan-io.c -** Don't try to support GNU Pth here. - -* assuan-pipe-connect.c -** Do not install SIGPIPE signal handler here. +** Preserve the block between "Begin/End GPGME specific modifications". + In particular make sure that + #define _ASSUAN_EXT_SYM_PREFIX _gpgme_ + #define _ASSUAN_NO_PTH + #define _ASSUAN_NO_FIXED_SIGNALS + #define _ASSUAN_USE_DOUBLE_FORK + are defined. This puts all exported Assuan functions in the _gpgme + namespace. It also wraps all system functions that are wrapped by + GNU Pth to _gpgme wrappers. Copyright 2004 g10 Code GmbH |