blob: 65c2d958514b7f54570f8f0f3f5e0cd086a7d029 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#! /bin/sh
#
# Copyright (C) 2007-2014 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
ac_cv_file__dev_ptmx=yes
ac_cv_file__dev_ptc=no
ac_cv_buggy_getaddrinfo=no
ac_cv_header_uuid_h=yes
|