From e43d12315af414d2192a0778b1176e099ddfd990 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 21 May 2015 00:13:43 +0000 Subject: add forgotten glue --- compat_stringlist.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'compat_stringlist.c') diff --git a/compat_stringlist.c b/compat_stringlist.c index 570fcdd1..b3397168 100644 --- a/compat_stringlist.c +++ b/compat_stringlist.c @@ -1,4 +1,12 @@ -/* $Id: compat_stringlist.c,v 1.4 2015/05/20 23:43:03 schwarze Exp $ */ +#include "config.h" + +#if HAVE_STRINGLIST + +int dummy; + +#else + +/* $Id: compat_stringlist.c,v 1.5 2015/05/21 00:13:43 schwarze Exp $ */ /* * Copyright (c) 1994 Christos Zoulas * All rights reserved. @@ -105,3 +113,5 @@ sl_find(StringList *sl, const char *name) return NULL; } + +#endif -- cgit v1.2.3-56-ge451