OSDN Git Service

uClibc gettext support is under development and really shouldn't
authorEric Andersen <andersen@codepoet.org>
Tue, 7 Sep 2004 08:53:33 +0000 (08:53 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 7 Sep 2004 08:53:33 +0000 (08:53 -0000)
be used by the unsuspecting masses quite yet.

extra/Configs/Config.in
include/libintl.h

index 4deed30..d093372 100644 (file)
@@ -944,7 +944,7 @@ config UCLIBC_HAS_SYS_SIGLIST
 
 config UCLIBC_HAS_GETTEXT_AWARENESS
        bool "Include gettext awareness"
-       depends on UCLIBC_HAS_LOCALE
+       depends on UCLIBC_HAS_LOCALE && UCLIBC_MJN3_ONLY
        default n
        help
          NOTE!!!  Not yet integrated with strerror and strsignal.  NOTE!!!
index 89db38f..1ba9d0d 100644 (file)
 
 __BEGIN_DECLS
 
+#ifdef __UCLIBC_MJN3_ONLY__
+#warning "mjn3 FIXME: gettext has a prototype but isn't defined."
+#warning "mjn3 FIXME: __OPTIMIZE__ is never defined."
+#endif
+
 /* Look up MSGID in the current default message catalog for the current
    LC_MESSAGES locale.  If not found, returns MSGID itself (the default
    text).  */