diff options
| author | Andreas Schneider <asn@samba.org> | 2014-06-03 15:10:19 +0200 |
|---|---|---|
| committer | Michael Adam <obnox@samba.org> | 2014-06-05 23:57:10 +0200 |
| commit | 6e6c817fd01112fdb137df666b3046757d0276d3 (patch) | |
| tree | 6f7c6a652037856d13d628daff2fcebe66b8760c /lib/socket_wrapper/wscript | |
| parent | 1b949b5d6ce6ca24f61c8b327f3234c0a864740c (diff) | |
| download | samba-6e6c817fd01112fdb137df666b3046757d0276d3.tar.gz samba-6e6c817fd01112fdb137df666b3046757d0276d3.tar.xz samba-6e6c817fd01112fdb137df666b3046757d0276d3.zip | |
swrap: Add support for bindresvport().
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'lib/socket_wrapper/wscript')
| -rw-r--r-- | lib/socket_wrapper/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/socket_wrapper/wscript b/lib/socket_wrapper/wscript index 60b4ca89d1..517082a569 100644 --- a/lib/socket_wrapper/wscript +++ b/lib/socket_wrapper/wscript @@ -60,6 +60,7 @@ def configure(conf): conf.CHECK_FUNCS('getaddrinfo') conf.CHECK_FUNCS('signalfd eventfd timerfd_create') + conf.CHECK_FUNCS('bindresvport') conf.CHECK_FUNCS_IN('bind', 'socket', |
