util: Add --disable-fault-handling.
authorIra Cooper <ira@samba.org>
Wed, 14 Mar 2012 16:56:02 +0000 (12:56 -0400)
committerIra Cooper <ira@samba.org>
Thu, 15 Mar 2012 04:55:03 +0000 (05:55 +0100)
commitb990279304b5e2b2ee0f64480cb09eda33f76beb
tree99620a21f1ec21f02e320298fba30f306e9f15ef
parent48c2f803e8550a1d321d7312563a6f08bb89f096
util: Add --disable-fault-handling.

On some platforms you can not debug coredumps after the default signal handler
gets done dumping core.  This allows waf to have an option to disable our
default signal handler.
lib/util/fault.c
lib/util/wscript [new file with mode: 0644]
lib/util/wscript_configure
source3/configure.in
wscript