X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=config_H;h=cec81883938f4fad889958bc99e0db092f1a6adf;hb=724421654fcf33f3acf0a7b8f4356b9255c9265a;hp=11e9033ae273a426c9b6f1a8063adb27f1b30bfa;hpb=5f05dabc4054964aa3b10f44f8468547f051cdf8;p=p5sagit%2Fp5-mst-13.2.git diff --git a/config_H b/config_H index 11e9033..cec8188 100644 --- a/config_H +++ b/config_H @@ -335,6 +335,13 @@ #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.