pull configurable vars out of initialized data for freeze files
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 12 Aug 1984 05:56:30 +0000 (21:56 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 12 Aug 1984 05:56:30 +0000 (21:56 -0800)
SCCS-vsn: usr.sbin/sendmail/src/conf.c 4.5

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

index 45faea0..ef3890e 100644 (file)
@@ -34,7 +34,7 @@
 
 
 
 
 
 
-SCCSID(@(#)conf.c      4.4             %G%);
+SCCSID(@(#)conf.c      4.5             %G%);
 \f/*
 **  Header info table
 **     Final (null) entry contains the flags used for any other field.
 \f/*
 **  Header info table
 **     Final (null) entry contains the flags used for any other field.
@@ -103,9 +103,9 @@ char        *FreezeFile =   "/usr/lib/sendmail.fc"; /* frozen version of above */
 **  Some other configuration....
 */
 
 **  Some other configuration....
 */
 
-char   SpaceSub =      '.';    /* character to replace <lwsp> in addrs */
-int    QueueLA =       8;      /* load avg > QueueLA -> just queue */
-int    RefuseLA =      12;     /* load avg > RefuseLA -> refuse connections */
+char   SpaceSub;               /* character to replace <lwsp> in addrs */
+int    QueueLA;                /* load avg > QueueLA -> just queue */
+int    RefuseLA;               /* load avg > RefuseLA -> refuse connections */
 \f
 # ifdef V6
 /*
 \f
 # ifdef V6
 /*