summaryrefslogtreecommitdiff
path: root/bcc32
diff options
context:
space:
mode:
authorsiena <siena@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-21 16:09:40 +0000
committersiena <siena@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-21 16:09:40 +0000
commit357d0ffc2902c4d2e601586e82f1f3aec949e7d8 (patch)
treeb412040552759e85d53b7542d077ca5786f5a053 /bcc32
parent6ccba894a5a394cb64523870b39eddb7a3c3646a (diff)
* 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
Diffstat (limited to 'bcc32')
-rw-r--r--bcc32/Makefile.sub1
1 files changed, 1 insertions, 0 deletions
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 */