aboutsummaryrefslogtreecommitdiffstats
path: root/g10/app-common.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-05-31 10:11:01 +0000
committerWerner Koch <[email protected]>2005-05-31 10:11:01 +0000
commita6a93ac54036c17de906e581de7aeeba5e463a31 (patch)
treeaaee931cc8862f003d5f847ac0de364081199f3e /g10/app-common.h
parentUpdated FSF street address and preparations for a release candidate. (diff)
downloadgnupg-a6a93ac54036c17de906e581de7aeeba5e463a31.tar.gz
gnupg-a6a93ac54036c17de906e581de7aeeba5e463a31.zip
* keydb.h [!ENABLE_AGENT_SUPPORT]: Define dummy types.
* cardglue.c (assuan_strerror, assuan_transact): Dummy functions if not build with agent support. * zh_TW.po, zh_CN.po, es.po, ro.po: Updated. * tr.po: Updated from TP. Note: this is an exception in general translations from the Robot are not anymore accepted. * regcomp.c (MB_CUR_MAX) [_WIN32]: Define it only if not defined.
Diffstat (limited to 'g10/app-common.h')
-rw-r--r--g10/app-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/app-common.h b/g10/app-common.h
index 756624c5b..c80bfb527 100644
--- a/g10/app-common.h
+++ b/g10/app-common.h
@@ -46,7 +46,7 @@ struct app_ctx_s {
in case we need to divert the operation to an already running
agent. This if ASSUAN_CTX is not NULL we take this as indication
that all operations are diverted to gpg-agent. */
-#if GNUPG_MAJOR_VERSION == 1 && defined(ENABLE_AGENT_SUPPORT)
+#if GNUPG_MAJOR_VERSION == 1
assuan_context_t assuan_ctx;
#endif /*GNUPG_MAJOR_VERSION == 1*/