* uip/post.c, uip/spost.c: Move the uptolow macro from spost.c to post.c
[mmh] / uip / spost.c
index e2b43bd..7a880e9 100644 (file)
@@ -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 */