summaryrefslogtreecommitdiff
path: root/src/wrap.h
diff options
context:
space:
mode:
authoradmin (centauri.fritz.box) <puppet@mx.buetow.org>2014-07-01 20:17:31 +0200
committeradmin (centauri.fritz.box) <puppet@mx.buetow.org>2014-07-01 20:17:31 +0200
commite5ff213596011443c467a5257ed6fe5847265d7f (patch)
treeb7322e71dd7f2fb1ff6824cb20acc706b84d06c5 /src/wrap.h
parent0b4ccf59b27f0a8de71b10120b50c916fdbc46a0 (diff)
parent13aaf70af703748fe096e0664c305cd202637ad2 (diff)
Diffstat (limited to 'src/wrap.h')
-rw-r--r--src/wrap.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/wrap.h b/src/wrap.h
index 2b9d1b5..ec56cbe 100644
--- a/src/wrap.h
+++ b/src/wrap.h
@@ -1,7 +1,7 @@
/*:*
*: File: ./src/wrap.h
*:
- *: yChat; Homepage: www.yChat.org; Version 0.7.9.5-RELEASE
+ *: yChat; Homepage: www.yChat.org; Version 0.8.3-CURRENT
*:
*: Copyright (C) 2003 Paul C. Buetow, Volker Richter
*: Copyright (C) 2004 Paul C. Buetow
@@ -32,6 +32,10 @@ struct socketcontainer
{
int i_sock;
};
+#define _socket socketcontainer
+#else
+#define _socket int
+#endif
#ifdef DATABASE
#include "data/data.h"
@@ -62,7 +66,6 @@ struct socketcontainer
#include "time/timr.h"
#include "thrd/pool.h"
-
using namespace std;
@@ -138,11 +141,6 @@ public:
static logd* LOGD;
#endif
-#ifdef NCURSES
-
- static ncur* NCUR;
-#endif
-
static sock* SOCK;
static stats* STAT;
static timr* TIMR;