aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib/libjnlib-config.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-04-19 11:26:11 +0000
committerWerner Koch <[email protected]>2006-04-19 11:26:11 +0000
commit29b23dea9731e8f258211bc6fd733d205c18e2a8 (patch)
treeff2a0f66bda0c1f050e8fa00cbf610e18b91c9f7 /jnlib/libjnlib-config.h
parent2006-04-14 Marcus Brinkmann <[email protected]> (diff)
downloadgnupg-29b23dea9731e8f258211bc6fd733d205c18e2a8.tar.gz
gnupg-29b23dea9731e8f258211bc6fd733d205c18e2a8.zip
Merged with gpg 1.4.3 code.
The gpg part does not yet build.
Diffstat (limited to 'jnlib/libjnlib-config.h')
-rw-r--r--jnlib/libjnlib-config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/jnlib/libjnlib-config.h b/jnlib/libjnlib-config.h
index ad7e353fd..8ae2a9ce9 100644
--- a/jnlib/libjnlib-config.h
+++ b/jnlib/libjnlib-config.h
@@ -1,5 +1,5 @@
/* libjnlib-config.h - local configuration of the jnlib functions
- * Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+ * Copyright (C) 2000, 2001, 2006 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
@@ -29,6 +29,9 @@
#include <gcrypt.h> /* gcry_malloc & Cie. */
#include "logging.h"
+/* We require support for utf-8 conversion. */
+#define JNLIB_NEED_UTF8CONF 1
+
#ifdef USE_SIMPLE_GETTEXT
int set_gettext_file( const char *filename );
const char *gettext( const char *msgid );