aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/st.h
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-27 09:33:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-27 09:33:55 +0000
commit58f1d31a1ddd071f092600d155601592f3930163 (patch)
treef46a94cc1155f22d323d87aded8edda6d6d53890 /include/ruby/st.h
parent592d885caa63c13cfec14cfc9b48ddc3bc55bb57 (diff)
downloadruby-58f1d31a1ddd071f092600d155601592f3930163.tar.gz
* defines.h, intern.h, missing.h, ruby.h, st.h, util.h: include
config.h and defines.h for autoconf macros. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby/st.h')
-rw-r--r--include/ruby/st.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/ruby/st.h b/include/ruby/st.h
index 53e82618f1..5627124e39 100644
--- a/include/ruby/st.h
+++ b/include/ruby/st.h
@@ -12,13 +12,7 @@ extern "C" {
#endif
#endif
-#ifndef RUBY_LIB_PREFIX
-#include "ruby/config.h"
#include "ruby/defines.h"
-#ifdef RUBY_EXTCONF_H
-#include RUBY_EXTCONF_H
-#endif
-#endif
#if defined STDC_HEADERS
#include <stddef.h>