From 8a60489fa41523137624aeef82c6bd353a8a4ea9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 14 Sep 1998 00:34:04 +0000 Subject: [PATCH] (same_file): Add. --- ms/emx/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ms/emx/config.h b/ms/emx/config.h index ef10ca1..6d036df 100644 --- a/ms/emx/config.h +++ b/ms/emx/config.h @@ -16,4 +16,6 @@ is used by other (old-fashioned) programs that need re_comp. */ #define _REGEX_RE_COMP +#define same_file(s,t) (-1) + #define STAT_BLOCKSIZE(s) 65536