From 2d9e68f3cbd7fe817fa3a204d1a55ac79980abeb Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Mon, 18 Sep 2000 03:36:22 +0000 Subject: unposted: define mailstat as a macro if MAILDIR_SUPPORT is undefined --- Src/system.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Src/system.h') diff --git a/Src/system.h b/Src/system.h index fc85efdb4..80feebc05 100644 --- a/Src/system.h +++ b/Src/system.h @@ -673,3 +673,7 @@ extern short ospeed; #if defined(CONFIG_LOCALE) && defined(HAVE_SETLOCALE) && defined(LC_ALL) # define USE_LOCALE 1 #endif /* CONFIG_LOCALE && HAVE_SETLOCALE && LC_ALL */ + +#ifndef MAILDIR_SUPPORT +#define mailstat(X,Y) stat(X,Y) +#endif -- cgit 1.4.1