]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/util.h
Spotlight: use async Tracker SPARQL API
[netatalk.git] / include / atalk / util.h
index 6d92e15d3815d1270f212dcbd112863e69526fb6..94aab1af3d0ef7aa710ac58e0f0165301bd95302 100644 (file)
@@ -131,6 +131,10 @@ extern void *mod_symbol  (void *, const char *);
 #define mod_close(a)     dlclose(a)
 #endif /* ! HAVE_DLFCN_H */
 
+#ifndef strequal
+#define strequal(a,b) (strcmp((a),(b)) == 0)
+#endif
+
 /******************************************************************
  * locking.c
  ******************************************************************/