From f88bd02ee556b3a29c7454c1a9db9c6cd43fb77d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 15 Dec 2001 16:58:53 +0000 Subject: [PATCH] (STREQ): Define. --- lib/mountlist.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/mountlist.h b/lib/mountlist.h index 8acec77fb3..935a2dcabd 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 `//'). */ -- 2.30.2