Removed support for UUCP bang path addresses.
[mmh] / h / addrsbr.h
index 7c997f6..a86a90d 100644 (file)
@@ -1,12 +1,11 @@
 /*
- * addrsbr.h -- definitions for the address parsing system
- */
+** addrsbr.h -- definitions for the address parsing system
+*/
 
 #define AD_HOST 1          /* getm(): lookup official hostname    */
 #define AD_NHST 0          /* getm(): do not lookup official name */
 #define AD_NAME AD_NHST    /* AD_HOST is TOO slow                 */
 
-#define UUCPHOST     (-1)
 #define LOCALHOST    0
 #define NETHOST      1
 #define BADHOST      2
@@ -28,8 +27,8 @@ struct mailname {
 
 
 /*
- *  prototypes
- */
+**  prototypes
+*/
 void mnfree(struct mailname *);
 int ismymbox(struct mailname *);
 char *getname(char *);