summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/config.m4
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r10525: change from AC_CHECK_TYPES() to AC_CHECK_TYPE() for intptr_t, so theAndrew Tridgell1-1/+1
type is always available, which means we need less #ifdefs (This used to be commit d4af4b11ae69a63fa3b2048e6d576055d86d2bb4)
2007-10-10r6830: put header checks in config.m4 so when it is included by other ↵Andrew Tridgell1-0/+1
projects the right configure checks are done (This used to be commit 57c8db4f9aecd161d61cf0011e960edc718d7cf0)
2007-10-10r6812: more talloc portability tweaksAndrew Tridgell1-4/+1
(This used to be commit 450ac2e4dea25910ee5384747bdb6ad7323e967d)
2007-10-10r6804: Add config.h for talloc (and use it)Jelmer Vernooij1-0/+9
(This used to be commit c2ce09d38003fd43212de9cd08e4a781cc2aff88)
2007-10-10r4473: - moved talloc into its own lib/talloc/ areaAndrew Tridgell1-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)