aboutsummaryrefslogtreecommitdiffstats
path: root/template/ruby-runner.h.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-14 01:30:12 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-14 01:30:12 +0000
commit9319d3110475a18700dea917f188927cff73c1a1 (patch)
treec8e0689982671957d8cd976c903d3f211d4ca04b /template/ruby-runner.h.in
parent51ec61ae67debbd4e369fce024bfa53405b8126d (diff)
downloadruby-9319d3110475a18700dea917f188927cff73c1a1.tar.gz
ruby-runner.h
* template/ruby-runner.h.in: separate configured part from ruby-runner.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'template/ruby-runner.h.in')
-rw-r--r--template/ruby-runner.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/ruby-runner.h.in b/template/ruby-runner.h.in
new file mode 100644
index 0000000000..b0647fd0e1
--- /dev/null
+++ b/template/ruby-runner.h.in
@@ -0,0 +1,3 @@
+#define BUILDDIR "@abs_top_builddir@"
+#define LIBPATHENV "@LIBPATHENV@"
+#define PATH_SEP '@PATH_SEPARATOR@'