hacks to make it more IDA-like -- they have other problems
[unix-history] / usr / src / usr.sbin / sendmail / src / readcf.c
index 413a85c..c413812 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)readcf.c   8.74 (Berkeley) %G%";
+static char sccsid[] = "@(#)readcf.c   8.74.1.1 (Berkeley) %G%";
 #endif /* not lint */
 
 # include "sendmail.h"
 #endif /* not lint */
 
 # include "sendmail.h"
@@ -251,6 +251,7 @@ readcf(cfname)
                                                botch = "$0-$9";
                                                break;
 
                                                botch = "$0-$9";
                                                break;
 
+#if    0
                                          case CANONNET:
                                                botch = "$#";
                                                break;
                                          case CANONNET:
                                                botch = "$#";
                                                break;
@@ -258,6 +259,7 @@ readcf(cfname)
                                          case CANONUSER:
                                                botch = "$:";
                                                break;
                                          case CANONUSER:
                                                botch = "$:";
                                                break;
+#endif /* 0 */
 
                                          case CALLSUBR:
                                                botch = "$>";
 
                                          case CALLSUBR:
                                                botch = "$>";