marcus committed to gpgme

cvs@cvs.gnupg.org cvs@cvs.gnupg.org
Mon, 18 Mar 2002 01:04:06 +0100


Date:	Monday March 18, 2002 @ 1:04
Author:	marcus

Update of /cvs/gnupg/gpgme
In directory trithemius:/tmp/cvs-serv19902

Modified Files:
	ChangeLog TODO configure.ac 
Log Message:
2002-03-17  Marcus Brinkmann  <marcus@g10code.de>

	* configure.ac: Add automake conditional HAVE_DOSISH_SYSTEM.

gpgme/
2002-03-18  Marcus Brinkmann  <marcus@g10code.de>

	* Makefile.am (system_components): New variable, set depending on
	HAVE_DOSISH_SYSTEM.
	(libgpgme_la_SOURCES): Use system_components.  Remove `syshdr.h'.
	* syshdr.h: File removed.

	* posix-io.c: Remove !HAVE_DOSISH_SYSTEM safeguard.  Clean up source.
	* posix-sema.c: Likewise.
	* posix-util.c: Likewise.

	* w32-io.c: Remove HAVE_DOSISH_SYSTEM safeguard.
	* w32-sema.c: Likewise.
	* w32-util.c: Likewise.

	* posix-io.c: Include `unistd.h', do not include `syshdr.h'.
	* posix-sema.c: Likewise.
	* w32-io.c: Include `io.h', do not include `syshdr.h'
	* w32-sema.c: Likewise.
	* w32-util.c: Likewise.
	* data.c: Do not include `syshdr.h'.
	* wait.c: Likewise.
	* wait.h: Code cleanup.

	* mutex.h: New file.
	* posix-sema.c: Implement.

File: ChangeLog        	Status: Up-to-date
File: TODO             	Status: Up-to-date
File: no file configure.ac		Status: Needs Checkout