genericopenlibs/cppstdlib/stl/stlport/stl/config/host.h
changeset 49 e5d77a29bdca
parent 18 47c74d1534e1
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/host.h	Thu Aug 05 18:45:56 2010 +0530
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/host.h	Thu Aug 05 20:12:17 2010 +0530
@@ -1,19 +1,3 @@
-/*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - initial contribution.
-*
-* Contributors:
-*
-* Description: 
-*
-*/
 /*
  * This file defines site configuration.
  */
@@ -125,9 +109,9 @@
  * its internal memory pool but only if STLport is used as a dynamic library
  * under Win32 (using MSVC like compilers).
  */
-/*
+
 #define _STLP_LEAKS_PEDANTIC 1
-*/
+
 
 /*
  * Uncomment _STLP_USE_NEWALLOC to force allocator<T> to use plain "new"