define TOBUFSIZE
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Fri, 19 Mar 1993 00:16:05 +0000 (16:16 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Fri, 19 Mar 1993 00:16:05 +0000 (16:16 -0800)
SCCS-vsn: usr.sbin/sendmail/src/conf.h 6.13

usr/src/usr.sbin/sendmail/src/conf.h

index 86db238..0d6ff3d 100644 (file)
@@ -5,7 +5,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)conf.h      6.12 (Berkeley) %G%
+ *     @(#)conf.h      6.13 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -162,3 +162,13 @@ struct utsname
 # include <sys/file.h>
 
 #endif
 # include <sys/file.h>
 
 #endif
+
+/*
+**  Size of tobuf (deliver.c)
+**     Tweak this to match your syslog implementation.  It will have to
+**     allow for the extra information printed.
+*/
+
+#ifndef TOBUFSIZE
+# define TOBUFSIZE (1024 - 256)
+#endif