]> diplodocus.org Git - nmh/blobdiff - uip/mhbuildsbr.c
mh.h: Compact the reserved sequence bit-masks.
[nmh] / uip / mhbuildsbr.c
index 623f474a40a501b4a8e4f94256c5f621bd659e6c..73085ca2b8c160955b56d5380a8714355c0afcd1 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * mhbuildsbr.c -- routines to expand/translate MIME composition files
+/* mhbuildsbr.c -- routines to expand/translate MIME composition files
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -54,12 +52,6 @@ typedef struct convert_list {
     struct convert_list *next;
 } convert_list;
 
-/*
- * Maximum size of URL token in message/external-body
- */
-
-#define MAXURLTOKEN 40
-
 
 /* mhmisc.c */
 void content_error (char *, CT, char *, ...);