aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib/libjnlib-config.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 );