mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* {win,bcc}32/Makefile.sub (config.h): added HAVE_FTRUNCATE.
[ruby-dev:33786] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
04e7cc6411
commit
5b7bdd56ad
3 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Feb 15 10:27:47 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* {win,bcc}32/Makefile.sub (config.h): added HAVE_FTRUNCATE.
|
||||
[ruby-dev:33786]
|
||||
|
||||
Fri Feb 15 09:44:11 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* parse.y (reg_compile_gen): reg_fragment_setenc might not raise an
|
||||
|
|
|
@ -309,6 +309,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/bcc32/Makefile.sub
|
|||
\#define HAVE_FSYNC 1
|
||||
\#define HAVE_GETCWD 1
|
||||
\#define HAVE_TRUNCATE 1
|
||||
\#define HAVE_FTRUNCATE 1
|
||||
\#define HAVE_FSEEKO 1
|
||||
\#define HAVE_FTELLO 1
|
||||
\#define HAVE_TIMES 1
|
||||
|
|
|
@ -398,6 +398,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
|
|||
#define HAVE_FSYNC 1
|
||||
#define HAVE_GETCWD 1
|
||||
#define HAVE_TRUNCATE 1
|
||||
#define HAVE_FTRUNCATE 1
|
||||
#define HAVE_FSEEKO 1
|
||||
#define HAVE_FTELLO 1
|
||||
#define HAVE_TIMES 1
|
||||
|
|
Loading…
Add table
Reference in a new issue