]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Guess some values for generated config.h.*.
authorBruno Haible <bruno@clisp.org>
Sat, 23 Aug 2003 16:36:03 +0000 (16:36 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:52 +0000 (12:10 +0200)
gettext-runtime/ChangeLog
gettext-runtime/Makefile.am

index 213c312ed6448c04ceee038a0f5031d5ec153fe1..1d7501630416001f1d0eac52adeff56a1b094568 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-23  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (config.h_vms): Define HAVE_READLINK and HAVE_WCSLEN.
+       (config.h.msvc): Define HAVE_WCSLEN and ssize_t.
+
 2003-08-23  Bruno Haible  <bruno@clisp.org>
 
        * configure.ac: Invoke gl_USE_SYSTEM_EXTENSIONS.
index 99ed8ae967af3a31327d98d9978c359617405497..faf7de1c891388e87ae353c28b0fe52e744a4b20 100644 (file)
@@ -80,6 +80,7 @@ config.h_vms: config.h.in ../version.sh
             -e 's/#undef HAVE_POSIX_PRINTF$$/#define HAVE_POSIX_PRINTF 1/' \
             -e 's/#undef HAVE_PTRDIFF_T$$/#define HAVE_PTRDIFF_T 1/' \
             -e 's/#undef HAVE_PUTENV$$/#define HAVE_PUTENV 1/' \
+            -e 's/#undef HAVE_READLINK$$/#define HAVE_READLINK 1/' \
             -e 's/#undef HAVE_SETENV$$/#define HAVE_SETENV 1/' \
             -e 's/#undef HAVE_SETLOCALE$$/#define HAVE_SETLOCALE 1/' \
             -e 's/#undef HAVE_STDBOOL_H$$/#define HAVE_STDBOOL_H 1/' \
@@ -99,6 +100,7 @@ config.h_vms: config.h.in ../version.sh
             -e 's/#undef HAVE_UNSIGNED_LONG_LONG$$/#define HAVE_UNSIGNED_LONG_LONG 1/' \
             -e 's/#undef HAVE_VPRINTF$$/#define HAVE_VPRINTF 1/' \
             -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 HAVE_WPRINTF$$/#define HAVE_WPRINTF 1/' \
             -e 's/#undef ICONV_CONST$$/#define ICONV_CONST/' \
@@ -152,12 +154,14 @@ config.h.msvc: config.h.in ../version.sh
            -e 's/#undef HAVE_SYS_TYPES_H$$/#define HAVE_SYS_TYPES_H 1/' \
            -e 's/#undef HAVE_VPRINTF$$/#define HAVE_VPRINTF 1/' \
            -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 HAVE_WPRINTF$$/#define HAVE_WPRINTF 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/' \
            -e 's/#undef inline$$/#define 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"/' \
            -e 's/#undef VERSION$$/#define VERSION "$(VERSION)"/' \