From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]); by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 72d797e9; for ; Wed, 20 May 2015 19:14:13 -0500 (EST) Date: Wed, 20 May 2015 19:14:13 -0500 (EST) Message-Id: <13716572016732484084.enqueue@fantadrom.bsd.lv> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: add forgotten glue X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- add forgotten glue Modified Files: -------------- mdocml: compat_stringlist.c Revision Data ------------- Index: compat_stringlist.c =================================================================== RCS file: /home/cvs/mdocml/mdocml/compat_stringlist.c,v retrieving revision 1.4 retrieving revision 1.5 diff -Lcompat_stringlist.c -Lcompat_stringlist.c -u -p -r1.4 -r1.5 --- compat_stringlist.c +++ compat_stringlist.c @@ -1,3 +1,11 @@ +#include "config.h" + +#if HAVE_STRINGLIST + +int dummy; + +#else + /* $Id$ */ /* * Copyright (c) 1994 Christos Zoulas @@ -105,3 +113,5 @@ sl_find(StringList *sl, const char *name return NULL; } + +#endif -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv