From fe7108a822f0440c2d021298bffedc68aca729b5 Mon Sep 17 00:00:00 2001 From: eban Date: Fri, 22 Sep 2000 01:19:39 +0000 Subject: eban git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/config.h.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'win32') diff --git a/win32/config.h.in b/win32/config.h.in index 9a1c24cd15..a7e28120e6 100644 --- a/win32/config.h.in +++ b/win32/config.h.in @@ -35,6 +35,8 @@ #define HAVE_GETGROUPS 1 /* #define HAVE_SIGPROCMASK 1 */ #define HAVE_GETLOGIN 1 +#define HAVE_TELLDIR 1 +#define HAVE_SEEKDIR 1 #define RSHIFT(x,y) ((x)>>y) #define FILE_COUNT _cnt -- cgit v1.2.3