From c57932f782ba03b3aab667a877c5b6143b214d26 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 23 Mar 2015 08:36:04 +0000 Subject: win32.c: readlink * win32/win32.c (wreadlink, rb_w32_ureadlink): implement readlink(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 1 + 1 file changed, 1 insertion(+) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 259193e0b2..5b4ebade95 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -712,6 +712,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub #define HAVE_TIMES 1 #define HAVE_FCNTL 1 #define HAVE_LINK 1 +#define HAVE_READLINK 1 #define HAVE__SETJMP 1 #define HAVE_TELLDIR 1 #define HAVE_SEEKDIR 1 -- cgit v1.2.3