From 3e91880513d46454f7e93c643ae9596c9ff69818 Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Mon, 25 Feb 2008 18:40:44 -0300 Subject: [PATCH] Fix warnings due to using -DICE_t and also defining ICE_t in the source. --- src/icetrans.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/icetrans.c b/src/icetrans.c index e6aba32..3fc590b 100644 --- a/src/icetrans.c +++ b/src/icetrans.c @@ -26,8 +26,16 @@ #include #endif +#ifndef ICE_t #define ICE_t +#endif + +#ifndef TRANS_CLIENT #define TRANS_CLIENT +#endif + +#ifndef TRANS_SERVER #define TRANS_SERVER +#endif #include -- 1.5.3.5