1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-13 08:23:49 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
Stefan Metzmacher
b091d182fe r17264: - remove unused includes from talloc
- check explicit check for varargs.h as fallback from stdarg.h
  and fail the build if both are not present

metze
2007-10-10 14:10:25 -05:00
Stefan Metzmacher
196803a6c6 r17257: make the size_t is to small error more verbose
(hopefully nobody will ever see this:-)

metze
2007-10-10 14:10:24 -05:00
Stefan Metzmacher
f47b7bb656 r17176: remove off_t from talloc. size_t is large enough to hold
the max amount of memory of one process

metze
2007-10-10 14:10:16 -05:00
Stefan Metzmacher
f94198c2a8 r17157: bail out if sizeof(size_t) < sizeof(void *)
metze
2007-10-10 14:10:14 -05:00
Stefan Metzmacher
58e124ade3 r17156: check for the size of a pointer
metze
2007-10-10 14:10:14 -05:00
Stefan Metzmacher
2977e7097a r17109: - use AC_SYS_LARGEFILE so that type sizes are the same when talloc
is build standalone and inside samba
- add configure checks for the some type sizes for debugging

metze
2007-10-10 14:10:13 -05:00
Andrew Tridgell
d4af4b11ae r10525: change from AC_CHECK_TYPES() to AC_CHECK_TYPE() for intptr_t, so the
type is always available, which means we need less #ifdefs
2007-10-10 13:39:01 -05:00
Andrew Tridgell
57c8db4f9a r6830: put header checks in config.m4 so when it is included by other projects the right
configure checks are done
2007-10-10 13:16:48 -05:00
Andrew Tridgell
450ac2e4de r6812: more talloc portability tweaks 2007-10-10 13:16:46 -05:00
Jelmer Vernooij
c2ce09d380 r6804: Add config.h for talloc (and use it) 2007-10-10 13:16:45 -05:00
Andrew Tridgell
98b5f73c1b r4473: - moved talloc into its own lib/talloc/ area
- 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
2007-10-10 13:07:55 -05:00