summaryrefslogtreecommitdiffstats
path: root/compat_stringlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat_stringlist.c')
-rw-r--r--compat_stringlist.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/compat_stringlist.c b/compat_stringlist.c
index b265b602..f283a640 100644
--- a/compat_stringlist.c
+++ b/compat_stringlist.c
@@ -1,3 +1,11 @@
+#include "config.h"
+
+#if HAVE_STRINGLIST
+
+int dummy;
+
+#else
+
/* $Id$ */
/*
* Copyright (c) 1994 Christos Zoulas <christos@netbsd.org>
@@ -105,3 +113,5 @@ sl_find(StringList *sl, const char *name)
return NULL;
}
+
+#endif