1 diff --git a/fileio.c b/fileio.c
2 index 4bb1f46..c937eb0 100644
10 +#define MAXNAMLEN 255
14 +#define DEFFILEMODE 0666
17 static char *bkuplocation(const char *);
18 static int bkupleavetmp(const char *);
20 diff --git a/re_search.c b/re_search.c
21 index 287030a..da44f00 100644
25 #define RE_NMATCH 10 /* max number of matches */
26 #define REPLEN 256 /* max length of replacement string */
29 +#define REG_STARTEND 4
32 char re_pat[NPAT]; /* regex pattern */
33 int re_srch_lastdir = SRCH_NOPR; /* last search flags */
34 int casefoldsearch = TRUE; /* does search ignore case? */