Skip to content

Commit c2f0f6c

Browse files
authored
Temp fix for DNS issues
1 parent 73a2063 commit c2f0f6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python_config/pyconfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
334334
#define HAVE_GCC_UINT128_T 1
335335

336336
/* Define if you have the getaddrinfo function. */
337-
#define HAVE_GETADDRINFO 1
337+
#undef HAVE_GETADDRINFO
338338

339339
// TODO clarify what these are
340340
#define SOCK_RAW 3
@@ -380,7 +380,7 @@
380380
/* #define HAVE_GETLOGIN 1 */ // original: #define HAVE_GETLOGIN 1
381381

382382
/* Define to 1 if you have the `getnameinfo' function. */
383-
#define HAVE_GETNAMEINFO 1
383+
#undef HAVE_GETNAMEINFO
384384

385385
/* Define if you have the 'getpagesize' function. */
386386
#define HAVE_GETPAGESIZE 1

0 commit comments

Comments
 (0)