diff options
Diffstat (limited to 'tools/ac_converter.py')
-rwxr-xr-x | tools/ac_converter.py | 1 |
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'), |