Return-Path: Delivered-To: apmail-incubator-stdcxx-commits-archive@www.apache.org Received: (qmail 25831 invoked from network); 11 Oct 2007 23:53:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Oct 2007 23:53:07 -0000 Received: (qmail 32998 invoked by uid 500); 11 Oct 2007 23:52:55 -0000 Delivered-To: apmail-incubator-stdcxx-commits-archive@incubator.apache.org Received: (qmail 32984 invoked by uid 500); 11 Oct 2007 23:52:55 -0000 Mailing-List: contact stdcxx-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-commits@incubator.apache.org Received: (qmail 32973 invoked by uid 99); 11 Oct 2007 23:52:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 16:52:55 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 23:53:07 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2A8C31A9832; Thu, 11 Oct 2007 16:52:47 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r583987 - /incubator/stdcxx/trunk/include/rw/_config-eccp.h Date: Thu, 11 Oct 2007 23:52:46 -0000 To: stdcxx-commits@incubator.apache.org From: sebor@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071011235247.2A8C31A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebor Date: Thu Oct 11 16:52:45 2007 New Revision: 583987 URL: http://svn.apache.org/viewvc?rev=583987&view=rev Log: 2007-10-11 Martin Sebor STDCXX-588 * _config-eccp.h (_RWSTD_NO_DEPRECATED_C_HEADERS, _RWSTD_NO_PURE_C_HEADERS): #undef'ined config macros for EDG eccp. Modified: incubator/stdcxx/trunk/include/rw/_config-eccp.h Modified: incubator/stdcxx/trunk/include/rw/_config-eccp.h URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/include/rw/_config-eccp.h?rev=583987&r1=583986&r2=583987&view=diff ============================================================================== --- incubator/stdcxx/trunk/include/rw/_config-eccp.h (original) +++ incubator/stdcxx/trunk/include/rw/_config-eccp.h Thu Oct 11 16:52:45 2007 @@ -9,22 +9,23 @@ * *************************************************************************** * - * Copyright 2005-2006 The Apache Software Foundation or its licensors, - * as applicable. + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed + * with this work for additional information regarding copyright + * ownership. The ASF licenses this file to you under the Apache + * License, Version 2.0 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at * - * Copyright 1994-2006 Rogue Wave Software. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 + * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + * implied. See the License for the specific language governing + * permissions and limitations under the License. + * + * Copyright 2001-2007 Rogue Wave Software, Inc. * **************************************************************************/ @@ -57,3 +58,6 @@ #ifndef _RWSTD_NO_MBSTATE_T # define _RWSTD_NO_MBSTATE_T #endif // _RWSTD_NO_MBSTATE_T + +#undef _RWSTD_NO_DEPRECATED_C_HEADERS +#undef _RWSTD_NO_PURE_C_HEADERS