Fix FTBFS on x86 systems

pull/1/head
Timothy Pearson 12 years ago
parent 10fc891a7e
commit a901a1232a

@ -1,5 +1,7 @@
#include <ruby.h>
#define HAVE_STRLCAT_PROTO 1
#define HAVE_STRLCPY_PROTO 1
#include "config.h"
#ifndef HAVE_RUBY_1_9

@ -40,6 +40,8 @@
#include <smokeruby.h>
#include <smoke.h>
#define HAVE_STRLCAT_PROTO 1
#define HAVE_STRLCPY_PROTO 1
#include "config.h"
#ifndef HAVE_RUBY_1_9

@ -52,6 +52,8 @@
#include <dom/dom_string.h>
#include <dom/html_element.h>
#define HAVE_STRLCAT_PROTO 1
#define HAVE_STRLCPY_PROTO 1
#include "config.h"
#ifndef HAVE_RUBY_1_9

@ -1,5 +1,7 @@
#include <ruby.h>
#define HAVE_STRLCAT_PROTO 1
#define HAVE_STRLCPY_PROTO 1
#include "config.h"
#ifndef HAVE_RUBY_1_9

@ -60,6 +60,8 @@
#include "smokeruby.h"
#include "smoke.h"
#define HAVE_STRLCAT_PROTO 1
#define HAVE_STRLCPY_PROTO 1
#include "config.h"
#ifndef HAVE_RUBY_1_9

@ -47,6 +47,8 @@
#define HINT_BYTES HINT_BYTE
#endif
#define HAVE_STRLCAT_PROTO 1
#define HAVE_STRLCPY_PROTO 1
#include "config.h"
#ifndef HAVE_RUBY_1_9

Loading…
Cancel
Save