summaryrefslogtreecommitdiff
path: root/gettext-tools/Makefile.am
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-11-28 20:44:01 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:11:22 +0200
commit2cdec46361b69309c77a872e4684a2271cfc4317 (patch)
tree8febde95e93b2186d4839c6ccb7b75a6312d6ff5 /gettext-tools/Makefile.am
parent7c8eba11c3884d5012c5b0995518c88b6db773f9 (diff)
downloadgettext-2cdec46361b69309c77a872e4684a2271cfc4317.tar.gz
Updates for the MSVC port.
Diffstat (limited to 'gettext-tools/Makefile.am')
-rw-r--r--gettext-tools/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am
index eb504d1a6..df2d0c8ac 100644
--- a/gettext-tools/Makefile.am
+++ b/gettext-tools/Makefile.am
@@ -204,11 +204,12 @@ config.h.msvc: config.h.in ../version.sh
-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/' \