summaryrefslogtreecommitdiffstats
path: root/source4/lib/talloc/config.m4
Commit message (Collapse)AuthorAgeFilesLines
* r10525: change from AC_CHECK_TYPES() to AC_CHECK_TYPE() for intptr_t, so theAndrew Tridgell2007-10-101-1/+1
| | | | | type is always available, which means we need less #ifdefs (This used to be commit d4af4b11ae69a63fa3b2048e6d576055d86d2bb4)
* r6830: put header checks in config.m4 so when it is included by other ↵Andrew Tridgell2007-10-101-0/+1
| | | | | | | projects the right configure checks are done (This used to be commit 57c8db4f9aecd161d61cf0011e960edc718d7cf0)
* r6812: more talloc portability tweaksAndrew Tridgell2007-10-101-4/+1
| | | | (This used to be commit 450ac2e4dea25910ee5384747bdb6ad7323e967d)
* r6804: Add config.h for talloc (and use it)Jelmer Vernooij2007-10-101-0/+9
| | | | (This used to be commit c2ce09d38003fd43212de9cd08e4a781cc2aff88)
* r4473: - moved talloc into its own lib/talloc/ areaAndrew Tridgell2007-10-101-0/+3
- added gcov flags to Makefile.talloc - expanded talloc testsuite to add a test for realloc with a child ptr - fixed a bug in talloc_realloc() with realloc of a ptr that has child ptrs (This used to be commit 98b5f73c1ba34d7576c5995069b485c1c5ede324)