changeset 3685:0a221a334b5d

(STREQ): Define.
author Jim Meyering <jim@meyering.net>
date Sat, 15 Dec 2001 16:58:53 +0000
parents c8ed84e015e6
children a6223997a8b3
files lib/mountlist.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 `//').  */