summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* s4-waf: started adding auto-install of include filesAndrew Tridgell2010-04-061-1/+2
* s4-waf: fdatasync is in librt on solaris8Andrew Tridgell2010-04-062-2/+4
* libreplace: add a replacement for strerror_r (needed on solaris8)Andrew Tridgell2010-04-061-1/+1
* s4-waf: look for libiconv before checking libcAndrew Tridgell2010-04-061-1/+6
* s4-waf: added checks for all the different statvfs varientsAndrew Tridgell2010-04-061-4/+83
* s4-waf: cope with systems with zlib versions that are too oldAndrew Tridgell2010-04-061-0/+11
* s4-waf: replace stdint.h and stdbool.h on systems that don't have themAndrew Tridgell2010-04-062-0/+14
* s4-waf: remove the need for some of the lib aliasesAndrew Tridgell2010-04-062-2/+2
* build: split out the base waf rules into buildtools/wafsamba/wscriptAndrew Tridgell2010-04-061-159/+32
* build: Change checks to conform to new CHECK_* behaviourKai Blin2010-04-061-8/+8
* build: check for inttypes.hKai Blin2010-04-061-1/+1
* build: check size of dev_t, ino_t and time_tKai Blin2010-04-061-0/+1
* build: check for uint_tKai Blin2010-04-061-0/+1
* build: Check for syscall headersKai Blin2010-04-061-0/+1
* build: add cflags from pkg_config results to header/function testsAndrew Tridgell2010-04-061-8/+29
* build: add additional libreplace conditional sourcesAndrew Tridgell2010-04-061-3/+6
* build: finer grained rpath checking for binary/installAndrew Tridgell2010-04-061-2/+0
* build: configure fixes for opensolarisAndrew Tridgell2010-04-061-6/+27
* build: socklen_t is in sys/socket.hAndrew Tridgell2010-04-061-1/+2
* build: updated configure checks or new syntaxAndrew Tridgell2010-04-066-54/+54
* build: added checks for solaris getXXent_r() functionsAndrew Tridgell2010-04-062-0/+27
* build: sun c compiler wants a newlineAndrew Tridgell2010-04-061-1/+1
* build: check if a simple C program runsAndrew Tridgell2010-04-062-0/+17
* build: more complete implementation of waf configure -CAndrew Tridgell2010-04-061-8/+1
* 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
* 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
* 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