pinentry/pinentry (pinentry.c)

[email protected] Fri, 30 Jul 2004 13:33:50 +0200
Newsgroups gmane.comp.encryption.gpg.aegypten.cvs
Message-ID <[email protected]>
    Date: Friday, July 30, 2004 @ 13:33:50
  Author: mo
    Path: /cvs/aegypten/pinentry/pinentry

Modified: pinentry.c

2004-07-30  Moritz Schulte  <[email protected]>

	* qt/Makefile.am (ncurses_include): Removed
	-I$(top_srcdir)/pinentry ...
	(AM_CPPFLAGS): ... added: -I$(top_srcdir)/pinentry.  Thanks to
	Peter Eisentraut.

	* pinentry/pinentry.c (pinentry_utf8_to_local): Declare INPUT
	const.
	(pinentry_local_to_utf8): Likewise.
	(pinentry_utf8_to_local, pinentry_local_to_utf8): Compile only, if
	either Curses or GTK+ support is enabled.
	* configure.ac: Do also check for libiconv when the GTK+ version
	of pinentry is to be build.  Define PINENTRY_CURSES, PINENTRY_GTK,
	PINENTRY_QT depending on which versions of pinentry should be
	build.


------------+
 pinentry.c |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)