diff options
Diffstat (limited to 'net/ehnt/files/patch-config-h')
-rw-r--r-- | net/ehnt/files/patch-config-h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net/ehnt/files/patch-config-h b/net/ehnt/files/patch-config-h deleted file mode 100644 index 0c7607a95b4f..000000000000 --- a/net/ehnt/files/patch-config-h +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD$ - ---- config.h.orig Thu Oct 4 22:18:29 2001 -+++ config.h Thu Nov 14 22:20:47 2002 -@@ -32,4 +32,12 @@ - /* The default mode of the client. Can be either EM_REPORT or EM_DUMP.*/ - #define EM_DEFAULT EM_TOP - -+#ifndef ASNCDIR -+#define ASNCDIR "." -+#endif - -+/* Default size of socket buffer. FreeBSD default is Limited to 256k, -+ + * but misteriously enough maximum space available for buf is 233016 */ -+#define DEFAULT_SOCKBUF (192*1024) -+/* Reasonable minimum socket buffer size. I assume it's about 16k */ -+#define MIN_SOCKBUF (16*1024) |