* version.c (RUBY_LIB, RUBY_*_LIB): moved from configures.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2010-01-25 08:36:14 +00:00
parent 695c32a028
commit ccf67667b8
8 changed files with 36 additions and 30 deletions

View file

@ -21,7 +21,7 @@ extern "C" {
#endif
#endif
#ifndef RUBY_LIB
#ifndef RUBY_LIB_PREFIX
#include "ruby/config.h"
#ifdef RUBY_EXTCONF_H
#include RUBY_EXTCONF_H

View file

@ -12,7 +12,7 @@ extern "C" {
#endif
#endif
#ifndef RUBY_LIB
#ifndef RUBY_LIB_PREFIX
#include "ruby/config.h"
#include "ruby/defines.h"
#ifdef RUBY_EXTCONF_H