s4:libcli/rap: the caller should get talloc children from call->ndr_pull_{param,data}
[kai/samba.git] / source3 / configure.developer
index c3856889ea1458e86bd7e091fa843086fe7ba920..ee8fa8939149da4cd5984f151a09a4a3b3a7e89f 100755 (executable)
@@ -1,4 +1,7 @@
 #!/bin/sh
-CFLAGS="-g -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -DDEBUG_PASSWORD -DDEVELOPER"
-export CFLAGS
-`dirname $0`/configure $*
+`dirname $0`/configure -C \
+       --enable-developer \
+       --enable-socket-wrapper \
+       --enable-nss-wrapper \
+       --enable-uid-wrapper \
+       "$@"