projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec251f5
)
Removed unused UUCPDIR and UUCPFIL #defines.
author
David Levine
<levinedl@acm.org>
Mon, 25 Jun 2012 13:21:03 +0000
(08:21 -0500)
committer
David Levine
<levinedl@acm.org>
Mon, 25 Jun 2012 13:21:03 +0000
(08:21 -0500)
h/mts.h
patch
|
blob
|
history
diff --git
a/h/mts.h
b/h/mts.h
index
d1a93f8
..
c1c3457
100644
(file)
--- a/
h/mts.h
+++ b/
h/mts.h
@@
-19,8
+19,6
@@
extern char *uucplfil;
#define MAILDIR (mmdfldir && *mmdfldir ? mmdfldir : getenv ("HOME"))
#define MAILFIL (mmdflfil && *mmdflfil ? mmdflfil : getusername ())
-#define UUCPDIR (uucpldir && *uucpldir ? uucpldir : getenv ("HOME"))
-#define UUCPFIL (uucplfil && *uucplfil ? uucplfil : getusername ())
char *getusername(void);
char *getfullname(void);