s3: wscript: Add checks for open file description locks.
authorJeremy Allison <jra@samba.org>
Thu, 12 May 2016 19:46:50 +0000 (21:46 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 20 May 2016 23:28:28 +0000 (01:28 +0200)
commit7d0def3056925118f3f47ff721939c0f5a42db57
treee80c6d1f0e13df71d9b02d7494a7e46c3c6fda41
parente39436e770b5f6fe9e6615bc70bda627a3a1bd58
s3: wscript: Add checks for open file description locks.

Compiles and runs code that checks for working
F_OFD_GETLK, F_OFD_SETLK, F_OFD_SETLKW.

We now use these if available.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Jeff Layton <jlayton@samba.org>
source3/wscript