remove extraneous * after specific solaris version in case statements
This commit is contained in:
6
configure
vendored
6
configure
vendored
@@ -14,7 +14,7 @@
|
||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
#
|
||||
# $Id: configure,v 1.370 2005/07/09 07:10:22 jinmei Exp $
|
||||
# $Id: configure,v 1.371 2005/07/11 03:18:32 marka Exp $
|
||||
#
|
||||
# Portions Copyright (C) 1996-2001 Nominum, Inc.
|
||||
#
|
||||
@@ -29,7 +29,7 @@
|
||||
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
||||
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
# From configure.in Revision: 1.383 .
|
||||
# From configure.in Revision: 1.384 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59.
|
||||
#
|
||||
@@ -27659,7 +27659,7 @@ _ACEOF
|
||||
#define PORT_NONBLOCK O_NDELAY
|
||||
_ACEOF
|
||||
;;
|
||||
*-solaris2.[01234]*)
|
||||
*-solaris2.[01234])
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define PORT_NONBLOCK O_NONBLOCK
|
||||
_ACEOF
|
||||
|
||||
@@ -18,7 +18,7 @@ AC_DIVERT_PUSH(1)dnl
|
||||
esyscmd([sed "s/^/# /" COPYRIGHT])dnl
|
||||
AC_DIVERT_POP()dnl
|
||||
|
||||
AC_REVISION($Revision: 1.383 $)
|
||||
AC_REVISION($Revision: 1.384 $)
|
||||
|
||||
AC_INIT(lib/dns/name.c)
|
||||
AC_PREREQ(2.13)
|
||||
@@ -1971,7 +1971,7 @@ AC_SUBST(ISC_ARCH_DIR)
|
||||
case "$host" in
|
||||
*-sunos*) AC_DEFINE(PORT_NONBLOCK, O_NDELAY);;
|
||||
*-cygwin*) AC_DEFINE(PORT_NONBLOCK, O_NDELAY);;
|
||||
*-solaris2.[[01234]]*)
|
||||
*-solaris2.[[01234]])
|
||||
AC_DEFINE(PORT_NONBLOCK, O_NONBLOCK)
|
||||
AC_DEFINE(USE_FIONBIO_IOCTL, 1,
|
||||
[Defined if you need to use ioctl(FIONBIO) instead a fcntl call to make non-blocking.])
|
||||
|
||||
6
lib/bind/configure
vendored
6
lib/bind/configure
vendored
@@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# From configure.in Revision: 1.104 .
|
||||
# From configure.in Revision: 1.105 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59.
|
||||
#
|
||||
@@ -23113,12 +23113,12 @@ case "$host" in
|
||||
*-sunos4*)
|
||||
PORT_NONBLOCK="#define PORT_NONBLOCK O_NDELAY"
|
||||
PORT_DIR="port/sunos";;
|
||||
*-solaris2.[01234]*)
|
||||
*-solaris2.[01234])
|
||||
BSD_COMP="#define BSD_COMP 1"
|
||||
SOLARIS_BITTYPES="#define NEED_SOLARIS_BITTYPES 1"
|
||||
USE_FIONBIO_IOCTL="#define USE_FIONBIO_IOCTL 1"
|
||||
PORT_DIR="port/solaris";;
|
||||
*-solaris2.5*)
|
||||
*-solaris2.5)
|
||||
BSD_COMP="#define BSD_COMP 1"
|
||||
SOLARIS_BITTYPES="#define NEED_SOLARIS_BITTYPES 1"
|
||||
PORT_DIR="port/solaris";;
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
AC_REVISION($Revision: 1.104 $)
|
||||
AC_REVISION($Revision: 1.105 $)
|
||||
|
||||
AC_INIT(resolv/herror.c)
|
||||
AC_PREREQ(2.13)
|
||||
@@ -1025,12 +1025,12 @@ case "$host" in
|
||||
*-sunos4*)
|
||||
PORT_NONBLOCK="#define PORT_NONBLOCK O_NDELAY"
|
||||
PORT_DIR="port/sunos";;
|
||||
*-solaris2.[[01234]]*)
|
||||
*-solaris2.[[01234]])
|
||||
BSD_COMP="#define BSD_COMP 1"
|
||||
SOLARIS_BITTYPES="#define NEED_SOLARIS_BITTYPES 1"
|
||||
USE_FIONBIO_IOCTL="#define USE_FIONBIO_IOCTL 1"
|
||||
PORT_DIR="port/solaris";;
|
||||
*-solaris2.5*)
|
||||
*-solaris2.5)
|
||||
BSD_COMP="#define BSD_COMP 1"
|
||||
SOLARIS_BITTYPES="#define NEED_SOLARIS_BITTYPES 1"
|
||||
PORT_DIR="port/solaris";;
|
||||
|
||||
Reference in New Issue
Block a user