s3-lib Move realloc based string substitution functions out of util_str.c
authorAndrew Bartlett <abartlet@samba.org>
Mon, 30 May 2011 06:16:08 +0000 (16:16 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 30 May 2011 22:32:08 +0000 (00:32 +0200)
commit3b7e1ac31c764fc2023925288783c868eb6ec31e
tree40a16bb22a65b7df024b612331e8b6621f1de58a
parenta5a2373979a9484bb68271e9c1c518f05a8ec564
s3-lib Move realloc based string substitution functions out of util_str.c

This makes the dependency set for source3/lib/util_str.c simpiler,
which in turn makes it easier to build a dependency tree.

Andrew Bartlett
source3/Makefile.in
source3/lib/substitute.c
source3/lib/substitute_generic.c [new file with mode: 0644]
source3/lib/util_str.c
source3/wscript_build