summaryrefslogtreecommitdiff
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-24 21:34:45 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-08-24 21:34:45 +0000
commit2e5c105ff23f2f3304060a6493f29d92a7b692f3 (patch)
treee8c2ce5c55aee7ffde3c876d320262b46db4c8bb /win32/Makefile.sub
parent457ca4dc29d9047e7547a02acb73845edce606a3 (diff)
win32.c: symlink
* win32/win32.c (w32_symlink): implement symlink(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 741c0cff4d..ab7e6fe046 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -719,6 +719,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
#define HAVE_FCNTL 1
#define HAVE_LINK 1
#define HAVE_READLINK 1
+#define HAVE_SYMLINK 1
#define HAVE__SETJMP 1
#define HAVE_TELLDIR 1
#define HAVE_SEEKDIR 1