summaryrefslogtreecommitdiff
path: root/lib/util/wscript_configure
AgeCommit message (Collapse)AuthorFilesLines
2013-05-27build: Rework BSD_STYLE_STATVFS check to match autoconf buildAndrew Bartlett1-12/+10
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
2012-09-07waf: add check for BSD_STYLE_STATVFSBjörn Jacke1-0/+12
a leftover from bug #8777
2012-06-02lib/replace: Merge remaining xattr test details from lib/utilAndrew Bartlett1-8/+0
I prefer the longer XATTR_ADDITIONAL_OPTIONS define and the NULL rather than 0 values in the getxattr test. Andrew Bartlett
2012-06-02s4-xattr: Use libreplace xattr functions directlyAndrew Bartlett1-5/+0
2012-04-05build: Remove configure tests for *64 functions and typesAndrew Bartlett1-5/+0
We now use the standard types only. Andrew Bartlett
2012-03-15util: Add --disable-fault-handling.Ira Cooper1-0/+3
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.
2012-03-01build: look for backtrace_symbols in libexecAndrew Bartlett1-1/+1
2010-05-14lib/util: fix waf configure tests for xattr functions on Mac OS 10.Stefan Metzmacher1-4/+6
metze
2010-04-08build: allow the waf build to work with python 3.0 and 3.1Thomas Nagy1-1/+1
Python 3.x is a bit fussier about print statements and indentation. Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵Andrew Tridgell1-0/+2
them
2010-04-06s4-waf: added checks for all the different statvfs varientsAndrew Tridgell1-4/+83
2010-04-06build: updated configure checks or new syntaxAndrew Tridgell1-8/+3
2010-04-06build: added statvfs64 testAndrew Tridgell1-0/+9
2010-04-06build: check for xattr supportAndrew Tridgell1-0/+6
2010-04-06build: move gettimeofday check to libreplaceAndrew Tridgell1-1/+0
- add checklink option to CHECK_FUNC() - Used for when a prototype is not available
2010-04-06build: added interface checking and nicer snprintf checkingAndrew Tridgell1-1/+1
use CHECK_CODE()
2010-04-06build: added CHECK_CODE_COMPILES()Andrew Tridgell1-0/+2
2010-04-06build: check xattr and frsizeAndrew Tridgell1-0/+5
2010-04-06build: check signal functionsAndrew Tridgell1-0/+2
2010-04-06build: backtrace and crypt testsAndrew Tridgell1-2/+1
2010-04-06build: check for backtraceAndrew Tridgell1-0/+6