summaryrefslogtreecommitdiff
path: root/net-mgmt/ehnt/files/patch-config-h
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/ehnt/files/patch-config-h')
-rw-r--r--net-mgmt/ehnt/files/patch-config-h18
1 files changed, 0 insertions, 18 deletions
diff --git a/net-mgmt/ehnt/files/patch-config-h b/net-mgmt/ehnt/files/patch-config-h
deleted file mode 100644
index 0c7607a95b4f..000000000000
--- a/net-mgmt/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)