summaryrefslogtreecommitdiff
path: root/net-p2p/xmule/files/patch-src::xmule.cpp
blob: 09480748d421b1343f439188355e3864fb55f7c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/xmule.cpp.orig	Mon Aug 11 14:38:14 2003
+++ src/xmule.cpp	Mon Aug 11 14:38:27 2003
@@ -763,7 +763,7 @@
 	delete[] xmulesig_path;
 }
 
-#if defined(__Linux__)
+#if 0
 #include <execinfo.h>
 #endif
 
@@ -776,7 +776,7 @@
     	theApp.clientudp->Destroy();
 
     // (stkn) create backtrace
-#if defined(__Linux__)
+#if 0
     void * bt_array[100]; // 100 should be enough ?!?
     char ** bt_strings;
     int num_entries;