Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
635
Issues
635
List
Boards
Labels
Service Desk
Milestones
Merge Requests
107
Merge Requests
107
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
bf8eeb36
Commit
bf8eeb36
authored
Jan 29, 2004
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regen
parent
774c3a62
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
8 deletions
+20
-8
config.h.in
config.h.in
+1
-1
configure
configure
+19
-7
No files found.
config.h.in
View file @
bf8eeb36
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
*/
/* $Id: config.h.in,v 1.5
8 2004/01/29 04:39:18
marka Exp $ */
/* $Id: config.h.in,v 1.5
9 2004/01/29 05:02:59
marka Exp $ */
/***
/***
*** This file is not to be included by any public header files, because
*** This file is not to be included by any public header files, because
...
...
configure
View file @
bf8eeb36
#! /bin/sh
#! /bin/sh
# From configure.in Revision: 1.35
0
.
# From configure.in Revision: 1.35
1
.
# Guess values for system-dependent variables and create Makefiles.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
# Generated by GNU Autoconf 2.53.
#
#
...
@@ -2706,14 +2706,26 @@ if test "$ac_env_CFLAGS_set" != set -a "X$GCC" = "Xyes"; then
...
@@ -2706,14 +2706,26 @@ if test "$ac_env_CFLAGS_set" != set -a "X$GCC" = "Xyes"; then
fi
fi
#
#
# OSF 5.0: recv/send are only avaliable with -D_POSIX_PII_SOCKET or
# OS dependent CC flags
# -D_XOPEN_SOURCE_EXTENDED.
#
#
case "$host" in
case "$host" in
# OSF 5.0: recv/send are only avaliable with -D_POSIX_PII_SOCKET or
# -D_XOPEN_SOURCE_EXTENDED.
*-dec-osf*)
*-dec-osf*)
STD_CDEFINES="$STD_CDEFINES -D_POSIX_PII_SOCKET"
STD_CDEFINES="$STD_CDEFINES -D_POSIX_PII_SOCKET"
CPPFLAGS="$CPPFLAGS -D_POSIX_PII_SOCKET"
CPPFLAGS="$CPPFLAGS -D_POSIX_PII_SOCKET"
;;
;;
#HP-UX: need -D_XOPEN_SOURCE_EXTENDED and -lxnet for CMSG macros
*-hp-hpux*)
STD_CDEFINES="$STD_CDEFINES -D_XOPEN_SOURCE_EXTENDED"
CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE_EXTENDED"
LIBS="-lxnet $LIBS"
;;
# Solaris: need -D_XPG4_2 and -D__EXTENSIONS__ for CMSG macros
*-solaris*)
STD_CDEFINES="$STD_CDEFINES -D_XPG4_2 -D__EXTENSIONS__"
CPPFLAGS="$CPPFLAGS -D_XPG4_2 -D__EXTENSIONS__"
;;
esac
esac
...
@@ -7713,7 +7725,7 @@ test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
...
@@ -7713,7 +7725,7 @@ test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
case $host in
case $host in
*-*-irix6*)
*-*-irix6*)
# Find out which ABI we are using.
# Find out which ABI we are using.
echo '#line 77
16
"configure"' > conftest.$ac_ext
echo '#line 77
28
"configure"' > conftest.$ac_ext
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(eval $ac_compile) 2>&5
(eval $ac_compile) 2>&5
ac_status=$?
ac_status=$?
...
@@ -8263,7 +8275,7 @@ chmod -w .
...
@@ -8263,7 +8275,7 @@ chmod -w .
save_CFLAGS="$CFLAGS"
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
CFLAGS="$CFLAGS -o out/conftest2.$ac_objext"
compiler_c_o=no
compiler_c_o=no
if { (eval echo configure:82
66
: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
if { (eval echo configure:82
78
: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>out/conftest.err; } && test -s out/conftest2.$ac_objext; then
# The compiler can only warn and ignore the option if not recognized
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
# So say no if there are warnings
if test -s out/conftest.err; then
if test -s out/conftest.err; then
...
@@ -10130,7 +10142,7 @@ else
...
@@ -10130,7 +10142,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
cat > conftest.$ac_ext <<EOF
#line 101
33
"configure"
#line 101
45
"configure"
#include "confdefs.h"
#include "confdefs.h"
#if HAVE_DLFCN_H
#if HAVE_DLFCN_H
...
@@ -10228,7 +10240,7 @@ else
...
@@ -10228,7 +10240,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<EOF
cat > conftest.$ac_ext <<EOF
#line 102
31
"configure"
#line 102
43
"configure"
#include "confdefs.h"
#include "confdefs.h"
#if HAVE_DLFCN_H
#if HAVE_DLFCN_H
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment