summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-29 07:18:39 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-29 07:18:39 +0000
commit187c6da9b0c3e820c9d16fd2607b8a39ee6b87ee (patch)
treebe48072a9f1610733280b443ba43496c835b1a31 /win32
parent8a2de5218a503198e4ba58d3547ca1ab0adf206c (diff)
merges r21136 from trunk into ruby_1_9_1.
* win32/Makefile.sub (config.h): do not use snprintf/vsnprintf in msvcrt. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-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