projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ad9295
)
* uip/post.c, uip/spost.c: Move the uptolow macro from spost.c to post.c
author
Josh Bressers
<josh@bress.net>
Mon, 16 Jan 2006 17:07:14 +0000
(17:07 +0000)
committer
Josh Bressers
<josh@bress.net>
Mon, 16 Jan 2006 17:07:14 +0000
(17:07 +0000)
where it is needed.
uip/post.c
patch
|
blob
|
history
uip/spost.c
patch
|
blob
|
history
diff --git
a/uip/post.c
b/uip/post.c
index
e161674
..
4ca5955
100644
(file)
--- a/
uip/post.c
+++ b/
uip/post.c
@@
-48,6
+48,8
@@
#define FCCS 10 /* max number of fccs allowed */
+#define uptolow(c) ((isalpha(c) && isupper (c)) ? tolower (c) : c)
+
/* In the following array of structures, the numeric second field of the
structures (minchars) is apparently used like this:
diff --git
a/uip/spost.c
b/uip/spost.c
index
e2b43bd
..
7a880e9
100644
(file)
--- a/
uip/spost.c
+++ b/
uip/spost.c
@@
-21,8
+21,6
@@
#include <h/mts.h>
#include <h/utils.h>
-#define uptolow(c) ((isalpha(c) && isupper (c)) ? tolower (c) : c)
-
#define MAX_SM_FIELD 1476 /* < largest hdr field sendmail will accept */
#define FCCS 10 /* max number of fccs allowed */