mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
633f76fd42
- Switch to sasl2 PR: ports/69697 Submitted by: Palle Girgensohn <girgen@pingpong.net>
12 lines
214 B
C
12 lines
214 B
C
--- imsp/dispatch.h 2003/04/03 13:38:05 1.1
|
|
+++ imsp/dispatch.h 2003/04/03 13:38:26
|
|
@@ -42,7 +42,7 @@
|
|
* Start Date: 2/22/93
|
|
*/
|
|
|
|
-#define MAX_BUF 4096
|
|
+#define MAX_BUF (4096 * 1024)
|
|
|
|
#include <sasl/sasl.h>
|
|
|