]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Symbolic references to the real <alloca.h> and <fnmatch.h>.
authorBruno Haible <bruno@clisp.org>
Mon, 31 Mar 2003 20:24:25 +0000 (20:24 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:10:19 +0000 (12:10 +0200)
gettext-tools/ChangeLog
gettext-tools/windows/alloca.h [new file with mode: 0644]
gettext-tools/windows/fnmatch.h [new file with mode: 0644]

index 6b148f8c28866bb74d676c0c3644cc9131401f5d..77c9e5f071374605e4fb74d2cdb6b79a939fee39 100644 (file)
        * 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 (file)
index 0000000..63b1c40
--- /dev/null
@@ -0,0 +1,2 @@
+/* The system doesn't have <alloca.h>.  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 (file)
index 0000000..6a888e5
--- /dev/null
@@ -0,0 +1,2 @@
+/* The system doesn't have <fnmatch.h>.  Use our fnmatch.h emulation.  */
+#include "pfnmatch.h"