From: Jim Meyering Date: Sat, 15 Dec 2001 16:58:53 +0000 (+0000) Subject: (STREQ): Define. X-Git-Tag: cvs-readonly~5488 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=f88bd02ee556b3a29c7454c1a9db9c6cd43fb77d;p=gnulib.git (STREQ): Define. --- diff --git a/lib/mountlist.h b/lib/mountlist.h index 8acec77fb..935a2dcab 100644 --- a/lib/mountlist.h +++ b/lib/mountlist.h @@ -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 `//'). */