summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorKevin Dalley <kevin@seti.org>2000-01-27 03:30:38 +0000
committerKevin Dalley <kevin@seti.org>2000-01-27 03:30:38 +0000
commit57f46edcbfa5aa840847853cb7cbda18d5f17c97 (patch)
treeb8cd7bea0a5a25d9ec33c43ea0eba78d1cf1421c /acconfig.h
parent934be4478eb600787cd035d3d8fd1ab2043dc9ff (diff)
downloadfindutils-57f46edcbfa5aa840847853cb7cbda18d5f17c97.tar.gz
* acconfig.h: added internationalization.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index bacda75c..c0235efb 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -58,3 +58,18 @@
/* Define to `unsigned long' or `unsigned long long'
if <inttypes.h> doesn't define. */
#undef uintmax_t
+
+/* Define if your locale.h file contains LC_MESSAGES. */
+#undef HAVE_LC_MESSAGES
+
+/* Define to 1 if NLS is requested. */
+#undef ENABLE_NLS
+
+/* Define as 1 if you have catgets and don't want to use GNU gettext. */
+#undef HAVE_CATGETS
+
+/* Define as 1 if you have gettext and don't want to use GNU gettext. */
+#undef HAVE_GETTEXT
+
+/* Define as 1 if you have the stpcpy function. */
+#undef HAVE_STPCPY