From: Bruno Haible Date: Fri, 29 Aug 2003 20:24:35 +0000 (+0000) Subject: Tweak last patch for NetBSD. X-Git-Tag: v0.13~287 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0a6875c7e089a0417ebcec15300c3188a4f6bd4;p=thirdparty%2Fgettext.git Tweak last patch for NetBSD. --- diff --git a/gettext-runtime/ChangeLog b/gettext-runtime/ChangeLog index 289885a03..46e0ca023 100644 --- a/gettext-runtime/ChangeLog +++ b/gettext-runtime/ChangeLog @@ -1,6 +1,7 @@ -2003-08-24 Bruno Haible +2003-08-29 Bruno Haible - * 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 diff --git a/gettext-runtime/Makefile.am b/gettext-runtime/Makefile.am index 41a56f5ae..b5177dc6d 100644 --- a/gettext-runtime/Makefile.am +++ b/gettext-runtime/Makefile.am @@ -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/' \