aboutsummaryrefslogtreecommitdiffstats
path: root/README.EXT
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-02 07:40:13 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-02 07:40:13 +0000
commit5b35cbf5d380eff0db01592be9b77e88e8897713 (patch)
tree4194105c953b6c20f1d6ba8aca24f3e1ee50cda1 /README.EXT
parenta8c4a7e44c10ab7049487907df6910d6cb61be10 (diff)
downloadruby-5b35cbf5d380eff0db01592be9b77e88e8897713.tar.gz
* README.EXT, README.EXT.ja (Macros): added HAVE_RUBY_*_H.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README.EXT')
-rw-r--r--README.EXT5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.EXT b/README.EXT
index e5760c184a..3bdb9d280b 100644
--- a/README.EXT
+++ b/README.EXT
@@ -1282,6 +1282,11 @@ Means that type rb_io_t is provided.
Means that Symbols will be returned as method names, e.g.,
Module#methods, #singleton_methods and so on.
+ HAVE_RUBY_*_H
+
+Defined in ruby.h and means correspoinding header is available. For
+instance, when HAVE_RUBY_ST_H is defined you should use ruby/st.h not
+mere st.h.
Appendix C. Functions Available in extconf.rb