1*84e872a0SLloyd Pique /* 2*84e872a0SLloyd Pique * Copyright 2015, The Android Open Source Project 3*84e872a0SLloyd Pique * 4*84e872a0SLloyd Pique * Licensed under the Apache License, Version 2.0 (the "License"); 5*84e872a0SLloyd Pique * you may not use this file except in compliance with the License. 6*84e872a0SLloyd Pique * You may obtain a copy of the License at 7*84e872a0SLloyd Pique * 8*84e872a0SLloyd Pique * http://www.apache.org/licenses/LICENSE-2.0 9*84e872a0SLloyd Pique * 10*84e872a0SLloyd Pique * Unless required by applicable law or agreed to in writing, software 11*84e872a0SLloyd Pique * distributed under the License is distributed on an "AS IS" BASIS, 12*84e872a0SLloyd Pique * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13*84e872a0SLloyd Pique * See the License for the specific language governing permissions and 14*84e872a0SLloyd Pique * limitations under the License. 15*84e872a0SLloyd Pique */ 16*84e872a0SLloyd Pique 17*84e872a0SLloyd Pique // These are provided by bionic 18*84e872a0SLloyd Pique #define HAVE_ACCEPT4 19*84e872a0SLloyd Pique #define HAVE_STRNDUP 20