4c2bdc
/* This file is here to prevent a file conflict on multiarch systems. */
4c2bdc
#ifdef ffi_wrapper_h
4c2bdc
#error "Do not define ffi_wrapper_h!"
4c2bdc
#endif
4c2bdc
#define ffi_wrapper_h
4c2bdc
4c2bdc
#if defined(__i386__)
4c2bdc
#include "ffi-i386.h"
4c2bdc
#elif defined(__powerpc64__)
4c2bdc
#include "ffi-ppc64.h"
4c2bdc
#elif defined(__powerpc__)
4c2bdc
#include "ffi-ppc.h"
4c2bdc
#elif defined(__s390x__)
4c2bdc
#include "ffi-s390x.h"
4c2bdc
#elif defined(__s390__)
4c2bdc
#include "ffi-s390.h"
4c2bdc
#elif defined(__x86_64__)
4c2bdc
#include "ffi-x86_64.h"
4c2bdc
#else
4c2bdc
#error "The libffi-devel package is not usable with the architecture."
4c2bdc
#endif
4c2bdc
4c2bdc
#undef ffi_wrapper_h