Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/util: add missing commas to statfs_types | Ralph Boehme | 2015-01-16 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Fri Jan 16 13:24:16 CET 2015 on sn-devel-104 | ||||
* | build: Rework BSD_STYLE_STATVFS check to match autoconf build | Andrew Bartlett | 2013-05-27 | 1 | -12/+10 |
| | | | | Reviewed-by: Jelmer Vernooij <jelmer@samba.org> | ||||
* | waf: add check for BSD_STYLE_STATVFS | Björn Jacke | 2012-09-07 | 1 | -0/+12 |
| | | | | a leftover from bug #8777 | ||||
* | lib/replace: Merge remaining xattr test details from lib/util | Andrew Bartlett | 2012-06-02 | 1 | -8/+0 |
| | | | | | | | I prefer the longer XATTR_ADDITIONAL_OPTIONS define and the NULL rather than 0 values in the getxattr test. Andrew Bartlett | ||||
* | s4-xattr: Use libreplace xattr functions directly | Andrew Bartlett | 2012-06-02 | 1 | -5/+0 |
| | |||||
* | build: Remove configure tests for *64 functions and types | Andrew Bartlett | 2012-04-05 | 1 | -5/+0 |
| | | | | | | We now use the standard types only. Andrew Bartlett | ||||
* | util: Add --disable-fault-handling. | Ira Cooper | 2012-03-15 | 1 | -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. | ||||
* | build: look for backtrace_symbols in libexec | Andrew Bartlett | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | lib/util: fix waf configure tests for xattr functions on Mac OS 10. | Stefan Metzmacher | 2010-05-14 | 1 | -4/+6 |
| | | | | metze | ||||
* | build: allow the waf build to work with python 3.0 and 3.1 | Thomas Nagy | 2010-04-08 | 1 | -1/+1 |
| | | | | | | Python 3.x is a bit fussier about print statements and indentation. Signed-off-by: Andrew Tridgell <tridge@samba.org> | ||||
* | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 2010-04-06 | 1 | -0/+2 |
| | | | | them | ||||
* | s4-waf: added checks for all the different statvfs varients | Andrew Tridgell | 2010-04-06 | 1 | -4/+83 |
| | |||||
* | build: updated configure checks or new syntax | Andrew Tridgell | 2010-04-06 | 1 | -8/+3 |
| | |||||
* | build: added statvfs64 test | Andrew Tridgell | 2010-04-06 | 1 | -0/+9 |
| | |||||
* | build: check for xattr support | Andrew Tridgell | 2010-04-06 | 1 | -0/+6 |
| | |||||
* | build: move gettimeofday check to libreplace | Andrew Tridgell | 2010-04-06 | 1 | -1/+0 |
| | | | | | - add checklink option to CHECK_FUNC() - Used for when a prototype is not available | ||||
* | build: added interface checking and nicer snprintf checking | Andrew Tridgell | 2010-04-06 | 1 | -1/+1 |
| | | | | use CHECK_CODE() | ||||
* | build: added CHECK_CODE_COMPILES() | Andrew Tridgell | 2010-04-06 | 1 | -0/+2 |
| | |||||
* | build: check xattr and frsize | Andrew Tridgell | 2010-04-06 | 1 | -0/+5 |
| | |||||
* | build: check signal functions | Andrew Tridgell | 2010-04-06 | 1 | -0/+2 |
| | |||||
* | build: backtrace and crypt tests | Andrew Tridgell | 2010-04-06 | 1 | -2/+1 |
| | |||||
* | build: check for backtrace | Andrew Tridgell | 2010-04-06 | 1 | -0/+6 |