aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python/src/Include/pyconfig.h
diff options
context:
space:
mode:
authorheretic <heretic@yandex-team.ru>2022-02-10 16:45:46 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:46 +0300
commit81eddc8c0b55990194e112b02d127b87d54164a9 (patch)
tree9142afc54d335ea52910662635b898e79e192e49 /contrib/tools/python/src/Include/pyconfig.h
parent397cbe258b9e064f49c4ca575279f02f39fef76e (diff)
downloadydb-81eddc8c0b55990194e112b02d127b87d54164a9.tar.gz
Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/tools/python/src/Include/pyconfig.h')
-rw-r--r--contrib/tools/python/src/Include/pyconfig.h98
1 files changed, 49 insertions, 49 deletions
diff --git a/contrib/tools/python/src/Include/pyconfig.h b/contrib/tools/python/src/Include/pyconfig.h
index 96b9132ede..3e7071be46 100644
--- a/contrib/tools/python/src/Include/pyconfig.h
+++ b/contrib/tools/python/src/Include/pyconfig.h
@@ -1,49 +1,49 @@
-#include <util/system/platform.h>
-#include <util/system/defaults.h>
-
-#ifndef VERSION
-#define VERSION Y_STRINGIZE(UNQUOTED_VERSION)
-#endif
-#define PYTHONPATH Y_STRINGIZE(UNQUOTED_PYTHONPATH)
-
-#if !defined(PLATFORM) && defined(UNQUOTED_PLATFORM)
-# define PLATFORM Y_STRINGIZE(UNQUOTED_PLATFORM)
-#endif
-
-#ifdef _win_
-# include "pyconfig.win32.h"
-#endif
-
-#ifdef _linux_
-# include "pyconfig.linux.h"
-#endif
-
-#ifdef _cygwin_
-# include "pyconfig.cygwin.h"
-#endif
-
-#ifdef _freebsd_
-# include "pyconfig.freebsd.h"
-#endif
-
-#ifdef _darwin_
-# ifdef _ios_
-# if defined(_arm64_)
-# include "pyconfig.ios.arm64.h"
-# elif defined(_arm32_)
-# include "pyconfig.ios.armv7.h"
-# elif defined(_x86_64_)
-# include "pyconfig.ios.x86_64.h"
-# elif defined(_i386_)
-# include "pyconfig.ios.i386.h"
-# else
-# error "Unsupported architecture for ios"
-# endif // defined(_arm64_) || defined(_arm32_) || defined(_x86_64_) || defined(_i386_)
-# else
-# if defined(_arm64_)
-# include "pyconfig.darwin.arm64.h"
-# else
-# include "pyconfig.darwin.h"
-# endif // _arm64_
-# endif // __IOS__
-#endif
+#include <util/system/platform.h>
+#include <util/system/defaults.h>
+
+#ifndef VERSION
+#define VERSION Y_STRINGIZE(UNQUOTED_VERSION)
+#endif
+#define PYTHONPATH Y_STRINGIZE(UNQUOTED_PYTHONPATH)
+
+#if !defined(PLATFORM) && defined(UNQUOTED_PLATFORM)
+# define PLATFORM Y_STRINGIZE(UNQUOTED_PLATFORM)
+#endif
+
+#ifdef _win_
+# include "pyconfig.win32.h"
+#endif
+
+#ifdef _linux_
+# include "pyconfig.linux.h"
+#endif
+
+#ifdef _cygwin_
+# include "pyconfig.cygwin.h"
+#endif
+
+#ifdef _freebsd_
+# include "pyconfig.freebsd.h"
+#endif
+
+#ifdef _darwin_
+# ifdef _ios_
+# if defined(_arm64_)
+# include "pyconfig.ios.arm64.h"
+# elif defined(_arm32_)
+# include "pyconfig.ios.armv7.h"
+# elif defined(_x86_64_)
+# include "pyconfig.ios.x86_64.h"
+# elif defined(_i386_)
+# include "pyconfig.ios.i386.h"
+# else
+# error "Unsupported architecture for ios"
+# endif // defined(_arm64_) || defined(_arm32_) || defined(_x86_64_) || defined(_i386_)
+# else
+# if defined(_arm64_)
+# include "pyconfig.darwin.arm64.h"
+# else
+# include "pyconfig.darwin.h"
+# endif // _arm64_
+# endif // __IOS__
+#endif