diff options
author | tamara <tamara@jozsi.(none)> | 2009-08-29 11:31:32 +0200 |
---|---|---|
committer | tamara <tamara@jozsi.(none)> | 2009-08-29 11:31:32 +0200 |
commit | 1d650934e477be32db9a3c64de077deed0416689 (patch) | |
tree | 9396a82dfd2fc075af92222c60dd553398c681c1 /src | |
parent | 3666a49022f84b3d1888f630a78f3f8f28aadde1 (diff) |
Ruby bidning added
Diffstat (limited to 'src')
-rw-r--r-- | src/platform.hpp.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/platform.hpp.in b/src/platform.hpp.in index 97be183..9968758 100644 --- a/src/platform.hpp.in +++ b/src/platform.hpp.in @@ -61,6 +61,9 @@ /* Define to 1 if you have the `perror' function. */ #undef HAVE_PERROR +/* Define to 1 if you have the <ruby.h> header file. */ +#undef HAVE_RUBY_H + /* Define to 1 if you have the `socket' function. */ #undef HAVE_SOCKET |