86a6f41038
- remove WITH_DANTE - fix SOCKS support to work with net/socks5-port. PR: 47636 Submitted by: lofi@lofi.dyndns.org
10 lines
208 B
C++
10 lines
208 B
C++
--- src/main.cpp.orig Wed Jan 29 13:19:50 2003
|
|
+++ src/main.cpp Wed Jan 29 13:20:13 2003
|
|
@@ -10,7 +10,6 @@
|
|
|
|
#ifdef USE_SOCKS5
|
|
#define SOCKS
|
|
-#define INCLUDE_PROTOTYPES
|
|
extern "C" {
|
|
#include <socks.h>
|
|
}
|