From 4a4311a61408d29d0fe6eabc07dcf5b58c0f8042 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 30 Mar 2006 14:22:06 +0000 Subject: [PATCH 1/1] Enable USE_AUTH_MSG again --- src/yaz-proxy.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/yaz-proxy.cpp b/src/yaz-proxy.cpp index 2d37c52..11112ed 100644 --- a/src/yaz-proxy.cpp +++ b/src/yaz-proxy.cpp @@ -1,4 +1,4 @@ -/* $Id: yaz-proxy.cpp,v 1.47 2006-03-30 14:16:34 adam Exp $ +/* $Id: yaz-proxy.cpp,v 1.48 2006-03-30 14:22:06 adam Exp $ Copyright (c) 1998-2006, Index Data. This file is part of the yazproxy. @@ -59,11 +59,9 @@ using namespace yazpp_1; #define strncasecmp _strnicmp #endif -#undef USE_AUTH_MSG -#define USE_AUTH_MSG 0 +#define USE_AUTH_MSG 1 #if USE_AUTH_MSG -#error x class YAZ_EXPORT Auth_Msg : public IMsg_Thread { public: int m_ret; -- 1.7.10.4