]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/python/include/ARCH-x86/pyconfig_arch.h
Inital import
[l4.git] / l4 / pkg / python / include / ARCH-x86 / pyconfig_arch.h
1 #pragma once
2
3 /* The size of `double', as computed by sizeof. */
4 #define SIZEOF_DOUBLE 8
5
6 /* The size of `float', as computed by sizeof. */
7 #define SIZEOF_FLOAT 4
8
9 /* The size of `fpos_t', as computed by sizeof. */
10 #define SIZEOF_FPOS_T 16
11
12 /* The size of `int', as computed by sizeof. */
13 #define SIZEOF_INT 4
14
15 /* The size of `long', as computed by sizeof. */
16 #define SIZEOF_LONG 4
17
18 /* The size of `long double', as computed by sizeof. */
19 #define SIZEOF_LONG_DOUBLE 12
20
21 /* The size of `long long', as computed by sizeof. */
22 #define SIZEOF_LONG_LONG 8
23
24 /* The number of bytes in an off_t. */
25 #define SIZEOF_OFF_T SIZEOF_LONG
26
27 /* The size of `pid_t', as computed by sizeof. */
28 #define SIZEOF_PID_T SIZEOF_INT
29
30 /* The number of bytes in a pthread_t. */
31 #define SIZEOF_PTHREAD_T 4
32
33 /* The size of `short', as computed by sizeof. */
34 #define SIZEOF_SHORT 2
35
36 /* The size of `size_t', as computed by sizeof. */
37 #define SIZEOF_SIZE_T 4
38
39 /* The number of bytes in a time_t. */
40 #define SIZEOF_TIME_T SIZEOF_LONG
41
42 /* The size of `uintptr_t', as computed by sizeof. */
43 #define SIZEOF_UINTPTR_T 4
44
45 /* The size of `void *', as computed by sizeof. */
46 #define SIZEOF_VOID_P 4
47
48 /* The size of `wchar_t', as computed by sizeof. */
49 #define SIZEOF_WCHAR_T 4
50
51 /* The size of `_Bool', as computed by sizeof. */
52 #define SIZEOF__BOOL 1