"switch" class is not rebuildable -- only the underlying types are
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 23 Nov 1994 01:35:45 +0000 (17:35 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 23 Nov 1994 01:35:45 +0000 (17:35 -0800)
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.120

usr/src/usr.sbin/sendmail/src/conf.c

index ce87f36..bf5c492 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)conf.c     8.119 (Berkeley) %G%";
+static char sccsid[] = "@(#)conf.c     8.120 (Berkeley) %G%";
 #endif /* not lint */
 
 # include "sendmail.h"
 #endif /* not lint */
 
 # include "sendmail.h"
@@ -372,7 +372,7 @@ setupmaps()
                seq_map_lookup, seq_map_store);
 
        /* switched interface to sequenced maps */
                seq_map_lookup, seq_map_store);
 
        /* switched interface to sequenced maps */
-       MAPDEF("switch", NULL, MCF_ALIASOK|MCF_REBUILDABLE,
+       MAPDEF("switch", NULL, MCF_ALIASOK,
                map_parseargs, switch_map_open, seq_map_close,
                seq_map_lookup, seq_map_store);
 }
                map_parseargs, switch_map_open, seq_map_close,
                seq_map_lookup, seq_map_store);
 }