[uClibc-cvs] CVS update of uClibc (extra/Configs/Config.in include/libintl.h)

Erik Andersen andersen at codepoet.org
Tue Sep 7 08:53:34 UTC 2004


    Date: Tuesday, September 7, 2004 @ 02:53:34
  Author: andersen
    Path: /var/cvs/uClibc

Modified: extra/Configs/Config.in (1.52 -> 1.53) include/libintl.h (1.2 ->
          1.3)

uClibc gettext support is under development and really shouldn't
be used by the unsuspecting masses quite yet.


Index: uClibc/extra/Configs/Config.in
diff -u uClibc/extra/Configs/Config.in:1.52 uClibc/extra/Configs/Config.in:1.53
--- uClibc/extra/Configs/Config.in:1.52	Thu Sep  2 08:39:36 2004
+++ uClibc/extra/Configs/Config.in	Tue Sep  7 02:53:33 2004
@@ -944,7 +944,7 @@
 
 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: uClibc/include/libintl.h
diff -u uClibc/include/libintl.h:1.2 uClibc/include/libintl.h:1.3
--- uClibc/include/libintl.h:1.2	Fri Aug  1 14:08:40 2003
+++ uClibc/include/libintl.h	Tue Sep  7 02:53:33 2004
@@ -34,6 +34,11 @@
 
 __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).  */



More information about the uClibc-cvs mailing list