Add function fd_open_atomic() which uses O_CREAT|O_EXCL to return a guaranteed indica...
[metze/samba/wip.git] / configure.developer
1 #!/bin/sh
2 `dirname $0`/configure -C \
3         --enable-developer \
4         --enable-socket-wrapper \
5         --enable-nss-wrapper \
6         "$@"