2002-06-02 Marcus Brinkmann <marcus@g10code.de>
authorMarcus Brinkmann <mb@g10code.com>
Sun, 2 Jun 2002 19:19:25 +0000 (19:19 +0000)
committerMarcus Brinkmann <mb@g10code.com>
Sun, 2 Jun 2002 19:19:25 +0000 (19:19 +0000)
commit6b3ca210bb2efa97720e92f0478ba75fab794918
treec66d443ea20c521084cae677bb6acc19fc7bef43
parenta890d09be468716075ac5a951dbcfff6f9de4492
2002-06-02  Marcus Brinkmann  <marcus@g10code.de>

* configure.ac: Add checks for Pth and pthreads.
* acinclude.m4: Add slightly hacked check for pth (seems to be an
autoconf version problem).

gpgme/
2002-06-02  Marcus Brinkmann  <marcus@g10code.de>

* Makefile.am (ath_components): New variable.
(ath_components_pthread): Likewise.
(ath_components_pth): Likewise.
(system_components): Add ath_componentes.

* ath.h: New file.
* ath.c: Likewise.
* ath-pthread.c: Likewise.
* ath-pth.c: Likewise.
* posix-sema.c (_gpgme_sema_cs_enter): Rework to use the ATH
interface.
* mutex.h: Remove file.
trunk/ChangeLog
trunk/acinclude.m4
trunk/configure.ac
trunk/gpgme/ChangeLog
trunk/gpgme/Makefile.am
trunk/gpgme/ath-pth.c [new file with mode: 0644]
trunk/gpgme/ath-pthread.c [new file with mode: 0644]
trunk/gpgme/ath.c [new file with mode: 0644]
trunk/gpgme/ath.h [new file with mode: 0644]
trunk/gpgme/mutex.h [deleted file]
trunk/gpgme/posix-sema.c