This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix {,un}tainting of $1 etc. when C<use locale>
[perl5.git] / config_H
index 11e9033..cec8188 100644 (file)
--- a/config_H
+++ b/config_H
 #define HAS_NTOHL              /**/
 #define HAS_NTOHS              /**/
 
+/* HAS_INET_ATON:
+ *     This symbol, if defined, indicates to the C program that the
+ *     inet_aton() function is available to parse IP address "dotted-quad"
+ *     strings.
+ */
+#define HAS_INET_ATON          /**/
+
 /* HAS_ISASCII:
  *     This manifest constant lets the C program know that isascii 
  *     is available.