summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorsisyphus <sisyphus@cpan.org>2022-04-25 20:22:23 +1000
committerKarl Williamson <khw@cpan.org>2022-05-27 21:30:46 -0600
commit00d3871069fa4c1d973663e5c3eb80ef1bc8409f (patch)
tree963f9ea598b7a23e2be8baa269e7f2d821ab346a /win32
parentfa15d930fee672f6efe775a099078177e0251b00 (diff)
downloadperl-00d3871069fa4c1d973663e5c3eb80ef1bc8409f.tar.gz
define HAS_INETPTON and HAS_INETNTOP for mingw builds
Diffstat (limited to 'win32')
-rw-r--r--win32/config_H.gc4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc
index 3644377b79..2533efd059 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -2809,13 +2809,13 @@
* This symbol, if defined, indicates that the inet_ntop() function
* is available to parse IPv4 and IPv6 strings.
*/
-/*#define HAS_INETNTOP / **/
+#define HAS_INETNTOP /**/
/* HAS_INETPTON:
* This symbol, if defined, indicates that the inet_pton() function
* is available to parse IPv4 and IPv6 strings.
*/
-/*#define HAS_INETPTON / **/
+#define HAS_INETPTON /**/
/* HAS_INT64_T:
* This symbol will defined if the C compiler supports int64_t.