mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Add HAVE_LONG_LONG
This commit is contained in:
parent
ea57395f82
commit
55093034c6
285
configure
vendored
285
configure
vendored
@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
# from OpenLDAP: pkg/ldap/configure.in,v 1.479 2003/05/31 00:54:06 kurt Exp
|
# from OpenLDAP: pkg/ldap/configure.in,v 1.480 2003/06/21 16:46:20 kurt Exp
|
||||||
|
|
||||||
# Copyright 1998-2003 The OpenLDAP Foundation. All Rights Reserved.
|
# Copyright 1998-2003 The OpenLDAP Foundation. All Rights Reserved.
|
||||||
#
|
#
|
||||||
@ -21016,13 +21016,48 @@ EOF
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
echo $ac_n "checking long long""... $ac_c" 1>&6
|
||||||
|
echo "configure:21022: checking long long" >&5
|
||||||
|
if eval "test \"\${ol_cv_type_long_long+set}\" = set"; then
|
||||||
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
|
else
|
||||||
|
|
||||||
|
cat > conftest.$ac_ext <<EOF
|
||||||
|
#line 21028 "configure"
|
||||||
|
#include "confdefs.h"
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
long long x;
|
||||||
|
; return 0; }
|
||||||
|
EOF
|
||||||
|
if { (eval echo configure:21035: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
|
rm -rf conftest*
|
||||||
|
ol_cv_type_long_long=yes
|
||||||
|
else
|
||||||
|
echo "configure: failed program was:" >&5
|
||||||
|
cat conftest.$ac_ext >&5
|
||||||
|
rm -rf conftest*
|
||||||
|
ol_cv_type_long_long=no
|
||||||
|
fi
|
||||||
|
rm -f conftest*
|
||||||
|
fi
|
||||||
|
|
||||||
|
echo "$ac_t""$ol_cv_type_long_long" 1>&6
|
||||||
|
if test $ol_cv_type_long_long = yes; then
|
||||||
|
cat >> confdefs.h <<\EOF
|
||||||
|
#define HAVE_LONG_LONG 1
|
||||||
|
EOF
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
|
echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
|
||||||
echo "configure:21021: checking for ANSI C header files" >&5
|
echo "configure:21056: checking for ANSI C header files" >&5
|
||||||
if eval "test \"\${ac_cv_header_stdc+set}\" = set"; then
|
if eval "test \"\${ac_cv_header_stdc+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21026 "configure"
|
#line 21061 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
@ -21030,7 +21065,7 @@ else
|
|||||||
#include <float.h>
|
#include <float.h>
|
||||||
EOF
|
EOF
|
||||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||||
{ (eval echo configure:21034: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
{ (eval echo configure:21069: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||||
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
||||||
if test -z "$ac_err"; then
|
if test -z "$ac_err"; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
@ -21047,7 +21082,7 @@ rm -f conftest*
|
|||||||
if test $ac_cv_header_stdc = yes; then
|
if test $ac_cv_header_stdc = yes; then
|
||||||
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
|
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21051 "configure"
|
#line 21086 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
EOF
|
EOF
|
||||||
@ -21065,7 +21100,7 @@ fi
|
|||||||
if test $ac_cv_header_stdc = yes; then
|
if test $ac_cv_header_stdc = yes; then
|
||||||
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
|
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21069 "configure"
|
#line 21104 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
EOF
|
EOF
|
||||||
@ -21086,7 +21121,7 @@ if test "$cross_compiling" = yes; then
|
|||||||
:
|
:
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21090 "configure"
|
#line 21125 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#if ((' ' & 0x0FF) == 0x020)
|
#if ((' ' & 0x0FF) == 0x020)
|
||||||
@ -21104,7 +21139,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
|
|||||||
exit (0); }
|
exit (0); }
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:21108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
if { (eval echo configure:21143: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
||||||
then
|
then
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
@ -21128,12 +21163,12 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo $ac_n "checking for mode_t""... $ac_c" 1>&6
|
echo $ac_n "checking for mode_t""... $ac_c" 1>&6
|
||||||
echo "configure:21132: checking for mode_t" >&5
|
echo "configure:21167: checking for mode_t" >&5
|
||||||
if eval "test \"\${ac_cv_type_mode_t+set}\" = set"; then
|
if eval "test \"\${ac_cv_type_mode_t+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21137 "configure"
|
#line 21172 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#if STDC_HEADERS
|
#if STDC_HEADERS
|
||||||
@ -21164,12 +21199,12 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo $ac_n "checking for off_t""... $ac_c" 1>&6
|
echo $ac_n "checking for off_t""... $ac_c" 1>&6
|
||||||
echo "configure:21168: checking for off_t" >&5
|
echo "configure:21203: checking for off_t" >&5
|
||||||
if eval "test \"\${ac_cv_type_off_t+set}\" = set"; then
|
if eval "test \"\${ac_cv_type_off_t+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21173 "configure"
|
#line 21208 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#if STDC_HEADERS
|
#if STDC_HEADERS
|
||||||
@ -21200,12 +21235,12 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo $ac_n "checking for pid_t""... $ac_c" 1>&6
|
echo $ac_n "checking for pid_t""... $ac_c" 1>&6
|
||||||
echo "configure:21204: checking for pid_t" >&5
|
echo "configure:21239: checking for pid_t" >&5
|
||||||
if eval "test \"\${ac_cv_type_pid_t+set}\" = set"; then
|
if eval "test \"\${ac_cv_type_pid_t+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21209 "configure"
|
#line 21244 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#if STDC_HEADERS
|
#if STDC_HEADERS
|
||||||
@ -21236,19 +21271,19 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo $ac_n "checking for ptrdiff_t""... $ac_c" 1>&6
|
echo $ac_n "checking for ptrdiff_t""... $ac_c" 1>&6
|
||||||
echo "configure:21240: checking for ptrdiff_t" >&5
|
echo "configure:21275: checking for ptrdiff_t" >&5
|
||||||
if eval "test \"\${am_cv_type_ptrdiff_t+set}\" = set"; then
|
if eval "test \"\${am_cv_type_ptrdiff_t+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21245 "configure"
|
#line 21280 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
int main() {
|
int main() {
|
||||||
ptrdiff_t p
|
ptrdiff_t p
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:21252: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:21287: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
am_cv_type_ptrdiff_t=yes
|
am_cv_type_ptrdiff_t=yes
|
||||||
else
|
else
|
||||||
@ -21269,12 +21304,12 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
|
echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
|
||||||
echo "configure:21273: checking return type of signal handlers" >&5
|
echo "configure:21308: checking return type of signal handlers" >&5
|
||||||
if eval "test \"\${ac_cv_type_signal+set}\" = set"; then
|
if eval "test \"\${ac_cv_type_signal+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21278 "configure"
|
#line 21313 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
@ -21291,7 +21326,7 @@ int main() {
|
|||||||
int i;
|
int i;
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:21295: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:21330: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
ac_cv_type_signal=void
|
ac_cv_type_signal=void
|
||||||
else
|
else
|
||||||
@ -21310,12 +21345,12 @@ EOF
|
|||||||
|
|
||||||
|
|
||||||
echo $ac_n "checking for size_t""... $ac_c" 1>&6
|
echo $ac_n "checking for size_t""... $ac_c" 1>&6
|
||||||
echo "configure:21314: checking for size_t" >&5
|
echo "configure:21349: checking for size_t" >&5
|
||||||
if eval "test \"\${ac_cv_type_size_t+set}\" = set"; then
|
if eval "test \"\${ac_cv_type_size_t+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21319 "configure"
|
#line 21354 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#if STDC_HEADERS
|
#if STDC_HEADERS
|
||||||
@ -21347,12 +21382,12 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
echo $ac_n "checking for ssize_t""... $ac_c" 1>&6
|
echo $ac_n "checking for ssize_t""... $ac_c" 1>&6
|
||||||
echo "configure:21351: checking for ssize_t" >&5
|
echo "configure:21386: checking for ssize_t" >&5
|
||||||
if eval "test \"\${ac_cv_type_ssize_t+set}\" = set"; then
|
if eval "test \"\${ac_cv_type_ssize_t+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21356 "configure"
|
#line 21391 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#if STDC_HEADERS
|
#if STDC_HEADERS
|
||||||
@ -21383,12 +21418,12 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo $ac_n "checking for caddr_t""... $ac_c" 1>&6
|
echo $ac_n "checking for caddr_t""... $ac_c" 1>&6
|
||||||
echo "configure:21387: checking for caddr_t" >&5
|
echo "configure:21422: checking for caddr_t" >&5
|
||||||
if eval "test \"\${ac_cv_type_caddr_t+set}\" = set"; then
|
if eval "test \"\${ac_cv_type_caddr_t+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21392 "configure"
|
#line 21427 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#if STDC_HEADERS
|
#if STDC_HEADERS
|
||||||
@ -21420,12 +21455,12 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
echo $ac_n "checking for socklen_t""... $ac_c" 1>&6
|
echo $ac_n "checking for socklen_t""... $ac_c" 1>&6
|
||||||
echo "configure:21424: checking for socklen_t" >&5
|
echo "configure:21459: checking for socklen_t" >&5
|
||||||
if eval "test \"\${ol_cv_type_socklen_t+set}\" = set"; then
|
if eval "test \"\${ol_cv_type_socklen_t+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21429 "configure"
|
#line 21464 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#ifdef HAVE_SYS_TYPES_H
|
#ifdef HAVE_SYS_TYPES_H
|
||||||
@ -21439,7 +21474,7 @@ int main() {
|
|||||||
socklen_t len;
|
socklen_t len;
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:21443: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:21478: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
ol_cv_type_socklen_t=yes
|
ol_cv_type_socklen_t=yes
|
||||||
else
|
else
|
||||||
@ -21460,12 +21495,12 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo $ac_n "checking for member st_blksize in aggregate type struct stat""... $ac_c" 1>&6
|
echo $ac_n "checking for member st_blksize in aggregate type struct stat""... $ac_c" 1>&6
|
||||||
echo "configure:21464: checking for member st_blksize in aggregate type struct stat" >&5
|
echo "configure:21499: checking for member st_blksize in aggregate type struct stat" >&5
|
||||||
if eval "test \"\${ac_cv_c_struct_member_st_blksize+set}\" = set"; then
|
if eval "test \"\${ac_cv_c_struct_member_st_blksize+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21469 "configure"
|
#line 21504 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
@ -21473,7 +21508,7 @@ int main() {
|
|||||||
struct stat foo; foo.st_blksize;
|
struct stat foo; foo.st_blksize;
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:21477: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:21512: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
ac_cv_c_struct_member_st_blksize=yes
|
ac_cv_c_struct_member_st_blksize=yes
|
||||||
else
|
else
|
||||||
@ -21495,12 +21530,12 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
|
echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
|
||||||
echo "configure:21499: checking whether time.h and sys/time.h may both be included" >&5
|
echo "configure:21534: checking whether time.h and sys/time.h may both be included" >&5
|
||||||
if eval "test \"\${ac_cv_header_time+set}\" = set"; then
|
if eval "test \"\${ac_cv_header_time+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21504 "configure"
|
#line 21539 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
@ -21509,7 +21544,7 @@ int main() {
|
|||||||
struct tm *tp;
|
struct tm *tp;
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:21513: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:21548: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
ac_cv_header_time=yes
|
ac_cv_header_time=yes
|
||||||
else
|
else
|
||||||
@ -21530,12 +21565,12 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
|
echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
|
||||||
echo "configure:21534: checking whether struct tm is in sys/time.h or time.h" >&5
|
echo "configure:21569: checking whether struct tm is in sys/time.h or time.h" >&5
|
||||||
if eval "test \"\${ac_cv_struct_tm+set}\" = set"; then
|
if eval "test \"\${ac_cv_struct_tm+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21539 "configure"
|
#line 21574 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
@ -21543,7 +21578,7 @@ int main() {
|
|||||||
struct tm *tp; tp->tm_sec;
|
struct tm *tp; tp->tm_sec;
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:21547: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:21582: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
ac_cv_struct_tm=time.h
|
ac_cv_struct_tm=time.h
|
||||||
else
|
else
|
||||||
@ -21564,12 +21599,12 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
|
echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
|
||||||
echo "configure:21568: checking for uid_t in sys/types.h" >&5
|
echo "configure:21603: checking for uid_t in sys/types.h" >&5
|
||||||
if eval "test \"\${ac_cv_type_uid_t+set}\" = set"; then
|
if eval "test \"\${ac_cv_type_uid_t+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21573 "configure"
|
#line 21608 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
EOF
|
EOF
|
||||||
@ -21598,19 +21633,19 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo $ac_n "checking for sig_atomic_t""... $ac_c" 1>&6
|
echo $ac_n "checking for sig_atomic_t""... $ac_c" 1>&6
|
||||||
echo "configure:21602: checking for sig_atomic_t" >&5
|
echo "configure:21637: checking for sig_atomic_t" >&5
|
||||||
if eval "test \"\${ol_cv_type_sig_atomic_t+set}\" = set"; then
|
if eval "test \"\${ol_cv_type_sig_atomic_t+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21607 "configure"
|
#line 21642 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
int main() {
|
int main() {
|
||||||
sig_atomic_t atomic;
|
sig_atomic_t atomic;
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:21614: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:21649: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
ol_cv_type_sig_atomic_t=yes
|
ol_cv_type_sig_atomic_t=yes
|
||||||
else
|
else
|
||||||
@ -21634,13 +21669,13 @@ EOF
|
|||||||
|
|
||||||
# test for pw_gecos in struct passwd
|
# test for pw_gecos in struct passwd
|
||||||
echo $ac_n "checking struct passwd for pw_gecos""... $ac_c" 1>&6
|
echo $ac_n "checking struct passwd for pw_gecos""... $ac_c" 1>&6
|
||||||
echo "configure:21638: checking struct passwd for pw_gecos" >&5
|
echo "configure:21673: checking struct passwd for pw_gecos" >&5
|
||||||
if eval "test \"\${ol_cv_struct_passwd_pw_gecos+set}\" = set"; then
|
if eval "test \"\${ol_cv_struct_passwd_pw_gecos+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21644 "configure"
|
#line 21679 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
int main() {
|
int main() {
|
||||||
@ -21650,7 +21685,7 @@ int main() {
|
|||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:21654: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:21689: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
ol_cv_struct_passwd_pw_gecos=yes
|
ol_cv_struct_passwd_pw_gecos=yes
|
||||||
else
|
else
|
||||||
@ -21672,13 +21707,13 @@ fi
|
|||||||
|
|
||||||
# test for pw_passwd in struct passwd
|
# test for pw_passwd in struct passwd
|
||||||
echo $ac_n "checking struct passwd for pw_passwd""... $ac_c" 1>&6
|
echo $ac_n "checking struct passwd for pw_passwd""... $ac_c" 1>&6
|
||||||
echo "configure:21676: checking struct passwd for pw_passwd" >&5
|
echo "configure:21711: checking struct passwd for pw_passwd" >&5
|
||||||
if eval "test \"\${ol_cv_struct_passwd_pw_passwd+set}\" = set"; then
|
if eval "test \"\${ol_cv_struct_passwd_pw_passwd+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21682 "configure"
|
#line 21717 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
int main() {
|
int main() {
|
||||||
@ -21688,7 +21723,7 @@ int main() {
|
|||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:21692: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:21727: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
ol_cv_struct_passwd_pw_passwd=yes
|
ol_cv_struct_passwd_pw_passwd=yes
|
||||||
else
|
else
|
||||||
@ -21710,7 +21745,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
echo $ac_n "checking if toupper() requires islower()""... $ac_c" 1>&6
|
echo $ac_n "checking if toupper() requires islower()""... $ac_c" 1>&6
|
||||||
echo "configure:21714: checking if toupper() requires islower()" >&5
|
echo "configure:21749: checking if toupper() requires islower()" >&5
|
||||||
if eval "test \"\${ol_cv_c_upper_lower+set}\" = set"; then
|
if eval "test \"\${ol_cv_c_upper_lower+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
@ -21719,7 +21754,7 @@ else
|
|||||||
ol_cv_c_upper_lower=safe
|
ol_cv_c_upper_lower=safe
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21723 "configure"
|
#line 21758 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
@ -21731,7 +21766,7 @@ main()
|
|||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:21735: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
if { (eval echo configure:21770: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
||||||
then
|
then
|
||||||
ol_cv_c_upper_lower=no
|
ol_cv_c_upper_lower=no
|
||||||
else
|
else
|
||||||
@ -21754,12 +21789,12 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo $ac_n "checking for working const""... $ac_c" 1>&6
|
echo $ac_n "checking for working const""... $ac_c" 1>&6
|
||||||
echo "configure:21758: checking for working const" >&5
|
echo "configure:21793: checking for working const" >&5
|
||||||
if eval "test \"\${ac_cv_c_const+set}\" = set"; then
|
if eval "test \"\${ac_cv_c_const+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21763 "configure"
|
#line 21798 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
@ -21808,7 +21843,7 @@ ccp = (char const *const *) p;
|
|||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:21812: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:21847: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
ac_cv_c_const=yes
|
ac_cv_c_const=yes
|
||||||
else
|
else
|
||||||
@ -21829,12 +21864,12 @@ EOF
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo $ac_n "checking if compiler understands volatile""... $ac_c" 1>&6
|
echo $ac_n "checking if compiler understands volatile""... $ac_c" 1>&6
|
||||||
echo "configure:21833: checking if compiler understands volatile" >&5
|
echo "configure:21868: checking if compiler understands volatile" >&5
|
||||||
if eval "test \"\${ol_cv_c_volatile+set}\" = set"; then
|
if eval "test \"\${ol_cv_c_volatile+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21838 "configure"
|
#line 21873 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
int x, y, z;
|
int x, y, z;
|
||||||
int main() {
|
int main() {
|
||||||
@ -21843,7 +21878,7 @@ volatile int a; int * volatile b = x ? &y : &z;
|
|||||||
*b = 0;
|
*b = 0;
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:21847: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:21882: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
ol_cv_c_volatile=yes
|
ol_cv_c_volatile=yes
|
||||||
else
|
else
|
||||||
@ -21873,14 +21908,14 @@ EOF
|
|||||||
|
|
||||||
else
|
else
|
||||||
echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
|
echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
|
||||||
echo "configure:21877: checking whether byte ordering is bigendian" >&5
|
echo "configure:21912: checking whether byte ordering is bigendian" >&5
|
||||||
if eval "test \"\${ac_cv_c_bigendian+set}\" = set"; then
|
if eval "test \"\${ac_cv_c_bigendian+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
ac_cv_c_bigendian=unknown
|
ac_cv_c_bigendian=unknown
|
||||||
# See if sys/param.h defines the BYTE_ORDER macro.
|
# See if sys/param.h defines the BYTE_ORDER macro.
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21884 "configure"
|
#line 21919 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
@ -21891,11 +21926,11 @@ int main() {
|
|||||||
#endif
|
#endif
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:21895: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:21930: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
# It does; now see whether it defined to BIG_ENDIAN or not.
|
# It does; now see whether it defined to BIG_ENDIAN or not.
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21899 "configure"
|
#line 21934 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
@ -21906,7 +21941,7 @@ int main() {
|
|||||||
#endif
|
#endif
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:21910: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:21945: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
ac_cv_c_bigendian=yes
|
ac_cv_c_bigendian=yes
|
||||||
else
|
else
|
||||||
@ -21926,7 +21961,7 @@ if test "$cross_compiling" = yes; then
|
|||||||
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
|
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21930 "configure"
|
#line 21965 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
main () {
|
main () {
|
||||||
/* Are we little or big endian? From Harbison&Steele. */
|
/* Are we little or big endian? From Harbison&Steele. */
|
||||||
@ -21939,7 +21974,7 @@ main () {
|
|||||||
exit (u.c[sizeof (long) - 1] == 1);
|
exit (u.c[sizeof (long) - 1] == 1);
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:21943: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
if { (eval echo configure:21978: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
||||||
then
|
then
|
||||||
ac_cv_c_bigendian=no
|
ac_cv_c_bigendian=no
|
||||||
else
|
else
|
||||||
@ -21965,13 +22000,13 @@ fi
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo $ac_n "checking size of short""... $ac_c" 1>&6
|
echo $ac_n "checking size of short""... $ac_c" 1>&6
|
||||||
echo "configure:21969: checking size of short" >&5
|
echo "configure:22004: checking size of short" >&5
|
||||||
if eval "test \"\${ac_cv_sizeof_short+set}\" = set"; then
|
if eval "test \"\${ac_cv_sizeof_short+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
for ac_size in 4 8 1 2 16 ; do # List sizes in rough order of prevalence.
|
for ac_size in 4 8 1 2 16 ; do # List sizes in rough order of prevalence.
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 21975 "configure"
|
#line 22010 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
@ -21981,7 +22016,7 @@ int main() {
|
|||||||
switch (0) case 0: case (sizeof (short) == $ac_size):;
|
switch (0) case 0: case (sizeof (short) == $ac_size):;
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:21985: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:22020: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
ac_cv_sizeof_short=$ac_size
|
ac_cv_sizeof_short=$ac_size
|
||||||
else
|
else
|
||||||
@ -22004,13 +22039,13 @@ EOF
|
|||||||
|
|
||||||
|
|
||||||
echo $ac_n "checking size of int""... $ac_c" 1>&6
|
echo $ac_n "checking size of int""... $ac_c" 1>&6
|
||||||
echo "configure:22008: checking size of int" >&5
|
echo "configure:22043: checking size of int" >&5
|
||||||
if eval "test \"\${ac_cv_sizeof_int+set}\" = set"; then
|
if eval "test \"\${ac_cv_sizeof_int+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
for ac_size in 4 8 1 2 16 ; do # List sizes in rough order of prevalence.
|
for ac_size in 4 8 1 2 16 ; do # List sizes in rough order of prevalence.
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 22014 "configure"
|
#line 22049 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
@ -22020,7 +22055,7 @@ int main() {
|
|||||||
switch (0) case 0: case (sizeof (int) == $ac_size):;
|
switch (0) case 0: case (sizeof (int) == $ac_size):;
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:22024: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:22059: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
ac_cv_sizeof_int=$ac_size
|
ac_cv_sizeof_int=$ac_size
|
||||||
else
|
else
|
||||||
@ -22043,13 +22078,13 @@ EOF
|
|||||||
|
|
||||||
|
|
||||||
echo $ac_n "checking size of long""... $ac_c" 1>&6
|
echo $ac_n "checking size of long""... $ac_c" 1>&6
|
||||||
echo "configure:22047: checking size of long" >&5
|
echo "configure:22082: checking size of long" >&5
|
||||||
if eval "test \"\${ac_cv_sizeof_long+set}\" = set"; then
|
if eval "test \"\${ac_cv_sizeof_long+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
for ac_size in 4 8 1 2 16 ; do # List sizes in rough order of prevalence.
|
for ac_size in 4 8 1 2 16 ; do # List sizes in rough order of prevalence.
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 22053 "configure"
|
#line 22088 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
@ -22059,7 +22094,7 @@ int main() {
|
|||||||
switch (0) case 0: case (sizeof (long) == $ac_size):;
|
switch (0) case 0: case (sizeof (long) == $ac_size):;
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:22063: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:22098: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
ac_cv_sizeof_long=$ac_size
|
ac_cv_sizeof_long=$ac_size
|
||||||
else
|
else
|
||||||
@ -22110,7 +22145,7 @@ EOF
|
|||||||
|
|
||||||
|
|
||||||
echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
|
echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
|
||||||
echo "configure:22114: checking for 8-bit clean memcmp" >&5
|
echo "configure:22149: checking for 8-bit clean memcmp" >&5
|
||||||
if eval "test \"\${ac_cv_func_memcmp_clean+set}\" = set"; then
|
if eval "test \"\${ac_cv_func_memcmp_clean+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
@ -22118,7 +22153,7 @@ else
|
|||||||
ac_cv_func_memcmp_clean=no
|
ac_cv_func_memcmp_clean=no
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 22122 "configure"
|
#line 22157 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
main()
|
main()
|
||||||
@ -22128,7 +22163,7 @@ main()
|
|||||||
}
|
}
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:22132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
if { (eval echo configure:22167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
||||||
then
|
then
|
||||||
ac_cv_func_memcmp_clean=yes
|
ac_cv_func_memcmp_clean=yes
|
||||||
else
|
else
|
||||||
@ -22146,12 +22181,12 @@ echo "$ac_t""$ac_cv_func_memcmp_clean" 1>&6
|
|||||||
test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.${ac_objext}"
|
test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.${ac_objext}"
|
||||||
|
|
||||||
echo $ac_n "checking for strftime""... $ac_c" 1>&6
|
echo $ac_n "checking for strftime""... $ac_c" 1>&6
|
||||||
echo "configure:22150: checking for strftime" >&5
|
echo "configure:22185: checking for strftime" >&5
|
||||||
if eval "test \"\${ac_cv_func_strftime+set}\" = set"; then
|
if eval "test \"\${ac_cv_func_strftime+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 22155 "configure"
|
#line 22190 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
/* System header to define __stub macros and hopefully few prototypes,
|
/* System header to define __stub macros and hopefully few prototypes,
|
||||||
which can conflict with char strftime(); below. */
|
which can conflict with char strftime(); below. */
|
||||||
@ -22175,7 +22210,7 @@ f = strftime;
|
|||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:22179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:22214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
eval "ac_cv_func_strftime=yes"
|
eval "ac_cv_func_strftime=yes"
|
||||||
else
|
else
|
||||||
@ -22197,7 +22232,7 @@ else
|
|||||||
echo "$ac_t""no" 1>&6
|
echo "$ac_t""no" 1>&6
|
||||||
# strftime is in -lintl on SCO UNIX.
|
# strftime is in -lintl on SCO UNIX.
|
||||||
echo $ac_n "checking for strftime in -lintl""... $ac_c" 1>&6
|
echo $ac_n "checking for strftime in -lintl""... $ac_c" 1>&6
|
||||||
echo "configure:22201: checking for strftime in -lintl" >&5
|
echo "configure:22236: checking for strftime in -lintl" >&5
|
||||||
ac_lib_var=`echo intl'_'strftime | sed 'y%./+-:%__p__%'`
|
ac_lib_var=`echo intl'_'strftime | sed 'y%./+-:%__p__%'`
|
||||||
if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
|
if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
@ -22205,7 +22240,7 @@ else
|
|||||||
ac_save_LIBS="$LIBS"
|
ac_save_LIBS="$LIBS"
|
||||||
LIBS="-lintl $LIBS"
|
LIBS="-lintl $LIBS"
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 22209 "configure"
|
#line 22244 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
/* Override any gcc2 internal prototype to avoid an error. */
|
/* Override any gcc2 internal prototype to avoid an error. */
|
||||||
/* We use char because int might match the return type of a gcc2
|
/* We use char because int might match the return type of a gcc2
|
||||||
@ -22216,7 +22251,7 @@ int main() {
|
|||||||
strftime()
|
strftime()
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:22220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:22255: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
eval "ac_cv_lib_$ac_lib_var=yes"
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
||||||
else
|
else
|
||||||
@ -22244,12 +22279,12 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
echo $ac_n "checking for inet_aton()""... $ac_c" 1>&6
|
echo $ac_n "checking for inet_aton()""... $ac_c" 1>&6
|
||||||
echo "configure:22248: checking for inet_aton()" >&5
|
echo "configure:22283: checking for inet_aton()" >&5
|
||||||
if eval "test \"\${ol_cv_func_inet_aton+set}\" = set"; then
|
if eval "test \"\${ol_cv_func_inet_aton+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 22253 "configure"
|
#line 22288 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#ifdef HAVE_SYS_TYPES_H
|
#ifdef HAVE_SYS_TYPES_H
|
||||||
@ -22271,7 +22306,7 @@ struct in_addr in;
|
|||||||
int rc = inet_aton( "255.255.255.255", &in );
|
int rc = inet_aton( "255.255.255.255", &in );
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:22275: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:22310: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
ol_cv_func_inet_aton=yes
|
ol_cv_func_inet_aton=yes
|
||||||
else
|
else
|
||||||
@ -22293,12 +22328,12 @@ EOF
|
|||||||
|
|
||||||
|
|
||||||
echo $ac_n "checking for _spawnlp""... $ac_c" 1>&6
|
echo $ac_n "checking for _spawnlp""... $ac_c" 1>&6
|
||||||
echo "configure:22297: checking for _spawnlp" >&5
|
echo "configure:22332: checking for _spawnlp" >&5
|
||||||
if eval "test \"\${ac_cv_func__spawnlp+set}\" = set"; then
|
if eval "test \"\${ac_cv_func__spawnlp+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 22302 "configure"
|
#line 22337 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
/* System header to define __stub macros and hopefully few prototypes,
|
/* System header to define __stub macros and hopefully few prototypes,
|
||||||
which can conflict with char _spawnlp(); below. */
|
which can conflict with char _spawnlp(); below. */
|
||||||
@ -22322,7 +22357,7 @@ f = _spawnlp;
|
|||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:22326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:22361: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
eval "ac_cv_func__spawnlp=yes"
|
eval "ac_cv_func__spawnlp=yes"
|
||||||
else
|
else
|
||||||
@ -22346,12 +22381,12 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
echo $ac_n "checking for _snprintf""... $ac_c" 1>&6
|
echo $ac_n "checking for _snprintf""... $ac_c" 1>&6
|
||||||
echo "configure:22350: checking for _snprintf" >&5
|
echo "configure:22385: checking for _snprintf" >&5
|
||||||
if eval "test \"\${ac_cv_func__snprintf+set}\" = set"; then
|
if eval "test \"\${ac_cv_func__snprintf+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 22355 "configure"
|
#line 22390 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
/* System header to define __stub macros and hopefully few prototypes,
|
/* System header to define __stub macros and hopefully few prototypes,
|
||||||
which can conflict with char _snprintf(); below. */
|
which can conflict with char _snprintf(); below. */
|
||||||
@ -22375,7 +22410,7 @@ f = _snprintf;
|
|||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:22379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:22414: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
eval "ac_cv_func__snprintf=yes"
|
eval "ac_cv_func__snprintf=yes"
|
||||||
else
|
else
|
||||||
@ -22401,12 +22436,12 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
echo $ac_n "checking for _vsnprintf""... $ac_c" 1>&6
|
echo $ac_n "checking for _vsnprintf""... $ac_c" 1>&6
|
||||||
echo "configure:22405: checking for _vsnprintf" >&5
|
echo "configure:22440: checking for _vsnprintf" >&5
|
||||||
if eval "test \"\${ac_cv_func__vsnprintf+set}\" = set"; then
|
if eval "test \"\${ac_cv_func__vsnprintf+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 22410 "configure"
|
#line 22445 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
/* System header to define __stub macros and hopefully few prototypes,
|
/* System header to define __stub macros and hopefully few prototypes,
|
||||||
which can conflict with char _vsnprintf(); below. */
|
which can conflict with char _vsnprintf(); below. */
|
||||||
@ -22430,7 +22465,7 @@ f = _vsnprintf;
|
|||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:22434: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:22469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
eval "ac_cv_func__vsnprintf=yes"
|
eval "ac_cv_func__vsnprintf=yes"
|
||||||
else
|
else
|
||||||
@ -22456,12 +22491,12 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
echo $ac_n "checking for vprintf""... $ac_c" 1>&6
|
echo $ac_n "checking for vprintf""... $ac_c" 1>&6
|
||||||
echo "configure:22460: checking for vprintf" >&5
|
echo "configure:22495: checking for vprintf" >&5
|
||||||
if eval "test \"\${ac_cv_func_vprintf+set}\" = set"; then
|
if eval "test \"\${ac_cv_func_vprintf+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 22465 "configure"
|
#line 22500 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
/* System header to define __stub macros and hopefully few prototypes,
|
/* System header to define __stub macros and hopefully few prototypes,
|
||||||
which can conflict with char vprintf(); below. */
|
which can conflict with char vprintf(); below. */
|
||||||
@ -22485,7 +22520,7 @@ f = vprintf;
|
|||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:22489: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:22524: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
eval "ac_cv_func_vprintf=yes"
|
eval "ac_cv_func_vprintf=yes"
|
||||||
else
|
else
|
||||||
@ -22509,12 +22544,12 @@ fi
|
|||||||
|
|
||||||
if test "$ac_cv_func_vprintf" != yes; then
|
if test "$ac_cv_func_vprintf" != yes; then
|
||||||
echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
|
echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
|
||||||
echo "configure:22513: checking for _doprnt" >&5
|
echo "configure:22548: checking for _doprnt" >&5
|
||||||
if eval "test \"\${ac_cv_func__doprnt+set}\" = set"; then
|
if eval "test \"\${ac_cv_func__doprnt+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 22518 "configure"
|
#line 22553 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
/* System header to define __stub macros and hopefully few prototypes,
|
/* System header to define __stub macros and hopefully few prototypes,
|
||||||
which can conflict with char _doprnt(); below. */
|
which can conflict with char _doprnt(); below. */
|
||||||
@ -22538,7 +22573,7 @@ f = _doprnt;
|
|||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:22542: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:22577: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
eval "ac_cv_func__doprnt=yes"
|
eval "ac_cv_func__doprnt=yes"
|
||||||
else
|
else
|
||||||
@ -22567,12 +22602,12 @@ if test $ac_cv_func_vprintf = yes ; then
|
|||||||
for ac_func in snprintf vsnprintf
|
for ac_func in snprintf vsnprintf
|
||||||
do
|
do
|
||||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||||
echo "configure:22571: checking for $ac_func" >&5
|
echo "configure:22606: checking for $ac_func" >&5
|
||||||
if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then
|
if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 22576 "configure"
|
#line 22611 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
/* System header to define __stub macros and hopefully few prototypes,
|
/* System header to define __stub macros and hopefully few prototypes,
|
||||||
which can conflict with char $ac_func(); below. */
|
which can conflict with char $ac_func(); below. */
|
||||||
@ -22596,7 +22631,7 @@ f = $ac_func;
|
|||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:22600: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:22635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
eval "ac_cv_func_$ac_func=yes"
|
eval "ac_cv_func_$ac_func=yes"
|
||||||
else
|
else
|
||||||
@ -22679,12 +22714,12 @@ for ac_func in \
|
|||||||
|
|
||||||
do
|
do
|
||||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||||
echo "configure:22683: checking for $ac_func" >&5
|
echo "configure:22718: checking for $ac_func" >&5
|
||||||
if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then
|
if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 22688 "configure"
|
#line 22723 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
/* System header to define __stub macros and hopefully few prototypes,
|
/* System header to define __stub macros and hopefully few prototypes,
|
||||||
which can conflict with char $ac_func(); below. */
|
which can conflict with char $ac_func(); below. */
|
||||||
@ -22708,7 +22743,7 @@ f = $ac_func;
|
|||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:22712: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:22747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
eval "ac_cv_func_$ac_func=yes"
|
eval "ac_cv_func_$ac_func=yes"
|
||||||
else
|
else
|
||||||
@ -22736,12 +22771,12 @@ done
|
|||||||
for ac_func in getopt getpeereid
|
for ac_func in getopt getpeereid
|
||||||
do
|
do
|
||||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||||
echo "configure:22740: checking for $ac_func" >&5
|
echo "configure:22775: checking for $ac_func" >&5
|
||||||
if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then
|
if eval "test \"\${ac_cv_func_$ac_func+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 22745 "configure"
|
#line 22780 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
/* System header to define __stub macros and hopefully few prototypes,
|
/* System header to define __stub macros and hopefully few prototypes,
|
||||||
which can conflict with char $ac_func(); below. */
|
which can conflict with char $ac_func(); below. */
|
||||||
@ -22765,7 +22800,7 @@ f = $ac_func;
|
|||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:22769: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:22804: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
eval "ac_cv_func_$ac_func=yes"
|
eval "ac_cv_func_$ac_func=yes"
|
||||||
else
|
else
|
||||||
@ -22797,19 +22832,19 @@ if test "$ac_cv_func_getopt" != yes; then
|
|||||||
fi
|
fi
|
||||||
if test "$ac_cv_func_getpeereid" != yes; then
|
if test "$ac_cv_func_getpeereid" != yes; then
|
||||||
echo $ac_n "checking for msg_accrights in msghdr""... $ac_c" 1>&6
|
echo $ac_n "checking for msg_accrights in msghdr""... $ac_c" 1>&6
|
||||||
echo "configure:22801: checking for msg_accrights in msghdr" >&5
|
echo "configure:22836: checking for msg_accrights in msghdr" >&5
|
||||||
if eval "test \"\${ol_cv_msghdr_msg_accrights+set}\" = set"; then
|
if eval "test \"\${ol_cv_msghdr_msg_accrights+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 22806 "configure"
|
#line 22841 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
int main() {
|
int main() {
|
||||||
struct msghdr m; m.msg_accrightslen=0
|
struct msghdr m; m.msg_accrightslen=0
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:22813: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:22848: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
ol_cv_msghdr_msg_accrights=yes
|
ol_cv_msghdr_msg_accrights=yes
|
||||||
else
|
else
|
||||||
@ -22849,13 +22884,13 @@ fi
|
|||||||
|
|
||||||
# Check Configuration
|
# Check Configuration
|
||||||
echo $ac_n "checking declaration of sys_errlist""... $ac_c" 1>&6
|
echo $ac_n "checking declaration of sys_errlist""... $ac_c" 1>&6
|
||||||
echo "configure:22853: checking declaration of sys_errlist" >&5
|
echo "configure:22888: checking declaration of sys_errlist" >&5
|
||||||
if eval "test \"\${ol_cv_dcl_sys_errlist+set}\" = set"; then
|
if eval "test \"\${ol_cv_dcl_sys_errlist+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 22859 "configure"
|
#line 22894 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@ -22868,7 +22903,7 @@ int main() {
|
|||||||
char *c = (char *) *sys_errlist
|
char *c = (char *) *sys_errlist
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:22872: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:22907: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
ol_cv_dcl_sys_errlist=yes
|
ol_cv_dcl_sys_errlist=yes
|
||||||
ol_cv_have_sys_errlist=yes
|
ol_cv_have_sys_errlist=yes
|
||||||
@ -22891,20 +22926,20 @@ EOF
|
|||||||
|
|
||||||
|
|
||||||
echo $ac_n "checking existence of sys_errlist""... $ac_c" 1>&6
|
echo $ac_n "checking existence of sys_errlist""... $ac_c" 1>&6
|
||||||
echo "configure:22895: checking existence of sys_errlist" >&5
|
echo "configure:22930: checking existence of sys_errlist" >&5
|
||||||
if eval "test \"\${ol_cv_have_sys_errlist+set}\" = set"; then
|
if eval "test \"\${ol_cv_have_sys_errlist+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 22901 "configure"
|
#line 22936 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
int main() {
|
int main() {
|
||||||
char *c = (char *) *sys_errlist
|
char *c = (char *) *sys_errlist
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:22908: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:22943: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
ol_cv_have_sys_errlist=yes
|
ol_cv_have_sys_errlist=yes
|
||||||
else
|
else
|
||||||
@ -22932,17 +22967,17 @@ if test "$ol_enable_slapi" != no ; then
|
|||||||
do
|
do
|
||||||
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
||||||
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
||||||
echo "configure:22936: checking for $ac_hdr" >&5
|
echo "configure:22971: checking for $ac_hdr" >&5
|
||||||
if eval "test \"\${ac_cv_header_$ac_safe+set}\" = set"; then
|
if eval "test \"\${ac_cv_header_$ac_safe+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 22941 "configure"
|
#line 22976 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <$ac_hdr>
|
#include <$ac_hdr>
|
||||||
EOF
|
EOF
|
||||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||||
{ (eval echo configure:22946: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
{ (eval echo configure:22981: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||||
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
||||||
if test -z "$ac_err"; then
|
if test -z "$ac_err"; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
@ -22973,7 +23008,7 @@ done
|
|||||||
{ echo "configure: error: could not locate <ltdl.h>" 1>&2; exit 1; }
|
{ echo "configure: error: could not locate <ltdl.h>" 1>&2; exit 1; }
|
||||||
fi
|
fi
|
||||||
echo $ac_n "checking for lt_dlinit in -lltdl""... $ac_c" 1>&6
|
echo $ac_n "checking for lt_dlinit in -lltdl""... $ac_c" 1>&6
|
||||||
echo "configure:22977: checking for lt_dlinit in -lltdl" >&5
|
echo "configure:23012: checking for lt_dlinit in -lltdl" >&5
|
||||||
ac_lib_var=`echo ltdl'_'lt_dlinit | sed 'y%./+-:%__p__%'`
|
ac_lib_var=`echo ltdl'_'lt_dlinit | sed 'y%./+-:%__p__%'`
|
||||||
if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
|
if eval "test \"\${ac_cv_lib_$ac_lib_var+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
@ -22981,7 +23016,7 @@ else
|
|||||||
ac_save_LIBS="$LIBS"
|
ac_save_LIBS="$LIBS"
|
||||||
LIBS="-lltdl $LIBS"
|
LIBS="-lltdl $LIBS"
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 22985 "configure"
|
#line 23020 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
/* Override any gcc2 internal prototype to avoid an error. */
|
/* Override any gcc2 internal prototype to avoid an error. */
|
||||||
/* We use char because int might match the return type of a gcc2
|
/* We use char because int might match the return type of a gcc2
|
||||||
@ -22992,7 +23027,7 @@ int main() {
|
|||||||
lt_dlinit()
|
lt_dlinit()
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:22996: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:23031: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
eval "ac_cv_lib_$ac_lib_var=yes"
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
||||||
else
|
else
|
||||||
|
10
configure.in
10
configure.in
@ -2340,6 +2340,16 @@ fi
|
|||||||
|
|
||||||
dnl ----------------------------------------------------------------
|
dnl ----------------------------------------------------------------
|
||||||
dnl Checks for typedefs, structures, and compiler characteristics.
|
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||||
|
|
||||||
|
dnl Checks for long long
|
||||||
|
AC_CACHE_CHECK([long long], ol_cv_type_long_long, [
|
||||||
|
AC_TRY_COMPILE([], [long long x;],
|
||||||
|
[ol_cv_type_long_long=yes],
|
||||||
|
[ol_cv_type_long_long=no])])
|
||||||
|
if test $ol_cv_type_long_long = yes; then
|
||||||
|
AC_DEFINE(HAVE_LONG_LONG, 1, [define if you have `long long'])
|
||||||
|
fi
|
||||||
|
|
||||||
AC_TYPE_MODE_T
|
AC_TYPE_MODE_T
|
||||||
AC_TYPE_OFF_T
|
AC_TYPE_OFF_T
|
||||||
AC_TYPE_PID_T
|
AC_TYPE_PID_T
|
||||||
|
@ -818,6 +818,9 @@
|
|||||||
/* define if you have -lslp */
|
/* define if you have -lslp */
|
||||||
#undef HAVE_SLP
|
#undef HAVE_SLP
|
||||||
|
|
||||||
|
/* define if you have `long long' */
|
||||||
|
#undef HAVE_LONG_LONG
|
||||||
|
|
||||||
/* Define to `int' if <sys/types.h> does not define. */
|
/* Define to `int' if <sys/types.h> does not define. */
|
||||||
#undef mode_t
|
#undef mode_t
|
||||||
|
|
||||||
|
@ -816,6 +816,9 @@
|
|||||||
/* define if you have -lslp */
|
/* define if you have -lslp */
|
||||||
/* #undef HAVE_SLP */
|
/* #undef HAVE_SLP */
|
||||||
|
|
||||||
|
/* define if you have `long long' */
|
||||||
|
#define HAVE_LONG_LONG 1
|
||||||
|
|
||||||
/* Define to `int' if <sys/types.h> does not define. */
|
/* Define to `int' if <sys/types.h> does not define. */
|
||||||
#define mode_t int
|
#define mode_t int
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user