summaryrefslogtreecommitdiff
path: root/lib/util
diff options
context:
space:
mode:
authorMatthew DeVore <matvore@google.com>2020-08-07 11:27:53 -0700
committerJeremy Allison <jra@samba.org>2020-08-28 00:56:34 +0000
commitd485f369e92b5eb5c6482989c397a4eec29cd824 (patch)
tree4e60ca29916e0c89be1a3ba1e8ca7d2d1093a498 /lib/util
parent87bf6aa7168a6e44d52d91fb804b210a5fadbce6 (diff)
downloadsamba-d485f369e92b5eb5c6482989c397a4eec29cd824.tar.gz
lib/util: do not make string_wrappers.h public
string_wrappers.h is a collection of macros. All but one of the macros rely on symbols not defined in public headers, so it is not useful as a public header. For instance, fstring is defined in includes.h. PTR_DIFF is defined in lib/util/memory.h, which is not public. checked_strlcpy is actually self-contained and is usable outside of a Samba build, but without a Samba config.h, it is just aliased to strlcpy. Signed-off-by: Matthew DeVore <matvore@google.com> Reviewed-by: David Mulder <dmulder@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/util')
-rw-r--r--lib/util/wscript_build1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/util/wscript_build b/lib/util/wscript_build
index 0a730c17c88..7ae14130173 100644
--- a/lib/util/wscript_build
+++ b/lib/util/wscript_build
@@ -163,7 +163,6 @@ else:
debug.h
discard.h
time.h
- string_wrappers.h
idtree.h
idtree_random.h
blocking.h