1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-11 03:03:51 +02:00

(STREQ): Define.

This commit is contained in:
Jim Meyering
2001-12-15 16:58:53 +00:00
parent e92b78f873
commit c6be028a84
+3
View 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 `//'). */