/NPY_SIZEOF_LONG/c #ifdef __LP64__ #define NPY_SIZEOF_LONG 8 #else /* !__LP64__ */ #define NPY_SIZEOF_LONG 4 #endif /* __LP64__ */ . /NPY_SIZEOF_PY_INTPTR_T/c #ifdef __LP64__ #define NPY_SIZEOF_PY_INTPTR_T 8 #else /* !__LP64__ */ #define NPY_SIZEOF_PY_INTPTR_T 4 #endif /* __LP64__ */ . w