Hardcode feature checks in talloc.c
commitc0c9b26ff96df8dfe89c4c52c70e2c6b2e30100f
authorUoti Urpala <uau@symbol.nonexistent.invalid>
Sun, 20 Apr 2008 02:13:25 +0000 (20 05:13 +0300)
committerUoti Urpala <uau@symbol.nonexistent.invalid>
Wed, 23 Apr 2008 10:41:06 +0000 (23 13:41 +0300)
tree18045d6fab093cb446336148011083c0b84b3500
parent27a30e310e1d2b2bbc9b381fe08b6ade403784e2
Hardcode feature checks in talloc.c

Original talloc build system used autoconf to check for features, most
of which were standard C headers. Assume those always exist. Always
use a workaround for the one non-standard feature (strnlen).
talloc.c