diff options
author | orivej <orivej@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:49 +0300 |
commit | 718c552901d703c502ccbefdfc3c9028d608b947 (patch) | |
tree | 46534a98bbefcd7b1f3faa5b52c138ab27db75b7 /contrib/tools/python/src/Include/pyconfig.linux.h | |
parent | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (diff) | |
download | ydb-718c552901d703c502ccbefdfc3c9028d608b947.tar.gz |
Restoring authorship annotation for <orivej@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/python/src/Include/pyconfig.linux.h')
-rw-r--r-- | contrib/tools/python/src/Include/pyconfig.linux.h | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/contrib/tools/python/src/Include/pyconfig.linux.h b/contrib/tools/python/src/Include/pyconfig.linux.h index 9c5d2035f4..48b25406e2 100644 --- a/contrib/tools/python/src/Include/pyconfig.linux.h +++ b/contrib/tools/python/src/Include/pyconfig.linux.h @@ -55,8 +55,8 @@ #define HAVE_FTRUNCATE 1 #define HAVE_GAI_STRERROR 1 #define HAVE_GAMMA 1 -#if defined(__x86_64__) || defined(__i386__) -# define HAVE_GCC_ASM_FOR_X87 1 +#if defined(__x86_64__) || defined(__i386__) +# define HAVE_GCC_ASM_FOR_X87 1 #endif #define HAVE_GETADDRINFO 1 #define HAVE_GETCWD 1 @@ -231,37 +231,37 @@ #define SHLIB_EXT ".so" #if defined(_64_) -# define SIZEOF_FPOS_T 16 -# define SIZEOF_LONG 8 -# define SIZEOF_PTHREAD_T 8 -# if !defined(SIZEOF_SIZE_T) -# define SIZEOF_SIZE_T 8 -# endif -# define SIZEOF_TIME_T 8 -# define SIZEOF_UINTPTR_T 8 -# define SIZEOF_VOID_P 8 +# define SIZEOF_FPOS_T 16 +# define SIZEOF_LONG 8 +# define SIZEOF_PTHREAD_T 8 +# if !defined(SIZEOF_SIZE_T) +# define SIZEOF_SIZE_T 8 +# endif +# define SIZEOF_TIME_T 8 +# define SIZEOF_UINTPTR_T 8 +# define SIZEOF_VOID_P 8 #else -# if defined(_arm32_) -# define SIZEOF_FPOS_T 16 -# else -# define SIZEOF_FPOS_T 8 -# endif -# define SIZEOF_LONG 4 -# define SIZEOF_PTHREAD_T 4 -# if !defined(SIZEOF_SIZE_T) -# define SIZEOF_SIZE_T 4 -# endif -# define SIZEOF_TIME_T 4 -# define SIZEOF_UINTPTR_T 4 -# define SIZEOF_VOID_P 4 +# if defined(_arm32_) +# define SIZEOF_FPOS_T 16 +# else +# define SIZEOF_FPOS_T 8 +# endif +# define SIZEOF_LONG 4 +# define SIZEOF_PTHREAD_T 4 +# if !defined(SIZEOF_SIZE_T) +# define SIZEOF_SIZE_T 4 +# endif +# define SIZEOF_TIME_T 4 +# define SIZEOF_UINTPTR_T 4 +# define SIZEOF_VOID_P 4 #endif #define SIZEOF_DOUBLE 8 -#if defined(_arm32_) -# define SIZEOF_LONG_DOUBLE 8 -#else -# define SIZEOF_LONG_DOUBLE 16 -#endif +#if defined(_arm32_) +# define SIZEOF_LONG_DOUBLE 8 +#else +# define SIZEOF_LONG_DOUBLE 16 +#endif #define SIZEOF_FLOAT 4 #define SIZEOF_INT 4 #define SIZEOF_LONG_LONG 8 @@ -277,14 +277,14 @@ #define TIME_WITH_SYS_TIME 1 #ifndef _ALL_SOURCE -# define _ALL_SOURCE 1 +# define _ALL_SOURCE 1 #endif #if defined(_64_) -# if defined(__aarch64__) || defined(__powerpc__) -# else -# define VA_LIST_IS_ARRAY 1 -# endif +# if defined(__aarch64__) || defined(__powerpc__) +# else +# define VA_LIST_IS_ARRAY 1 +# endif #endif #define WITH_DOC_STRINGS 1 #define WITH_PYMALLOC 1 @@ -294,12 +294,12 @@ #define _GNU_SOURCE 1 #define _LARGEFILE_SOURCE 1 #if !defined(_POSIX_C_SOURCE) -# define _POSIX_C_SOURCE 200112L +# define _POSIX_C_SOURCE 200112L #endif #define __BSD_VISIBLE 1 #ifndef HAVE_VALGRIND -# undef WITH_VALGRIND +# undef WITH_VALGRIND #endif #endif /*Py_PYCONFIG_H*/ |