You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2007/10/12 01:52:46 UTC

svn commit: r583987 - /incubator/stdcxx/trunk/include/rw/_config-eccp.h

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  <se...@roguewave.com>

	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