summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* build: check if a simple C program runsAndrew Tridgell2010-04-062-0/+17
| | | | This will be helpful for working out why AIX is failing
* build: more complete implementation of waf configure -CAndrew Tridgell2010-04-061-8/+1
| | | | this is a closer emulation of the autoconf behaviour
* build: enable real cacheing with waf configure -CAndrew Tridgell2010-04-061-7/+12
|
* build: added --disable-shared optionAndrew Tridgell2010-04-061-1/+6
|
* build: fixed issue with CC="ccache cc" on solarisAndrew Tridgell2010-04-061-5/+1
|
* build: support systems without rpathAndrew Tridgell2010-04-061-4/+14
|
* build: tevent_epoll.c is conditional on HAVE_EPOLLAndrew Tridgell2010-04-061-1/+3
|
* build: don't use gcc warnings during configureAndrew Tridgell2010-04-061-3/+0
|
* build: fixed check for pthread_create()Andrew Tridgell2010-04-061-1/+1
|
* build: more functions that are in -lsocket -lnsl on some systemsAndrew Tridgell2010-04-061-5/+6
|
* build: libreplace now depends on nsl and socketAndrew Tridgell2010-04-061-1/+1
| | | | these become empty targets if not needed
* build: inet_n*() are normally in libcAndrew Tridgell2010-04-061-1/+1
|
* build: cope with multiple libs in CHECK_FUNCS_IN()Andrew Tridgell2010-04-061-1/+2
|
* build: don't look for gettext twiceAndrew Tridgell2010-04-061-1/+1
|
* build: these cause problems incrementally tooAndrew Tridgell2010-04-061-2/+2
|
* build: more non-incremental headersAndrew Tridgell2010-04-061-5/+6
|
* build: check libc first for several librariesAndrew Tridgell2010-04-062-4/+4
|
* build: fixed REPLACE_GETPASSAndrew Tridgell2010-04-061-2/+2
|
* build: Check for various headers S3 needs.Kai Blin2010-04-061-0/+8
|
* build: also need to put stripped CC in conf.envAndrew Tridgell2010-04-061-1/+2
|
* build: added WORDS_BIGENDIAN testAndrew Tridgell2010-04-061-0/+5
|
* build: added --enable-gccdeps optionAndrew Tridgell2010-04-061-3/+9
| | | | off by default, for maximum portability
* build: don't install talloc_testsuite and ldbtestAndrew Tridgell2010-04-061-1/+2
|
* build: Enable more warnings when using the --pedantic configuration optionKai Blin2010-04-061-0/+6
|
* build: trim whitespace from CC optionsAndrew Tridgell2010-04-061-0/+5
|
* build: only enable pytdb on s4 buildAndrew Tridgell2010-04-061-0/+3
|
* build: enable pytdbAndrew Tridgell2010-04-061-0/+6
|
* build: optionally enable builtin poptAndrew Tridgell2010-04-062-8/+23
|
* build: don't use -W warning option for developer buildAndrew Tridgell2010-04-061-1/+1
|
* build: allow configure -C to work againAndrew Tridgell2010-04-061-0/+1
|
* build: go into system includes for dependencies on configureAndrew Tridgell2010-04-061-1/+7
|
* build: waf quicktest nearly worksAndrew Tridgell2010-04-062-5/+29
| | | | | Rewrote wafsamba using a new dependency handling system, and started adding the waf test code
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-0612-0/+161
|
* build: nearly there on samba4 buildAndrew Tridgell2010-04-062-2/+11
|
* build: saner CFLAGS handling for definesAndrew Tridgell2010-04-061-2/+2
|
* build: added getpass() testsAndrew Tridgell2010-04-061-0/+12
|
* build: added statvfs64 testAndrew Tridgell2010-04-061-0/+9
|
* build: added wrapper optionsAndrew Tridgell2010-04-063-0/+33
|
* 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: fixed sockaddr_in6 testAndrew Tridgell2010-04-061-1/+1
|
* build: iconv checksAndrew Tridgell2010-04-061-0/+10
|
* build: check for xattr supportAndrew Tridgell2010-04-061-0/+6
|
* build: more libreplace config checksAndrew Tridgell2010-04-061-0/+37
|
* build: zlib checksAndrew Tridgell2010-04-061-0/+11
|
* build: check immediate structuresAndrew Tridgell2010-04-061-0/+14
|
* build: move gettimeofday check to libreplaceAndrew Tridgell2010-04-062-1/+1
| | | | | - add checklink option to CHECK_FUNC() - Used for when a prototype is not available
* build: added interface checking and nicer snprintf checkingAndrew Tridgell2010-04-063-43/+57
| | | | use CHECK_CODE()
* build: more config checksAndrew Tridgell2010-04-061-0/+3
|