+2001-04-09 Bruno Haible <haible@clisp.cons.org>
+
+ * dcigettext.c (HAVE_LOCALE_NULL): Don't define if __GNU_LIBRARY__ < 2
+ (Linux libc5).
+
2001-04-04 Bruno Haible <haible@clisp.cons.org>
* dcigettext.c (HAVE_LOCALE_NULL): Define also if __GNU_LIBRARY__.
However it does not specify the exact format. Neither do SUSV2 and
ISO C 99. So we can use this feature only on selected systems (e.g.
those using GNU C Library). */
-#if defined _LIBC || defined __GNU_LIBRARY__
+#if defined _LIBC || (defined __GNU_LIBRARY__ && __GNU_LIBRARY__ >= 2)
# define HAVE_LOCALE_NULL
#endif