# HG changeset patch # User Jim Meyering # Date 1008435533 0 # Node ID 0a221a334b5dcd2cf133d97753990f5b78f95d8c # Parent c8ed84e015e6cb00e90edd5eb94ce7941a30ba84 (STREQ): Define. diff --git a/lib/mountlist.h b/lib/mountlist.h --- a/lib/mountlist.h +++ b/lib/mountlist.h @@ -45,6 +45,9 @@ || !strcmp (Fs_type, "ignore")) #endif +#undef STREQ +#define STREQ(a, b) (strcmp ((a), (b)) == 0) + #ifndef ME_REMOTE /* A file system is `remote' if its Fs_name contains a `:' or if (it is of type smbfs and its Fs_name starts with `//'). */