summaryrefslogtreecommitdiff
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
commit7343b492a20fccc753e77845a1c18bede5b070f8 (patch)
treec8e0689982671957d8cd976c903d3f211d4ca04b /template/ruby-runner.h.in
parent1a88b871d1aae707bcc0760658c9f086f5f24eee (diff)
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@'