We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a2063 commit c2f0f6cCopy full SHA for c2f0f6c
python_config/pyconfig.h
@@ -334,7 +334,7 @@
334
#define HAVE_GCC_UINT128_T 1
335
336
/* Define if you have the getaddrinfo function. */
337
-#define HAVE_GETADDRINFO 1
+#undef HAVE_GETADDRINFO
338
339
// TODO clarify what these are
340
#define SOCK_RAW 3
@@ -380,7 +380,7 @@
380
/* #define HAVE_GETLOGIN 1 */ // original: #define HAVE_GETLOGIN 1
381
382
/* Define to 1 if you have the `getnameinfo' function. */
383
-#define HAVE_GETNAMEINFO 1
+#undef HAVE_GETNAMEINFO
384
385
/* Define if you have the 'getpagesize' function. */
386
#define HAVE_GETPAGESIZE 1
0 commit comments