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 --- bcc32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) (limited to 'bcc32') diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 09f5a029f2..b735a80ace 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -246,6 +246,7 @@ config.h: \#define HAVE_TIMES 1 /* \#define HAVE_UTIMES 1 */ /* \#define HAVE_FCNTL 1 */ +\#define HAVE_LINK 1 /* \#define HAVE_SETITIMER 1 */ /* \#define HAVE_GETGROUPS 1 */ /* \#define HAVE_SIGPROCMASK 1 */ -- cgit v1.2.3