]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Tweak last patch for NetBSD.
authorBruno Haible <bruno@clisp.org>
Fri, 29 Aug 2003 20:24:35 +0000 (20:24 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:56 +0000 (12:10 +0200)
gettext-runtime/ChangeLog
gettext-runtime/Makefile.am

index 289885a03226a1d0f9f9bd60e8fabae8d0a38673..46e0ca023de10383b537c47744f916bbbabf0893 100644 (file)
@@ -1,6 +1,7 @@
-2003-08-24  Bruno Haible  <bruno@clisp.org>
+2003-08-29  Bruno Haible  <bruno@clisp.org>
 
-       * Makefile.am (config.h.msvc): Define HAVE__SNPRINTF, HAVE__SNWPRINTF.
+       * Makefile.am (config.h.msvc): Define HAVE_DECL__SNPRINTF,
+       HAVE_DECL__SNWPRINTF.
 
 2003-08-24  Bruno Haible  <bruno@clisp.org>
 
index 41a56f5ae4ab2975ba587a611e859f546fbc0822..b5177dc6d888ace00dacd69c66d6de2a37a5f750 100644 (file)
@@ -132,6 +132,8 @@ config.h.msvc: config.h.in ../version.sh
            -e 's/#undef ENABLE_RELOCATABLE$$/#define ENABLE_RELOCATABLE 1/' \
            -e 's/#undef HAVE_ALLOCA$$/#define HAVE_ALLOCA 1/' \
            -e 's/#undef HAVE_DECL_STRERROR$$/#define HAVE_DECL_STRERROR 1/' \
+           -e 's/#undef HAVE_DECL__SNPRINTF$$/#define HAVE_DECL__SNPRINTF 1/' \
+           -e 's/#undef HAVE_DECL__SNWPRINTF$$/#define HAVE_DECL__SNWPRINTF 1/' \
            -e 's/#undef HAVE_ENVIRON_DECL$$/#define HAVE_ENVIRON_DECL 1/' \
            -e 's/#undef HAVE_ERRNO_DECL$$/#define HAVE_ERRNO_DECL 1/' \
            -e 's/#undef HAVE_GETCWD$$/#define HAVE_GETCWD 1/' \
@@ -157,8 +159,6 @@ config.h.msvc: config.h.in ../version.sh
            -e 's/#undef HAVE_WCSLEN$$/#define HAVE_WCSLEN 1/' \
            -e 's/#undef HAVE_WINT_T$$/#define HAVE_WINT_T 1/' \
            -e 's/#undef HAVE_WPRINTF$$/#define HAVE_WPRINTF 1/' \
-           -e 's/#undef HAVE__SNPRINTF$$/#define HAVE__SNPRINTF 1/' \
-           -e 's/#undef HAVE__SNWPRINTF$$/#define HAVE__SNWPRINTF 1/' \
            -e 's/#undef ICONV_CONST$$/#define ICONV_CONST const/' \
            -e 's/#undef STACK_DIRECTION$$/#define STACK_DIRECTION -1/' \
            -e 's/#undef STDC_HEADERS$$/#define STDC_HEADERS 1/' \