--- read_config_file.c.orig	2009-07-25 17:13:02.000000000 +0200
+++ read_config_file.c	2010-08-01 21:29:24.642176420 +0200
@@ -83,7 +83,7 @@
 
 	while (tmp->name) {
 		if (!strncmp(*str, tmp->name, strlen(tmp->name))
-				&& index(" ,()#*;012345[", *(*str + strlen(tmp->name)))) {
+				&& strchr(" ,()#*;012345[", *(*str + strlen(tmp->name)))) {
 			*str += strlen(tmp->name);
 			return lookup_prototype(tmp->pt);
 		}
