From 0218669d627e2e2f20d8294cff5bb7803b539a7a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 24 Oct 2008 17:53:38 +0200 Subject: Remove include/local.h and move defines to more appropriate places. --- lib/util/util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/util/util.h b/lib/util/util.h index 1cf60bae39..6a341b218d 100644 --- a/lib/util/util.h +++ b/lib/util/util.h @@ -353,6 +353,8 @@ _PUBLIC_ bool strequal(const char *s1, const char *s2); /* The following definitions come from lib/util/util_strlist.c */ +/* separators for lists */ +#define LIST_SEP " \t,\n\r" /** build a null terminated list of strings from a input string and a -- cgit