From 5b7bdd56ad54624de87b107eebe417b755bfc25c Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 15 Feb 2008 01:27:48 +0000 Subject: * {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 --- ChangeLog | 5 +++++ bcc32/Makefile.sub | 1 + win32/Makefile.sub | 1 + 3 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5c89a73347..0af61047a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 15 10:27:47 2008 Nobuyoshi Nakada + + * {win,bcc}32/Makefile.sub (config.h): added HAVE_FTRUNCATE. + [ruby-dev:33786] + Fri Feb 15 09:44:11 2008 Nobuyoshi Nakada * parse.y (reg_compile_gen): reg_fragment_setenc might not raise an diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 5b3939bf45..1510b9740d 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -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 diff --git a/win32/Makefile.sub b/win32/Makefile.sub index be31962b76..e2a38146d6 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -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 -- cgit v1.2.3