summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-09-22 01:19:39 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-09-22 01:19:39 +0000
commitf60569659e36f07c86ca17e4ff615d23ddc670fd (patch)
treecadb4acb12f8ed9058ee0b2a15ac1eaf71fbbee8
parent3e7de9238bd816ccd96b5ec28f3ff3667b2c6f88 (diff)
downloadruby-f60569659e36f07c86ca17e4ff615d23ddc670fd.tar.gz
ruby-f60569659e36f07c86ca17e4ff615d23ddc670fd.tar.xz
ruby-f60569659e36f07c86ca17e4ff615d23ddc670fd.zip
eban
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--win32/config.h.in2
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cbdcb852e..1ccd2d7b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Sep 22 10:16:21 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
+
+ * win32/config.h.in: add HAVE_TELLDIR, HAVE_SEEKDIR
+
Thu Sep 21 19:04:34 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
* ext/extmk.rb, lib/mkmf.rb (install_rb): check whether libdir is
diff --git a/win32/config.h.in b/win32/config.h.in
index 9a1c24cd1..a7e28120e 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