summaryrefslogtreecommitdiff
path: root/libgmp/gmp.h
blob: da84168b0ce7489eb6410081d74b921622054a90 (plain)
    1 /* gmp.h stub */
    2 
    3 #ifndef __STUB__GMP_H__
    4 #define __STUB__GMP_H__
    5 
    6 #if defined(__x86_64__) || \
    7     defined(__sparc64__) || \
    8     defined(__arch64__) || \
    9     defined(__powerpc64__) || \
   10     defined(__s390x__)
   11 #include "gmp-64.h"
   12 #else
   13 #include "gmp-32.h"
   14 #endif
   15 
   16 #endif

Generated by cgit