aboutsummaryrefslogtreecommitdiff
path: root/tools/ac_converter.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ac_converter.py')
-rwxr-xr-xtools/ac_converter.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/ac_converter.py b/tools/ac_converter.py
index c7dbd37..2f1b4c3 100755
--- a/tools/ac_converter.py
+++ b/tools/ac_converter.py
@@ -116,6 +116,7 @@ function_data = \
'HAVE_READLINK': ('readlink', 'unistd.h'),
'HAVE_RES_INIT': ('res_init', 'resolv.h'),
'HAVE_SENDMMSG': ('sendmmsg', 'sys/socket.h'),
+ 'HAVE_SOCKET' : ('socket',' sys/socket.h'),
'HAVE_GETENV': ('getenv', 'stdlib.h'),
'HAVE_SETENV': ('setenv', 'stdlib.h'),
'HAVE_PUTENV': ('putenv', 'stdlib.h'),