summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* build: added ENFORCE_GROUP_ORDERING()Andrew Tridgell2010-04-061-0/+28
|
* build: added getpass() testsAndrew Tridgell2010-04-061-0/+12
|
* build: make CONFIG_PATH() understand absolute pathsAndrew Tridgell2010-04-061-1/+4
|
* build: added SUBST_ENV_VAR()Andrew Tridgell2010-04-061-0/+5
|
* build: fixed LDB_MODULESDIRAndrew Tridgell2010-04-061-1/+1
|
* build: emulate autoconf PACKAGE_* variablesAndrew Tridgell2010-04-061-0/+7
|
* build: added statvfs64 testAndrew Tridgell2010-04-061-0/+9
|
* build: added local_include option to CHECK_CODE()Andrew Tridgell2010-04-061-3/+5
|
* build: added wrapper optionsAndrew Tridgell2010-04-064-0/+39
|
* build: check for RETSIGTYPEAndrew Tridgell2010-04-061-0/+5
|
* build: added IPV6 testAndrew Tridgell2010-04-061-0/+14
|
* build: fixed _Bool va_copy and VA_ARGS testsAndrew Tridgell2010-04-061-14/+11
|
* build: new waf version - fixes mkstemp problemAndrew Tridgell2010-04-061-0/+0
|
* build: fixed sockaddr_in6 testAndrew Tridgell2010-04-061-1/+1
|
* build: iconv checksAndrew Tridgell2010-04-062-0/+11
|
* build: fixed cflags in CHECK_CODE()Andrew Tridgell2010-04-061-1/+3
|
* build: check for xattr supportAndrew Tridgell2010-04-061-0/+6
|
* build: fixed winsize checkAndrew Tridgell2010-04-061-0/+1
|
* build: more libreplace config checksAndrew Tridgell2010-04-061-0/+37
|
* build: added CHECK_CFLAGS()Andrew Tridgell2010-04-061-8/+26
|
* build: new waf versionAndrew Tridgell2010-04-061-0/+0
|
* build: check for libsasl2Andrew Tridgell2010-04-061-0/+4
|
* build: fix name of libs with - in themAndrew Tridgell2010-04-061-1/+1
|
* build: check for libgpg-errorAndrew Tridgell2010-04-061-1/+3
|
* build: check for pamAndrew Tridgell2010-04-062-0/+3
|
* build: define HAVE_LIBxxx when we find a libraryAndrew Tridgell2010-04-061-0/+2
|
* build: zlib checksAndrew Tridgell2010-04-062-0/+12
|
* build: fixed iuserok testAndrew Tridgell2010-04-061-1/+3
|
* build: check immediate structuresAndrew Tridgell2010-04-061-0/+14
|
* build: move gettimeofday check to libreplaceAndrew Tridgell2010-04-063-7/+9
| | | | | - add checklink option to CHECK_FUNC() - Used for when a prototype is not available
* build: gcrypt functionsAndrew Tridgell2010-04-061-1/+1
|
* build: added interface checking and nicer snprintf checkingAndrew Tridgell2010-04-063-43/+57
| | | | use CHECK_CODE()
* build: expand CHECK_CODE() functionAndrew Tridgell2010-04-061-12/+25
|
* build: more config checksAndrew Tridgell2010-04-062-0/+6
|
* build: added CHECK_CODE_COMPILES()Andrew Tridgell2010-04-062-0/+29
|
* build: check freeaddrinfoAndrew Tridgell2010-04-061-1/+1
|
* build: check xattr and frsizeAndrew Tridgell2010-04-061-0/+5
|
* build: added help on fnsAndrew Tridgell2010-04-061-0/+48
| | | | also added CHECK_STRUCTURE_MEMBER()
* build: check for volatileAndrew Tridgell2010-04-062-4/+10
|
* build: more config checksAndrew Tridgell2010-04-061-2/+5
|
* build: check for offset_t and pw*_r functionsAndrew Tridgell2010-04-061-2/+6
|
* build: check size of typesAndrew Tridgell2010-04-062-4/+10
| | | | allow name of SIZEOF test to be specified
* build: check signal functionsAndrew Tridgell2010-04-061-0/+2
|
* build: added CHECK_SIZEOF()Andrew Tridgell2010-04-061-11/+35
|
* build: smarter list splittingAndrew Tridgell2010-04-063-15/+16
|
* build: improve autoconf macrosAndrew Tridgell2010-04-064-9/+35
| | | | | | | | - enable headers to be specified - enable both forms of DECL check - more libreplace checks - more heimdal checks - more sysdep checks
* build: added CHECK_DECLS()Andrew Tridgell2010-04-062-0/+13
|
* build: backtrace and crypt testsAndrew Tridgell2010-04-062-3/+4
|
* build: return values for autoconf-like testsAndrew Tridgell2010-04-061-9/+44
| | | | also add checklibc options for CHECK_FUNCS_IN()
* build: check for backtraceAndrew Tridgell2010-04-063-1/+8
|