diff options
Diffstat (limited to 'net-mgmt/ehnt/files/patch-config-h')
-rw-r--r-- | net-mgmt/ehnt/files/patch-config-h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/ehnt/files/patch-config-h b/net-mgmt/ehnt/files/patch-config-h new file mode 100644 index 000000000000..28d975604eb3 --- /dev/null +++ b/net-mgmt/ehnt/files/patch-config-h @@ -0,0 +1,11 @@ +--- config.h.orig Wed Jul 18 00:47:37 2001 ++++ config.h Fri Aug 3 19:57:51 2001 +@@ -27,3 +27,8 @@ + #define DEFAULT_UDP_PORT 4444 + /* The default mode of the client. Can be either EM_REPORT or EM_DUMP.*/ + #define EM_DEFAULT EM_REPORT ++ ++#ifndef ASNCDIR ++#define ASNCDIR "." ++#endif ++ |