Add jm_PREREQ_STRNLEN.
[gnulib.git] / lib / mountlist.h
index 8acec77..935a2dc 100644 (file)
@@ -45,6 +45,9 @@ struct mount_entry *read_filesystem_list PARAMS ((int need_fs_type));
      || !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 `//').  */