Blame profiles/toolchain/64-default.h

163f76
#ifndef PY_TOOLCHAIN_64_DEFAULT_H
163f76
#define PY_TOOLCHAIN_64_DEFAULT_H
163f76
163f76
#define SIZEOF_DOUBLE                   8
163f76
#define SIZEOF_FLOAT                    4
163f76
#define SIZEOF_FPOS_T                   16
163f76
#define SIZEOF_INT                      4
163f76
#define SIZEOF_LONG                     8
163f76
#define SIZEOF_LONG_DOUBLE              16
163f76
#define SIZEOF_LONG_LONG                8
163f76
#define SIZEOF_OFF_T                    8
163f76
#define SIZEOF_PID_T                    4
163f76
#define SIZEOF_PTHREAD_T                8
163f76
#define SIZEOF_SHORT                    2
163f76
#define SIZEOF_SIZE_T                   8
163f76
#define SIZEOF_TIME_T                   8
163f76
#define SIZEOF_UINTPTR_T                8
163f76
#define SIZEOF_VOID_P                   8
163f76
#define SIZEOF_WCHAR_T                  4
163f76
#define SIZEOF__BOOL                    1
163f76
998eeb
#define HAVE_GCC_ASM_FOR_X87            1
998eeb
#define HAVE_GCC_ASM_FOR_X64            1
998eeb
6dc580
#define CONFIG_64                       1
6dc580
#define ASM                             1
6dc580
163f76
#endif