First attempt at a search infrastructure.
[collection4.git] / graph_ident.c
index fb6e206..b008a56 100644 (file)
@@ -6,9 +6,7 @@
 
 #include "graph_ident.h"
 #include "common.h"
-
-#define IS_ANY(str) (((str) != NULL) && (strcasecmp (ANY_TOKEN, (str)) == 0))
-#define IS_ALL(str) (((str) != NULL) && (strcasecmp (ALL_TOKEN, (str)) == 0))
+#include "filesystem.h"
 
 /*
  * Data types