1*d7b374a6SHerbert Dürr /************************************************************** 2*d7b374a6SHerbert Dürr * 3*d7b374a6SHerbert Dürr * Licensed to the Apache Software Foundation (ASF) under one 4*d7b374a6SHerbert Dürr * or more contributor license agreements. See the NOTICE file 5*d7b374a6SHerbert Dürr * distributed with this work for additional information 6*d7b374a6SHerbert Dürr * regarding copyright ownership. The ASF licenses this file 7*d7b374a6SHerbert Dürr * to you under the Apache License, Version 2.0 (the 8*d7b374a6SHerbert Dürr * "License"); you may not use this file except in compliance 9*d7b374a6SHerbert Dürr * with the License. You may obtain a copy of the License at 10*d7b374a6SHerbert Dürr * 11*d7b374a6SHerbert Dürr * http://www.apache.org/licenses/LICENSE-2.0 12*d7b374a6SHerbert Dürr * 13*d7b374a6SHerbert Dürr * Unless required by applicable law or agreed to in writing, 14*d7b374a6SHerbert Dürr * software distributed under the License is distributed on an 15*d7b374a6SHerbert Dürr * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*d7b374a6SHerbert Dürr * KIND, either express or implied. See the License for the 17*d7b374a6SHerbert Dürr * specific language governing permissions and limitations 18*d7b374a6SHerbert Dürr * under the License. 19*d7b374a6SHerbert Dürr * 20*d7b374a6SHerbert Dürr *************************************************************/ 21*d7b374a6SHerbert Dürr 22*d7b374a6SHerbert Dürr 23*d7b374a6SHerbert Dürr 24*d7b374a6SHerbert Dürr #ifdef std_was_redefined_as_stlport 25*d7b374a6SHerbert Dürr // put things back the way they were 26*d7b374a6SHerbert Dürr # define std std_was_redefined_as_stlport 27*d7b374a6SHerbert Dürr # undef _STLP_OUTERMOST_HEADER_ID 28*d7b374a6SHerbert Dürr // force config to be re-read 29*d7b374a6SHerbert Dürr # undef _STLP_NOTHROW_INHERENTLY 30*d7b374a6SHerbert Dürr # undef _STLP_CONFIG_H 31*d7b374a6SHerbert Dürr # include <stddef.h> 32*d7b374a6SHerbert Dürr #endif 33