diff options
author | heretic <heretic@yandex-team.ru> | 2022-02-10 16:45:43 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:43 +0300 |
commit | 397cbe258b9e064f49c4ca575279f02f39fef76e (patch) | |
tree | a0b0eb3cca6a14e4e8ea715393637672fa651284 /contrib/tools/python/src/Include/pyconfig.cygwin.h | |
parent | 43f5a35593ebc9f6bcea619bb170394ea7ae468e (diff) | |
download | ydb-397cbe258b9e064f49c4ca575279f02f39fef76e.tar.gz |
Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/tools/python/src/Include/pyconfig.cygwin.h')
-rw-r--r-- | contrib/tools/python/src/Include/pyconfig.cygwin.h | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/contrib/tools/python/src/Include/pyconfig.cygwin.h b/contrib/tools/python/src/Include/pyconfig.cygwin.h index 0b0e440360..2d05dbe576 100644 --- a/contrib/tools/python/src/Include/pyconfig.cygwin.h +++ b/contrib/tools/python/src/Include/pyconfig.cygwin.h @@ -1,27 +1,27 @@ -#pragma once - -#include "pyconfig.linux.h" - -#undef HAVE_LINUX_NETLINK_H -#undef HAVE_LINUX_TIPC_H -#undef HAVE_NETPACKET_PACKET_H -#undef HAVE_SYS_EPOLL_H -#undef HAVE_EPOLL -#undef HAVE_LIBINTL_H -#undef HAVE_GETRESGID -#undef HAVE_SETRESGID -#undef HAVE_GETRESUID -#undef HAVE_SETRESUID -#undef HAVE_GETLOADAVG -#undef HAVE_TMPNAM_R -#undef HAVE_MREMAP - -#if defined(_64_) -#undef SIZEOF_FPOS_T -#define SIZEOF_FPOS_T 8 - -#undef SIZEOF_WCHAR_T -#define SIZEOF_WCHAR_T 2 -#endif - -#undef VA_LIST_IS_ARRAY +#pragma once + +#include "pyconfig.linux.h" + +#undef HAVE_LINUX_NETLINK_H +#undef HAVE_LINUX_TIPC_H +#undef HAVE_NETPACKET_PACKET_H +#undef HAVE_SYS_EPOLL_H +#undef HAVE_EPOLL +#undef HAVE_LIBINTL_H +#undef HAVE_GETRESGID +#undef HAVE_SETRESGID +#undef HAVE_GETRESUID +#undef HAVE_SETRESUID +#undef HAVE_GETLOADAVG +#undef HAVE_TMPNAM_R +#undef HAVE_MREMAP + +#if defined(_64_) +#undef SIZEOF_FPOS_T +#define SIZEOF_FPOS_T 8 + +#undef SIZEOF_WCHAR_T +#define SIZEOF_WCHAR_T 2 +#endif + +#undef VA_LIST_IS_ARRAY |