Jan Engelhardt: remove unneedd macro
diff --git a/extensions/ebt_among.c b/extensions/ebt_among.c
index edd678e..85bf0b5 100644
--- a/extensions/ebt_among.c
+++ b/extensions/ebt_among.c
@@ -476,7 +476,7 @@
 }
 
 static struct ebt_u_match among_match = {
-	.name 		= EBT_AMONG_MATCH,
+	.name 		= "among",
 	.size 		= sizeof(struct ebt_among_info),
 	.help 		= print_help,
 	.init 		= init,