+2003-09-09 Bruno Haible <bruno@clisp.org>
+
+ * po-lex.c: Test HAVE_DECL_GETC_UNLOCKED instead of HAVE_GETC_UNLOCKED.
+ * write-po.c: Test HAVE_DECL_PUTC_UNLOCKED instead of
+ HAVE_PUTC_UNLOCKED.
+
2003-09-09 Guido Flohr <guido@imperia.net>
* x-perl.c (extract_quotelike_pass3): Change \l handling to no longer
# include "utf8-ucs4.h"
#endif
-#ifdef HAVE_GETC_UNLOCKED
+#if HAVE_DECL_GETC_UNLOCKED
# undef getc
# define getc getc_unlocked
#endif
/* Our regular abbreviation. */
#define _(str) gettext (str)
-#ifdef HAVE_PUTC_UNLOCKED
+#if HAVE_DECL_PUTC_UNLOCKED
# undef putc
# define putc putc_unlocked
#endif