Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-06 | build: added local_include option to CHECK_CODE() | Andrew Tridgell | 1 | -3/+5 | |
2010-04-06 | build: added wrapper options | Andrew Tridgell | 4 | -0/+39 | |
2010-04-06 | build: check for RETSIGTYPE | Andrew Tridgell | 1 | -0/+5 | |
2010-04-06 | build: added IPV6 test | Andrew Tridgell | 1 | -0/+14 | |
2010-04-06 | build: fixed _Bool va_copy and VA_ARGS tests | Andrew Tridgell | 1 | -14/+11 | |
2010-04-06 | build: new waf version - fixes mkstemp problem | Andrew Tridgell | 1 | -0/+0 | |
2010-04-06 | build: fixed sockaddr_in6 test | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: iconv checks | Andrew Tridgell | 2 | -0/+11 | |
2010-04-06 | build: fixed cflags in CHECK_CODE() | Andrew Tridgell | 1 | -1/+3 | |
2010-04-06 | build: check for xattr support | Andrew Tridgell | 1 | -0/+6 | |
2010-04-06 | build: fixed winsize check | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: more libreplace config checks | Andrew Tridgell | 1 | -0/+37 | |
2010-04-06 | build: added CHECK_CFLAGS() | Andrew Tridgell | 1 | -8/+26 | |
2010-04-06 | build: new waf version | Andrew Tridgell | 1 | -0/+0 | |
2010-04-06 | build: check for libsasl2 | Andrew Tridgell | 1 | -0/+4 | |
2010-04-06 | build: fix name of libs with - in them | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: check for libgpg-error | Andrew Tridgell | 1 | -1/+3 | |
2010-04-06 | build: check for pam | Andrew Tridgell | 2 | -0/+3 | |
2010-04-06 | build: define HAVE_LIBxxx when we find a library | Andrew Tridgell | 1 | -0/+2 | |
2010-04-06 | build: zlib checks | Andrew Tridgell | 2 | -0/+12 | |
2010-04-06 | build: fixed iuserok test | Andrew Tridgell | 1 | -1/+3 | |
2010-04-06 | build: check immediate structures | Andrew Tridgell | 1 | -0/+14 | |
2010-04-06 | build: move gettimeofday check to libreplace | Andrew Tridgell | 3 | -7/+9 | |
- add checklink option to CHECK_FUNC() - Used for when a prototype is not available | |||||
2010-04-06 | build: gcrypt functions | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: added interface checking and nicer snprintf checking | Andrew Tridgell | 3 | -43/+57 | |
use CHECK_CODE() | |||||
2010-04-06 | build: expand CHECK_CODE() function | Andrew Tridgell | 1 | -12/+25 | |
2010-04-06 | build: more config checks | Andrew Tridgell | 2 | -0/+6 | |
2010-04-06 | build: added CHECK_CODE_COMPILES() | Andrew Tridgell | 2 | -0/+29 | |
2010-04-06 | build: check freeaddrinfo | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: check xattr and frsize | Andrew Tridgell | 1 | -0/+5 | |
2010-04-06 | build: added help on fns | Andrew Tridgell | 1 | -0/+48 | |
also added CHECK_STRUCTURE_MEMBER() | |||||
2010-04-06 | build: check for volatile | Andrew Tridgell | 2 | -4/+10 | |
2010-04-06 | build: more config checks | Andrew Tridgell | 1 | -2/+5 | |
2010-04-06 | build: check for offset_t and pw*_r functions | Andrew Tridgell | 1 | -2/+6 | |
2010-04-06 | build: check size of types | Andrew Tridgell | 2 | -4/+10 | |
allow name of SIZEOF test to be specified | |||||
2010-04-06 | build: check signal functions | Andrew Tridgell | 1 | -0/+2 | |
2010-04-06 | build: added CHECK_SIZEOF() | Andrew Tridgell | 1 | -11/+35 | |
2010-04-06 | build: smarter list splitting | Andrew Tridgell | 3 | -15/+16 | |
2010-04-06 | build: improve autoconf macros | Andrew Tridgell | 4 | -9/+35 | |
- enable headers to be specified - enable both forms of DECL check - more libreplace checks - more heimdal checks - more sysdep checks | |||||
2010-04-06 | build: added CHECK_DECLS() | Andrew Tridgell | 2 | -0/+13 | |
2010-04-06 | build: backtrace and crypt tests | Andrew Tridgell | 2 | -3/+4 | |
2010-04-06 | build: return values for autoconf-like tests | Andrew Tridgell | 1 | -9/+44 | |
also add checklibc options for CHECK_FUNCS_IN() | |||||
2010-04-06 | build: check for backtrace | Andrew Tridgell | 3 | -1/+8 | |
2010-04-06 | build: another typo | Andrew Tridgell | 1 | -1/+1 | |
2010-04-06 | build: ntvfs/sysdep configure checks | Andrew Tridgell | 2 | -0/+8 | |
2010-04-06 | build: add_headers flag to CHECK_HEADER() | Andrew Tridgell | 1 | -4/+4 | |
This allows you to ask the header not be added to the list of headers for future configure checks | |||||
2010-04-06 | build: ignore some waf files | Andrew Tridgell | 1 | -0/+2 | |
2010-04-06 | build: useful test script | Andrew Tridgell | 1 | -0/+19 | |
2010-04-06 | build: ignore the bin/ directory | Andrew Tridgell | 1 | -0/+1 | |
2010-04-06 | build: h_errno for heimdal | Andrew Tridgell | 1 | -0/+4 | |