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