Removing some debug macros missed in the previous commit.

git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@186 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
Marcelo Roberto Jimenez 2007-05-18 13:43:09 +00:00
parent 2c1dba2942
commit 4e1240a0a8
3 changed files with 2 additions and 14 deletions

View File

@ -79,7 +79,7 @@ typedef enum priority {LOW_PRIORITY,
#endif
#ifdef _DEBUG
#define DEBUG 1
#define DEBUG 1
#endif
#include "LinkedList.h"

View File

@ -36,15 +36,9 @@ extern "C" {
#endif
#ifdef DEBUG
#define DEBUG_ONLY(x) x
#else
#define DEBUG_ONLY(x)
#endif
#include <pthread.h>
#ifndef WIN32
#include <unistd.h>
#include <unistd.h>
#endif
#ifdef __FreeBSD__

View File

@ -47,12 +47,6 @@
#endif
#ifdef NO_DEBUG
#define DBG(x)
#else
#define DBG(x) x
#endif
#define GEMD_OUT_OF_MEMORY -1
#define EVENT_TIMEDOUT -2
#define EVENT_TERMINATE -3