From 2f65bf379ae1da1a4aea94b14cd0b16acd22cac2 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 20 Feb 2006 17:20:55 +0000 Subject: * configure.in (mingw): have link. * win32/Makefile.sub (config.h): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) (limited to 'win32') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 50f0aa6c4..60b94acdf 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -273,6 +273,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub #define HAVE_CHSIZE 1 #define HAVE_TIMES 1 #define HAVE_FCNTL 1 +#define HAVE_LINK 1 #define HAVE__SETJMP 1 #define HAVE_TELLDIR 1 #define HAVE_SEEKDIR 1 -- cgit