blob: cfa56b89b58e0b7fed9b3bf96288bcc1a1981bc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#! /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
|