diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-04-01 19:16:18 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-04-01 19:16:18 +0200 |
commit | e8a02760901e0b700ba845c9f57601f662e0e0aa (patch) | |
tree | 016c9e31ff1b3182e7b3492b4abf2de6c8d469d1 /sys/src/cmd/python | |
parent | bbe95085d4e4cc1efc26d236c29edcc9714a1524 (diff) |
ape: add inet_aton()
Diffstat (limited to 'sys/src/cmd/python')
-rw-r--r-- | sys/src/cmd/python/pyconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/python/pyconfig.h b/sys/src/cmd/python/pyconfig.h index c586448f0..712e65653 100644 --- a/sys/src/cmd/python/pyconfig.h +++ b/sys/src/cmd/python/pyconfig.h @@ -276,7 +276,7 @@ typedef unsigned long u_long; #define HAVE_HYPOT 1 /* Define if you have the 'inet_aton' function. */ -/* #undef HAVE_INET_ATON */ +#define HAVE_INET_ATON 1 /* Define if you have the 'inet_pton' function. */ #define HAVE_INET_PTON 1 |