mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ec1a89eeb7
commit
fe7108a822
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue