From: Bruno Haible Date: Mon, 31 Mar 2003 20:24:25 +0000 (+0000) Subject: Symbolic references to the real and . X-Git-Tag: v0.12~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d41822386cbd5e0aadef581229896e58f2f1e459;p=thirdparty%2Fgettext.git Symbolic references to the real and . --- diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 6b148f8c2..77c9e5f07 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -11,8 +11,10 @@ * windows/gettextlib.rc: New file. * windows/gettextsrc.def: New file. * windows/gettextsrc.rc: New file. + * windows/alloca.h: New file. + * windows/fnmatch.h: New file. * Makefile.am (EXTRA_DIST): Add them and config.h.msvc, - windows/alloca.h, windows/fnmatch.h, windows/stdbool.h. + windows/stdbool.h. (config.h.msvc, intl/libgnuintl.h.msvc-shared, windows/stdbool.h): New rules. * configure.ac: Invoke AC_TYPE_MODE_T. diff --git a/gettext-tools/windows/alloca.h b/gettext-tools/windows/alloca.h new file mode 100644 index 000000000..63b1c4052 --- /dev/null +++ b/gettext-tools/windows/alloca.h @@ -0,0 +1,2 @@ +/* The system doesn't have . Use our alloca.h emulation. */ +#include "alloca_.h" diff --git a/gettext-tools/windows/fnmatch.h b/gettext-tools/windows/fnmatch.h new file mode 100644 index 000000000..6a888e5df --- /dev/null +++ b/gettext-tools/windows/fnmatch.h @@ -0,0 +1,2 @@ +/* The system doesn't have . Use our fnmatch.h emulation. */ +#include "pfnmatch.h"