From 357d0ffc2902c4d2e601586e82f1f3aec949e7d8 Mon Sep 17 00:00:00 2001 From: siena Date: Wed, 21 Jan 2004 16:09:40 +0000 Subject: * configure.in: check availability of link(). [ruby-dev:22237] * file.c (rb_file_s_link): raise an exception when link() is unavailable. * missing/os2.c (link): removed. File#link isn't supported. * bcc32/Makefile.sub: define HAVE_LINK to enable link(). [ruby-dev:22241] * win32/Makefile.sub: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5532 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 2719cb0b3d..75f426c06c 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -270,6 +270,7 @@ config.h: #define HAVE_FSYNC 1 #define HAVE_CHSIZE 1 #define HAVE_TIMES 1 +#define HAVE_LINK 1 #define HAVE__SETJMP 1 #define HAVE_TELLDIR 1 #define HAVE_SEEKDIR 1 -- cgit v1.2.3