summaryrefslogtreecommitdiffstats
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-28 10:11:07 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-28 10:11:07 +0000
commitc034ae5ac2cdbcac116621716d377f582d2081d6 (patch)
tree50cb48821a93745b65c0b747ba2a08be91d8f8c3 /win32/Makefile.sub
parent84d28f454eaa88b84802e86d0ac1ab25c6d95f1e (diff)
downloadruby-c034ae5ac2cdbcac116621716d377f582d2081d6.tar.gz
ruby-c034ae5ac2cdbcac116621716d377f582d2081d6.tar.xz
ruby-c034ae5ac2cdbcac116621716d377f582d2081d6.zip
* win32/Makefile.sub (config.h): do not use snprintf/vsnprintf in
msvcrt. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub4
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 96dbfebc8..a567c7799 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -422,10 +422,6 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub
#define HAVE_STRTOL 1
#define HAVE_STRTOUL 1
#define HAVE_FLOCK 1
-#define HAVE_SNPRINTF 1
-!if $(MSC_VER) >= 1300
-#define HAVE_VSNPRINTF 1
-!endif
#define HAVE_ISNAN 1
#define HAVE_FINITE 1
#define HAVE_HYPOT 1