+2003-11-28 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (config.h.msvc): Define SIZE_MAX and inline.
+
2003-11-16 Bruno Haible <bruno@clisp.org>
* configure.ac (man/Makefile): Postprocess with FIX_MAKEFILE_DISTRIB.
-e 's/#undef HAVE_WINT_T$$/#define HAVE_WINT_T 1/' \
-e 's/#undef HAVE_WPRINTF$$/#define HAVE_WPRINTF 1/' \
-e 's/#undef ICONV_CONST$$/#define ICONV_CONST const/' \
+ -e 's/#undef SIZE_MAX$$/#define SIZE_MAX 2147483647U/' \
-e 's/#undef STACK_DIRECTION$$/#define STACK_DIRECTION -1/' \
-e 's/#undef STDC_HEADERS$$/#define STDC_HEADERS 1/' \
- -e 's/#undef inline$$/#define inline/' \
+ -e 's/#undef inline$$/#define inline __inline/' \
-e 's/#undef ssize_t$$/#define ssize_t int/' \
-e 's/#undef uintmax_t$$/#define uintmax_t unsigned long/' \
-e 's/#undef PACKAGE$$/#define PACKAGE "gettext-runtime"/' \
+2003-11-28 Bruno Haible <bruno@clisp.org>
+
+ * configure.ac: Invoke AC_C_INLINE.
+ * Makefile.am (config.h.msvc): Define SIZE_MAX and inline.
+
2003-11-23 Paul Eggert <eggert@twinsun.com>
Bruno Haible <bruno@clisp.org>
-e 's/#undef HAVE_WCHAR_T$$/#define HAVE_WCHAR_T 1/' \
-e 's/#undef HAVE_WCSLEN$$/#define HAVE_WCSLEN 1/' \
-e 's/#undef HAVE_WINT_T$$/#define HAVE_WINT_T 1/' \
+ -e 's/#undef SIZE_MAX$$/#define SIZE_MAX 2147483647U/' \
+ -e 's/#undef inline$$/#define inline __inline/' \
< $(srcdir)/config.h.in > $@
autosprintf.h.msvc-shared: autosprintf.h.in windows/dllexport.h
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST
+AC_C_INLINE
bh_C_SIGNED
AC_TYPE_SIZE_T
jm_AC_TYPE_LONG_LONG
+2003-11-28 Bruno Haible <bruno@clisp.org>
+
+ * Makefile.am (config.h.msvc): Define SIZE_MAX and inline.
+
2003-11-28 Bruno Haible <bruno@clisp.org>
* windows/gettextlib.def: Add at_fatal_signal, block_fatal_signals,
-e 's/#undef HAVE_WPRINTF$$/#define HAVE_WPRINTF 1/' \
-e 's/#undef ICONV_CONST$$/#define ICONV_CONST const/' \
-e 's/#undef SETLOCALE_CONST$$/#define SETLOCALE_CONST const/' \
+ -e 's/#undef SIZE_MAX$$/#define SIZE_MAX 2147483647U/' \
-e 's/#undef STACK_DIRECTION$$/#define STACK_DIRECTION -1/' \
-e 's/#undef STDC_HEADERS$$/#define STDC_HEADERS 1/' \
-e 's/#undef fnmatch$$/#define fnmatch rpl_fnmatch/' \
-e 's/#undef getline$$/#define getline rpl_getline/' \
- -e 's/#undef inline$$/#define inline/' \
+ -e 's/#undef inline$$/#define inline __inline/' \
-e 's/#undef mode_t$$/#define mode_t int/' \
-e 's/#undef pid_t$$/#define pid_t int/' \
-e 's/#undef ssize_t$$/#define ssize_t int/' \