summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-06-08 13:36:25 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-06-08 13:36:25 +0000
commit7cf0935486cf6280b494c03c25c5f184102a7db2 (patch)
treed516e37146d110b1c7876fca80d9afabc20820a3 /acconfig.h
parent049139e31e2ba3d80b74072367ea87415aaefcd6 (diff)
Removing the built-in charset support.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/acconfig.h b/acconfig.h
index 23fe4195..7cd4151c 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -138,9 +138,6 @@
/* Where's mixmaster located? */
#undef MIXMASTER
-/* Where are the character set definitions located? */
-#undef CHARMAPS_DIR
-
/* Define to `int' if <signal.h> doesn't define. */
#undef sig_atomic_t
@@ -195,4 +192,8 @@
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
#undef HAVE_LANGINFO_CODESET
+/* Define as 1 if iconv() only converts exactly and we should treat
+ * all return values other than (size_t)(-1) as equivalent. */
+#undef ICONV_NONTRANS
+