configure revision 1.64
1#! /bin/sh 2# Guess values for system-dependent variables and create Makefiles. 3# Generated by Autoconf 2.52 for libnbcompat noversion. 4# 5# Report bugs to <lib-bug-people@NetBSD.org>. 6# 7# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 8# Free Software Foundation, Inc. 9# This configure script is free software; the Free Software Foundation 10# gives unlimited permission to copy, distribute and modify it. 11 12# Avoid depending upon Character Ranges. 13as_cr_letters='abcdefghijklmnopqrstuvwxyz' 14as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' 15as_cr_Letters=$as_cr_letters$as_cr_LETTERS 16as_cr_digits='0123456789' 17as_cr_alnum=$as_cr_Letters$as_cr_digits 18 19# Sed expression to map a string onto a valid variable name. 20as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g" 21 22# Sed expression to map a string onto a valid CPP name. 23as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g" 24 25# Be Bourne compatible 26if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 27 emulate sh 28 NULLCMD=: 29elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 30 set -o posix 31fi 32 33# Name of the executable. 34as_me=`echo "$0" |sed 's,.*[\\/],,'` 35 36if expr a : '\(a\)' >/dev/null 2>&1; then 37 as_expr=expr 38else 39 as_expr=false 40fi 41 42rm -f conf$$ conf$$.exe conf$$.file 43echo >conf$$.file 44if ln -s conf$$.file conf$$ 2>/dev/null; then 45 # We could just check for DJGPP; but this test a) works b) is more generic 46 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 47 if test -f conf$$.exe; then 48 # Don't use ln at all; we don't have any links 49 as_ln_s='cp -p' 50 else 51 as_ln_s='ln -s' 52 fi 53elif ln conf$$.file conf$$ 2>/dev/null; then 54 as_ln_s=ln 55else 56 as_ln_s='cp -p' 57fi 58rm -f conf$$ conf$$.exe conf$$.file 59 60as_executable_p="test -f" 61 62# Support unset when possible. 63if (FOO=FOO; unset FOO) >/dev/null 2>&1; then 64 as_unset=unset 65else 66 as_unset=false 67fi 68 69# NLS nuisances. 70$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; } 71$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; } 72$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; } 73$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; } 74$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; } 75$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; } 76$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; } 77$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; } 78 79# IFS 80# We need space, tab and new line, in precisely that order. 81as_nl=' 82' 83IFS=" $as_nl" 84 85# CDPATH. 86$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; } 87 88# Name of the host. 89# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, 90# so uname gets run too. 91ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` 92 93exec 6>&1 94 95# 96# Initializations. 97# 98ac_default_prefix=/usr/local 99cross_compiling=no 100subdirs= 101MFLAGS= MAKEFLAGS= 102SHELL=${CONFIG_SHELL-/bin/sh} 103 104# Maximum number of lines to put in a shell here document. 105# This variable seems obsolete. It should probably be removed, and 106# only ac_max_sed_lines should be used. 107: ${ac_max_here_lines=38} 108 109# Factoring default headers for most tests. 110ac_includes_default="\ 111#include <stdio.h> 112#if HAVE_SYS_TYPES_H 113# include <sys/types.h> 114#endif 115#if HAVE_SYS_STAT_H 116# include <sys/stat.h> 117#endif 118#if STDC_HEADERS 119# include <stdlib.h> 120# include <stddef.h> 121#else 122# if HAVE_STDLIB_H 123# include <stdlib.h> 124# endif 125#endif 126#if HAVE_STRING_H 127# if !STDC_HEADERS && HAVE_MEMORY_H 128# include <memory.h> 129# endif 130# include <string.h> 131#endif 132#if HAVE_STRINGS_H 133# include <strings.h> 134#endif 135#if HAVE_INTTYPES_H 136# include <inttypes.h> 137#else 138# if HAVE_STDINT_H 139# include <stdint.h> 140# endif 141#endif 142#if HAVE_UNISTD_H 143# include <unistd.h> 144#endif" 145 146# Initialize some variables set by options. 147ac_init_help= 148ac_init_version=false 149# The variables have the same names as the options, with 150# dashes changed to underlines. 151cache_file=/dev/null 152exec_prefix=NONE 153no_create= 154no_recursion= 155prefix=NONE 156program_prefix=NONE 157program_suffix=NONE 158program_transform_name=s,x,x, 159silent= 160site= 161srcdir= 162verbose= 163x_includes=NONE 164x_libraries=NONE 165 166# Installation directory options. 167# These are left unexpanded so users can "make install exec_prefix=/foo" 168# and all the variables that are supposed to be based on exec_prefix 169# by default will actually change. 170# Use braces instead of parens because sh, perl, etc. also accept them. 171bindir='${exec_prefix}/bin' 172sbindir='${exec_prefix}/sbin' 173libexecdir='${exec_prefix}/libexec' 174datadir='${prefix}/share' 175sysconfdir='${prefix}/etc' 176sharedstatedir='${prefix}/com' 177localstatedir='${prefix}/var' 178libdir='${exec_prefix}/lib' 179includedir='${prefix}/include' 180oldincludedir='/usr/include' 181infodir='${prefix}/info' 182mandir='${prefix}/man' 183 184# Identity of this package. 185PACKAGE_NAME='libnbcompat' 186PACKAGE_TARNAME='libnbcompat' 187PACKAGE_VERSION='noversion' 188PACKAGE_STRING='libnbcompat noversion' 189PACKAGE_BUGREPORT='lib-bug-people@NetBSD.org' 190 191ac_prev= 192for ac_option 193do 194 # If the previous option needs an argument, assign it. 195 if test -n "$ac_prev"; then 196 eval "$ac_prev=\$ac_option" 197 ac_prev= 198 continue 199 fi 200 201 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'` 202 203 # Accept the important Cygnus configure options, so we can diagnose typos. 204 205 case $ac_option in 206 207 -bindir | --bindir | --bindi | --bind | --bin | --bi) 208 ac_prev=bindir ;; 209 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) 210 bindir=$ac_optarg ;; 211 212 -build | --build | --buil | --bui | --bu) 213 ac_prev=build_alias ;; 214 -build=* | --build=* | --buil=* | --bui=* | --bu=*) 215 build_alias=$ac_optarg ;; 216 217 -cache-file | --cache-file | --cache-fil | --cache-fi \ 218 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) 219 ac_prev=cache_file ;; 220 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ 221 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) 222 cache_file=$ac_optarg ;; 223 224 --config-cache | -C) 225 cache_file=config.cache ;; 226 227 -datadir | --datadir | --datadi | --datad | --data | --dat | --da) 228 ac_prev=datadir ;; 229 -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \ 230 | --da=*) 231 datadir=$ac_optarg ;; 232 233 -disable-* | --disable-*) 234 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 235 # Reject names that are not valid shell variable names. 236 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 237 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 238 { (exit 1); exit 1; }; } 239 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 240 eval "enable_$ac_feature=no" ;; 241 242 -enable-* | --enable-*) 243 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 244 # Reject names that are not valid shell variable names. 245 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 246 { echo "$as_me: error: invalid feature name: $ac_feature" >&2 247 { (exit 1); exit 1; }; } 248 ac_feature=`echo $ac_feature | sed 's/-/_/g'` 249 case $ac_option in 250 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 251 *) ac_optarg=yes ;; 252 esac 253 eval "enable_$ac_feature='$ac_optarg'" ;; 254 255 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 256 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ 257 | --exec | --exe | --ex) 258 ac_prev=exec_prefix ;; 259 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ 260 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ 261 | --exec=* | --exe=* | --ex=*) 262 exec_prefix=$ac_optarg ;; 263 264 -gas | --gas | --ga | --g) 265 # Obsolete; use --with-gas. 266 with_gas=yes ;; 267 268 -help | --help | --hel | --he | -h) 269 ac_init_help=long ;; 270 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 271 ac_init_help=recursive ;; 272 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) 273 ac_init_help=short ;; 274 275 -host | --host | --hos | --ho) 276 ac_prev=host_alias ;; 277 -host=* | --host=* | --hos=* | --ho=*) 278 host_alias=$ac_optarg ;; 279 280 -includedir | --includedir | --includedi | --included | --include \ 281 | --includ | --inclu | --incl | --inc) 282 ac_prev=includedir ;; 283 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ 284 | --includ=* | --inclu=* | --incl=* | --inc=*) 285 includedir=$ac_optarg ;; 286 287 -infodir | --infodir | --infodi | --infod | --info | --inf) 288 ac_prev=infodir ;; 289 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) 290 infodir=$ac_optarg ;; 291 292 -libdir | --libdir | --libdi | --libd) 293 ac_prev=libdir ;; 294 -libdir=* | --libdir=* | --libdi=* | --libd=*) 295 libdir=$ac_optarg ;; 296 297 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ 298 | --libexe | --libex | --libe) 299 ac_prev=libexecdir ;; 300 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ 301 | --libexe=* | --libex=* | --libe=*) 302 libexecdir=$ac_optarg ;; 303 304 -localstatedir | --localstatedir | --localstatedi | --localstated \ 305 | --localstate | --localstat | --localsta | --localst \ 306 | --locals | --local | --loca | --loc | --lo) 307 ac_prev=localstatedir ;; 308 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ 309 | --localstate=* | --localstat=* | --localsta=* | --localst=* \ 310 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*) 311 localstatedir=$ac_optarg ;; 312 313 -mandir | --mandir | --mandi | --mand | --man | --ma | --m) 314 ac_prev=mandir ;; 315 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) 316 mandir=$ac_optarg ;; 317 318 -nfp | --nfp | --nf) 319 # Obsolete; use --without-fp. 320 with_fp=no ;; 321 322 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 323 | --no-cr | --no-c) 324 no_create=yes ;; 325 326 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 327 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) 328 no_recursion=yes ;; 329 330 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ 331 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ 332 | --oldin | --oldi | --old | --ol | --o) 333 ac_prev=oldincludedir ;; 334 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ 335 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ 336 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) 337 oldincludedir=$ac_optarg ;; 338 339 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) 340 ac_prev=prefix ;; 341 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) 342 prefix=$ac_optarg ;; 343 344 -program-prefix | --program-prefix | --program-prefi | --program-pref \ 345 | --program-pre | --program-pr | --program-p) 346 ac_prev=program_prefix ;; 347 -program-prefix=* | --program-prefix=* | --program-prefi=* \ 348 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) 349 program_prefix=$ac_optarg ;; 350 351 -program-suffix | --program-suffix | --program-suffi | --program-suff \ 352 | --program-suf | --program-su | --program-s) 353 ac_prev=program_suffix ;; 354 -program-suffix=* | --program-suffix=* | --program-suffi=* \ 355 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) 356 program_suffix=$ac_optarg ;; 357 358 -program-transform-name | --program-transform-name \ 359 | --program-transform-nam | --program-transform-na \ 360 | --program-transform-n | --program-transform- \ 361 | --program-transform | --program-transfor \ 362 | --program-transfo | --program-transf \ 363 | --program-trans | --program-tran \ 364 | --progr-tra | --program-tr | --program-t) 365 ac_prev=program_transform_name ;; 366 -program-transform-name=* | --program-transform-name=* \ 367 | --program-transform-nam=* | --program-transform-na=* \ 368 | --program-transform-n=* | --program-transform-=* \ 369 | --program-transform=* | --program-transfor=* \ 370 | --program-transfo=* | --program-transf=* \ 371 | --program-trans=* | --program-tran=* \ 372 | --progr-tra=* | --program-tr=* | --program-t=*) 373 program_transform_name=$ac_optarg ;; 374 375 -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 376 | -silent | --silent | --silen | --sile | --sil) 377 silent=yes ;; 378 379 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) 380 ac_prev=sbindir ;; 381 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ 382 | --sbi=* | --sb=*) 383 sbindir=$ac_optarg ;; 384 385 -sharedstatedir | --sharedstatedir | --sharedstatedi \ 386 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ 387 | --sharedst | --shareds | --shared | --share | --shar \ 388 | --sha | --sh) 389 ac_prev=sharedstatedir ;; 390 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ 391 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ 392 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ 393 | --sha=* | --sh=*) 394 sharedstatedir=$ac_optarg ;; 395 396 -site | --site | --sit) 397 ac_prev=site ;; 398 -site=* | --site=* | --sit=*) 399 site=$ac_optarg ;; 400 401 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) 402 ac_prev=srcdir ;; 403 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) 404 srcdir=$ac_optarg ;; 405 406 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ 407 | --syscon | --sysco | --sysc | --sys | --sy) 408 ac_prev=sysconfdir ;; 409 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ 410 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) 411 sysconfdir=$ac_optarg ;; 412 413 -target | --target | --targe | --targ | --tar | --ta | --t) 414 ac_prev=target_alias ;; 415 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 416 target_alias=$ac_optarg ;; 417 418 -v | -verbose | --verbose | --verbos | --verbo | --verb) 419 verbose=yes ;; 420 421 -version | --version | --versio | --versi | --vers | -V) 422 ac_init_version=: ;; 423 424 -with-* | --with-*) 425 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 426 # Reject names that are not valid shell variable names. 427 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 428 { echo "$as_me: error: invalid package name: $ac_package" >&2 429 { (exit 1); exit 1; }; } 430 ac_package=`echo $ac_package| sed 's/-/_/g'` 431 case $ac_option in 432 *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;; 433 *) ac_optarg=yes ;; 434 esac 435 eval "with_$ac_package='$ac_optarg'" ;; 436 437 -without-* | --without-*) 438 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 439 # Reject names that are not valid shell variable names. 440 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 441 { echo "$as_me: error: invalid package name: $ac_package" >&2 442 { (exit 1); exit 1; }; } 443 ac_package=`echo $ac_package | sed 's/-/_/g'` 444 eval "with_$ac_package=no" ;; 445 446 --x) 447 # Obsolete; use --with-x. 448 with_x=yes ;; 449 450 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ 451 | --x-incl | --x-inc | --x-in | --x-i) 452 ac_prev=x_includes ;; 453 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ 454 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) 455 x_includes=$ac_optarg ;; 456 457 -x-libraries | --x-libraries | --x-librarie | --x-librari \ 458 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) 459 ac_prev=x_libraries ;; 460 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ 461 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) 462 x_libraries=$ac_optarg ;; 463 464 -*) { echo "$as_me: error: unrecognized option: $ac_option 465Try \`$0 --help' for more information." >&2 466 { (exit 1); exit 1; }; } 467 ;; 468 469 *=*) 470 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` 471 # Reject names that are not valid shell variable names. 472 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 473 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 474 { (exit 1); exit 1; }; } 475 ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` 476 eval "$ac_envvar='$ac_optarg'" 477 export $ac_envvar ;; 478 479 *) 480 # FIXME: should be removed in autoconf 3.0. 481 echo "$as_me: WARNING: you should use --build, --host, --target" >&2 482 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 483 echo "$as_me: WARNING: invalid host type: $ac_option" >&2 484 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 485 ;; 486 487 esac 488done 489 490if test -n "$ac_prev"; then 491 ac_option=--`echo $ac_prev | sed 's/_/-/g'` 492 { echo "$as_me: error: missing argument to $ac_option" >&2 493 { (exit 1); exit 1; }; } 494fi 495 496# Be sure to have absolute paths. 497for ac_var in exec_prefix prefix 498do 499 eval ac_val=$`echo $ac_var` 500 case $ac_val in 501 [\\/$]* | ?:[\\/]* | NONE | '' ) ;; 502 *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2 503 { (exit 1); exit 1; }; };; 504 esac 505done 506 507# Be sure to have absolute paths. 508for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 509 localstatedir libdir includedir oldincludedir infodir mandir 510do 511 eval ac_val=$`echo $ac_var` 512 case $ac_val in 513 [\\/$]* | ?:[\\/]* ) ;; 514 *) { echo "$as_me: error: expected an absolute path for --$ac_var: $ac_val" >&2 515 { (exit 1); exit 1; }; };; 516 esac 517done 518 519# There might be people who depend on the old broken behavior: `$host' 520# used to hold the argument of --host etc. 521build=$build_alias 522host=$host_alias 523target=$target_alias 524 525# FIXME: should be removed in autoconf 3.0. 526if test "x$host_alias" != x; then 527 if test "x$build_alias" = x; then 528 cross_compiling=maybe 529 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 530 If a cross compiler is detected then cross compile mode will be used." >&2 531 elif test "x$build_alias" != "x$host_alias"; then 532 cross_compiling=yes 533 fi 534fi 535 536ac_tool_prefix= 537test -n "$host_alias" && ac_tool_prefix=$host_alias- 538 539test "$silent" = yes && exec 6>/dev/null 540 541# Find the source files, if location was not specified. 542if test -z "$srcdir"; then 543 ac_srcdir_defaulted=yes 544 # Try the directory containing this script, then its parent. 545 ac_prog=$0 546 ac_confdir=`echo "$ac_prog" | sed 's%[\\/][^\\/][^\\/]*$%%'` 547 test "x$ac_confdir" = "x$ac_prog" && ac_confdir=. 548 srcdir=$ac_confdir 549 if test ! -r $srcdir/$ac_unique_file; then 550 srcdir=.. 551 fi 552else 553 ac_srcdir_defaulted=no 554fi 555if test ! -r $srcdir/$ac_unique_file; then 556 if test "$ac_srcdir_defaulted" = yes; then 557 { echo "$as_me: error: cannot find sources in $ac_confdir or .." >&2 558 { (exit 1); exit 1; }; } 559 else 560 { echo "$as_me: error: cannot find sources in $srcdir" >&2 561 { (exit 1); exit 1; }; } 562 fi 563fi 564srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'` 565ac_env_build_alias_set=${build_alias+set} 566ac_env_build_alias_value=$build_alias 567ac_cv_env_build_alias_set=${build_alias+set} 568ac_cv_env_build_alias_value=$build_alias 569ac_env_host_alias_set=${host_alias+set} 570ac_env_host_alias_value=$host_alias 571ac_cv_env_host_alias_set=${host_alias+set} 572ac_cv_env_host_alias_value=$host_alias 573ac_env_target_alias_set=${target_alias+set} 574ac_env_target_alias_value=$target_alias 575ac_cv_env_target_alias_set=${target_alias+set} 576ac_cv_env_target_alias_value=$target_alias 577ac_env_CC_set=${CC+set} 578ac_env_CC_value=$CC 579ac_cv_env_CC_set=${CC+set} 580ac_cv_env_CC_value=$CC 581ac_env_CFLAGS_set=${CFLAGS+set} 582ac_env_CFLAGS_value=$CFLAGS 583ac_cv_env_CFLAGS_set=${CFLAGS+set} 584ac_cv_env_CFLAGS_value=$CFLAGS 585ac_env_LDFLAGS_set=${LDFLAGS+set} 586ac_env_LDFLAGS_value=$LDFLAGS 587ac_cv_env_LDFLAGS_set=${LDFLAGS+set} 588ac_cv_env_LDFLAGS_value=$LDFLAGS 589ac_env_CPPFLAGS_set=${CPPFLAGS+set} 590ac_env_CPPFLAGS_value=$CPPFLAGS 591ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set} 592ac_cv_env_CPPFLAGS_value=$CPPFLAGS 593ac_env_CPP_set=${CPP+set} 594ac_env_CPP_value=$CPP 595ac_cv_env_CPP_set=${CPP+set} 596ac_cv_env_CPP_value=$CPP 597 598# 599# Report the --help message. 600# 601if test "$ac_init_help" = "long"; then 602 # Omit some internal or obsolete options to make the list less imposing. 603 # This message is too long to be a string in the A/UX 3.1 sh. 604 cat <<EOF 605\`configure' configures libnbcompat noversion to adapt to many kinds of systems. 606 607Usage: $0 [OPTION]... [VAR=VALUE]... 608 609To assign environment variables (e.g., CC, CFLAGS...), specify them as 610VAR=VALUE. See below for descriptions of some of the useful variables. 611 612Defaults for the options are specified in brackets. 613 614Configuration: 615 -h, --help display this help and exit 616 --help=short display options specific to this package 617 --help=recursive display the short help of all the included packages 618 -V, --version display version information and exit 619 -q, --quiet, --silent do not print \`checking...' messages 620 --cache-file=FILE cache test results in FILE [disabled] 621 -C, --config-cache alias for \`--cache-file=config.cache' 622 -n, --no-create do not create output files 623 --srcdir=DIR find the sources in DIR [configure dir or \`..'] 624 625EOF 626 627 cat <<EOF 628Installation directories: 629 --prefix=PREFIX install architecture-independent files in PREFIX 630 [$ac_default_prefix] 631 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX 632 [PREFIX] 633 634By default, \`make install' will install all the files in 635\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify 636an installation prefix other than \`$ac_default_prefix' using \`--prefix', 637for instance \`--prefix=\$HOME'. 638 639For better control, use the options below. 640 641Fine tuning of the installation directories: 642 --bindir=DIR user executables [EPREFIX/bin] 643 --sbindir=DIR system admin executables [EPREFIX/sbin] 644 --libexecdir=DIR program executables [EPREFIX/libexec] 645 --datadir=DIR read-only architecture-independent data [PREFIX/share] 646 --sysconfdir=DIR read-only single-machine data [PREFIX/etc] 647 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] 648 --localstatedir=DIR modifiable single-machine data [PREFIX/var] 649 --libdir=DIR object code libraries [EPREFIX/lib] 650 --includedir=DIR C header files [PREFIX/include] 651 --oldincludedir=DIR C header files for non-gcc [/usr/include] 652 --infodir=DIR info documentation [PREFIX/info] 653 --mandir=DIR man documentation [PREFIX/man] 654EOF 655 656 cat <<\EOF 657EOF 658fi 659 660if test -n "$ac_init_help"; then 661 case $ac_init_help in 662 short | recursive ) echo "Configuration of libnbcompat noversion:";; 663 esac 664 cat <<\EOF 665 666Some influential environment variables: 667 CC C compiler command 668 CFLAGS C compiler flags 669 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 670 nonstandard directory <lib dir> 671 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have 672 headers in a nonstandard directory <include dir> 673 CPP C preprocessor 674 675Use these variables to override the choices made by `configure' or to help 676it to find libraries and programs with nonstandard names/locations. 677 678Report bugs to <lib-bug-people@NetBSD.org>. 679EOF 680fi 681 682if test "$ac_init_help" = "recursive"; then 683 # If there are subdirs, report their specific --help. 684 ac_popdir=`pwd` 685 for ac_subdir in : $ac_subdirs_all; do test "x$ac_subdir" = x: && continue 686 cd $ac_subdir 687 # A "../" for each directory in /$ac_subdir. 688 ac_dots=`echo $ac_subdir | 689 sed 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g'` 690 691 case $srcdir in 692 .) # No --srcdir option. We are building in place. 693 ac_sub_srcdir=$srcdir ;; 694 [\\/]* | ?:[\\/]* ) # Absolute path. 695 ac_sub_srcdir=$srcdir/$ac_subdir ;; 696 *) # Relative path. 697 ac_sub_srcdir=$ac_dots$srcdir/$ac_subdir ;; 698 esac 699 700 # Check for guested configure; otherwise get Cygnus style configure. 701 if test -f $ac_sub_srcdir/configure.gnu; then 702 echo 703 $SHELL $ac_sub_srcdir/configure.gnu --help=recursive 704 elif test -f $ac_sub_srcdir/configure; then 705 echo 706 $SHELL $ac_sub_srcdir/configure --help=recursive 707 elif test -f $ac_sub_srcdir/configure.ac || 708 test -f $ac_sub_srcdir/configure.in; then 709 echo 710 $ac_configure --help 711 else 712 echo "$as_me: WARNING: no configuration information is in $ac_subdir" >&2 713 fi 714 cd $ac_popdir 715 done 716fi 717 718test -n "$ac_init_help" && exit 0 719if $ac_init_version; then 720 cat <<\EOF 721libnbcompat configure noversion 722generated by GNU Autoconf 2.52 723 724Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 725Free Software Foundation, Inc. 726This configure script is free software; the Free Software Foundation 727gives unlimited permission to copy, distribute and modify it. 728EOF 729 exit 0 730fi 731exec 5>config.log 732cat >&5 <<EOF 733This file contains any messages produced by compilers while 734running configure, to aid debugging if configure makes a mistake. 735 736It was created by libnbcompat $as_me noversion, which was 737generated by GNU Autoconf 2.52. Invocation command line was 738 739 $ $0 $@ 740 741EOF 742{ 743cat <<_ASUNAME 744## ---------- ## 745## Platform. ## 746## ---------- ## 747 748hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` 749uname -m = `(uname -m) 2>/dev/null || echo unknown` 750uname -r = `(uname -r) 2>/dev/null || echo unknown` 751uname -s = `(uname -s) 2>/dev/null || echo unknown` 752uname -v = `(uname -v) 2>/dev/null || echo unknown` 753 754/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` 755/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` 756 757/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` 758/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` 759/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` 760hostinfo = `(hostinfo) 2>/dev/null || echo unknown` 761/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` 762/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` 763/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` 764 765PATH = $PATH 766 767_ASUNAME 768} >&5 769 770cat >&5 <<EOF 771## ------------ ## 772## Core tests. ## 773## ------------ ## 774 775EOF 776 777# Keep a trace of the command line. 778# Strip out --no-create and --no-recursion so they do not pile up. 779# Also quote any args containing shell meta-characters. 780ac_configure_args= 781ac_sep= 782for ac_arg 783do 784 case $ac_arg in 785 -no-create | --no-create | --no-creat | --no-crea | --no-cre \ 786 | --no-cr | --no-c) ;; 787 -no-recursion | --no-recursion | --no-recursio | --no-recursi \ 788 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;; 789 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 790 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` 791 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 792 ac_sep=" " ;; 793 *) ac_configure_args="$ac_configure_args$ac_sep$ac_arg" 794 ac_sep=" " ;; 795 esac 796 # Get rid of the leading space. 797done 798 799# When interrupted or exit'd, cleanup temporary files, and complete 800# config.log. We remove comments because anyway the quotes in there 801# would cause problems or look ugly. 802trap 'exit_status=$? 803 # Save into config.log some information that might help in debugging. 804 echo >&5 805 echo "## ----------------- ##" >&5 806 echo "## Cache variables. ##" >&5 807 echo "## ----------------- ##" >&5 808 echo >&5 809 # The following way of writing the cache mishandles newlines in values, 810{ 811 (set) 2>&1 | 812 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in 813 *ac_space=\ *) 814 sed -n \ 815 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 816 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 817 ;; 818 *) 819 sed -n \ 820 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 821 ;; 822 esac; 823} >&5 824 sed "/^$/d" confdefs.h >conftest.log 825 if test -s conftest.log; then 826 echo >&5 827 echo "## ------------ ##" >&5 828 echo "## confdefs.h. ##" >&5 829 echo "## ------------ ##" >&5 830 echo >&5 831 cat conftest.log >&5 832 fi 833 (echo; echo) >&5 834 test "$ac_signal" != 0 && 835 echo "$as_me: caught signal $ac_signal" >&5 836 echo "$as_me: exit $exit_status" >&5 837 rm -rf conftest* confdefs* core core.* *.core conf$$* $ac_clean_files && 838 exit $exit_status 839 ' 0 840for ac_signal in 1 2 13 15; do 841 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal 842done 843ac_signal=0 844 845# confdefs.h avoids OS command line length limits that DEFS can exceed. 846rm -rf conftest* confdefs.h 847# AIX cpp loses on an empty file, so make sure it contains at least a newline. 848echo >confdefs.h 849 850# Let the site file select an alternate cache file if it wants to. 851# Prefer explicitly selected file to automatically selected ones. 852if test -z "$CONFIG_SITE"; then 853 if test "x$prefix" != xNONE; then 854 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" 855 else 856 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" 857 fi 858fi 859for ac_site_file in $CONFIG_SITE; do 860 if test -r "$ac_site_file"; then 861 { echo "$as_me:861: loading site script $ac_site_file" >&5 862echo "$as_me: loading site script $ac_site_file" >&6;} 863 cat "$ac_site_file" >&5 864 . "$ac_site_file" 865 fi 866done 867 868if test -r "$cache_file"; then 869 # Some versions of bash will fail to source /dev/null (special 870 # files actually), so we avoid doing that. 871 if test -f "$cache_file"; then 872 { echo "$as_me:872: loading cache $cache_file" >&5 873echo "$as_me: loading cache $cache_file" >&6;} 874 case $cache_file in 875 [\\/]* | ?:[\\/]* ) . $cache_file;; 876 *) . ./$cache_file;; 877 esac 878 fi 879else 880 { echo "$as_me:880: creating cache $cache_file" >&5 881echo "$as_me: creating cache $cache_file" >&6;} 882 >$cache_file 883fi 884 885# Check that the precious variables saved in the cache have kept the same 886# value. 887ac_cache_corrupted=false 888for ac_var in `(set) 2>&1 | 889 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 890 eval ac_old_set=\$ac_cv_env_${ac_var}_set 891 eval ac_new_set=\$ac_env_${ac_var}_set 892 eval ac_old_val="\$ac_cv_env_${ac_var}_value" 893 eval ac_new_val="\$ac_env_${ac_var}_value" 894 case $ac_old_set,$ac_new_set in 895 set,) 896 { echo "$as_me:896: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 897echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 898 ac_cache_corrupted=: ;; 899 ,set) 900 { echo "$as_me:900: error: \`$ac_var' was not set in the previous run" >&5 901echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 902 ac_cache_corrupted=: ;; 903 ,);; 904 *) 905 if test "x$ac_old_val" != "x$ac_new_val"; then 906 { echo "$as_me:906: error: \`$ac_var' has changed since the previous run:" >&5 907echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 908 { echo "$as_me:908: former value: $ac_old_val" >&5 909echo "$as_me: former value: $ac_old_val" >&2;} 910 { echo "$as_me:910: current value: $ac_new_val" >&5 911echo "$as_me: current value: $ac_new_val" >&2;} 912 ac_cache_corrupted=: 913 fi;; 914 esac 915 # Pass precious variables to config.status. It doesn't matter if 916 # we pass some twice (in addition to the command line arguments). 917 if test "$ac_new_set" = set; then 918 case $ac_new_val in 919 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) 920 ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` 921 ac_configure_args="$ac_configure_args '$ac_arg'" 922 ;; 923 *) ac_configure_args="$ac_configure_args $ac_var=$ac_new_val" 924 ;; 925 esac 926 fi 927done 928if $ac_cache_corrupted; then 929 { echo "$as_me:929: error: changes in the environment can compromise the build" >&5 930echo "$as_me: error: changes in the environment can compromise the build" >&2;} 931 { { echo "$as_me:931: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 932echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 933 { (exit 1); exit 1; }; } 934fi 935 936ac_ext=c 937ac_cpp='$CPP $CPPFLAGS' 938ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 939ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 940ac_compiler_gnu=$ac_cv_c_compiler_gnu 941 942case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in 943 *c*,-n*) ECHO_N= ECHO_C=' 944' ECHO_T=' ' ;; 945 *c*,* ) ECHO_N=-n ECHO_C= ECHO_T= ;; 946 *) ECHO_N= ECHO_C='\c' ECHO_T= ;; 947esac 948echo "#! $SHELL" >conftest.sh 949echo "exit 0" >>conftest.sh 950chmod +x conftest.sh 951if { (echo "$as_me:951: PATH=\".;.\"; conftest.sh") >&5 952 (PATH=".;."; conftest.sh) 2>&5 953 ac_status=$? 954 echo "$as_me:954: \$? = $ac_status" >&5 955 (exit $ac_status); }; then 956 ac_path_separator=';' 957else 958 ac_path_separator=: 959fi 960PATH_SEPARATOR="$ac_path_separator" 961rm -f conftest.sh 962 963ac_config_headers="$ac_config_headers nbtool_config.h" 964 965ac_config_files="$ac_config_files defs.mk" 966 967# Autoheader header and footer 968 969# AC_NETBSD 970 971ac_ext=c 972ac_cpp='$CPP $CPPFLAGS' 973ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 974ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 975ac_compiler_gnu=$ac_cv_c_compiler_gnu 976if test -n "$ac_tool_prefix"; then 977 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 978set dummy ${ac_tool_prefix}gcc; ac_word=$2 979echo "$as_me:979: checking for $ac_word" >&5 980echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 981if test "${ac_cv_prog_CC+set}" = set; then 982 echo $ECHO_N "(cached) $ECHO_C" >&6 983else 984 if test -n "$CC"; then 985 ac_cv_prog_CC="$CC" # Let the user override the test. 986else 987 ac_save_IFS=$IFS; IFS=$ac_path_separator 988ac_dummy="$PATH" 989for ac_dir in $ac_dummy; do 990 IFS=$ac_save_IFS 991 test -z "$ac_dir" && ac_dir=. 992 $as_executable_p "$ac_dir/$ac_word" || continue 993ac_cv_prog_CC="${ac_tool_prefix}gcc" 994echo "$as_me:994: found $ac_dir/$ac_word" >&5 995break 996done 997 998fi 999fi 1000CC=$ac_cv_prog_CC 1001if test -n "$CC"; then 1002 echo "$as_me:1002: result: $CC" >&5 1003echo "${ECHO_T}$CC" >&6 1004else 1005 echo "$as_me:1005: result: no" >&5 1006echo "${ECHO_T}no" >&6 1007fi 1008 1009fi 1010if test -z "$ac_cv_prog_CC"; then 1011 ac_ct_CC=$CC 1012 # Extract the first word of "gcc", so it can be a program name with args. 1013set dummy gcc; ac_word=$2 1014echo "$as_me:1014: checking for $ac_word" >&5 1015echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1016if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1017 echo $ECHO_N "(cached) $ECHO_C" >&6 1018else 1019 if test -n "$ac_ct_CC"; then 1020 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1021else 1022 ac_save_IFS=$IFS; IFS=$ac_path_separator 1023ac_dummy="$PATH" 1024for ac_dir in $ac_dummy; do 1025 IFS=$ac_save_IFS 1026 test -z "$ac_dir" && ac_dir=. 1027 $as_executable_p "$ac_dir/$ac_word" || continue 1028ac_cv_prog_ac_ct_CC="gcc" 1029echo "$as_me:1029: found $ac_dir/$ac_word" >&5 1030break 1031done 1032 1033fi 1034fi 1035ac_ct_CC=$ac_cv_prog_ac_ct_CC 1036if test -n "$ac_ct_CC"; then 1037 echo "$as_me:1037: result: $ac_ct_CC" >&5 1038echo "${ECHO_T}$ac_ct_CC" >&6 1039else 1040 echo "$as_me:1040: result: no" >&5 1041echo "${ECHO_T}no" >&6 1042fi 1043 1044 CC=$ac_ct_CC 1045else 1046 CC="$ac_cv_prog_CC" 1047fi 1048 1049if test -z "$CC"; then 1050 if test -n "$ac_tool_prefix"; then 1051 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 1052set dummy ${ac_tool_prefix}cc; ac_word=$2 1053echo "$as_me:1053: checking for $ac_word" >&5 1054echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1055if test "${ac_cv_prog_CC+set}" = set; then 1056 echo $ECHO_N "(cached) $ECHO_C" >&6 1057else 1058 if test -n "$CC"; then 1059 ac_cv_prog_CC="$CC" # Let the user override the test. 1060else 1061 ac_save_IFS=$IFS; IFS=$ac_path_separator 1062ac_dummy="$PATH" 1063for ac_dir in $ac_dummy; do 1064 IFS=$ac_save_IFS 1065 test -z "$ac_dir" && ac_dir=. 1066 $as_executable_p "$ac_dir/$ac_word" || continue 1067ac_cv_prog_CC="${ac_tool_prefix}cc" 1068echo "$as_me:1068: found $ac_dir/$ac_word" >&5 1069break 1070done 1071 1072fi 1073fi 1074CC=$ac_cv_prog_CC 1075if test -n "$CC"; then 1076 echo "$as_me:1076: result: $CC" >&5 1077echo "${ECHO_T}$CC" >&6 1078else 1079 echo "$as_me:1079: result: no" >&5 1080echo "${ECHO_T}no" >&6 1081fi 1082 1083fi 1084if test -z "$ac_cv_prog_CC"; then 1085 ac_ct_CC=$CC 1086 # Extract the first word of "cc", so it can be a program name with args. 1087set dummy cc; ac_word=$2 1088echo "$as_me:1088: checking for $ac_word" >&5 1089echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1090if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1091 echo $ECHO_N "(cached) $ECHO_C" >&6 1092else 1093 if test -n "$ac_ct_CC"; then 1094 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1095else 1096 ac_save_IFS=$IFS; IFS=$ac_path_separator 1097ac_dummy="$PATH" 1098for ac_dir in $ac_dummy; do 1099 IFS=$ac_save_IFS 1100 test -z "$ac_dir" && ac_dir=. 1101 $as_executable_p "$ac_dir/$ac_word" || continue 1102ac_cv_prog_ac_ct_CC="cc" 1103echo "$as_me:1103: found $ac_dir/$ac_word" >&5 1104break 1105done 1106 1107fi 1108fi 1109ac_ct_CC=$ac_cv_prog_ac_ct_CC 1110if test -n "$ac_ct_CC"; then 1111 echo "$as_me:1111: result: $ac_ct_CC" >&5 1112echo "${ECHO_T}$ac_ct_CC" >&6 1113else 1114 echo "$as_me:1114: result: no" >&5 1115echo "${ECHO_T}no" >&6 1116fi 1117 1118 CC=$ac_ct_CC 1119else 1120 CC="$ac_cv_prog_CC" 1121fi 1122 1123fi 1124if test -z "$CC"; then 1125 # Extract the first word of "cc", so it can be a program name with args. 1126set dummy cc; ac_word=$2 1127echo "$as_me:1127: checking for $ac_word" >&5 1128echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1129if test "${ac_cv_prog_CC+set}" = set; then 1130 echo $ECHO_N "(cached) $ECHO_C" >&6 1131else 1132 if test -n "$CC"; then 1133 ac_cv_prog_CC="$CC" # Let the user override the test. 1134else 1135 ac_prog_rejected=no 1136 ac_save_IFS=$IFS; IFS=$ac_path_separator 1137ac_dummy="$PATH" 1138for ac_dir in $ac_dummy; do 1139 IFS=$ac_save_IFS 1140 test -z "$ac_dir" && ac_dir=. 1141 $as_executable_p "$ac_dir/$ac_word" || continue 1142if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then 1143 ac_prog_rejected=yes 1144 continue 1145fi 1146ac_cv_prog_CC="cc" 1147echo "$as_me:1147: found $ac_dir/$ac_word" >&5 1148break 1149done 1150 1151if test $ac_prog_rejected = yes; then 1152 # We found a bogon in the path, so make sure we never use it. 1153 set dummy $ac_cv_prog_CC 1154 shift 1155 if test $# != 0; then 1156 # We chose a different compiler from the bogus one. 1157 # However, it has the same basename, so the bogon will be chosen 1158 # first if we set CC to just the basename; use the full file name. 1159 shift 1160 set dummy "$ac_dir/$ac_word" ${1+"$@"} 1161 shift 1162 ac_cv_prog_CC="$@" 1163 fi 1164fi 1165fi 1166fi 1167CC=$ac_cv_prog_CC 1168if test -n "$CC"; then 1169 echo "$as_me:1169: result: $CC" >&5 1170echo "${ECHO_T}$CC" >&6 1171else 1172 echo "$as_me:1172: result: no" >&5 1173echo "${ECHO_T}no" >&6 1174fi 1175 1176fi 1177if test -z "$CC"; then 1178 if test -n "$ac_tool_prefix"; then 1179 for ac_prog in cl 1180 do 1181 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 1182set dummy $ac_tool_prefix$ac_prog; ac_word=$2 1183echo "$as_me:1183: checking for $ac_word" >&5 1184echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1185if test "${ac_cv_prog_CC+set}" = set; then 1186 echo $ECHO_N "(cached) $ECHO_C" >&6 1187else 1188 if test -n "$CC"; then 1189 ac_cv_prog_CC="$CC" # Let the user override the test. 1190else 1191 ac_save_IFS=$IFS; IFS=$ac_path_separator 1192ac_dummy="$PATH" 1193for ac_dir in $ac_dummy; do 1194 IFS=$ac_save_IFS 1195 test -z "$ac_dir" && ac_dir=. 1196 $as_executable_p "$ac_dir/$ac_word" || continue 1197ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 1198echo "$as_me:1198: found $ac_dir/$ac_word" >&5 1199break 1200done 1201 1202fi 1203fi 1204CC=$ac_cv_prog_CC 1205if test -n "$CC"; then 1206 echo "$as_me:1206: result: $CC" >&5 1207echo "${ECHO_T}$CC" >&6 1208else 1209 echo "$as_me:1209: result: no" >&5 1210echo "${ECHO_T}no" >&6 1211fi 1212 1213 test -n "$CC" && break 1214 done 1215fi 1216if test -z "$CC"; then 1217 ac_ct_CC=$CC 1218 for ac_prog in cl 1219do 1220 # Extract the first word of "$ac_prog", so it can be a program name with args. 1221set dummy $ac_prog; ac_word=$2 1222echo "$as_me:1222: checking for $ac_word" >&5 1223echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1224if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 1225 echo $ECHO_N "(cached) $ECHO_C" >&6 1226else 1227 if test -n "$ac_ct_CC"; then 1228 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. 1229else 1230 ac_save_IFS=$IFS; IFS=$ac_path_separator 1231ac_dummy="$PATH" 1232for ac_dir in $ac_dummy; do 1233 IFS=$ac_save_IFS 1234 test -z "$ac_dir" && ac_dir=. 1235 $as_executable_p "$ac_dir/$ac_word" || continue 1236ac_cv_prog_ac_ct_CC="$ac_prog" 1237echo "$as_me:1237: found $ac_dir/$ac_word" >&5 1238break 1239done 1240 1241fi 1242fi 1243ac_ct_CC=$ac_cv_prog_ac_ct_CC 1244if test -n "$ac_ct_CC"; then 1245 echo "$as_me:1245: result: $ac_ct_CC" >&5 1246echo "${ECHO_T}$ac_ct_CC" >&6 1247else 1248 echo "$as_me:1248: result: no" >&5 1249echo "${ECHO_T}no" >&6 1250fi 1251 1252 test -n "$ac_ct_CC" && break 1253done 1254 1255 CC=$ac_ct_CC 1256fi 1257 1258fi 1259 1260test -z "$CC" && { { echo "$as_me:1260: error: no acceptable cc found in \$PATH" >&5 1261echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} 1262 { (exit 1); exit 1; }; } 1263 1264# Provide some information about the compiler. 1265echo "$as_me:1265:" \ 1266 "checking for C compiler version" >&5 1267ac_compiler=`set X $ac_compile; echo $2` 1268{ (eval echo "$as_me:1268: \"$ac_compiler --version </dev/null >&5\"") >&5 1269 (eval $ac_compiler --version </dev/null >&5) 2>&5 1270 ac_status=$? 1271 echo "$as_me:1271: \$? = $ac_status" >&5 1272 (exit $ac_status); } 1273{ (eval echo "$as_me:1273: \"$ac_compiler -v </dev/null >&5\"") >&5 1274 (eval $ac_compiler -v </dev/null >&5) 2>&5 1275 ac_status=$? 1276 echo "$as_me:1276: \$? = $ac_status" >&5 1277 (exit $ac_status); } 1278{ (eval echo "$as_me:1278: \"$ac_compiler -V </dev/null >&5\"") >&5 1279 (eval $ac_compiler -V </dev/null >&5) 2>&5 1280 ac_status=$? 1281 echo "$as_me:1281: \$? = $ac_status" >&5 1282 (exit $ac_status); } 1283 1284cat >conftest.$ac_ext <<_ACEOF 1285#line 1285 "configure" 1286#include "confdefs.h" 1287 1288int 1289main () 1290{ 1291 1292 ; 1293 return 0; 1294} 1295_ACEOF 1296ac_clean_files_save=$ac_clean_files 1297ac_clean_files="$ac_clean_files a.out a.exe" 1298# Try to create an executable without -o first, disregard a.out. 1299# It will help us diagnose broken compilers, and finding out an intuition 1300# of exeext. 1301echo "$as_me:1301: checking for C compiler default output" >&5 1302echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 1303ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 1304if { (eval echo "$as_me:1304: \"$ac_link_default\"") >&5 1305 (eval $ac_link_default) 2>&5 1306 ac_status=$? 1307 echo "$as_me:1307: \$? = $ac_status" >&5 1308 (exit $ac_status); }; then 1309 # Find the output, starting from the most likely. This scheme is 1310# not robust to junk in `.', hence go to wildcards (a.*) only as a last 1311# resort. 1312for ac_file in `ls a.exe conftest.exe 2>/dev/null; 1313 ls a.out conftest 2>/dev/null; 1314 ls a.* conftest.* 2>/dev/null`; do 1315 case $ac_file in 1316 *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;; 1317 a.out ) # We found the default executable, but exeext='' is most 1318 # certainly right. 1319 break;; 1320 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1321 # FIXME: I believe we export ac_cv_exeext for Libtool --akim. 1322 export ac_cv_exeext 1323 break;; 1324 * ) break;; 1325 esac 1326done 1327else 1328 echo "$as_me: failed program was:" >&5 1329cat conftest.$ac_ext >&5 1330{ { echo "$as_me:1330: error: C compiler cannot create executables" >&5 1331echo "$as_me: error: C compiler cannot create executables" >&2;} 1332 { (exit 77); exit 77; }; } 1333fi 1334 1335ac_exeext=$ac_cv_exeext 1336echo "$as_me:1336: result: $ac_file" >&5 1337echo "${ECHO_T}$ac_file" >&6 1338 1339# Check the compiler produces executables we can run. If not, either 1340# the compiler is broken, or we cross compile. 1341echo "$as_me:1341: checking whether the C compiler works" >&5 1342echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 1343# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 1344# If not cross compiling, check that we can run a simple program. 1345if test "$cross_compiling" != yes; then 1346 if { ac_try='./$ac_file' 1347 { (eval echo "$as_me:1347: \"$ac_try\"") >&5 1348 (eval $ac_try) 2>&5 1349 ac_status=$? 1350 echo "$as_me:1350: \$? = $ac_status" >&5 1351 (exit $ac_status); }; }; then 1352 cross_compiling=no 1353 else 1354 if test "$cross_compiling" = maybe; then 1355 cross_compiling=yes 1356 else 1357 { { echo "$as_me:1357: error: cannot run C compiled programs. 1358If you meant to cross compile, use \`--host'." >&5 1359echo "$as_me: error: cannot run C compiled programs. 1360If you meant to cross compile, use \`--host'." >&2;} 1361 { (exit 1); exit 1; }; } 1362 fi 1363 fi 1364fi 1365echo "$as_me:1365: result: yes" >&5 1366echo "${ECHO_T}yes" >&6 1367 1368rm -f a.out a.exe conftest$ac_cv_exeext 1369ac_clean_files=$ac_clean_files_save 1370# Check the compiler produces executables we can run. If not, either 1371# the compiler is broken, or we cross compile. 1372echo "$as_me:1372: checking whether we are cross compiling" >&5 1373echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 1374echo "$as_me:1374: result: $cross_compiling" >&5 1375echo "${ECHO_T}$cross_compiling" >&6 1376 1377echo "$as_me:1377: checking for executable suffix" >&5 1378echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 1379if { (eval echo "$as_me:1379: \"$ac_link\"") >&5 1380 (eval $ac_link) 2>&5 1381 ac_status=$? 1382 echo "$as_me:1382: \$? = $ac_status" >&5 1383 (exit $ac_status); }; then 1384 # If both `conftest.exe' and `conftest' are `present' (well, observable) 1385# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 1386# work properly (i.e., refer to `conftest.exe'), while it won't with 1387# `rm'. 1388for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do 1389 case $ac_file in 1390 *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;; 1391 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 1392 export ac_cv_exeext 1393 break;; 1394 * ) break;; 1395 esac 1396done 1397else 1398 { { echo "$as_me:1398: error: cannot compute EXEEXT: cannot compile and link" >&5 1399echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} 1400 { (exit 1); exit 1; }; } 1401fi 1402 1403rm -f conftest$ac_cv_exeext 1404echo "$as_me:1404: result: $ac_cv_exeext" >&5 1405echo "${ECHO_T}$ac_cv_exeext" >&6 1406 1407rm -f conftest.$ac_ext 1408EXEEXT=$ac_cv_exeext 1409ac_exeext=$EXEEXT 1410echo "$as_me:1410: checking for object suffix" >&5 1411echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 1412if test "${ac_cv_objext+set}" = set; then 1413 echo $ECHO_N "(cached) $ECHO_C" >&6 1414else 1415 cat >conftest.$ac_ext <<_ACEOF 1416#line 1416 "configure" 1417#include "confdefs.h" 1418 1419int 1420main () 1421{ 1422 1423 ; 1424 return 0; 1425} 1426_ACEOF 1427rm -f conftest.o conftest.obj 1428if { (eval echo "$as_me:1428: \"$ac_compile\"") >&5 1429 (eval $ac_compile) 2>&5 1430 ac_status=$? 1431 echo "$as_me:1431: \$? = $ac_status" >&5 1432 (exit $ac_status); }; then 1433 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do 1434 case $ac_file in 1435 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;; 1436 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 1437 break;; 1438 esac 1439done 1440else 1441 echo "$as_me: failed program was:" >&5 1442cat conftest.$ac_ext >&5 1443{ { echo "$as_me:1443: error: cannot compute OBJEXT: cannot compile" >&5 1444echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} 1445 { (exit 1); exit 1; }; } 1446fi 1447 1448rm -f conftest.$ac_cv_objext conftest.$ac_ext 1449fi 1450echo "$as_me:1450: result: $ac_cv_objext" >&5 1451echo "${ECHO_T}$ac_cv_objext" >&6 1452OBJEXT=$ac_cv_objext 1453ac_objext=$OBJEXT 1454echo "$as_me:1454: checking whether we are using the GNU C compiler" >&5 1455echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 1456if test "${ac_cv_c_compiler_gnu+set}" = set; then 1457 echo $ECHO_N "(cached) $ECHO_C" >&6 1458else 1459 cat >conftest.$ac_ext <<_ACEOF 1460#line 1460 "configure" 1461#include "confdefs.h" 1462 1463int 1464main () 1465{ 1466#ifndef __GNUC__ 1467 choke me 1468#endif 1469 1470 ; 1471 return 0; 1472} 1473_ACEOF 1474rm -f conftest.$ac_objext 1475if { (eval echo "$as_me:1475: \"$ac_compile\"") >&5 1476 (eval $ac_compile) 2>&5 1477 ac_status=$? 1478 echo "$as_me:1478: \$? = $ac_status" >&5 1479 (exit $ac_status); } && 1480 { ac_try='test -s conftest.$ac_objext' 1481 { (eval echo "$as_me:1481: \"$ac_try\"") >&5 1482 (eval $ac_try) 2>&5 1483 ac_status=$? 1484 echo "$as_me:1484: \$? = $ac_status" >&5 1485 (exit $ac_status); }; }; then 1486 ac_compiler_gnu=yes 1487else 1488 echo "$as_me: failed program was:" >&5 1489cat conftest.$ac_ext >&5 1490ac_compiler_gnu=no 1491fi 1492rm -f conftest.$ac_objext conftest.$ac_ext 1493ac_cv_c_compiler_gnu=$ac_compiler_gnu 1494 1495fi 1496echo "$as_me:1496: result: $ac_cv_c_compiler_gnu" >&5 1497echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 1498GCC=`test $ac_compiler_gnu = yes && echo yes` 1499ac_test_CFLAGS=${CFLAGS+set} 1500ac_save_CFLAGS=$CFLAGS 1501CFLAGS="-g" 1502echo "$as_me:1502: checking whether $CC accepts -g" >&5 1503echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 1504if test "${ac_cv_prog_cc_g+set}" = set; then 1505 echo $ECHO_N "(cached) $ECHO_C" >&6 1506else 1507 cat >conftest.$ac_ext <<_ACEOF 1508#line 1508 "configure" 1509#include "confdefs.h" 1510 1511int 1512main () 1513{ 1514 1515 ; 1516 return 0; 1517} 1518_ACEOF 1519rm -f conftest.$ac_objext 1520if { (eval echo "$as_me:1520: \"$ac_compile\"") >&5 1521 (eval $ac_compile) 2>&5 1522 ac_status=$? 1523 echo "$as_me:1523: \$? = $ac_status" >&5 1524 (exit $ac_status); } && 1525 { ac_try='test -s conftest.$ac_objext' 1526 { (eval echo "$as_me:1526: \"$ac_try\"") >&5 1527 (eval $ac_try) 2>&5 1528 ac_status=$? 1529 echo "$as_me:1529: \$? = $ac_status" >&5 1530 (exit $ac_status); }; }; then 1531 ac_cv_prog_cc_g=yes 1532else 1533 echo "$as_me: failed program was:" >&5 1534cat conftest.$ac_ext >&5 1535ac_cv_prog_cc_g=no 1536fi 1537rm -f conftest.$ac_objext conftest.$ac_ext 1538fi 1539echo "$as_me:1539: result: $ac_cv_prog_cc_g" >&5 1540echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 1541if test "$ac_test_CFLAGS" = set; then 1542 CFLAGS=$ac_save_CFLAGS 1543elif test $ac_cv_prog_cc_g = yes; then 1544 if test "$GCC" = yes; then 1545 CFLAGS="-g -O2" 1546 else 1547 CFLAGS="-g" 1548 fi 1549else 1550 if test "$GCC" = yes; then 1551 CFLAGS="-O2" 1552 else 1553 CFLAGS= 1554 fi 1555fi 1556# Some people use a C++ compiler to compile C. Since we use `exit', 1557# in C++ we need to declare it. In case someone uses the same compiler 1558# for both compiling C and C++ we need to have the C++ compiler decide 1559# the declaration of exit, since it's the most demanding environment. 1560cat >conftest.$ac_ext <<_ACEOF 1561#ifndef __cplusplus 1562 choke me 1563#endif 1564_ACEOF 1565rm -f conftest.$ac_objext 1566if { (eval echo "$as_me:1566: \"$ac_compile\"") >&5 1567 (eval $ac_compile) 2>&5 1568 ac_status=$? 1569 echo "$as_me:1569: \$? = $ac_status" >&5 1570 (exit $ac_status); } && 1571 { ac_try='test -s conftest.$ac_objext' 1572 { (eval echo "$as_me:1572: \"$ac_try\"") >&5 1573 (eval $ac_try) 2>&5 1574 ac_status=$? 1575 echo "$as_me:1575: \$? = $ac_status" >&5 1576 (exit $ac_status); }; }; then 1577 for ac_declaration in \ 1578 ''\ 1579 '#include <stdlib.h>' \ 1580 'extern "C" void std::exit (int) throw (); using std::exit;' \ 1581 'extern "C" void std::exit (int); using std::exit;' \ 1582 'extern "C" void exit (int) throw ();' \ 1583 'extern "C" void exit (int);' \ 1584 'void exit (int);' 1585do 1586 cat >conftest.$ac_ext <<_ACEOF 1587#line 1587 "configure" 1588#include "confdefs.h" 1589#include <stdlib.h> 1590$ac_declaration 1591int 1592main () 1593{ 1594exit (42); 1595 ; 1596 return 0; 1597} 1598_ACEOF 1599rm -f conftest.$ac_objext 1600if { (eval echo "$as_me:1600: \"$ac_compile\"") >&5 1601 (eval $ac_compile) 2>&5 1602 ac_status=$? 1603 echo "$as_me:1603: \$? = $ac_status" >&5 1604 (exit $ac_status); } && 1605 { ac_try='test -s conftest.$ac_objext' 1606 { (eval echo "$as_me:1606: \"$ac_try\"") >&5 1607 (eval $ac_try) 2>&5 1608 ac_status=$? 1609 echo "$as_me:1609: \$? = $ac_status" >&5 1610 (exit $ac_status); }; }; then 1611 : 1612else 1613 echo "$as_me: failed program was:" >&5 1614cat conftest.$ac_ext >&5 1615continue 1616fi 1617rm -f conftest.$ac_objext conftest.$ac_ext 1618 cat >conftest.$ac_ext <<_ACEOF 1619#line 1619 "configure" 1620#include "confdefs.h" 1621$ac_declaration 1622int 1623main () 1624{ 1625exit (42); 1626 ; 1627 return 0; 1628} 1629_ACEOF 1630rm -f conftest.$ac_objext 1631if { (eval echo "$as_me:1631: \"$ac_compile\"") >&5 1632 (eval $ac_compile) 2>&5 1633 ac_status=$? 1634 echo "$as_me:1634: \$? = $ac_status" >&5 1635 (exit $ac_status); } && 1636 { ac_try='test -s conftest.$ac_objext' 1637 { (eval echo "$as_me:1637: \"$ac_try\"") >&5 1638 (eval $ac_try) 2>&5 1639 ac_status=$? 1640 echo "$as_me:1640: \$? = $ac_status" >&5 1641 (exit $ac_status); }; }; then 1642 break 1643else 1644 echo "$as_me: failed program was:" >&5 1645cat conftest.$ac_ext >&5 1646fi 1647rm -f conftest.$ac_objext conftest.$ac_ext 1648done 1649rm -f conftest* 1650if test -n "$ac_declaration"; then 1651 echo '#ifdef __cplusplus' >>confdefs.h 1652 echo $ac_declaration >>confdefs.h 1653 echo '#endif' >>confdefs.h 1654fi 1655 1656else 1657 echo "$as_me: failed program was:" >&5 1658cat conftest.$ac_ext >&5 1659fi 1660rm -f conftest.$ac_objext conftest.$ac_ext 1661ac_ext=c 1662ac_cpp='$CPP $CPPFLAGS' 1663ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1664ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1665ac_compiler_gnu=$ac_cv_c_compiler_gnu 1666 1667ac_ext=c 1668ac_cpp='$CPP $CPPFLAGS' 1669ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1670ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1671ac_compiler_gnu=$ac_cv_c_compiler_gnu 1672echo "$as_me:1672: checking how to run the C preprocessor" >&5 1673echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 1674# On Suns, sometimes $CPP names a directory. 1675if test -n "$CPP" && test -d "$CPP"; then 1676 CPP= 1677fi 1678if test -z "$CPP"; then 1679 if test "${ac_cv_prog_CPP+set}" = set; then 1680 echo $ECHO_N "(cached) $ECHO_C" >&6 1681else 1682 # Double quotes because CPP needs to be expanded 1683 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" 1684 do 1685 ac_preproc_ok=false 1686for ac_c_preproc_warn_flag in '' yes 1687do 1688 # Use a header file that comes with gcc, so configuring glibc 1689 # with a fresh cross-compiler works. 1690 # On the NeXT, cc -E runs the code through the compiler's parser, 1691 # not just through cpp. "Syntax error" is here to catch this case. 1692 cat >conftest.$ac_ext <<_ACEOF 1693#line 1693 "configure" 1694#include "confdefs.h" 1695#include <assert.h> 1696 Syntax error 1697_ACEOF 1698if { (eval echo "$as_me:1698: \"$ac_cpp conftest.$ac_ext\"") >&5 1699 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 1700 ac_status=$? 1701 egrep -v '^ *\+' conftest.er1 >conftest.err 1702 rm -f conftest.er1 1703 cat conftest.err >&5 1704 echo "$as_me:1704: \$? = $ac_status" >&5 1705 (exit $ac_status); } >/dev/null; then 1706 if test -s conftest.err; then 1707 ac_cpp_err=$ac_c_preproc_warn_flag 1708 else 1709 ac_cpp_err= 1710 fi 1711else 1712 ac_cpp_err=yes 1713fi 1714if test -z "$ac_cpp_err"; then 1715 : 1716else 1717 echo "$as_me: failed program was:" >&5 1718 cat conftest.$ac_ext >&5 1719 # Broken: fails on valid input. 1720continue 1721fi 1722rm -f conftest.err conftest.$ac_ext 1723 1724 # OK, works on sane cases. Now check whether non-existent headers 1725 # can be detected and how. 1726 cat >conftest.$ac_ext <<_ACEOF 1727#line 1727 "configure" 1728#include "confdefs.h" 1729#include <ac_nonexistent.h> 1730_ACEOF 1731if { (eval echo "$as_me:1731: \"$ac_cpp conftest.$ac_ext\"") >&5 1732 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 1733 ac_status=$? 1734 egrep -v '^ *\+' conftest.er1 >conftest.err 1735 rm -f conftest.er1 1736 cat conftest.err >&5 1737 echo "$as_me:1737: \$? = $ac_status" >&5 1738 (exit $ac_status); } >/dev/null; then 1739 if test -s conftest.err; then 1740 ac_cpp_err=$ac_c_preproc_warn_flag 1741 else 1742 ac_cpp_err= 1743 fi 1744else 1745 ac_cpp_err=yes 1746fi 1747if test -z "$ac_cpp_err"; then 1748 # Broken: success on invalid input. 1749continue 1750else 1751 echo "$as_me: failed program was:" >&5 1752 cat conftest.$ac_ext >&5 1753 # Passes both tests. 1754ac_preproc_ok=: 1755break 1756fi 1757rm -f conftest.err conftest.$ac_ext 1758 1759done 1760# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 1761rm -f conftest.err conftest.$ac_ext 1762if $ac_preproc_ok; then 1763 break 1764fi 1765 1766 done 1767 ac_cv_prog_CPP=$CPP 1768 1769fi 1770 CPP=$ac_cv_prog_CPP 1771else 1772 ac_cv_prog_CPP=$CPP 1773fi 1774echo "$as_me:1774: result: $CPP" >&5 1775echo "${ECHO_T}$CPP" >&6 1776ac_preproc_ok=false 1777for ac_c_preproc_warn_flag in '' yes 1778do 1779 # Use a header file that comes with gcc, so configuring glibc 1780 # with a fresh cross-compiler works. 1781 # On the NeXT, cc -E runs the code through the compiler's parser, 1782 # not just through cpp. "Syntax error" is here to catch this case. 1783 cat >conftest.$ac_ext <<_ACEOF 1784#line 1784 "configure" 1785#include "confdefs.h" 1786#include <assert.h> 1787 Syntax error 1788_ACEOF 1789if { (eval echo "$as_me:1789: \"$ac_cpp conftest.$ac_ext\"") >&5 1790 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 1791 ac_status=$? 1792 egrep -v '^ *\+' conftest.er1 >conftest.err 1793 rm -f conftest.er1 1794 cat conftest.err >&5 1795 echo "$as_me:1795: \$? = $ac_status" >&5 1796 (exit $ac_status); } >/dev/null; then 1797 if test -s conftest.err; then 1798 ac_cpp_err=$ac_c_preproc_warn_flag 1799 else 1800 ac_cpp_err= 1801 fi 1802else 1803 ac_cpp_err=yes 1804fi 1805if test -z "$ac_cpp_err"; then 1806 : 1807else 1808 echo "$as_me: failed program was:" >&5 1809 cat conftest.$ac_ext >&5 1810 # Broken: fails on valid input. 1811continue 1812fi 1813rm -f conftest.err conftest.$ac_ext 1814 1815 # OK, works on sane cases. Now check whether non-existent headers 1816 # can be detected and how. 1817 cat >conftest.$ac_ext <<_ACEOF 1818#line 1818 "configure" 1819#include "confdefs.h" 1820#include <ac_nonexistent.h> 1821_ACEOF 1822if { (eval echo "$as_me:1822: \"$ac_cpp conftest.$ac_ext\"") >&5 1823 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 1824 ac_status=$? 1825 egrep -v '^ *\+' conftest.er1 >conftest.err 1826 rm -f conftest.er1 1827 cat conftest.err >&5 1828 echo "$as_me:1828: \$? = $ac_status" >&5 1829 (exit $ac_status); } >/dev/null; then 1830 if test -s conftest.err; then 1831 ac_cpp_err=$ac_c_preproc_warn_flag 1832 else 1833 ac_cpp_err= 1834 fi 1835else 1836 ac_cpp_err=yes 1837fi 1838if test -z "$ac_cpp_err"; then 1839 # Broken: success on invalid input. 1840continue 1841else 1842 echo "$as_me: failed program was:" >&5 1843 cat conftest.$ac_ext >&5 1844 # Passes both tests. 1845ac_preproc_ok=: 1846break 1847fi 1848rm -f conftest.err conftest.$ac_ext 1849 1850done 1851# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped. 1852rm -f conftest.err conftest.$ac_ext 1853if $ac_preproc_ok; then 1854 : 1855else 1856 { { echo "$as_me:1856: error: C preprocessor \"$CPP\" fails sanity check" >&5 1857echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} 1858 { (exit 1); exit 1; }; } 1859fi 1860 1861ac_ext=c 1862ac_cpp='$CPP $CPPFLAGS' 1863ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1864ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1865ac_compiler_gnu=$ac_cv_c_compiler_gnu 1866 1867 echo "$as_me:1867: checking for NetBSD" >&5 1868echo $ECHO_N "checking for NetBSD... $ECHO_C" >&6 1869 cat >conftest.$ac_ext <<_ACEOF 1870#line 1870 "configure" 1871#include "confdefs.h" 1872#ifdef __NetBSD__ 1873 yes 1874 #endif 1875 1876_ACEOF 1877if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 1878 egrep "yes" >/dev/null 2>&1; then 1879 echo "$as_me:1879: result: yes" >&5 1880echo "${ECHO_T}yes" >&6 1881 1882cat >>confdefs.h <<\EOF 1883#define _POSIX_SOURCE 1 1884EOF 1885 1886cat >>confdefs.h <<\EOF 1887#define _POSIX_C_SOURCE 200112L 1888EOF 1889 1890cat >>confdefs.h <<\EOF 1891#define _XOPEN_SOURCE 600 1892EOF 1893 1894else 1895 echo "$as_me:1895: result: no" >&5 1896echo "${ECHO_T}no" >&6 1897fi 1898rm -f conftest* 1899 1900# Extract the first word of "sh", so it can be a program name with args. 1901set dummy sh; ac_word=$2 1902echo "$as_me:1902: checking for $ac_word" >&5 1903echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1904if test "${ac_cv_path_BSHELL+set}" = set; then 1905 echo $ECHO_N "(cached) $ECHO_C" >&6 1906else 1907 case $BSHELL in 1908 [\\/]* | ?:[\\/]*) 1909 ac_cv_path_BSHELL="$BSHELL" # Let the user override the test with a path. 1910 ;; 1911 *) 1912 ac_save_IFS=$IFS; IFS=$ac_path_separator 1913ac_dummy="$PATH" 1914for ac_dir in $ac_dummy; do 1915 IFS=$ac_save_IFS 1916 test -z "$ac_dir" && ac_dir=. 1917 if $as_executable_p "$ac_dir/$ac_word"; then 1918 ac_cv_path_BSHELL="$ac_dir/$ac_word" 1919 echo "$as_me:1919: found $ac_dir/$ac_word" >&5 1920 break 1921fi 1922done 1923 1924 ;; 1925esac 1926fi 1927BSHELL=$ac_cv_path_BSHELL 1928 1929if test -n "$BSHELL"; then 1930 echo "$as_me:1930: result: $BSHELL" >&5 1931echo "${ECHO_T}$BSHELL" >&6 1932else 1933 echo "$as_me:1933: result: no" >&5 1934echo "${ECHO_T}no" >&6 1935fi 1936 1937if test x"$BSHELL" = x; then 1938 { { echo "$as_me:1938: error: sh must be somewhere on \$PATH" >&5 1939echo "$as_me: error: sh must be somewhere on \$PATH" >&2;} 1940 { (exit 1); exit 1; }; } 1941fi 1942 1943cat >>confdefs.h <<EOF 1944#define PATH_BSHELL "$BSHELL" 1945EOF 1946 1947echo "$as_me:1947: checking whether byte ordering is bigendian" >&5 1948echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6 1949if test "${ac_cv_c_bigendian+set}" = set; then 1950 echo $ECHO_N "(cached) $ECHO_C" >&6 1951else 1952 ac_cv_c_bigendian=unknown 1953# See if sys/param.h defines the BYTE_ORDER macro. 1954cat >conftest.$ac_ext <<_ACEOF 1955#line 1955 "configure" 1956#include "confdefs.h" 1957#include <sys/types.h> 1958#include <sys/param.h> 1959 1960int 1961main () 1962{ 1963#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN 1964 bogus endian macros 1965#endif 1966 1967 ; 1968 return 0; 1969} 1970_ACEOF 1971rm -f conftest.$ac_objext 1972if { (eval echo "$as_me:1972: \"$ac_compile\"") >&5 1973 (eval $ac_compile) 2>&5 1974 ac_status=$? 1975 echo "$as_me:1975: \$? = $ac_status" >&5 1976 (exit $ac_status); } && 1977 { ac_try='test -s conftest.$ac_objext' 1978 { (eval echo "$as_me:1978: \"$ac_try\"") >&5 1979 (eval $ac_try) 2>&5 1980 ac_status=$? 1981 echo "$as_me:1981: \$? = $ac_status" >&5 1982 (exit $ac_status); }; }; then 1983 # It does; now see whether it defined to BIG_ENDIAN or not. 1984cat >conftest.$ac_ext <<_ACEOF 1985#line 1985 "configure" 1986#include "confdefs.h" 1987#include <sys/types.h> 1988#include <sys/param.h> 1989 1990int 1991main () 1992{ 1993#if BYTE_ORDER != BIG_ENDIAN 1994 not big endian 1995#endif 1996 1997 ; 1998 return 0; 1999} 2000_ACEOF 2001rm -f conftest.$ac_objext 2002if { (eval echo "$as_me:2002: \"$ac_compile\"") >&5 2003 (eval $ac_compile) 2>&5 2004 ac_status=$? 2005 echo "$as_me:2005: \$? = $ac_status" >&5 2006 (exit $ac_status); } && 2007 { ac_try='test -s conftest.$ac_objext' 2008 { (eval echo "$as_me:2008: \"$ac_try\"") >&5 2009 (eval $ac_try) 2>&5 2010 ac_status=$? 2011 echo "$as_me:2011: \$? = $ac_status" >&5 2012 (exit $ac_status); }; }; then 2013 ac_cv_c_bigendian=yes 2014else 2015 echo "$as_me: failed program was:" >&5 2016cat conftest.$ac_ext >&5 2017ac_cv_c_bigendian=no 2018fi 2019rm -f conftest.$ac_objext conftest.$ac_ext 2020else 2021 echo "$as_me: failed program was:" >&5 2022cat conftest.$ac_ext >&5 2023fi 2024rm -f conftest.$ac_objext conftest.$ac_ext 2025if test $ac_cv_c_bigendian = unknown; then 2026if test "$cross_compiling" = yes; then 2027 { { echo "$as_me:2027: error: cannot run test program while cross compiling" >&5 2028echo "$as_me: error: cannot run test program while cross compiling" >&2;} 2029 { (exit 1); exit 1; }; } 2030else 2031 cat >conftest.$ac_ext <<_ACEOF 2032#line 2032 "configure" 2033#include "confdefs.h" 2034int 2035main () 2036{ 2037 /* Are we little or big endian? From Harbison&Steele. */ 2038 union 2039 { 2040 long l; 2041 char c[sizeof (long)]; 2042 } u; 2043 u.l = 1; 2044 exit (u.c[sizeof (long) - 1] == 1); 2045} 2046_ACEOF 2047rm -f conftest$ac_exeext 2048if { (eval echo "$as_me:2048: \"$ac_link\"") >&5 2049 (eval $ac_link) 2>&5 2050 ac_status=$? 2051 echo "$as_me:2051: \$? = $ac_status" >&5 2052 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 2053 { (eval echo "$as_me:2053: \"$ac_try\"") >&5 2054 (eval $ac_try) 2>&5 2055 ac_status=$? 2056 echo "$as_me:2056: \$? = $ac_status" >&5 2057 (exit $ac_status); }; }; then 2058 ac_cv_c_bigendian=no 2059else 2060 echo "$as_me: program exited with status $ac_status" >&5 2061echo "$as_me: failed program was:" >&5 2062cat conftest.$ac_ext >&5 2063ac_cv_c_bigendian=yes 2064fi 2065rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 2066fi 2067fi 2068fi 2069echo "$as_me:2069: result: $ac_cv_c_bigendian" >&5 2070echo "${ECHO_T}$ac_cv_c_bigendian" >&6 2071if test $ac_cv_c_bigendian = yes; then 2072 2073cat >>confdefs.h <<\EOF 2074#define WORDS_BIGENDIAN 1 2075EOF 2076 2077fi 2078 2079echo "$as_me:2079: checking for ANSI C header files" >&5 2080echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 2081if test "${ac_cv_header_stdc+set}" = set; then 2082 echo $ECHO_N "(cached) $ECHO_C" >&6 2083else 2084 cat >conftest.$ac_ext <<_ACEOF 2085#line 2085 "configure" 2086#include "confdefs.h" 2087#include <stdlib.h> 2088#include <stdarg.h> 2089#include <string.h> 2090#include <float.h> 2091 2092_ACEOF 2093if { (eval echo "$as_me:2093: \"$ac_cpp conftest.$ac_ext\"") >&5 2094 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2095 ac_status=$? 2096 egrep -v '^ *\+' conftest.er1 >conftest.err 2097 rm -f conftest.er1 2098 cat conftest.err >&5 2099 echo "$as_me:2099: \$? = $ac_status" >&5 2100 (exit $ac_status); } >/dev/null; then 2101 if test -s conftest.err; then 2102 ac_cpp_err=$ac_c_preproc_warn_flag 2103 else 2104 ac_cpp_err= 2105 fi 2106else 2107 ac_cpp_err=yes 2108fi 2109if test -z "$ac_cpp_err"; then 2110 ac_cv_header_stdc=yes 2111else 2112 echo "$as_me: failed program was:" >&5 2113 cat conftest.$ac_ext >&5 2114 ac_cv_header_stdc=no 2115fi 2116rm -f conftest.err conftest.$ac_ext 2117 2118if test $ac_cv_header_stdc = yes; then 2119 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 2120 cat >conftest.$ac_ext <<_ACEOF 2121#line 2121 "configure" 2122#include "confdefs.h" 2123#include <string.h> 2124 2125_ACEOF 2126if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 2127 egrep "memchr" >/dev/null 2>&1; then 2128 : 2129else 2130 ac_cv_header_stdc=no 2131fi 2132rm -f conftest* 2133 2134fi 2135 2136if test $ac_cv_header_stdc = yes; then 2137 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 2138 cat >conftest.$ac_ext <<_ACEOF 2139#line 2139 "configure" 2140#include "confdefs.h" 2141#include <stdlib.h> 2142 2143_ACEOF 2144if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 2145 egrep "free" >/dev/null 2>&1; then 2146 : 2147else 2148 ac_cv_header_stdc=no 2149fi 2150rm -f conftest* 2151 2152fi 2153 2154if test $ac_cv_header_stdc = yes; then 2155 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. 2156 if test "$cross_compiling" = yes; then 2157 : 2158else 2159 cat >conftest.$ac_ext <<_ACEOF 2160#line 2160 "configure" 2161#include "confdefs.h" 2162#include <ctype.h> 2163#if ((' ' & 0x0FF) == 0x020) 2164# define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 2165# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) 2166#else 2167# define ISLOWER(c) (('a' <= (c) && (c) <= 'i') \ 2168 || ('j' <= (c) && (c) <= 'r') \ 2169 || ('s' <= (c) && (c) <= 'z')) 2170# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) 2171#endif 2172 2173#define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) 2174int 2175main () 2176{ 2177 int i; 2178 for (i = 0; i < 256; i++) 2179 if (XOR (islower (i), ISLOWER (i)) 2180 || toupper (i) != TOUPPER (i)) 2181 exit(2); 2182 exit (0); 2183} 2184_ACEOF 2185rm -f conftest$ac_exeext 2186if { (eval echo "$as_me:2186: \"$ac_link\"") >&5 2187 (eval $ac_link) 2>&5 2188 ac_status=$? 2189 echo "$as_me:2189: \$? = $ac_status" >&5 2190 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 2191 { (eval echo "$as_me:2191: \"$ac_try\"") >&5 2192 (eval $ac_try) 2>&5 2193 ac_status=$? 2194 echo "$as_me:2194: \$? = $ac_status" >&5 2195 (exit $ac_status); }; }; then 2196 : 2197else 2198 echo "$as_me: program exited with status $ac_status" >&5 2199echo "$as_me: failed program was:" >&5 2200cat conftest.$ac_ext >&5 2201ac_cv_header_stdc=no 2202fi 2203rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 2204fi 2205fi 2206fi 2207echo "$as_me:2207: result: $ac_cv_header_stdc" >&5 2208echo "${ECHO_T}$ac_cv_header_stdc" >&6 2209if test $ac_cv_header_stdc = yes; then 2210 2211cat >>confdefs.h <<\EOF 2212#define STDC_HEADERS 1 2213EOF 2214 2215fi 2216 2217# Confirm existence of zlib. (This is available as a default install 2218# option on many OS's; this could be added as a reachover build in the 2219# future.) 2220echo "$as_me:2220: checking for zlib.h" >&5 2221echo $ECHO_N "checking for zlib.h... $ECHO_C" >&6 2222if test "${ac_cv_header_zlib_h+set}" = set; then 2223 echo $ECHO_N "(cached) $ECHO_C" >&6 2224else 2225 cat >conftest.$ac_ext <<_ACEOF 2226#line 2226 "configure" 2227#include "confdefs.h" 2228#include <zlib.h> 2229_ACEOF 2230if { (eval echo "$as_me:2230: \"$ac_cpp conftest.$ac_ext\"") >&5 2231 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2232 ac_status=$? 2233 egrep -v '^ *\+' conftest.er1 >conftest.err 2234 rm -f conftest.er1 2235 cat conftest.err >&5 2236 echo "$as_me:2236: \$? = $ac_status" >&5 2237 (exit $ac_status); } >/dev/null; then 2238 if test -s conftest.err; then 2239 ac_cpp_err=$ac_c_preproc_warn_flag 2240 else 2241 ac_cpp_err= 2242 fi 2243else 2244 ac_cpp_err=yes 2245fi 2246if test -z "$ac_cpp_err"; then 2247 ac_cv_header_zlib_h=yes 2248else 2249 echo "$as_me: failed program was:" >&5 2250 cat conftest.$ac_ext >&5 2251 ac_cv_header_zlib_h=no 2252fi 2253rm -f conftest.err conftest.$ac_ext 2254fi 2255echo "$as_me:2255: result: $ac_cv_header_zlib_h" >&5 2256echo "${ECHO_T}$ac_cv_header_zlib_h" >&6 2257if test $ac_cv_header_zlib_h = yes; then 2258 : 2259else 2260 { { echo "$as_me:2260: error: zlib must be installed in a compiler-visible path" >&5 2261echo "$as_me: error: zlib must be installed in a compiler-visible path" >&2;} 2262 { (exit 1); exit 1; }; } 2263fi 2264 2265echo "$as_me:2265: checking for gzdopen in -lz" >&5 2266echo $ECHO_N "checking for gzdopen in -lz... $ECHO_C" >&6 2267if test "${ac_cv_lib_z_gzdopen+set}" = set; then 2268 echo $ECHO_N "(cached) $ECHO_C" >&6 2269else 2270 ac_check_lib_save_LIBS=$LIBS 2271LIBS="-lz $LIBS" 2272cat >conftest.$ac_ext <<_ACEOF 2273#line 2273 "configure" 2274#include "confdefs.h" 2275 2276/* Override any gcc2 internal prototype to avoid an error. */ 2277#ifdef __cplusplus 2278extern "C" 2279#endif 2280/* We use char because int might match the return type of a gcc2 2281 builtin and then its argument prototype would still apply. */ 2282char gzdopen (); 2283int 2284main () 2285{ 2286gzdopen (); 2287 ; 2288 return 0; 2289} 2290_ACEOF 2291rm -f conftest.$ac_objext conftest$ac_exeext 2292if { (eval echo "$as_me:2292: \"$ac_link\"") >&5 2293 (eval $ac_link) 2>&5 2294 ac_status=$? 2295 echo "$as_me:2295: \$? = $ac_status" >&5 2296 (exit $ac_status); } && 2297 { ac_try='test -s conftest$ac_exeext' 2298 { (eval echo "$as_me:2298: \"$ac_try\"") >&5 2299 (eval $ac_try) 2>&5 2300 ac_status=$? 2301 echo "$as_me:2301: \$? = $ac_status" >&5 2302 (exit $ac_status); }; }; then 2303 ac_cv_lib_z_gzdopen=yes 2304else 2305 echo "$as_me: failed program was:" >&5 2306cat conftest.$ac_ext >&5 2307ac_cv_lib_z_gzdopen=no 2308fi 2309rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 2310LIBS=$ac_check_lib_save_LIBS 2311fi 2312echo "$as_me:2312: result: $ac_cv_lib_z_gzdopen" >&5 2313echo "${ECHO_T}$ac_cv_lib_z_gzdopen" >&6 2314if test $ac_cv_lib_z_gzdopen = yes; then 2315 cat >>confdefs.h <<EOF 2316#define HAVE_LIBZ 1 2317EOF 2318 2319 LIBS="-lz $LIBS" 2320 2321else 2322 { { echo "$as_me:2322: error: zlib must be installed in a compiler-visible path" >&5 2323echo "$as_me: error: zlib must be installed in a compiler-visible path" >&2;} 2324 { (exit 1); exit 1; }; } 2325fi 2326 2327# Make sure certain required headers are available. 2328# These are not necessarily required by the code, but they are not 2329# currently conditionalized. 2330 2331for ac_header in sys/ioctl.h sys/mman.h sys/mtio.h sys/param.h \ 2332 sys/socket.h sys/stat.h sys/time.h sys/types.h sys/utsname.h \ 2333 sys/wait.h assert.h ctype.h errno.h fcntl.h grp.h limits.h locale.h \ 2334 netdb.h pwd.h signal.h stdarg.h stdio.h stdlib.h string.h \ 2335 termios.h unistd.h 2336do 2337as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 2338echo "$as_me:2338: checking for $ac_header" >&5 2339echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 2340if eval "test \"\${$as_ac_Header+set}\" = set"; then 2341 echo $ECHO_N "(cached) $ECHO_C" >&6 2342else 2343 cat >conftest.$ac_ext <<_ACEOF 2344#line 2344 "configure" 2345#include "confdefs.h" 2346#include <$ac_header> 2347_ACEOF 2348if { (eval echo "$as_me:2348: \"$ac_cpp conftest.$ac_ext\"") >&5 2349 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2350 ac_status=$? 2351 egrep -v '^ *\+' conftest.er1 >conftest.err 2352 rm -f conftest.er1 2353 cat conftest.err >&5 2354 echo "$as_me:2354: \$? = $ac_status" >&5 2355 (exit $ac_status); } >/dev/null; then 2356 if test -s conftest.err; then 2357 ac_cpp_err=$ac_c_preproc_warn_flag 2358 else 2359 ac_cpp_err= 2360 fi 2361else 2362 ac_cpp_err=yes 2363fi 2364if test -z "$ac_cpp_err"; then 2365 eval "$as_ac_Header=yes" 2366else 2367 echo "$as_me: failed program was:" >&5 2368 cat conftest.$ac_ext >&5 2369 eval "$as_ac_Header=no" 2370fi 2371rm -f conftest.err conftest.$ac_ext 2372fi 2373echo "$as_me:2373: result: `eval echo '${'$as_ac_Header'}'`" >&5 2374echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 2375if test `eval echo '${'$as_ac_Header'}'` = yes; then 2376 cat >>confdefs.h <<EOF 2377#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 2378EOF 2379 2380else 2381 { { echo "$as_me:2381: error: standard system header file not found" >&5 2382echo "$as_me: error: standard system header file not found" >&2;} 2383 { (exit 1); exit 1; }; } 2384fi 2385done 2386 2387# Find headers that may not be available. 2388 2389ac_header_dirent=no 2390for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do 2391 as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` 2392echo "$as_me:2392: checking for $ac_hdr that defines DIR" >&5 2393echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6 2394if eval "test \"\${$as_ac_Header+set}\" = set"; then 2395 echo $ECHO_N "(cached) $ECHO_C" >&6 2396else 2397 cat >conftest.$ac_ext <<_ACEOF 2398#line 2398 "configure" 2399#include "confdefs.h" 2400#include <sys/types.h> 2401#include <$ac_hdr> 2402 2403int 2404main () 2405{ 2406if ((DIR *) 0) 2407return 0; 2408 ; 2409 return 0; 2410} 2411_ACEOF 2412rm -f conftest.$ac_objext 2413if { (eval echo "$as_me:2413: \"$ac_compile\"") >&5 2414 (eval $ac_compile) 2>&5 2415 ac_status=$? 2416 echo "$as_me:2416: \$? = $ac_status" >&5 2417 (exit $ac_status); } && 2418 { ac_try='test -s conftest.$ac_objext' 2419 { (eval echo "$as_me:2419: \"$ac_try\"") >&5 2420 (eval $ac_try) 2>&5 2421 ac_status=$? 2422 echo "$as_me:2422: \$? = $ac_status" >&5 2423 (exit $ac_status); }; }; then 2424 eval "$as_ac_Header=yes" 2425else 2426 echo "$as_me: failed program was:" >&5 2427cat conftest.$ac_ext >&5 2428eval "$as_ac_Header=no" 2429fi 2430rm -f conftest.$ac_objext conftest.$ac_ext 2431fi 2432echo "$as_me:2432: result: `eval echo '${'$as_ac_Header'}'`" >&5 2433echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 2434if test `eval echo '${'$as_ac_Header'}'` = yes; then 2435 cat >>confdefs.h <<EOF 2436#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 2437EOF 2438 2439ac_header_dirent=$ac_hdr; break 2440fi 2441 2442done 2443# Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. 2444if test $ac_header_dirent = dirent.h; then 2445 echo "$as_me:2445: checking for opendir in -ldir" >&5 2446echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6 2447if test "${ac_cv_lib_dir_opendir+set}" = set; then 2448 echo $ECHO_N "(cached) $ECHO_C" >&6 2449else 2450 ac_check_lib_save_LIBS=$LIBS 2451LIBS="-ldir $LIBS" 2452cat >conftest.$ac_ext <<_ACEOF 2453#line 2453 "configure" 2454#include "confdefs.h" 2455 2456/* Override any gcc2 internal prototype to avoid an error. */ 2457#ifdef __cplusplus 2458extern "C" 2459#endif 2460/* We use char because int might match the return type of a gcc2 2461 builtin and then its argument prototype would still apply. */ 2462char opendir (); 2463int 2464main () 2465{ 2466opendir (); 2467 ; 2468 return 0; 2469} 2470_ACEOF 2471rm -f conftest.$ac_objext conftest$ac_exeext 2472if { (eval echo "$as_me:2472: \"$ac_link\"") >&5 2473 (eval $ac_link) 2>&5 2474 ac_status=$? 2475 echo "$as_me:2475: \$? = $ac_status" >&5 2476 (exit $ac_status); } && 2477 { ac_try='test -s conftest$ac_exeext' 2478 { (eval echo "$as_me:2478: \"$ac_try\"") >&5 2479 (eval $ac_try) 2>&5 2480 ac_status=$? 2481 echo "$as_me:2481: \$? = $ac_status" >&5 2482 (exit $ac_status); }; }; then 2483 ac_cv_lib_dir_opendir=yes 2484else 2485 echo "$as_me: failed program was:" >&5 2486cat conftest.$ac_ext >&5 2487ac_cv_lib_dir_opendir=no 2488fi 2489rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 2490LIBS=$ac_check_lib_save_LIBS 2491fi 2492echo "$as_me:2492: result: $ac_cv_lib_dir_opendir" >&5 2493echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6 2494if test $ac_cv_lib_dir_opendir = yes; then 2495 LIBS="$LIBS -ldir" 2496fi 2497 2498else 2499 echo "$as_me:2499: checking for opendir in -lx" >&5 2500echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6 2501if test "${ac_cv_lib_x_opendir+set}" = set; then 2502 echo $ECHO_N "(cached) $ECHO_C" >&6 2503else 2504 ac_check_lib_save_LIBS=$LIBS 2505LIBS="-lx $LIBS" 2506cat >conftest.$ac_ext <<_ACEOF 2507#line 2507 "configure" 2508#include "confdefs.h" 2509 2510/* Override any gcc2 internal prototype to avoid an error. */ 2511#ifdef __cplusplus 2512extern "C" 2513#endif 2514/* We use char because int might match the return type of a gcc2 2515 builtin and then its argument prototype would still apply. */ 2516char opendir (); 2517int 2518main () 2519{ 2520opendir (); 2521 ; 2522 return 0; 2523} 2524_ACEOF 2525rm -f conftest.$ac_objext conftest$ac_exeext 2526if { (eval echo "$as_me:2526: \"$ac_link\"") >&5 2527 (eval $ac_link) 2>&5 2528 ac_status=$? 2529 echo "$as_me:2529: \$? = $ac_status" >&5 2530 (exit $ac_status); } && 2531 { ac_try='test -s conftest$ac_exeext' 2532 { (eval echo "$as_me:2532: \"$ac_try\"") >&5 2533 (eval $ac_try) 2>&5 2534 ac_status=$? 2535 echo "$as_me:2535: \$? = $ac_status" >&5 2536 (exit $ac_status); }; }; then 2537 ac_cv_lib_x_opendir=yes 2538else 2539 echo "$as_me: failed program was:" >&5 2540cat conftest.$ac_ext >&5 2541ac_cv_lib_x_opendir=no 2542fi 2543rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 2544LIBS=$ac_check_lib_save_LIBS 2545fi 2546echo "$as_me:2546: result: $ac_cv_lib_x_opendir" >&5 2547echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6 2548if test $ac_cv_lib_x_opendir = yes; then 2549 LIBS="$LIBS -lx" 2550fi 2551 2552fi 2553 2554for ac_header in sys/sysmacros.h sys/syslimits.h \ 2555 getopt.h features.h malloc.h sys/poll.h stddef.h 2556do 2557as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 2558echo "$as_me:2558: checking for $ac_header" >&5 2559echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 2560if eval "test \"\${$as_ac_Header+set}\" = set"; then 2561 echo $ECHO_N "(cached) $ECHO_C" >&6 2562else 2563 cat >conftest.$ac_ext <<_ACEOF 2564#line 2564 "configure" 2565#include "confdefs.h" 2566#include <$ac_header> 2567_ACEOF 2568if { (eval echo "$as_me:2568: \"$ac_cpp conftest.$ac_ext\"") >&5 2569 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2570 ac_status=$? 2571 egrep -v '^ *\+' conftest.er1 >conftest.err 2572 rm -f conftest.er1 2573 cat conftest.err >&5 2574 echo "$as_me:2574: \$? = $ac_status" >&5 2575 (exit $ac_status); } >/dev/null; then 2576 if test -s conftest.err; then 2577 ac_cpp_err=$ac_c_preproc_warn_flag 2578 else 2579 ac_cpp_err= 2580 fi 2581else 2582 ac_cpp_err=yes 2583fi 2584if test -z "$ac_cpp_err"; then 2585 eval "$as_ac_Header=yes" 2586else 2587 echo "$as_me: failed program was:" >&5 2588 cat conftest.$ac_ext >&5 2589 eval "$as_ac_Header=no" 2590fi 2591rm -f conftest.err conftest.$ac_ext 2592fi 2593echo "$as_me:2593: result: `eval echo '${'$as_ac_Header'}'`" >&5 2594echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 2595if test `eval echo '${'$as_ac_Header'}'` = yes; then 2596 cat >>confdefs.h <<EOF 2597#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 2598EOF 2599 2600fi 2601done 2602 2603for ac_header in sys/bswap.h machine/bswap.h sys/cdefs.h machine/endian.h \ 2604 sys/featuretest.h err.h inttypes.h libgen.h paths.h stdint.h util.h 2605do 2606as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 2607echo "$as_me:2607: checking for $ac_header" >&5 2608echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 2609if eval "test \"\${$as_ac_Header+set}\" = set"; then 2610 echo $ECHO_N "(cached) $ECHO_C" >&6 2611else 2612 cat >conftest.$ac_ext <<_ACEOF 2613#line 2613 "configure" 2614#include "confdefs.h" 2615#include <$ac_header> 2616_ACEOF 2617if { (eval echo "$as_me:2617: \"$ac_cpp conftest.$ac_ext\"") >&5 2618 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2619 ac_status=$? 2620 egrep -v '^ *\+' conftest.er1 >conftest.err 2621 rm -f conftest.er1 2622 cat conftest.err >&5 2623 echo "$as_me:2623: \$? = $ac_status" >&5 2624 (exit $ac_status); } >/dev/null; then 2625 if test -s conftest.err; then 2626 ac_cpp_err=$ac_c_preproc_warn_flag 2627 else 2628 ac_cpp_err= 2629 fi 2630else 2631 ac_cpp_err=yes 2632fi 2633if test -z "$ac_cpp_err"; then 2634 eval "$as_ac_Header=yes" 2635else 2636 echo "$as_me: failed program was:" >&5 2637 cat conftest.$ac_ext >&5 2638 eval "$as_ac_Header=no" 2639fi 2640rm -f conftest.err conftest.$ac_ext 2641fi 2642echo "$as_me:2642: result: `eval echo '${'$as_ac_Header'}'`" >&5 2643echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 2644if test `eval echo '${'$as_ac_Header'}'` = yes; then 2645 cat >>confdefs.h <<EOF 2646#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 2647EOF 2648 2649else 2650 test -f include/$ac_header || touch include/$ac_header 2651fi 2652done 2653 2654for ac_header in rpc/types.h netconfig.h 2655do 2656as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 2657echo "$as_me:2657: checking for $ac_header" >&5 2658echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 2659if eval "test \"\${$as_ac_Header+set}\" = set"; then 2660 echo $ECHO_N "(cached) $ECHO_C" >&6 2661else 2662 cat >conftest.$ac_ext <<_ACEOF 2663#line 2663 "configure" 2664#include "confdefs.h" 2665#include <$ac_header> 2666_ACEOF 2667if { (eval echo "$as_me:2667: \"$ac_cpp conftest.$ac_ext\"") >&5 2668 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2669 ac_status=$? 2670 egrep -v '^ *\+' conftest.er1 >conftest.err 2671 rm -f conftest.er1 2672 cat conftest.err >&5 2673 echo "$as_me:2673: \$? = $ac_status" >&5 2674 (exit $ac_status); } >/dev/null; then 2675 if test -s conftest.err; then 2676 ac_cpp_err=$ac_c_preproc_warn_flag 2677 else 2678 ac_cpp_err= 2679 fi 2680else 2681 ac_cpp_err=yes 2682fi 2683if test -z "$ac_cpp_err"; then 2684 eval "$as_ac_Header=yes" 2685else 2686 echo "$as_me: failed program was:" >&5 2687 cat conftest.$ac_ext >&5 2688 eval "$as_ac_Header=no" 2689fi 2690rm -f conftest.err conftest.$ac_ext 2691fi 2692echo "$as_me:2692: result: `eval echo '${'$as_ac_Header'}'`" >&5 2693echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 2694if test `eval echo '${'$as_ac_Header'}'` = yes; then 2695 cat >>confdefs.h <<EOF 2696#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 2697EOF 2698 2699else 2700 echo '#include "nbtool_config.h"' >include/$ac_header.new 2701 echo '#include "'$srcdir/../../include/$ac_header'"' >>include/$ac_header.new 2702 if cmp include/$ac_header.new include/$ac_header >/dev/null 2>&1; then 2703 rm -f include/$ac_header.new 2704 else 2705 mv -f include/$ac_header.new include/$ac_header 2706 fi 2707fi 2708done 2709 2710# Typedefs. 2711# On IRIX 5.3, sys/types and inttypes.h are conflicting. 2712 2713for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ 2714 inttypes.h stdint.h unistd.h 2715do 2716as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 2717echo "$as_me:2717: checking for $ac_header" >&5 2718echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 2719if eval "test \"\${$as_ac_Header+set}\" = set"; then 2720 echo $ECHO_N "(cached) $ECHO_C" >&6 2721else 2722 cat >conftest.$ac_ext <<_ACEOF 2723#line 2723 "configure" 2724#include "confdefs.h" 2725$ac_includes_default 2726#include <$ac_header> 2727_ACEOF 2728rm -f conftest.$ac_objext 2729if { (eval echo "$as_me:2729: \"$ac_compile\"") >&5 2730 (eval $ac_compile) 2>&5 2731 ac_status=$? 2732 echo "$as_me:2732: \$? = $ac_status" >&5 2733 (exit $ac_status); } && 2734 { ac_try='test -s conftest.$ac_objext' 2735 { (eval echo "$as_me:2735: \"$ac_try\"") >&5 2736 (eval $ac_try) 2>&5 2737 ac_status=$? 2738 echo "$as_me:2738: \$? = $ac_status" >&5 2739 (exit $ac_status); }; }; then 2740 eval "$as_ac_Header=yes" 2741else 2742 echo "$as_me: failed program was:" >&5 2743cat conftest.$ac_ext >&5 2744eval "$as_ac_Header=no" 2745fi 2746rm -f conftest.$ac_objext conftest.$ac_ext 2747fi 2748echo "$as_me:2748: result: `eval echo '${'$as_ac_Header'}'`" >&5 2749echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 2750if test `eval echo '${'$as_ac_Header'}'` = yes; then 2751 cat >>confdefs.h <<EOF 2752#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 2753EOF 2754 2755fi 2756done 2757 2758echo "$as_me:2758: checking for size_t" >&5 2759echo $ECHO_N "checking for size_t... $ECHO_C" >&6 2760if test "${ac_cv_type_size_t+set}" = set; then 2761 echo $ECHO_N "(cached) $ECHO_C" >&6 2762else 2763 cat >conftest.$ac_ext <<_ACEOF 2764#line 2764 "configure" 2765#include "confdefs.h" 2766$ac_includes_default 2767int 2768main () 2769{ 2770if ((size_t *) 0) 2771 return 0; 2772if (sizeof (size_t)) 2773 return 0; 2774 ; 2775 return 0; 2776} 2777_ACEOF 2778rm -f conftest.$ac_objext 2779if { (eval echo "$as_me:2779: \"$ac_compile\"") >&5 2780 (eval $ac_compile) 2>&5 2781 ac_status=$? 2782 echo "$as_me:2782: \$? = $ac_status" >&5 2783 (exit $ac_status); } && 2784 { ac_try='test -s conftest.$ac_objext' 2785 { (eval echo "$as_me:2785: \"$ac_try\"") >&5 2786 (eval $ac_try) 2>&5 2787 ac_status=$? 2788 echo "$as_me:2788: \$? = $ac_status" >&5 2789 (exit $ac_status); }; }; then 2790 ac_cv_type_size_t=yes 2791else 2792 echo "$as_me: failed program was:" >&5 2793cat conftest.$ac_ext >&5 2794ac_cv_type_size_t=no 2795fi 2796rm -f conftest.$ac_objext conftest.$ac_ext 2797fi 2798echo "$as_me:2798: result: $ac_cv_type_size_t" >&5 2799echo "${ECHO_T}$ac_cv_type_size_t" >&6 2800if test $ac_cv_type_size_t = yes; then 2801 : 2802else 2803 2804cat >>confdefs.h <<EOF 2805#define size_t unsigned 2806EOF 2807 2808fi 2809 2810echo "$as_me:2810: checking for id_t" >&5 2811echo $ECHO_N "checking for id_t... $ECHO_C" >&6 2812if test "${ac_cv_type_id_t+set}" = set; then 2813 echo $ECHO_N "(cached) $ECHO_C" >&6 2814else 2815 cat >conftest.$ac_ext <<_ACEOF 2816#line 2816 "configure" 2817#include "confdefs.h" 2818$ac_includes_default 2819int 2820main () 2821{ 2822if ((id_t *) 0) 2823 return 0; 2824if (sizeof (id_t)) 2825 return 0; 2826 ; 2827 return 0; 2828} 2829_ACEOF 2830rm -f conftest.$ac_objext 2831if { (eval echo "$as_me:2831: \"$ac_compile\"") >&5 2832 (eval $ac_compile) 2>&5 2833 ac_status=$? 2834 echo "$as_me:2834: \$? = $ac_status" >&5 2835 (exit $ac_status); } && 2836 { ac_try='test -s conftest.$ac_objext' 2837 { (eval echo "$as_me:2837: \"$ac_try\"") >&5 2838 (eval $ac_try) 2>&5 2839 ac_status=$? 2840 echo "$as_me:2840: \$? = $ac_status" >&5 2841 (exit $ac_status); }; }; then 2842 ac_cv_type_id_t=yes 2843else 2844 echo "$as_me: failed program was:" >&5 2845cat conftest.$ac_ext >&5 2846ac_cv_type_id_t=no 2847fi 2848rm -f conftest.$ac_objext conftest.$ac_ext 2849fi 2850echo "$as_me:2850: result: $ac_cv_type_id_t" >&5 2851echo "${ECHO_T}$ac_cv_type_id_t" >&6 2852if test $ac_cv_type_id_t = yes; then 2853 2854cat >>confdefs.h <<EOF 2855#define HAVE_ID_T 1 2856EOF 2857 2858fi 2859echo "$as_me:2859: checking for long long" >&5 2860echo $ECHO_N "checking for long long... $ECHO_C" >&6 2861if test "${ac_cv_type_long_long+set}" = set; then 2862 echo $ECHO_N "(cached) $ECHO_C" >&6 2863else 2864 cat >conftest.$ac_ext <<_ACEOF 2865#line 2865 "configure" 2866#include "confdefs.h" 2867$ac_includes_default 2868int 2869main () 2870{ 2871if ((long long *) 0) 2872 return 0; 2873if (sizeof (long long)) 2874 return 0; 2875 ; 2876 return 0; 2877} 2878_ACEOF 2879rm -f conftest.$ac_objext 2880if { (eval echo "$as_me:2880: \"$ac_compile\"") >&5 2881 (eval $ac_compile) 2>&5 2882 ac_status=$? 2883 echo "$as_me:2883: \$? = $ac_status" >&5 2884 (exit $ac_status); } && 2885 { ac_try='test -s conftest.$ac_objext' 2886 { (eval echo "$as_me:2886: \"$ac_try\"") >&5 2887 (eval $ac_try) 2>&5 2888 ac_status=$? 2889 echo "$as_me:2889: \$? = $ac_status" >&5 2890 (exit $ac_status); }; }; then 2891 ac_cv_type_long_long=yes 2892else 2893 echo "$as_me: failed program was:" >&5 2894cat conftest.$ac_ext >&5 2895ac_cv_type_long_long=no 2896fi 2897rm -f conftest.$ac_objext conftest.$ac_ext 2898fi 2899echo "$as_me:2899: result: $ac_cv_type_long_long" >&5 2900echo "${ECHO_T}$ac_cv_type_long_long" >&6 2901if test $ac_cv_type_long_long = yes; then 2902 2903cat >>confdefs.h <<EOF 2904#define HAVE_LONG_LONG 1 2905EOF 2906 2907fi 2908echo "$as_me:2908: checking for u_long" >&5 2909echo $ECHO_N "checking for u_long... $ECHO_C" >&6 2910if test "${ac_cv_type_u_long+set}" = set; then 2911 echo $ECHO_N "(cached) $ECHO_C" >&6 2912else 2913 cat >conftest.$ac_ext <<_ACEOF 2914#line 2914 "configure" 2915#include "confdefs.h" 2916$ac_includes_default 2917int 2918main () 2919{ 2920if ((u_long *) 0) 2921 return 0; 2922if (sizeof (u_long)) 2923 return 0; 2924 ; 2925 return 0; 2926} 2927_ACEOF 2928rm -f conftest.$ac_objext 2929if { (eval echo "$as_me:2929: \"$ac_compile\"") >&5 2930 (eval $ac_compile) 2>&5 2931 ac_status=$? 2932 echo "$as_me:2932: \$? = $ac_status" >&5 2933 (exit $ac_status); } && 2934 { ac_try='test -s conftest.$ac_objext' 2935 { (eval echo "$as_me:2935: \"$ac_try\"") >&5 2936 (eval $ac_try) 2>&5 2937 ac_status=$? 2938 echo "$as_me:2938: \$? = $ac_status" >&5 2939 (exit $ac_status); }; }; then 2940 ac_cv_type_u_long=yes 2941else 2942 echo "$as_me: failed program was:" >&5 2943cat conftest.$ac_ext >&5 2944ac_cv_type_u_long=no 2945fi 2946rm -f conftest.$ac_objext conftest.$ac_ext 2947fi 2948echo "$as_me:2948: result: $ac_cv_type_u_long" >&5 2949echo "${ECHO_T}$ac_cv_type_u_long" >&6 2950if test $ac_cv_type_u_long = yes; then 2951 2952cat >>confdefs.h <<EOF 2953#define HAVE_U_LONG 1 2954EOF 2955 2956fi 2957echo "$as_me:2957: checking for u_char" >&5 2958echo $ECHO_N "checking for u_char... $ECHO_C" >&6 2959if test "${ac_cv_type_u_char+set}" = set; then 2960 echo $ECHO_N "(cached) $ECHO_C" >&6 2961else 2962 cat >conftest.$ac_ext <<_ACEOF 2963#line 2963 "configure" 2964#include "confdefs.h" 2965$ac_includes_default 2966int 2967main () 2968{ 2969if ((u_char *) 0) 2970 return 0; 2971if (sizeof (u_char)) 2972 return 0; 2973 ; 2974 return 0; 2975} 2976_ACEOF 2977rm -f conftest.$ac_objext 2978if { (eval echo "$as_me:2978: \"$ac_compile\"") >&5 2979 (eval $ac_compile) 2>&5 2980 ac_status=$? 2981 echo "$as_me:2981: \$? = $ac_status" >&5 2982 (exit $ac_status); } && 2983 { ac_try='test -s conftest.$ac_objext' 2984 { (eval echo "$as_me:2984: \"$ac_try\"") >&5 2985 (eval $ac_try) 2>&5 2986 ac_status=$? 2987 echo "$as_me:2987: \$? = $ac_status" >&5 2988 (exit $ac_status); }; }; then 2989 ac_cv_type_u_char=yes 2990else 2991 echo "$as_me: failed program was:" >&5 2992cat conftest.$ac_ext >&5 2993ac_cv_type_u_char=no 2994fi 2995rm -f conftest.$ac_objext conftest.$ac_ext 2996fi 2997echo "$as_me:2997: result: $ac_cv_type_u_char" >&5 2998echo "${ECHO_T}$ac_cv_type_u_char" >&6 2999if test $ac_cv_type_u_char = yes; then 3000 3001cat >>confdefs.h <<EOF 3002#define HAVE_U_CHAR 1 3003EOF 3004 3005fi 3006echo "$as_me:3006: checking for u_short" >&5 3007echo $ECHO_N "checking for u_short... $ECHO_C" >&6 3008if test "${ac_cv_type_u_short+set}" = set; then 3009 echo $ECHO_N "(cached) $ECHO_C" >&6 3010else 3011 cat >conftest.$ac_ext <<_ACEOF 3012#line 3012 "configure" 3013#include "confdefs.h" 3014$ac_includes_default 3015int 3016main () 3017{ 3018if ((u_short *) 0) 3019 return 0; 3020if (sizeof (u_short)) 3021 return 0; 3022 ; 3023 return 0; 3024} 3025_ACEOF 3026rm -f conftest.$ac_objext 3027if { (eval echo "$as_me:3027: \"$ac_compile\"") >&5 3028 (eval $ac_compile) 2>&5 3029 ac_status=$? 3030 echo "$as_me:3030: \$? = $ac_status" >&5 3031 (exit $ac_status); } && 3032 { ac_try='test -s conftest.$ac_objext' 3033 { (eval echo "$as_me:3033: \"$ac_try\"") >&5 3034 (eval $ac_try) 2>&5 3035 ac_status=$? 3036 echo "$as_me:3036: \$? = $ac_status" >&5 3037 (exit $ac_status); }; }; then 3038 ac_cv_type_u_short=yes 3039else 3040 echo "$as_me: failed program was:" >&5 3041cat conftest.$ac_ext >&5 3042ac_cv_type_u_short=no 3043fi 3044rm -f conftest.$ac_objext conftest.$ac_ext 3045fi 3046echo "$as_me:3046: result: $ac_cv_type_u_short" >&5 3047echo "${ECHO_T}$ac_cv_type_u_short" >&6 3048if test $ac_cv_type_u_short = yes; then 3049 3050cat >>confdefs.h <<EOF 3051#define HAVE_U_SHORT 1 3052EOF 3053 3054fi 3055echo "$as_me:3055: checking for u_int" >&5 3056echo $ECHO_N "checking for u_int... $ECHO_C" >&6 3057if test "${ac_cv_type_u_int+set}" = set; then 3058 echo $ECHO_N "(cached) $ECHO_C" >&6 3059else 3060 cat >conftest.$ac_ext <<_ACEOF 3061#line 3061 "configure" 3062#include "confdefs.h" 3063$ac_includes_default 3064int 3065main () 3066{ 3067if ((u_int *) 0) 3068 return 0; 3069if (sizeof (u_int)) 3070 return 0; 3071 ; 3072 return 0; 3073} 3074_ACEOF 3075rm -f conftest.$ac_objext 3076if { (eval echo "$as_me:3076: \"$ac_compile\"") >&5 3077 (eval $ac_compile) 2>&5 3078 ac_status=$? 3079 echo "$as_me:3079: \$? = $ac_status" >&5 3080 (exit $ac_status); } && 3081 { ac_try='test -s conftest.$ac_objext' 3082 { (eval echo "$as_me:3082: \"$ac_try\"") >&5 3083 (eval $ac_try) 2>&5 3084 ac_status=$? 3085 echo "$as_me:3085: \$? = $ac_status" >&5 3086 (exit $ac_status); }; }; then 3087 ac_cv_type_u_int=yes 3088else 3089 echo "$as_me: failed program was:" >&5 3090cat conftest.$ac_ext >&5 3091ac_cv_type_u_int=no 3092fi 3093rm -f conftest.$ac_objext conftest.$ac_ext 3094fi 3095echo "$as_me:3095: result: $ac_cv_type_u_int" >&5 3096echo "${ECHO_T}$ac_cv_type_u_int" >&6 3097if test $ac_cv_type_u_int = yes; then 3098 3099cat >>confdefs.h <<EOF 3100#define HAVE_U_INT 1 3101EOF 3102 3103fi 3104echo "$as_me:3104: checking for u_quad_t" >&5 3105echo $ECHO_N "checking for u_quad_t... $ECHO_C" >&6 3106if test "${ac_cv_type_u_quad_t+set}" = set; then 3107 echo $ECHO_N "(cached) $ECHO_C" >&6 3108else 3109 cat >conftest.$ac_ext <<_ACEOF 3110#line 3110 "configure" 3111#include "confdefs.h" 3112$ac_includes_default 3113int 3114main () 3115{ 3116if ((u_quad_t *) 0) 3117 return 0; 3118if (sizeof (u_quad_t)) 3119 return 0; 3120 ; 3121 return 0; 3122} 3123_ACEOF 3124rm -f conftest.$ac_objext 3125if { (eval echo "$as_me:3125: \"$ac_compile\"") >&5 3126 (eval $ac_compile) 2>&5 3127 ac_status=$? 3128 echo "$as_me:3128: \$? = $ac_status" >&5 3129 (exit $ac_status); } && 3130 { ac_try='test -s conftest.$ac_objext' 3131 { (eval echo "$as_me:3131: \"$ac_try\"") >&5 3132 (eval $ac_try) 2>&5 3133 ac_status=$? 3134 echo "$as_me:3134: \$? = $ac_status" >&5 3135 (exit $ac_status); }; }; then 3136 ac_cv_type_u_quad_t=yes 3137else 3138 echo "$as_me: failed program was:" >&5 3139cat conftest.$ac_ext >&5 3140ac_cv_type_u_quad_t=no 3141fi 3142rm -f conftest.$ac_objext conftest.$ac_ext 3143fi 3144echo "$as_me:3144: result: $ac_cv_type_u_quad_t" >&5 3145echo "${ECHO_T}$ac_cv_type_u_quad_t" >&6 3146if test $ac_cv_type_u_quad_t = yes; then 3147 3148cat >>confdefs.h <<EOF 3149#define HAVE_U_QUAD_T 1 3150EOF 3151 3152fi 3153 3154echo "$as_me:3154: checking for socklen_t" >&5 3155echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6 3156if test "${ac_cv_type_socklen_t+set}" = set; then 3157 echo $ECHO_N "(cached) $ECHO_C" >&6 3158else 3159 cat >conftest.$ac_ext <<_ACEOF 3160#line 3160 "configure" 3161#include "confdefs.h" 3162#include <sys/types.h> 3163#include <sys/socket.h> 3164 3165int 3166main () 3167{ 3168if ((socklen_t *) 0) 3169 return 0; 3170if (sizeof (socklen_t)) 3171 return 0; 3172 ; 3173 return 0; 3174} 3175_ACEOF 3176rm -f conftest.$ac_objext 3177if { (eval echo "$as_me:3177: \"$ac_compile\"") >&5 3178 (eval $ac_compile) 2>&5 3179 ac_status=$? 3180 echo "$as_me:3180: \$? = $ac_status" >&5 3181 (exit $ac_status); } && 3182 { ac_try='test -s conftest.$ac_objext' 3183 { (eval echo "$as_me:3183: \"$ac_try\"") >&5 3184 (eval $ac_try) 2>&5 3185 ac_status=$? 3186 echo "$as_me:3186: \$? = $ac_status" >&5 3187 (exit $ac_status); }; }; then 3188 ac_cv_type_socklen_t=yes 3189else 3190 echo "$as_me: failed program was:" >&5 3191cat conftest.$ac_ext >&5 3192ac_cv_type_socklen_t=no 3193fi 3194rm -f conftest.$ac_objext conftest.$ac_ext 3195fi 3196echo "$as_me:3196: result: $ac_cv_type_socklen_t" >&5 3197echo "${ECHO_T}$ac_cv_type_socklen_t" >&6 3198if test $ac_cv_type_socklen_t = yes; then 3199 3200cat >>confdefs.h <<\EOF 3201#define HAVE_SOCKLEN_T 1 3202EOF 3203 3204fi 3205 3206 echo "$as_me:3206: checking for uint8_t" >&5 3207echo $ECHO_N "checking for uint8_t... $ECHO_C" >&6 3208if test "${ac_cv_type_uint8_t+set}" = set; then 3209 echo $ECHO_N "(cached) $ECHO_C" >&6 3210else 3211 cat >conftest.$ac_ext <<_ACEOF 3212#line 3212 "configure" 3213#include "confdefs.h" 3214$ac_includes_default 3215int 3216main () 3217{ 3218if ((uint8_t *) 0) 3219 return 0; 3220if (sizeof (uint8_t)) 3221 return 0; 3222 ; 3223 return 0; 3224} 3225_ACEOF 3226rm -f conftest.$ac_objext 3227if { (eval echo "$as_me:3227: \"$ac_compile\"") >&5 3228 (eval $ac_compile) 2>&5 3229 ac_status=$? 3230 echo "$as_me:3230: \$? = $ac_status" >&5 3231 (exit $ac_status); } && 3232 { ac_try='test -s conftest.$ac_objext' 3233 { (eval echo "$as_me:3233: \"$ac_try\"") >&5 3234 (eval $ac_try) 2>&5 3235 ac_status=$? 3236 echo "$as_me:3236: \$? = $ac_status" >&5 3237 (exit $ac_status); }; }; then 3238 ac_cv_type_uint8_t=yes 3239else 3240 echo "$as_me: failed program was:" >&5 3241cat conftest.$ac_ext >&5 3242ac_cv_type_uint8_t=no 3243fi 3244rm -f conftest.$ac_objext conftest.$ac_ext 3245fi 3246echo "$as_me:3246: result: $ac_cv_type_uint8_t" >&5 3247echo "${ECHO_T}$ac_cv_type_uint8_t" >&6 3248if test $ac_cv_type_uint8_t = yes; then 3249 : 3250else 3251 3252 echo "$as_me:3252: checking for u_int8_t" >&5 3253echo $ECHO_N "checking for u_int8_t... $ECHO_C" >&6 3254if test "${ac_cv_type_u_int8_t+set}" = set; then 3255 echo $ECHO_N "(cached) $ECHO_C" >&6 3256else 3257 cat >conftest.$ac_ext <<_ACEOF 3258#line 3258 "configure" 3259#include "confdefs.h" 3260$ac_includes_default 3261int 3262main () 3263{ 3264if ((u_int8_t *) 0) 3265 return 0; 3266if (sizeof (u_int8_t)) 3267 return 0; 3268 ; 3269 return 0; 3270} 3271_ACEOF 3272rm -f conftest.$ac_objext 3273if { (eval echo "$as_me:3273: \"$ac_compile\"") >&5 3274 (eval $ac_compile) 2>&5 3275 ac_status=$? 3276 echo "$as_me:3276: \$? = $ac_status" >&5 3277 (exit $ac_status); } && 3278 { ac_try='test -s conftest.$ac_objext' 3279 { (eval echo "$as_me:3279: \"$ac_try\"") >&5 3280 (eval $ac_try) 2>&5 3281 ac_status=$? 3282 echo "$as_me:3282: \$? = $ac_status" >&5 3283 (exit $ac_status); }; }; then 3284 ac_cv_type_u_int8_t=yes 3285else 3286 echo "$as_me: failed program was:" >&5 3287cat conftest.$ac_ext >&5 3288ac_cv_type_u_int8_t=no 3289fi 3290rm -f conftest.$ac_objext conftest.$ac_ext 3291fi 3292echo "$as_me:3292: result: $ac_cv_type_u_int8_t" >&5 3293echo "${ECHO_T}$ac_cv_type_u_int8_t" >&6 3294if test $ac_cv_type_u_int8_t = yes; then 3295 3296cat >>confdefs.h <<\EOF 3297#define uint8_t u_int8_t 3298EOF 3299 3300else 3301 { { echo "$as_me:3301: error: cannot find a suitable type for uint8_t" >&5 3302echo "$as_me: error: cannot find a suitable type for uint8_t" >&2;} 3303 { (exit 1); exit 1; }; } 3304fi 3305 3306fi 3307 3308 echo "$as_me:3308: checking for u_int8_t" >&5 3309echo $ECHO_N "checking for u_int8_t... $ECHO_C" >&6 3310if test "${ac_cv_type_u_int8_t+set}" = set; then 3311 echo $ECHO_N "(cached) $ECHO_C" >&6 3312else 3313 cat >conftest.$ac_ext <<_ACEOF 3314#line 3314 "configure" 3315#include "confdefs.h" 3316$ac_includes_default 3317int 3318main () 3319{ 3320if ((u_int8_t *) 0) 3321 return 0; 3322if (sizeof (u_int8_t)) 3323 return 0; 3324 ; 3325 return 0; 3326} 3327_ACEOF 3328rm -f conftest.$ac_objext 3329if { (eval echo "$as_me:3329: \"$ac_compile\"") >&5 3330 (eval $ac_compile) 2>&5 3331 ac_status=$? 3332 echo "$as_me:3332: \$? = $ac_status" >&5 3333 (exit $ac_status); } && 3334 { ac_try='test -s conftest.$ac_objext' 3335 { (eval echo "$as_me:3335: \"$ac_try\"") >&5 3336 (eval $ac_try) 2>&5 3337 ac_status=$? 3338 echo "$as_me:3338: \$? = $ac_status" >&5 3339 (exit $ac_status); }; }; then 3340 ac_cv_type_u_int8_t=yes 3341else 3342 echo "$as_me: failed program was:" >&5 3343cat conftest.$ac_ext >&5 3344ac_cv_type_u_int8_t=no 3345fi 3346rm -f conftest.$ac_objext conftest.$ac_ext 3347fi 3348echo "$as_me:3348: result: $ac_cv_type_u_int8_t" >&5 3349echo "${ECHO_T}$ac_cv_type_u_int8_t" >&6 3350if test $ac_cv_type_u_int8_t = yes; then 3351 : 3352else 3353 3354 echo "$as_me:3354: checking for uint8_t" >&5 3355echo $ECHO_N "checking for uint8_t... $ECHO_C" >&6 3356if test "${ac_cv_type_uint8_t+set}" = set; then 3357 echo $ECHO_N "(cached) $ECHO_C" >&6 3358else 3359 cat >conftest.$ac_ext <<_ACEOF 3360#line 3360 "configure" 3361#include "confdefs.h" 3362$ac_includes_default 3363int 3364main () 3365{ 3366if ((uint8_t *) 0) 3367 return 0; 3368if (sizeof (uint8_t)) 3369 return 0; 3370 ; 3371 return 0; 3372} 3373_ACEOF 3374rm -f conftest.$ac_objext 3375if { (eval echo "$as_me:3375: \"$ac_compile\"") >&5 3376 (eval $ac_compile) 2>&5 3377 ac_status=$? 3378 echo "$as_me:3378: \$? = $ac_status" >&5 3379 (exit $ac_status); } && 3380 { ac_try='test -s conftest.$ac_objext' 3381 { (eval echo "$as_me:3381: \"$ac_try\"") >&5 3382 (eval $ac_try) 2>&5 3383 ac_status=$? 3384 echo "$as_me:3384: \$? = $ac_status" >&5 3385 (exit $ac_status); }; }; then 3386 ac_cv_type_uint8_t=yes 3387else 3388 echo "$as_me: failed program was:" >&5 3389cat conftest.$ac_ext >&5 3390ac_cv_type_uint8_t=no 3391fi 3392rm -f conftest.$ac_objext conftest.$ac_ext 3393fi 3394echo "$as_me:3394: result: $ac_cv_type_uint8_t" >&5 3395echo "${ECHO_T}$ac_cv_type_uint8_t" >&6 3396if test $ac_cv_type_uint8_t = yes; then 3397 3398cat >>confdefs.h <<\EOF 3399#define u_int8_t uint8_t 3400EOF 3401 3402else 3403 { { echo "$as_me:3403: error: cannot find a suitable type for u_int8_t" >&5 3404echo "$as_me: error: cannot find a suitable type for u_int8_t" >&2;} 3405 { (exit 1); exit 1; }; } 3406fi 3407 3408fi 3409 3410 echo "$as_me:3410: checking for uint16_t" >&5 3411echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6 3412if test "${ac_cv_type_uint16_t+set}" = set; then 3413 echo $ECHO_N "(cached) $ECHO_C" >&6 3414else 3415 cat >conftest.$ac_ext <<_ACEOF 3416#line 3416 "configure" 3417#include "confdefs.h" 3418$ac_includes_default 3419int 3420main () 3421{ 3422if ((uint16_t *) 0) 3423 return 0; 3424if (sizeof (uint16_t)) 3425 return 0; 3426 ; 3427 return 0; 3428} 3429_ACEOF 3430rm -f conftest.$ac_objext 3431if { (eval echo "$as_me:3431: \"$ac_compile\"") >&5 3432 (eval $ac_compile) 2>&5 3433 ac_status=$? 3434 echo "$as_me:3434: \$? = $ac_status" >&5 3435 (exit $ac_status); } && 3436 { ac_try='test -s conftest.$ac_objext' 3437 { (eval echo "$as_me:3437: \"$ac_try\"") >&5 3438 (eval $ac_try) 2>&5 3439 ac_status=$? 3440 echo "$as_me:3440: \$? = $ac_status" >&5 3441 (exit $ac_status); }; }; then 3442 ac_cv_type_uint16_t=yes 3443else 3444 echo "$as_me: failed program was:" >&5 3445cat conftest.$ac_ext >&5 3446ac_cv_type_uint16_t=no 3447fi 3448rm -f conftest.$ac_objext conftest.$ac_ext 3449fi 3450echo "$as_me:3450: result: $ac_cv_type_uint16_t" >&5 3451echo "${ECHO_T}$ac_cv_type_uint16_t" >&6 3452if test $ac_cv_type_uint16_t = yes; then 3453 : 3454else 3455 3456 echo "$as_me:3456: checking for u_int16_t" >&5 3457echo $ECHO_N "checking for u_int16_t... $ECHO_C" >&6 3458if test "${ac_cv_type_u_int16_t+set}" = set; then 3459 echo $ECHO_N "(cached) $ECHO_C" >&6 3460else 3461 cat >conftest.$ac_ext <<_ACEOF 3462#line 3462 "configure" 3463#include "confdefs.h" 3464$ac_includes_default 3465int 3466main () 3467{ 3468if ((u_int16_t *) 0) 3469 return 0; 3470if (sizeof (u_int16_t)) 3471 return 0; 3472 ; 3473 return 0; 3474} 3475_ACEOF 3476rm -f conftest.$ac_objext 3477if { (eval echo "$as_me:3477: \"$ac_compile\"") >&5 3478 (eval $ac_compile) 2>&5 3479 ac_status=$? 3480 echo "$as_me:3480: \$? = $ac_status" >&5 3481 (exit $ac_status); } && 3482 { ac_try='test -s conftest.$ac_objext' 3483 { (eval echo "$as_me:3483: \"$ac_try\"") >&5 3484 (eval $ac_try) 2>&5 3485 ac_status=$? 3486 echo "$as_me:3486: \$? = $ac_status" >&5 3487 (exit $ac_status); }; }; then 3488 ac_cv_type_u_int16_t=yes 3489else 3490 echo "$as_me: failed program was:" >&5 3491cat conftest.$ac_ext >&5 3492ac_cv_type_u_int16_t=no 3493fi 3494rm -f conftest.$ac_objext conftest.$ac_ext 3495fi 3496echo "$as_me:3496: result: $ac_cv_type_u_int16_t" >&5 3497echo "${ECHO_T}$ac_cv_type_u_int16_t" >&6 3498if test $ac_cv_type_u_int16_t = yes; then 3499 3500cat >>confdefs.h <<\EOF 3501#define uint16_t u_int16_t 3502EOF 3503 3504else 3505 { { echo "$as_me:3505: error: cannot find a suitable type for uint16_t" >&5 3506echo "$as_me: error: cannot find a suitable type for uint16_t" >&2;} 3507 { (exit 1); exit 1; }; } 3508fi 3509 3510fi 3511 3512 echo "$as_me:3512: checking for u_int16_t" >&5 3513echo $ECHO_N "checking for u_int16_t... $ECHO_C" >&6 3514if test "${ac_cv_type_u_int16_t+set}" = set; then 3515 echo $ECHO_N "(cached) $ECHO_C" >&6 3516else 3517 cat >conftest.$ac_ext <<_ACEOF 3518#line 3518 "configure" 3519#include "confdefs.h" 3520$ac_includes_default 3521int 3522main () 3523{ 3524if ((u_int16_t *) 0) 3525 return 0; 3526if (sizeof (u_int16_t)) 3527 return 0; 3528 ; 3529 return 0; 3530} 3531_ACEOF 3532rm -f conftest.$ac_objext 3533if { (eval echo "$as_me:3533: \"$ac_compile\"") >&5 3534 (eval $ac_compile) 2>&5 3535 ac_status=$? 3536 echo "$as_me:3536: \$? = $ac_status" >&5 3537 (exit $ac_status); } && 3538 { ac_try='test -s conftest.$ac_objext' 3539 { (eval echo "$as_me:3539: \"$ac_try\"") >&5 3540 (eval $ac_try) 2>&5 3541 ac_status=$? 3542 echo "$as_me:3542: \$? = $ac_status" >&5 3543 (exit $ac_status); }; }; then 3544 ac_cv_type_u_int16_t=yes 3545else 3546 echo "$as_me: failed program was:" >&5 3547cat conftest.$ac_ext >&5 3548ac_cv_type_u_int16_t=no 3549fi 3550rm -f conftest.$ac_objext conftest.$ac_ext 3551fi 3552echo "$as_me:3552: result: $ac_cv_type_u_int16_t" >&5 3553echo "${ECHO_T}$ac_cv_type_u_int16_t" >&6 3554if test $ac_cv_type_u_int16_t = yes; then 3555 : 3556else 3557 3558 echo "$as_me:3558: checking for uint16_t" >&5 3559echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6 3560if test "${ac_cv_type_uint16_t+set}" = set; then 3561 echo $ECHO_N "(cached) $ECHO_C" >&6 3562else 3563 cat >conftest.$ac_ext <<_ACEOF 3564#line 3564 "configure" 3565#include "confdefs.h" 3566$ac_includes_default 3567int 3568main () 3569{ 3570if ((uint16_t *) 0) 3571 return 0; 3572if (sizeof (uint16_t)) 3573 return 0; 3574 ; 3575 return 0; 3576} 3577_ACEOF 3578rm -f conftest.$ac_objext 3579if { (eval echo "$as_me:3579: \"$ac_compile\"") >&5 3580 (eval $ac_compile) 2>&5 3581 ac_status=$? 3582 echo "$as_me:3582: \$? = $ac_status" >&5 3583 (exit $ac_status); } && 3584 { ac_try='test -s conftest.$ac_objext' 3585 { (eval echo "$as_me:3585: \"$ac_try\"") >&5 3586 (eval $ac_try) 2>&5 3587 ac_status=$? 3588 echo "$as_me:3588: \$? = $ac_status" >&5 3589 (exit $ac_status); }; }; then 3590 ac_cv_type_uint16_t=yes 3591else 3592 echo "$as_me: failed program was:" >&5 3593cat conftest.$ac_ext >&5 3594ac_cv_type_uint16_t=no 3595fi 3596rm -f conftest.$ac_objext conftest.$ac_ext 3597fi 3598echo "$as_me:3598: result: $ac_cv_type_uint16_t" >&5 3599echo "${ECHO_T}$ac_cv_type_uint16_t" >&6 3600if test $ac_cv_type_uint16_t = yes; then 3601 3602cat >>confdefs.h <<\EOF 3603#define u_int16_t uint16_t 3604EOF 3605 3606else 3607 { { echo "$as_me:3607: error: cannot find a suitable type for u_int16_t" >&5 3608echo "$as_me: error: cannot find a suitable type for u_int16_t" >&2;} 3609 { (exit 1); exit 1; }; } 3610fi 3611 3612fi 3613 3614 echo "$as_me:3614: checking for uint32_t" >&5 3615echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6 3616if test "${ac_cv_type_uint32_t+set}" = set; then 3617 echo $ECHO_N "(cached) $ECHO_C" >&6 3618else 3619 cat >conftest.$ac_ext <<_ACEOF 3620#line 3620 "configure" 3621#include "confdefs.h" 3622$ac_includes_default 3623int 3624main () 3625{ 3626if ((uint32_t *) 0) 3627 return 0; 3628if (sizeof (uint32_t)) 3629 return 0; 3630 ; 3631 return 0; 3632} 3633_ACEOF 3634rm -f conftest.$ac_objext 3635if { (eval echo "$as_me:3635: \"$ac_compile\"") >&5 3636 (eval $ac_compile) 2>&5 3637 ac_status=$? 3638 echo "$as_me:3638: \$? = $ac_status" >&5 3639 (exit $ac_status); } && 3640 { ac_try='test -s conftest.$ac_objext' 3641 { (eval echo "$as_me:3641: \"$ac_try\"") >&5 3642 (eval $ac_try) 2>&5 3643 ac_status=$? 3644 echo "$as_me:3644: \$? = $ac_status" >&5 3645 (exit $ac_status); }; }; then 3646 ac_cv_type_uint32_t=yes 3647else 3648 echo "$as_me: failed program was:" >&5 3649cat conftest.$ac_ext >&5 3650ac_cv_type_uint32_t=no 3651fi 3652rm -f conftest.$ac_objext conftest.$ac_ext 3653fi 3654echo "$as_me:3654: result: $ac_cv_type_uint32_t" >&5 3655echo "${ECHO_T}$ac_cv_type_uint32_t" >&6 3656if test $ac_cv_type_uint32_t = yes; then 3657 : 3658else 3659 3660 echo "$as_me:3660: checking for u_int32_t" >&5 3661echo $ECHO_N "checking for u_int32_t... $ECHO_C" >&6 3662if test "${ac_cv_type_u_int32_t+set}" = set; then 3663 echo $ECHO_N "(cached) $ECHO_C" >&6 3664else 3665 cat >conftest.$ac_ext <<_ACEOF 3666#line 3666 "configure" 3667#include "confdefs.h" 3668$ac_includes_default 3669int 3670main () 3671{ 3672if ((u_int32_t *) 0) 3673 return 0; 3674if (sizeof (u_int32_t)) 3675 return 0; 3676 ; 3677 return 0; 3678} 3679_ACEOF 3680rm -f conftest.$ac_objext 3681if { (eval echo "$as_me:3681: \"$ac_compile\"") >&5 3682 (eval $ac_compile) 2>&5 3683 ac_status=$? 3684 echo "$as_me:3684: \$? = $ac_status" >&5 3685 (exit $ac_status); } && 3686 { ac_try='test -s conftest.$ac_objext' 3687 { (eval echo "$as_me:3687: \"$ac_try\"") >&5 3688 (eval $ac_try) 2>&5 3689 ac_status=$? 3690 echo "$as_me:3690: \$? = $ac_status" >&5 3691 (exit $ac_status); }; }; then 3692 ac_cv_type_u_int32_t=yes 3693else 3694 echo "$as_me: failed program was:" >&5 3695cat conftest.$ac_ext >&5 3696ac_cv_type_u_int32_t=no 3697fi 3698rm -f conftest.$ac_objext conftest.$ac_ext 3699fi 3700echo "$as_me:3700: result: $ac_cv_type_u_int32_t" >&5 3701echo "${ECHO_T}$ac_cv_type_u_int32_t" >&6 3702if test $ac_cv_type_u_int32_t = yes; then 3703 3704cat >>confdefs.h <<\EOF 3705#define uint32_t u_int32_t 3706EOF 3707 3708else 3709 { { echo "$as_me:3709: error: cannot find a suitable type for uint32_t" >&5 3710echo "$as_me: error: cannot find a suitable type for uint32_t" >&2;} 3711 { (exit 1); exit 1; }; } 3712fi 3713 3714fi 3715 3716 echo "$as_me:3716: checking for u_int32_t" >&5 3717echo $ECHO_N "checking for u_int32_t... $ECHO_C" >&6 3718if test "${ac_cv_type_u_int32_t+set}" = set; then 3719 echo $ECHO_N "(cached) $ECHO_C" >&6 3720else 3721 cat >conftest.$ac_ext <<_ACEOF 3722#line 3722 "configure" 3723#include "confdefs.h" 3724$ac_includes_default 3725int 3726main () 3727{ 3728if ((u_int32_t *) 0) 3729 return 0; 3730if (sizeof (u_int32_t)) 3731 return 0; 3732 ; 3733 return 0; 3734} 3735_ACEOF 3736rm -f conftest.$ac_objext 3737if { (eval echo "$as_me:3737: \"$ac_compile\"") >&5 3738 (eval $ac_compile) 2>&5 3739 ac_status=$? 3740 echo "$as_me:3740: \$? = $ac_status" >&5 3741 (exit $ac_status); } && 3742 { ac_try='test -s conftest.$ac_objext' 3743 { (eval echo "$as_me:3743: \"$ac_try\"") >&5 3744 (eval $ac_try) 2>&5 3745 ac_status=$? 3746 echo "$as_me:3746: \$? = $ac_status" >&5 3747 (exit $ac_status); }; }; then 3748 ac_cv_type_u_int32_t=yes 3749else 3750 echo "$as_me: failed program was:" >&5 3751cat conftest.$ac_ext >&5 3752ac_cv_type_u_int32_t=no 3753fi 3754rm -f conftest.$ac_objext conftest.$ac_ext 3755fi 3756echo "$as_me:3756: result: $ac_cv_type_u_int32_t" >&5 3757echo "${ECHO_T}$ac_cv_type_u_int32_t" >&6 3758if test $ac_cv_type_u_int32_t = yes; then 3759 : 3760else 3761 3762 echo "$as_me:3762: checking for uint32_t" >&5 3763echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6 3764if test "${ac_cv_type_uint32_t+set}" = set; then 3765 echo $ECHO_N "(cached) $ECHO_C" >&6 3766else 3767 cat >conftest.$ac_ext <<_ACEOF 3768#line 3768 "configure" 3769#include "confdefs.h" 3770$ac_includes_default 3771int 3772main () 3773{ 3774if ((uint32_t *) 0) 3775 return 0; 3776if (sizeof (uint32_t)) 3777 return 0; 3778 ; 3779 return 0; 3780} 3781_ACEOF 3782rm -f conftest.$ac_objext 3783if { (eval echo "$as_me:3783: \"$ac_compile\"") >&5 3784 (eval $ac_compile) 2>&5 3785 ac_status=$? 3786 echo "$as_me:3786: \$? = $ac_status" >&5 3787 (exit $ac_status); } && 3788 { ac_try='test -s conftest.$ac_objext' 3789 { (eval echo "$as_me:3789: \"$ac_try\"") >&5 3790 (eval $ac_try) 2>&5 3791 ac_status=$? 3792 echo "$as_me:3792: \$? = $ac_status" >&5 3793 (exit $ac_status); }; }; then 3794 ac_cv_type_uint32_t=yes 3795else 3796 echo "$as_me: failed program was:" >&5 3797cat conftest.$ac_ext >&5 3798ac_cv_type_uint32_t=no 3799fi 3800rm -f conftest.$ac_objext conftest.$ac_ext 3801fi 3802echo "$as_me:3802: result: $ac_cv_type_uint32_t" >&5 3803echo "${ECHO_T}$ac_cv_type_uint32_t" >&6 3804if test $ac_cv_type_uint32_t = yes; then 3805 3806cat >>confdefs.h <<\EOF 3807#define u_int32_t uint32_t 3808EOF 3809 3810else 3811 { { echo "$as_me:3811: error: cannot find a suitable type for u_int32_t" >&5 3812echo "$as_me: error: cannot find a suitable type for u_int32_t" >&2;} 3813 { (exit 1); exit 1; }; } 3814fi 3815 3816fi 3817 3818 echo "$as_me:3818: checking for uint64_t" >&5 3819echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6 3820if test "${ac_cv_type_uint64_t+set}" = set; then 3821 echo $ECHO_N "(cached) $ECHO_C" >&6 3822else 3823 cat >conftest.$ac_ext <<_ACEOF 3824#line 3824 "configure" 3825#include "confdefs.h" 3826$ac_includes_default 3827int 3828main () 3829{ 3830if ((uint64_t *) 0) 3831 return 0; 3832if (sizeof (uint64_t)) 3833 return 0; 3834 ; 3835 return 0; 3836} 3837_ACEOF 3838rm -f conftest.$ac_objext 3839if { (eval echo "$as_me:3839: \"$ac_compile\"") >&5 3840 (eval $ac_compile) 2>&5 3841 ac_status=$? 3842 echo "$as_me:3842: \$? = $ac_status" >&5 3843 (exit $ac_status); } && 3844 { ac_try='test -s conftest.$ac_objext' 3845 { (eval echo "$as_me:3845: \"$ac_try\"") >&5 3846 (eval $ac_try) 2>&5 3847 ac_status=$? 3848 echo "$as_me:3848: \$? = $ac_status" >&5 3849 (exit $ac_status); }; }; then 3850 ac_cv_type_uint64_t=yes 3851else 3852 echo "$as_me: failed program was:" >&5 3853cat conftest.$ac_ext >&5 3854ac_cv_type_uint64_t=no 3855fi 3856rm -f conftest.$ac_objext conftest.$ac_ext 3857fi 3858echo "$as_me:3858: result: $ac_cv_type_uint64_t" >&5 3859echo "${ECHO_T}$ac_cv_type_uint64_t" >&6 3860if test $ac_cv_type_uint64_t = yes; then 3861 : 3862else 3863 3864 echo "$as_me:3864: checking for u_int64_t" >&5 3865echo $ECHO_N "checking for u_int64_t... $ECHO_C" >&6 3866if test "${ac_cv_type_u_int64_t+set}" = set; then 3867 echo $ECHO_N "(cached) $ECHO_C" >&6 3868else 3869 cat >conftest.$ac_ext <<_ACEOF 3870#line 3870 "configure" 3871#include "confdefs.h" 3872$ac_includes_default 3873int 3874main () 3875{ 3876if ((u_int64_t *) 0) 3877 return 0; 3878if (sizeof (u_int64_t)) 3879 return 0; 3880 ; 3881 return 0; 3882} 3883_ACEOF 3884rm -f conftest.$ac_objext 3885if { (eval echo "$as_me:3885: \"$ac_compile\"") >&5 3886 (eval $ac_compile) 2>&5 3887 ac_status=$? 3888 echo "$as_me:3888: \$? = $ac_status" >&5 3889 (exit $ac_status); } && 3890 { ac_try='test -s conftest.$ac_objext' 3891 { (eval echo "$as_me:3891: \"$ac_try\"") >&5 3892 (eval $ac_try) 2>&5 3893 ac_status=$? 3894 echo "$as_me:3894: \$? = $ac_status" >&5 3895 (exit $ac_status); }; }; then 3896 ac_cv_type_u_int64_t=yes 3897else 3898 echo "$as_me: failed program was:" >&5 3899cat conftest.$ac_ext >&5 3900ac_cv_type_u_int64_t=no 3901fi 3902rm -f conftest.$ac_objext conftest.$ac_ext 3903fi 3904echo "$as_me:3904: result: $ac_cv_type_u_int64_t" >&5 3905echo "${ECHO_T}$ac_cv_type_u_int64_t" >&6 3906if test $ac_cv_type_u_int64_t = yes; then 3907 3908cat >>confdefs.h <<\EOF 3909#define uint64_t u_int64_t 3910EOF 3911 3912else 3913 { { echo "$as_me:3913: error: cannot find a suitable type for uint64_t" >&5 3914echo "$as_me: error: cannot find a suitable type for uint64_t" >&2;} 3915 { (exit 1); exit 1; }; } 3916fi 3917 3918fi 3919 3920 echo "$as_me:3920: checking for u_int64_t" >&5 3921echo $ECHO_N "checking for u_int64_t... $ECHO_C" >&6 3922if test "${ac_cv_type_u_int64_t+set}" = set; then 3923 echo $ECHO_N "(cached) $ECHO_C" >&6 3924else 3925 cat >conftest.$ac_ext <<_ACEOF 3926#line 3926 "configure" 3927#include "confdefs.h" 3928$ac_includes_default 3929int 3930main () 3931{ 3932if ((u_int64_t *) 0) 3933 return 0; 3934if (sizeof (u_int64_t)) 3935 return 0; 3936 ; 3937 return 0; 3938} 3939_ACEOF 3940rm -f conftest.$ac_objext 3941if { (eval echo "$as_me:3941: \"$ac_compile\"") >&5 3942 (eval $ac_compile) 2>&5 3943 ac_status=$? 3944 echo "$as_me:3944: \$? = $ac_status" >&5 3945 (exit $ac_status); } && 3946 { ac_try='test -s conftest.$ac_objext' 3947 { (eval echo "$as_me:3947: \"$ac_try\"") >&5 3948 (eval $ac_try) 2>&5 3949 ac_status=$? 3950 echo "$as_me:3950: \$? = $ac_status" >&5 3951 (exit $ac_status); }; }; then 3952 ac_cv_type_u_int64_t=yes 3953else 3954 echo "$as_me: failed program was:" >&5 3955cat conftest.$ac_ext >&5 3956ac_cv_type_u_int64_t=no 3957fi 3958rm -f conftest.$ac_objext conftest.$ac_ext 3959fi 3960echo "$as_me:3960: result: $ac_cv_type_u_int64_t" >&5 3961echo "${ECHO_T}$ac_cv_type_u_int64_t" >&6 3962if test $ac_cv_type_u_int64_t = yes; then 3963 : 3964else 3965 3966 echo "$as_me:3966: checking for uint64_t" >&5 3967echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6 3968if test "${ac_cv_type_uint64_t+set}" = set; then 3969 echo $ECHO_N "(cached) $ECHO_C" >&6 3970else 3971 cat >conftest.$ac_ext <<_ACEOF 3972#line 3972 "configure" 3973#include "confdefs.h" 3974$ac_includes_default 3975int 3976main () 3977{ 3978if ((uint64_t *) 0) 3979 return 0; 3980if (sizeof (uint64_t)) 3981 return 0; 3982 ; 3983 return 0; 3984} 3985_ACEOF 3986rm -f conftest.$ac_objext 3987if { (eval echo "$as_me:3987: \"$ac_compile\"") >&5 3988 (eval $ac_compile) 2>&5 3989 ac_status=$? 3990 echo "$as_me:3990: \$? = $ac_status" >&5 3991 (exit $ac_status); } && 3992 { ac_try='test -s conftest.$ac_objext' 3993 { (eval echo "$as_me:3993: \"$ac_try\"") >&5 3994 (eval $ac_try) 2>&5 3995 ac_status=$? 3996 echo "$as_me:3996: \$? = $ac_status" >&5 3997 (exit $ac_status); }; }; then 3998 ac_cv_type_uint64_t=yes 3999else 4000 echo "$as_me: failed program was:" >&5 4001cat conftest.$ac_ext >&5 4002ac_cv_type_uint64_t=no 4003fi 4004rm -f conftest.$ac_objext conftest.$ac_ext 4005fi 4006echo "$as_me:4006: result: $ac_cv_type_uint64_t" >&5 4007echo "${ECHO_T}$ac_cv_type_uint64_t" >&6 4008if test $ac_cv_type_uint64_t = yes; then 4009 4010cat >>confdefs.h <<\EOF 4011#define u_int64_t uint64_t 4012EOF 4013 4014else 4015 { { echo "$as_me:4015: error: cannot find a suitable type for u_int64_t" >&5 4016echo "$as_me: error: cannot find a suitable type for u_int64_t" >&2;} 4017 { (exit 1); exit 1; }; } 4018fi 4019 4020fi 4021 4022# Struct members. 4023echo "$as_me:4023: checking for DIR.dd_fd" >&5 4024echo $ECHO_N "checking for DIR.dd_fd... $ECHO_C" >&6 4025if test "${ac_cv_member_DIR_dd_fd+set}" = set; then 4026 echo $ECHO_N "(cached) $ECHO_C" >&6 4027else 4028 cat >conftest.$ac_ext <<_ACEOF 4029#line 4029 "configure" 4030#include "confdefs.h" 4031#include <sys/types.h> 4032#include <dirent.h> 4033 4034int 4035main () 4036{ 4037static DIR ac_aggr; 4038if (ac_aggr.dd_fd) 4039return 0; 4040 ; 4041 return 0; 4042} 4043_ACEOF 4044rm -f conftest.$ac_objext 4045if { (eval echo "$as_me:4045: \"$ac_compile\"") >&5 4046 (eval $ac_compile) 2>&5 4047 ac_status=$? 4048 echo "$as_me:4048: \$? = $ac_status" >&5 4049 (exit $ac_status); } && 4050 { ac_try='test -s conftest.$ac_objext' 4051 { (eval echo "$as_me:4051: \"$ac_try\"") >&5 4052 (eval $ac_try) 2>&5 4053 ac_status=$? 4054 echo "$as_me:4054: \$? = $ac_status" >&5 4055 (exit $ac_status); }; }; then 4056 ac_cv_member_DIR_dd_fd=yes 4057else 4058 echo "$as_me: failed program was:" >&5 4059cat conftest.$ac_ext >&5 4060ac_cv_member_DIR_dd_fd=no 4061fi 4062rm -f conftest.$ac_objext conftest.$ac_ext 4063fi 4064echo "$as_me:4064: result: $ac_cv_member_DIR_dd_fd" >&5 4065echo "${ECHO_T}$ac_cv_member_DIR_dd_fd" >&6 4066if test $ac_cv_member_DIR_dd_fd = yes; then 4067 4068cat >>confdefs.h <<EOF 4069#define HAVE_DIR_DD_FD 1 4070EOF 4071 4072fi 4073echo "$as_me:4073: checking for DIR.__dd_fd" >&5 4074echo $ECHO_N "checking for DIR.__dd_fd... $ECHO_C" >&6 4075if test "${ac_cv_member_DIR___dd_fd+set}" = set; then 4076 echo $ECHO_N "(cached) $ECHO_C" >&6 4077else 4078 cat >conftest.$ac_ext <<_ACEOF 4079#line 4079 "configure" 4080#include "confdefs.h" 4081#include <sys/types.h> 4082#include <dirent.h> 4083 4084int 4085main () 4086{ 4087static DIR ac_aggr; 4088if (ac_aggr.__dd_fd) 4089return 0; 4090 ; 4091 return 0; 4092} 4093_ACEOF 4094rm -f conftest.$ac_objext 4095if { (eval echo "$as_me:4095: \"$ac_compile\"") >&5 4096 (eval $ac_compile) 2>&5 4097 ac_status=$? 4098 echo "$as_me:4098: \$? = $ac_status" >&5 4099 (exit $ac_status); } && 4100 { ac_try='test -s conftest.$ac_objext' 4101 { (eval echo "$as_me:4101: \"$ac_try\"") >&5 4102 (eval $ac_try) 2>&5 4103 ac_status=$? 4104 echo "$as_me:4104: \$? = $ac_status" >&5 4105 (exit $ac_status); }; }; then 4106 ac_cv_member_DIR___dd_fd=yes 4107else 4108 echo "$as_me: failed program was:" >&5 4109cat conftest.$ac_ext >&5 4110ac_cv_member_DIR___dd_fd=no 4111fi 4112rm -f conftest.$ac_objext conftest.$ac_ext 4113fi 4114echo "$as_me:4114: result: $ac_cv_member_DIR___dd_fd" >&5 4115echo "${ECHO_T}$ac_cv_member_DIR___dd_fd" >&6 4116if test $ac_cv_member_DIR___dd_fd = yes; then 4117 4118cat >>confdefs.h <<EOF 4119#define HAVE_DIR___DD_FD 1 4120EOF 4121 4122fi 4123echo "$as_me:4123: checking for struct dirent.d_namlen" >&5 4124echo $ECHO_N "checking for struct dirent.d_namlen... $ECHO_C" >&6 4125if test "${ac_cv_member_struct_dirent_d_namlen+set}" = set; then 4126 echo $ECHO_N "(cached) $ECHO_C" >&6 4127else 4128 cat >conftest.$ac_ext <<_ACEOF 4129#line 4129 "configure" 4130#include "confdefs.h" 4131#include <sys/types.h> 4132#include <dirent.h> 4133 4134int 4135main () 4136{ 4137static struct dirent ac_aggr; 4138if (ac_aggr.d_namlen) 4139return 0; 4140 ; 4141 return 0; 4142} 4143_ACEOF 4144rm -f conftest.$ac_objext 4145if { (eval echo "$as_me:4145: \"$ac_compile\"") >&5 4146 (eval $ac_compile) 2>&5 4147 ac_status=$? 4148 echo "$as_me:4148: \$? = $ac_status" >&5 4149 (exit $ac_status); } && 4150 { ac_try='test -s conftest.$ac_objext' 4151 { (eval echo "$as_me:4151: \"$ac_try\"") >&5 4152 (eval $ac_try) 2>&5 4153 ac_status=$? 4154 echo "$as_me:4154: \$? = $ac_status" >&5 4155 (exit $ac_status); }; }; then 4156 ac_cv_member_struct_dirent_d_namlen=yes 4157else 4158 echo "$as_me: failed program was:" >&5 4159cat conftest.$ac_ext >&5 4160ac_cv_member_struct_dirent_d_namlen=no 4161fi 4162rm -f conftest.$ac_objext conftest.$ac_ext 4163fi 4164echo "$as_me:4164: result: $ac_cv_member_struct_dirent_d_namlen" >&5 4165echo "${ECHO_T}$ac_cv_member_struct_dirent_d_namlen" >&6 4166if test $ac_cv_member_struct_dirent_d_namlen = yes; then 4167 4168cat >>confdefs.h <<EOF 4169#define HAVE_STRUCT_DIRENT_D_NAMLEN 1 4170EOF 4171 4172fi 4173 4174echo "$as_me:4174: checking for struct stat.st_flags" >&5 4175echo $ECHO_N "checking for struct stat.st_flags... $ECHO_C" >&6 4176if test "${ac_cv_member_struct_stat_st_flags+set}" = set; then 4177 echo $ECHO_N "(cached) $ECHO_C" >&6 4178else 4179 cat >conftest.$ac_ext <<_ACEOF 4180#line 4180 "configure" 4181#include "confdefs.h" 4182#include <sys/stat.h> 4183 4184int 4185main () 4186{ 4187static struct stat ac_aggr; 4188if (ac_aggr.st_flags) 4189return 0; 4190 ; 4191 return 0; 4192} 4193_ACEOF 4194rm -f conftest.$ac_objext 4195if { (eval echo "$as_me:4195: \"$ac_compile\"") >&5 4196 (eval $ac_compile) 2>&5 4197 ac_status=$? 4198 echo "$as_me:4198: \$? = $ac_status" >&5 4199 (exit $ac_status); } && 4200 { ac_try='test -s conftest.$ac_objext' 4201 { (eval echo "$as_me:4201: \"$ac_try\"") >&5 4202 (eval $ac_try) 2>&5 4203 ac_status=$? 4204 echo "$as_me:4204: \$? = $ac_status" >&5 4205 (exit $ac_status); }; }; then 4206 ac_cv_member_struct_stat_st_flags=yes 4207else 4208 echo "$as_me: failed program was:" >&5 4209cat conftest.$ac_ext >&5 4210ac_cv_member_struct_stat_st_flags=no 4211fi 4212rm -f conftest.$ac_objext conftest.$ac_ext 4213fi 4214echo "$as_me:4214: result: $ac_cv_member_struct_stat_st_flags" >&5 4215echo "${ECHO_T}$ac_cv_member_struct_stat_st_flags" >&6 4216if test $ac_cv_member_struct_stat_st_flags = yes; then 4217 4218cat >>confdefs.h <<EOF 4219#define HAVE_STRUCT_STAT_ST_FLAGS 1 4220EOF 4221 4222fi 4223echo "$as_me:4223: checking for struct stat.st_gen" >&5 4224echo $ECHO_N "checking for struct stat.st_gen... $ECHO_C" >&6 4225if test "${ac_cv_member_struct_stat_st_gen+set}" = set; then 4226 echo $ECHO_N "(cached) $ECHO_C" >&6 4227else 4228 cat >conftest.$ac_ext <<_ACEOF 4229#line 4229 "configure" 4230#include "confdefs.h" 4231#include <sys/stat.h> 4232 4233int 4234main () 4235{ 4236static struct stat ac_aggr; 4237if (ac_aggr.st_gen) 4238return 0; 4239 ; 4240 return 0; 4241} 4242_ACEOF 4243rm -f conftest.$ac_objext 4244if { (eval echo "$as_me:4244: \"$ac_compile\"") >&5 4245 (eval $ac_compile) 2>&5 4246 ac_status=$? 4247 echo "$as_me:4247: \$? = $ac_status" >&5 4248 (exit $ac_status); } && 4249 { ac_try='test -s conftest.$ac_objext' 4250 { (eval echo "$as_me:4250: \"$ac_try\"") >&5 4251 (eval $ac_try) 2>&5 4252 ac_status=$? 4253 echo "$as_me:4253: \$? = $ac_status" >&5 4254 (exit $ac_status); }; }; then 4255 ac_cv_member_struct_stat_st_gen=yes 4256else 4257 echo "$as_me: failed program was:" >&5 4258cat conftest.$ac_ext >&5 4259ac_cv_member_struct_stat_st_gen=no 4260fi 4261rm -f conftest.$ac_objext conftest.$ac_ext 4262fi 4263echo "$as_me:4263: result: $ac_cv_member_struct_stat_st_gen" >&5 4264echo "${ECHO_T}$ac_cv_member_struct_stat_st_gen" >&6 4265if test $ac_cv_member_struct_stat_st_gen = yes; then 4266 4267cat >>confdefs.h <<EOF 4268#define HAVE_STRUCT_STAT_ST_GEN 1 4269EOF 4270 4271fi 4272echo "$as_me:4272: checking for struct stat.st_birthtime" >&5 4273echo $ECHO_N "checking for struct stat.st_birthtime... $ECHO_C" >&6 4274if test "${ac_cv_member_struct_stat_st_birthtime+set}" = set; then 4275 echo $ECHO_N "(cached) $ECHO_C" >&6 4276else 4277 cat >conftest.$ac_ext <<_ACEOF 4278#line 4278 "configure" 4279#include "confdefs.h" 4280#include <sys/stat.h> 4281 4282int 4283main () 4284{ 4285static struct stat ac_aggr; 4286if (ac_aggr.st_birthtime) 4287return 0; 4288 ; 4289 return 0; 4290} 4291_ACEOF 4292rm -f conftest.$ac_objext 4293if { (eval echo "$as_me:4293: \"$ac_compile\"") >&5 4294 (eval $ac_compile) 2>&5 4295 ac_status=$? 4296 echo "$as_me:4296: \$? = $ac_status" >&5 4297 (exit $ac_status); } && 4298 { ac_try='test -s conftest.$ac_objext' 4299 { (eval echo "$as_me:4299: \"$ac_try\"") >&5 4300 (eval $ac_try) 2>&5 4301 ac_status=$? 4302 echo "$as_me:4302: \$? = $ac_status" >&5 4303 (exit $ac_status); }; }; then 4304 ac_cv_member_struct_stat_st_birthtime=yes 4305else 4306 echo "$as_me: failed program was:" >&5 4307cat conftest.$ac_ext >&5 4308ac_cv_member_struct_stat_st_birthtime=no 4309fi 4310rm -f conftest.$ac_objext conftest.$ac_ext 4311fi 4312echo "$as_me:4312: result: $ac_cv_member_struct_stat_st_birthtime" >&5 4313echo "${ECHO_T}$ac_cv_member_struct_stat_st_birthtime" >&6 4314if test $ac_cv_member_struct_stat_st_birthtime = yes; then 4315 4316cat >>confdefs.h <<EOF 4317#define HAVE_STRUCT_STAT_ST_BIRTHTIME 1 4318EOF 4319 4320fi 4321echo "$as_me:4321: checking for struct stat.st_birthtimensec" >&5 4322echo $ECHO_N "checking for struct stat.st_birthtimensec... $ECHO_C" >&6 4323if test "${ac_cv_member_struct_stat_st_birthtimensec+set}" = set; then 4324 echo $ECHO_N "(cached) $ECHO_C" >&6 4325else 4326 cat >conftest.$ac_ext <<_ACEOF 4327#line 4327 "configure" 4328#include "confdefs.h" 4329#include <sys/stat.h> 4330 4331int 4332main () 4333{ 4334static struct stat ac_aggr; 4335if (ac_aggr.st_birthtimensec) 4336return 0; 4337 ; 4338 return 0; 4339} 4340_ACEOF 4341rm -f conftest.$ac_objext 4342if { (eval echo "$as_me:4342: \"$ac_compile\"") >&5 4343 (eval $ac_compile) 2>&5 4344 ac_status=$? 4345 echo "$as_me:4345: \$? = $ac_status" >&5 4346 (exit $ac_status); } && 4347 { ac_try='test -s conftest.$ac_objext' 4348 { (eval echo "$as_me:4348: \"$ac_try\"") >&5 4349 (eval $ac_try) 2>&5 4350 ac_status=$? 4351 echo "$as_me:4351: \$? = $ac_status" >&5 4352 (exit $ac_status); }; }; then 4353 ac_cv_member_struct_stat_st_birthtimensec=yes 4354else 4355 echo "$as_me: failed program was:" >&5 4356cat conftest.$ac_ext >&5 4357ac_cv_member_struct_stat_st_birthtimensec=no 4358fi 4359rm -f conftest.$ac_objext conftest.$ac_ext 4360fi 4361echo "$as_me:4361: result: $ac_cv_member_struct_stat_st_birthtimensec" >&5 4362echo "${ECHO_T}$ac_cv_member_struct_stat_st_birthtimensec" >&6 4363if test $ac_cv_member_struct_stat_st_birthtimensec = yes; then 4364 4365cat >>confdefs.h <<EOF 4366#define HAVE_STRUCT_STAT_ST_BIRTHTIMENSEC 1 4367EOF 4368 4369fi 4370echo "$as_me:4370: checking for struct stat.st_atim" >&5 4371echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6 4372if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then 4373 echo $ECHO_N "(cached) $ECHO_C" >&6 4374else 4375 cat >conftest.$ac_ext <<_ACEOF 4376#line 4376 "configure" 4377#include "confdefs.h" 4378#include <sys/stat.h> 4379 4380int 4381main () 4382{ 4383static struct stat ac_aggr; 4384if (ac_aggr.st_atim) 4385return 0; 4386 ; 4387 return 0; 4388} 4389_ACEOF 4390rm -f conftest.$ac_objext 4391if { (eval echo "$as_me:4391: \"$ac_compile\"") >&5 4392 (eval $ac_compile) 2>&5 4393 ac_status=$? 4394 echo "$as_me:4394: \$? = $ac_status" >&5 4395 (exit $ac_status); } && 4396 { ac_try='test -s conftest.$ac_objext' 4397 { (eval echo "$as_me:4397: \"$ac_try\"") >&5 4398 (eval $ac_try) 2>&5 4399 ac_status=$? 4400 echo "$as_me:4400: \$? = $ac_status" >&5 4401 (exit $ac_status); }; }; then 4402 ac_cv_member_struct_stat_st_atim=yes 4403else 4404 echo "$as_me: failed program was:" >&5 4405cat conftest.$ac_ext >&5 4406ac_cv_member_struct_stat_st_atim=no 4407fi 4408rm -f conftest.$ac_objext conftest.$ac_ext 4409fi 4410echo "$as_me:4410: result: $ac_cv_member_struct_stat_st_atim" >&5 4411echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6 4412if test $ac_cv_member_struct_stat_st_atim = yes; then 4413 4414cat >>confdefs.h <<EOF 4415#define HAVE_STRUCT_STAT_ST_ATIM 1 4416EOF 4417 4418fi 4419echo "$as_me:4419: checking for struct stat.st_mtimensec" >&5 4420echo $ECHO_N "checking for struct stat.st_mtimensec... $ECHO_C" >&6 4421if test "${ac_cv_member_struct_stat_st_mtimensec+set}" = set; then 4422 echo $ECHO_N "(cached) $ECHO_C" >&6 4423else 4424 cat >conftest.$ac_ext <<_ACEOF 4425#line 4425 "configure" 4426#include "confdefs.h" 4427#include <sys/stat.h> 4428 4429int 4430main () 4431{ 4432static struct stat ac_aggr; 4433if (ac_aggr.st_mtimensec) 4434return 0; 4435 ; 4436 return 0; 4437} 4438_ACEOF 4439rm -f conftest.$ac_objext 4440if { (eval echo "$as_me:4440: \"$ac_compile\"") >&5 4441 (eval $ac_compile) 2>&5 4442 ac_status=$? 4443 echo "$as_me:4443: \$? = $ac_status" >&5 4444 (exit $ac_status); } && 4445 { ac_try='test -s conftest.$ac_objext' 4446 { (eval echo "$as_me:4446: \"$ac_try\"") >&5 4447 (eval $ac_try) 2>&5 4448 ac_status=$? 4449 echo "$as_me:4449: \$? = $ac_status" >&5 4450 (exit $ac_status); }; }; then 4451 ac_cv_member_struct_stat_st_mtimensec=yes 4452else 4453 echo "$as_me: failed program was:" >&5 4454cat conftest.$ac_ext >&5 4455ac_cv_member_struct_stat_st_mtimensec=no 4456fi 4457rm -f conftest.$ac_objext conftest.$ac_ext 4458fi 4459echo "$as_me:4459: result: $ac_cv_member_struct_stat_st_mtimensec" >&5 4460echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtimensec" >&6 4461if test $ac_cv_member_struct_stat_st_mtimensec = yes; then 4462 4463cat >>confdefs.h <<EOF 4464#define HAVE_STRUCT_STAT_ST_MTIMENSEC 1 4465EOF 4466 4467fi 4468 4469echo "$as_me:4469: checking for struct statvfs.f_iosize" >&5 4470echo $ECHO_N "checking for struct statvfs.f_iosize... $ECHO_C" >&6 4471if test "${ac_cv_member_struct_statvfs_f_iosize+set}" = set; then 4472 echo $ECHO_N "(cached) $ECHO_C" >&6 4473else 4474 cat >conftest.$ac_ext <<_ACEOF 4475#line 4475 "configure" 4476#include "confdefs.h" 4477#include <sys/statvfs.h> 4478 4479int 4480main () 4481{ 4482static struct statvfs ac_aggr; 4483if (ac_aggr.f_iosize) 4484return 0; 4485 ; 4486 return 0; 4487} 4488_ACEOF 4489rm -f conftest.$ac_objext 4490if { (eval echo "$as_me:4490: \"$ac_compile\"") >&5 4491 (eval $ac_compile) 2>&5 4492 ac_status=$? 4493 echo "$as_me:4493: \$? = $ac_status" >&5 4494 (exit $ac_status); } && 4495 { ac_try='test -s conftest.$ac_objext' 4496 { (eval echo "$as_me:4496: \"$ac_try\"") >&5 4497 (eval $ac_try) 2>&5 4498 ac_status=$? 4499 echo "$as_me:4499: \$? = $ac_status" >&5 4500 (exit $ac_status); }; }; then 4501 ac_cv_member_struct_statvfs_f_iosize=yes 4502else 4503 echo "$as_me: failed program was:" >&5 4504cat conftest.$ac_ext >&5 4505ac_cv_member_struct_statvfs_f_iosize=no 4506fi 4507rm -f conftest.$ac_objext conftest.$ac_ext 4508fi 4509echo "$as_me:4509: result: $ac_cv_member_struct_statvfs_f_iosize" >&5 4510echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_iosize" >&6 4511if test $ac_cv_member_struct_statvfs_f_iosize = yes; then 4512 4513cat >>confdefs.h <<EOF 4514#define HAVE_STRUCT_STATVFS_F_IOSIZE 1 4515EOF 4516 4517fi 4518 4519# Global variable decls. 4520echo "$as_me:4520: checking whether optind is declared" >&5 4521echo $ECHO_N "checking whether optind is declared... $ECHO_C" >&6 4522if test "${ac_cv_have_decl_optind+set}" = set; then 4523 echo $ECHO_N "(cached) $ECHO_C" >&6 4524else 4525 cat >conftest.$ac_ext <<_ACEOF 4526#line 4526 "configure" 4527#include "confdefs.h" 4528 4529#include <stdio.h> 4530#include <stdlib.h> 4531#include <unistd.h> 4532 4533int 4534main () 4535{ 4536#ifndef optind 4537 char *p = (char *) optind; 4538#endif 4539 4540 ; 4541 return 0; 4542} 4543_ACEOF 4544rm -f conftest.$ac_objext 4545if { (eval echo "$as_me:4545: \"$ac_compile\"") >&5 4546 (eval $ac_compile) 2>&5 4547 ac_status=$? 4548 echo "$as_me:4548: \$? = $ac_status" >&5 4549 (exit $ac_status); } && 4550 { ac_try='test -s conftest.$ac_objext' 4551 { (eval echo "$as_me:4551: \"$ac_try\"") >&5 4552 (eval $ac_try) 2>&5 4553 ac_status=$? 4554 echo "$as_me:4554: \$? = $ac_status" >&5 4555 (exit $ac_status); }; }; then 4556 ac_cv_have_decl_optind=yes 4557else 4558 echo "$as_me: failed program was:" >&5 4559cat conftest.$ac_ext >&5 4560ac_cv_have_decl_optind=no 4561fi 4562rm -f conftest.$ac_objext conftest.$ac_ext 4563fi 4564echo "$as_me:4564: result: $ac_cv_have_decl_optind" >&5 4565echo "${ECHO_T}$ac_cv_have_decl_optind" >&6 4566if test $ac_cv_have_decl_optind = yes; then 4567 4568cat >>confdefs.h <<EOF 4569#define HAVE_DECL_OPTIND 1 4570EOF 4571 4572else 4573 cat >>confdefs.h <<EOF 4574#define HAVE_DECL_OPTIND 0 4575EOF 4576 4577fi 4578echo "$as_me:4578: checking whether optreset is declared" >&5 4579echo $ECHO_N "checking whether optreset is declared... $ECHO_C" >&6 4580if test "${ac_cv_have_decl_optreset+set}" = set; then 4581 echo $ECHO_N "(cached) $ECHO_C" >&6 4582else 4583 cat >conftest.$ac_ext <<_ACEOF 4584#line 4584 "configure" 4585#include "confdefs.h" 4586 4587#include <stdio.h> 4588#include <stdlib.h> 4589#include <unistd.h> 4590 4591int 4592main () 4593{ 4594#ifndef optreset 4595 char *p = (char *) optreset; 4596#endif 4597 4598 ; 4599 return 0; 4600} 4601_ACEOF 4602rm -f conftest.$ac_objext 4603if { (eval echo "$as_me:4603: \"$ac_compile\"") >&5 4604 (eval $ac_compile) 2>&5 4605 ac_status=$? 4606 echo "$as_me:4606: \$? = $ac_status" >&5 4607 (exit $ac_status); } && 4608 { ac_try='test -s conftest.$ac_objext' 4609 { (eval echo "$as_me:4609: \"$ac_try\"") >&5 4610 (eval $ac_try) 2>&5 4611 ac_status=$? 4612 echo "$as_me:4612: \$? = $ac_status" >&5 4613 (exit $ac_status); }; }; then 4614 ac_cv_have_decl_optreset=yes 4615else 4616 echo "$as_me: failed program was:" >&5 4617cat conftest.$ac_ext >&5 4618ac_cv_have_decl_optreset=no 4619fi 4620rm -f conftest.$ac_objext conftest.$ac_ext 4621fi 4622echo "$as_me:4622: result: $ac_cv_have_decl_optreset" >&5 4623echo "${ECHO_T}$ac_cv_have_decl_optreset" >&6 4624if test $ac_cv_have_decl_optreset = yes; then 4625 4626cat >>confdefs.h <<EOF 4627#define HAVE_DECL_OPTRESET 1 4628EOF 4629 4630else 4631 cat >>confdefs.h <<EOF 4632#define HAVE_DECL_OPTRESET 0 4633EOF 4634 4635fi 4636 4637echo "$as_me:4637: checking whether sys_signame is declared" >&5 4638echo $ECHO_N "checking whether sys_signame is declared... $ECHO_C" >&6 4639if test "${ac_cv_have_decl_sys_signame+set}" = set; then 4640 echo $ECHO_N "(cached) $ECHO_C" >&6 4641else 4642 cat >conftest.$ac_ext <<_ACEOF 4643#line 4643 "configure" 4644#include "confdefs.h" 4645#include <signal.h> 4646 4647int 4648main () 4649{ 4650#ifndef sys_signame 4651 char *p = (char *) sys_signame; 4652#endif 4653 4654 ; 4655 return 0; 4656} 4657_ACEOF 4658rm -f conftest.$ac_objext 4659if { (eval echo "$as_me:4659: \"$ac_compile\"") >&5 4660 (eval $ac_compile) 2>&5 4661 ac_status=$? 4662 echo "$as_me:4662: \$? = $ac_status" >&5 4663 (exit $ac_status); } && 4664 { ac_try='test -s conftest.$ac_objext' 4665 { (eval echo "$as_me:4665: \"$ac_try\"") >&5 4666 (eval $ac_try) 2>&5 4667 ac_status=$? 4668 echo "$as_me:4668: \$? = $ac_status" >&5 4669 (exit $ac_status); }; }; then 4670 ac_cv_have_decl_sys_signame=yes 4671else 4672 echo "$as_me: failed program was:" >&5 4673cat conftest.$ac_ext >&5 4674ac_cv_have_decl_sys_signame=no 4675fi 4676rm -f conftest.$ac_objext conftest.$ac_ext 4677fi 4678echo "$as_me:4678: result: $ac_cv_have_decl_sys_signame" >&5 4679echo "${ECHO_T}$ac_cv_have_decl_sys_signame" >&6 4680if test $ac_cv_have_decl_sys_signame = yes; then 4681 4682cat >>confdefs.h <<EOF 4683#define HAVE_DECL_SYS_SIGNAME 1 4684EOF 4685 4686else 4687 cat >>confdefs.h <<EOF 4688#define HAVE_DECL_SYS_SIGNAME 0 4689EOF 4690 4691fi 4692 4693# Library functions (where a .h check isn't enough). 4694# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 4695# for constant arguments. Useless! 4696echo "$as_me:4696: checking for working alloca.h" >&5 4697echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6 4698if test "${ac_cv_working_alloca_h+set}" = set; then 4699 echo $ECHO_N "(cached) $ECHO_C" >&6 4700else 4701 cat >conftest.$ac_ext <<_ACEOF 4702#line 4702 "configure" 4703#include "confdefs.h" 4704#include <alloca.h> 4705int 4706main () 4707{ 4708char *p = (char *) alloca (2 * sizeof (int)); 4709 ; 4710 return 0; 4711} 4712_ACEOF 4713rm -f conftest.$ac_objext conftest$ac_exeext 4714if { (eval echo "$as_me:4714: \"$ac_link\"") >&5 4715 (eval $ac_link) 2>&5 4716 ac_status=$? 4717 echo "$as_me:4717: \$? = $ac_status" >&5 4718 (exit $ac_status); } && 4719 { ac_try='test -s conftest$ac_exeext' 4720 { (eval echo "$as_me:4720: \"$ac_try\"") >&5 4721 (eval $ac_try) 2>&5 4722 ac_status=$? 4723 echo "$as_me:4723: \$? = $ac_status" >&5 4724 (exit $ac_status); }; }; then 4725 ac_cv_working_alloca_h=yes 4726else 4727 echo "$as_me: failed program was:" >&5 4728cat conftest.$ac_ext >&5 4729ac_cv_working_alloca_h=no 4730fi 4731rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4732fi 4733echo "$as_me:4733: result: $ac_cv_working_alloca_h" >&5 4734echo "${ECHO_T}$ac_cv_working_alloca_h" >&6 4735if test $ac_cv_working_alloca_h = yes; then 4736 4737cat >>confdefs.h <<\EOF 4738#define HAVE_ALLOCA_H 1 4739EOF 4740 4741fi 4742 4743echo "$as_me:4743: checking for alloca" >&5 4744echo $ECHO_N "checking for alloca... $ECHO_C" >&6 4745if test "${ac_cv_func_alloca_works+set}" = set; then 4746 echo $ECHO_N "(cached) $ECHO_C" >&6 4747else 4748 cat >conftest.$ac_ext <<_ACEOF 4749#line 4749 "configure" 4750#include "confdefs.h" 4751#ifdef __GNUC__ 4752# define alloca __builtin_alloca 4753#else 4754# ifdef _MSC_VER 4755# include <malloc.h> 4756# define alloca _alloca 4757# else 4758# if HAVE_ALLOCA_H 4759# include <alloca.h> 4760# else 4761# ifdef _AIX 4762 #pragma alloca 4763# else 4764# ifndef alloca /* predefined by HP cc +Olibcalls */ 4765char *alloca (); 4766# endif 4767# endif 4768# endif 4769# endif 4770#endif 4771 4772int 4773main () 4774{ 4775char *p = (char *) alloca (1); 4776 ; 4777 return 0; 4778} 4779_ACEOF 4780rm -f conftest.$ac_objext conftest$ac_exeext 4781if { (eval echo "$as_me:4781: \"$ac_link\"") >&5 4782 (eval $ac_link) 2>&5 4783 ac_status=$? 4784 echo "$as_me:4784: \$? = $ac_status" >&5 4785 (exit $ac_status); } && 4786 { ac_try='test -s conftest$ac_exeext' 4787 { (eval echo "$as_me:4787: \"$ac_try\"") >&5 4788 (eval $ac_try) 2>&5 4789 ac_status=$? 4790 echo "$as_me:4790: \$? = $ac_status" >&5 4791 (exit $ac_status); }; }; then 4792 ac_cv_func_alloca_works=yes 4793else 4794 echo "$as_me: failed program was:" >&5 4795cat conftest.$ac_ext >&5 4796ac_cv_func_alloca_works=no 4797fi 4798rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4799fi 4800echo "$as_me:4800: result: $ac_cv_func_alloca_works" >&5 4801echo "${ECHO_T}$ac_cv_func_alloca_works" >&6 4802 4803if test $ac_cv_func_alloca_works = yes; then 4804 4805cat >>confdefs.h <<\EOF 4806#define HAVE_ALLOCA 1 4807EOF 4808 4809else 4810 # The SVR3 libPW and SVR4 libucb both contain incompatible functions 4811# that cause trouble. Some versions do not even contain alloca or 4812# contain a buggy version. If you still want to use their alloca, 4813# use ar to extract alloca.o from them instead of compiling alloca.c. 4814 4815ALLOCA=alloca.$ac_objext 4816 4817cat >>confdefs.h <<\EOF 4818#define C_ALLOCA 1 4819EOF 4820 4821echo "$as_me:4821: checking whether \`alloca.c' needs Cray hooks" >&5 4822echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6 4823if test "${ac_cv_os_cray+set}" = set; then 4824 echo $ECHO_N "(cached) $ECHO_C" >&6 4825else 4826 cat >conftest.$ac_ext <<_ACEOF 4827#line 4827 "configure" 4828#include "confdefs.h" 4829#if defined(CRAY) && ! defined(CRAY2) 4830webecray 4831#else 4832wenotbecray 4833#endif 4834 4835_ACEOF 4836if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | 4837 egrep "webecray" >/dev/null 2>&1; then 4838 ac_cv_os_cray=yes 4839else 4840 ac_cv_os_cray=no 4841fi 4842rm -f conftest* 4843 4844fi 4845echo "$as_me:4845: result: $ac_cv_os_cray" >&5 4846echo "${ECHO_T}$ac_cv_os_cray" >&6 4847if test $ac_cv_os_cray = yes; then 4848 for ac_func in _getb67 GETB67 getb67; do 4849 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 4850echo "$as_me:4850: checking for $ac_func" >&5 4851echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 4852if eval "test \"\${$as_ac_var+set}\" = set"; then 4853 echo $ECHO_N "(cached) $ECHO_C" >&6 4854else 4855 cat >conftest.$ac_ext <<_ACEOF 4856#line 4856 "configure" 4857#include "confdefs.h" 4858/* System header to define __stub macros and hopefully few prototypes, 4859 which can conflict with char $ac_func (); below. */ 4860#include <assert.h> 4861/* Override any gcc2 internal prototype to avoid an error. */ 4862#ifdef __cplusplus 4863extern "C" 4864#endif 4865/* We use char because int might match the return type of a gcc2 4866 builtin and then its argument prototype would still apply. */ 4867char $ac_func (); 4868char (*f) (); 4869 4870int 4871main () 4872{ 4873/* The GNU C library defines this for functions which it implements 4874 to always fail with ENOSYS. Some functions are actually named 4875 something starting with __ and the normal name is an alias. */ 4876#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 4877choke me 4878#else 4879f = $ac_func; 4880#endif 4881 4882 ; 4883 return 0; 4884} 4885_ACEOF 4886rm -f conftest.$ac_objext conftest$ac_exeext 4887if { (eval echo "$as_me:4887: \"$ac_link\"") >&5 4888 (eval $ac_link) 2>&5 4889 ac_status=$? 4890 echo "$as_me:4890: \$? = $ac_status" >&5 4891 (exit $ac_status); } && 4892 { ac_try='test -s conftest$ac_exeext' 4893 { (eval echo "$as_me:4893: \"$ac_try\"") >&5 4894 (eval $ac_try) 2>&5 4895 ac_status=$? 4896 echo "$as_me:4896: \$? = $ac_status" >&5 4897 (exit $ac_status); }; }; then 4898 eval "$as_ac_var=yes" 4899else 4900 echo "$as_me: failed program was:" >&5 4901cat conftest.$ac_ext >&5 4902eval "$as_ac_var=no" 4903fi 4904rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4905fi 4906echo "$as_me:4906: result: `eval echo '${'$as_ac_var'}'`" >&5 4907echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 4908if test `eval echo '${'$as_ac_var'}'` = yes; then 4909 4910cat >>confdefs.h <<EOF 4911#define CRAY_STACKSEG_END $ac_func 4912EOF 4913 4914 break 4915fi 4916 4917 done 4918fi 4919 4920echo "$as_me:4920: checking stack direction for C alloca" >&5 4921echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6 4922if test "${ac_cv_c_stack_direction+set}" = set; then 4923 echo $ECHO_N "(cached) $ECHO_C" >&6 4924else 4925 if test "$cross_compiling" = yes; then 4926 ac_cv_c_stack_direction=0 4927else 4928 cat >conftest.$ac_ext <<_ACEOF 4929#line 4929 "configure" 4930#include "confdefs.h" 4931int 4932find_stack_direction () 4933{ 4934 static char *addr = 0; 4935 auto char dummy; 4936 if (addr == 0) 4937 { 4938 addr = &dummy; 4939 return find_stack_direction (); 4940 } 4941 else 4942 return (&dummy > addr) ? 1 : -1; 4943} 4944 4945int 4946main () 4947{ 4948 exit (find_stack_direction () < 0); 4949} 4950_ACEOF 4951rm -f conftest$ac_exeext 4952if { (eval echo "$as_me:4952: \"$ac_link\"") >&5 4953 (eval $ac_link) 2>&5 4954 ac_status=$? 4955 echo "$as_me:4955: \$? = $ac_status" >&5 4956 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 4957 { (eval echo "$as_me:4957: \"$ac_try\"") >&5 4958 (eval $ac_try) 2>&5 4959 ac_status=$? 4960 echo "$as_me:4960: \$? = $ac_status" >&5 4961 (exit $ac_status); }; }; then 4962 ac_cv_c_stack_direction=1 4963else 4964 echo "$as_me: program exited with status $ac_status" >&5 4965echo "$as_me: failed program was:" >&5 4966cat conftest.$ac_ext >&5 4967ac_cv_c_stack_direction=-1 4968fi 4969rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 4970fi 4971fi 4972echo "$as_me:4972: result: $ac_cv_c_stack_direction" >&5 4973echo "${ECHO_T}$ac_cv_c_stack_direction" >&6 4974 4975cat >>confdefs.h <<EOF 4976#define STACK_DIRECTION $ac_cv_c_stack_direction 4977EOF 4978 4979fi 4980 4981for ac_func in atoll asprintf asnprintf basename devname dirfd dirname \ 4982 esetfunc fgetln flock fparseln futimes getopt getopt_long \ 4983 group_from_gid \ 4984 heapsort isblank issetugid lchflags lchmod lchown lutimes mkstemp \ 4985 mkdtemp poll pread putc_unlocked pwcache_userdb pwrite \ 4986 raise_default_signal random setenv \ 4987 setgroupent setprogname setpassent snprintf strlcat strlcpy strmode \ 4988 strndup strsep strsuftoll strtoll \ 4989 user_from_uid vasprintf vasnprintf vsnprintf 4990do 4991as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 4992echo "$as_me:4992: checking for $ac_func" >&5 4993echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 4994if eval "test \"\${$as_ac_var+set}\" = set"; then 4995 echo $ECHO_N "(cached) $ECHO_C" >&6 4996else 4997 cat >conftest.$ac_ext <<_ACEOF 4998#line 4998 "configure" 4999#include "confdefs.h" 5000/* System header to define __stub macros and hopefully few prototypes, 5001 which can conflict with char $ac_func (); below. */ 5002#include <assert.h> 5003/* Override any gcc2 internal prototype to avoid an error. */ 5004#ifdef __cplusplus 5005extern "C" 5006#endif 5007/* We use char because int might match the return type of a gcc2 5008 builtin and then its argument prototype would still apply. */ 5009char $ac_func (); 5010char (*f) (); 5011 5012int 5013main () 5014{ 5015/* The GNU C library defines this for functions which it implements 5016 to always fail with ENOSYS. Some functions are actually named 5017 something starting with __ and the normal name is an alias. */ 5018#if defined (__stub_$ac_func) || defined (__stub___$ac_func) 5019choke me 5020#else 5021f = $ac_func; 5022#endif 5023 5024 ; 5025 return 0; 5026} 5027_ACEOF 5028rm -f conftest.$ac_objext conftest$ac_exeext 5029if { (eval echo "$as_me:5029: \"$ac_link\"") >&5 5030 (eval $ac_link) 2>&5 5031 ac_status=$? 5032 echo "$as_me:5032: \$? = $ac_status" >&5 5033 (exit $ac_status); } && 5034 { ac_try='test -s conftest$ac_exeext' 5035 { (eval echo "$as_me:5035: \"$ac_try\"") >&5 5036 (eval $ac_try) 2>&5 5037 ac_status=$? 5038 echo "$as_me:5038: \$? = $ac_status" >&5 5039 (exit $ac_status); }; }; then 5040 eval "$as_ac_var=yes" 5041else 5042 echo "$as_me: failed program was:" >&5 5043cat conftest.$ac_ext >&5 5044eval "$as_ac_var=no" 5045fi 5046rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5047fi 5048echo "$as_me:5048: result: `eval echo '${'$as_ac_var'}'`" >&5 5049echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5050if test `eval echo '${'$as_ac_var'}'` = yes; then 5051 cat >>confdefs.h <<EOF 5052#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 5053EOF 5054 5055fi 5056done 5057 5058echo "$as_me:5058: checking whether strsuftoll is declared" >&5 5059echo $ECHO_N "checking whether strsuftoll is declared... $ECHO_C" >&6 5060if test "${ac_cv_have_decl_strsuftoll+set}" = set; then 5061 echo $ECHO_N "(cached) $ECHO_C" >&6 5062else 5063 cat >conftest.$ac_ext <<_ACEOF 5064#line 5064 "configure" 5065#include "confdefs.h" 5066#include <stdlib.h> 5067 5068int 5069main () 5070{ 5071#ifndef strsuftoll 5072 char *p = (char *) strsuftoll; 5073#endif 5074 5075 ; 5076 return 0; 5077} 5078_ACEOF 5079rm -f conftest.$ac_objext 5080if { (eval echo "$as_me:5080: \"$ac_compile\"") >&5 5081 (eval $ac_compile) 2>&5 5082 ac_status=$? 5083 echo "$as_me:5083: \$? = $ac_status" >&5 5084 (exit $ac_status); } && 5085 { ac_try='test -s conftest.$ac_objext' 5086 { (eval echo "$as_me:5086: \"$ac_try\"") >&5 5087 (eval $ac_try) 2>&5 5088 ac_status=$? 5089 echo "$as_me:5089: \$? = $ac_status" >&5 5090 (exit $ac_status); }; }; then 5091 ac_cv_have_decl_strsuftoll=yes 5092else 5093 echo "$as_me: failed program was:" >&5 5094cat conftest.$ac_ext >&5 5095ac_cv_have_decl_strsuftoll=no 5096fi 5097rm -f conftest.$ac_objext conftest.$ac_ext 5098fi 5099echo "$as_me:5099: result: $ac_cv_have_decl_strsuftoll" >&5 5100echo "${ECHO_T}$ac_cv_have_decl_strsuftoll" >&6 5101if test $ac_cv_have_decl_strsuftoll = yes; then 5102 5103cat >>confdefs.h <<EOF 5104#define HAVE_DECL_STRSUFTOLL 1 5105EOF 5106 5107else 5108 cat >>confdefs.h <<EOF 5109#define HAVE_DECL_STRSUFTOLL 0 5110EOF 5111 5112fi 5113 5114echo "$as_me:5114: checking whether htobe16 is declared" >&5 5115echo $ECHO_N "checking whether htobe16 is declared... $ECHO_C" >&6 5116if test "${ac_cv_have_decl_htobe16+set}" = set; then 5117 echo $ECHO_N "(cached) $ECHO_C" >&6 5118else 5119 cat >conftest.$ac_ext <<_ACEOF 5120#line 5120 "configure" 5121#include "confdefs.h" 5122#include <sys/types.h> 5123 5124int 5125main () 5126{ 5127#ifndef htobe16 5128 char *p = (char *) htobe16; 5129#endif 5130 5131 ; 5132 return 0; 5133} 5134_ACEOF 5135rm -f conftest.$ac_objext 5136if { (eval echo "$as_me:5136: \"$ac_compile\"") >&5 5137 (eval $ac_compile) 2>&5 5138 ac_status=$? 5139 echo "$as_me:5139: \$? = $ac_status" >&5 5140 (exit $ac_status); } && 5141 { ac_try='test -s conftest.$ac_objext' 5142 { (eval echo "$as_me:5142: \"$ac_try\"") >&5 5143 (eval $ac_try) 2>&5 5144 ac_status=$? 5145 echo "$as_me:5145: \$? = $ac_status" >&5 5146 (exit $ac_status); }; }; then 5147 ac_cv_have_decl_htobe16=yes 5148else 5149 echo "$as_me: failed program was:" >&5 5150cat conftest.$ac_ext >&5 5151ac_cv_have_decl_htobe16=no 5152fi 5153rm -f conftest.$ac_objext conftest.$ac_ext 5154fi 5155echo "$as_me:5155: result: $ac_cv_have_decl_htobe16" >&5 5156echo "${ECHO_T}$ac_cv_have_decl_htobe16" >&6 5157if test $ac_cv_have_decl_htobe16 = yes; then 5158 5159cat >>confdefs.h <<EOF 5160#define HAVE_DECL_HTOBE16 1 5161EOF 5162 5163else 5164 cat >>confdefs.h <<EOF 5165#define HAVE_DECL_HTOBE16 0 5166EOF 5167 5168fi 5169echo "$as_me:5169: checking whether htobe32 is declared" >&5 5170echo $ECHO_N "checking whether htobe32 is declared... $ECHO_C" >&6 5171if test "${ac_cv_have_decl_htobe32+set}" = set; then 5172 echo $ECHO_N "(cached) $ECHO_C" >&6 5173else 5174 cat >conftest.$ac_ext <<_ACEOF 5175#line 5175 "configure" 5176#include "confdefs.h" 5177#include <sys/types.h> 5178 5179int 5180main () 5181{ 5182#ifndef htobe32 5183 char *p = (char *) htobe32; 5184#endif 5185 5186 ; 5187 return 0; 5188} 5189_ACEOF 5190rm -f conftest.$ac_objext 5191if { (eval echo "$as_me:5191: \"$ac_compile\"") >&5 5192 (eval $ac_compile) 2>&5 5193 ac_status=$? 5194 echo "$as_me:5194: \$? = $ac_status" >&5 5195 (exit $ac_status); } && 5196 { ac_try='test -s conftest.$ac_objext' 5197 { (eval echo "$as_me:5197: \"$ac_try\"") >&5 5198 (eval $ac_try) 2>&5 5199 ac_status=$? 5200 echo "$as_me:5200: \$? = $ac_status" >&5 5201 (exit $ac_status); }; }; then 5202 ac_cv_have_decl_htobe32=yes 5203else 5204 echo "$as_me: failed program was:" >&5 5205cat conftest.$ac_ext >&5 5206ac_cv_have_decl_htobe32=no 5207fi 5208rm -f conftest.$ac_objext conftest.$ac_ext 5209fi 5210echo "$as_me:5210: result: $ac_cv_have_decl_htobe32" >&5 5211echo "${ECHO_T}$ac_cv_have_decl_htobe32" >&6 5212if test $ac_cv_have_decl_htobe32 = yes; then 5213 5214cat >>confdefs.h <<EOF 5215#define HAVE_DECL_HTOBE32 1 5216EOF 5217 5218else 5219 cat >>confdefs.h <<EOF 5220#define HAVE_DECL_HTOBE32 0 5221EOF 5222 5223fi 5224echo "$as_me:5224: checking whether htobe64 is declared" >&5 5225echo $ECHO_N "checking whether htobe64 is declared... $ECHO_C" >&6 5226if test "${ac_cv_have_decl_htobe64+set}" = set; then 5227 echo $ECHO_N "(cached) $ECHO_C" >&6 5228else 5229 cat >conftest.$ac_ext <<_ACEOF 5230#line 5230 "configure" 5231#include "confdefs.h" 5232#include <sys/types.h> 5233 5234int 5235main () 5236{ 5237#ifndef htobe64 5238 char *p = (char *) htobe64; 5239#endif 5240 5241 ; 5242 return 0; 5243} 5244_ACEOF 5245rm -f conftest.$ac_objext 5246if { (eval echo "$as_me:5246: \"$ac_compile\"") >&5 5247 (eval $ac_compile) 2>&5 5248 ac_status=$? 5249 echo "$as_me:5249: \$? = $ac_status" >&5 5250 (exit $ac_status); } && 5251 { ac_try='test -s conftest.$ac_objext' 5252 { (eval echo "$as_me:5252: \"$ac_try\"") >&5 5253 (eval $ac_try) 2>&5 5254 ac_status=$? 5255 echo "$as_me:5255: \$? = $ac_status" >&5 5256 (exit $ac_status); }; }; then 5257 ac_cv_have_decl_htobe64=yes 5258else 5259 echo "$as_me: failed program was:" >&5 5260cat conftest.$ac_ext >&5 5261ac_cv_have_decl_htobe64=no 5262fi 5263rm -f conftest.$ac_objext conftest.$ac_ext 5264fi 5265echo "$as_me:5265: result: $ac_cv_have_decl_htobe64" >&5 5266echo "${ECHO_T}$ac_cv_have_decl_htobe64" >&6 5267if test $ac_cv_have_decl_htobe64 = yes; then 5268 5269cat >>confdefs.h <<EOF 5270#define HAVE_DECL_HTOBE64 1 5271EOF 5272 5273else 5274 cat >>confdefs.h <<EOF 5275#define HAVE_DECL_HTOBE64 0 5276EOF 5277 5278fi 5279echo "$as_me:5279: checking whether htole16 is declared" >&5 5280echo $ECHO_N "checking whether htole16 is declared... $ECHO_C" >&6 5281if test "${ac_cv_have_decl_htole16+set}" = set; then 5282 echo $ECHO_N "(cached) $ECHO_C" >&6 5283else 5284 cat >conftest.$ac_ext <<_ACEOF 5285#line 5285 "configure" 5286#include "confdefs.h" 5287#include <sys/types.h> 5288 5289int 5290main () 5291{ 5292#ifndef htole16 5293 char *p = (char *) htole16; 5294#endif 5295 5296 ; 5297 return 0; 5298} 5299_ACEOF 5300rm -f conftest.$ac_objext 5301if { (eval echo "$as_me:5301: \"$ac_compile\"") >&5 5302 (eval $ac_compile) 2>&5 5303 ac_status=$? 5304 echo "$as_me:5304: \$? = $ac_status" >&5 5305 (exit $ac_status); } && 5306 { ac_try='test -s conftest.$ac_objext' 5307 { (eval echo "$as_me:5307: \"$ac_try\"") >&5 5308 (eval $ac_try) 2>&5 5309 ac_status=$? 5310 echo "$as_me:5310: \$? = $ac_status" >&5 5311 (exit $ac_status); }; }; then 5312 ac_cv_have_decl_htole16=yes 5313else 5314 echo "$as_me: failed program was:" >&5 5315cat conftest.$ac_ext >&5 5316ac_cv_have_decl_htole16=no 5317fi 5318rm -f conftest.$ac_objext conftest.$ac_ext 5319fi 5320echo "$as_me:5320: result: $ac_cv_have_decl_htole16" >&5 5321echo "${ECHO_T}$ac_cv_have_decl_htole16" >&6 5322if test $ac_cv_have_decl_htole16 = yes; then 5323 5324cat >>confdefs.h <<EOF 5325#define HAVE_DECL_HTOLE16 1 5326EOF 5327 5328else 5329 cat >>confdefs.h <<EOF 5330#define HAVE_DECL_HTOLE16 0 5331EOF 5332 5333fi 5334echo "$as_me:5334: checking whether htole32 is declared" >&5 5335echo $ECHO_N "checking whether htole32 is declared... $ECHO_C" >&6 5336if test "${ac_cv_have_decl_htole32+set}" = set; then 5337 echo $ECHO_N "(cached) $ECHO_C" >&6 5338else 5339 cat >conftest.$ac_ext <<_ACEOF 5340#line 5340 "configure" 5341#include "confdefs.h" 5342#include <sys/types.h> 5343 5344int 5345main () 5346{ 5347#ifndef htole32 5348 char *p = (char *) htole32; 5349#endif 5350 5351 ; 5352 return 0; 5353} 5354_ACEOF 5355rm -f conftest.$ac_objext 5356if { (eval echo "$as_me:5356: \"$ac_compile\"") >&5 5357 (eval $ac_compile) 2>&5 5358 ac_status=$? 5359 echo "$as_me:5359: \$? = $ac_status" >&5 5360 (exit $ac_status); } && 5361 { ac_try='test -s conftest.$ac_objext' 5362 { (eval echo "$as_me:5362: \"$ac_try\"") >&5 5363 (eval $ac_try) 2>&5 5364 ac_status=$? 5365 echo "$as_me:5365: \$? = $ac_status" >&5 5366 (exit $ac_status); }; }; then 5367 ac_cv_have_decl_htole32=yes 5368else 5369 echo "$as_me: failed program was:" >&5 5370cat conftest.$ac_ext >&5 5371ac_cv_have_decl_htole32=no 5372fi 5373rm -f conftest.$ac_objext conftest.$ac_ext 5374fi 5375echo "$as_me:5375: result: $ac_cv_have_decl_htole32" >&5 5376echo "${ECHO_T}$ac_cv_have_decl_htole32" >&6 5377if test $ac_cv_have_decl_htole32 = yes; then 5378 5379cat >>confdefs.h <<EOF 5380#define HAVE_DECL_HTOLE32 1 5381EOF 5382 5383else 5384 cat >>confdefs.h <<EOF 5385#define HAVE_DECL_HTOLE32 0 5386EOF 5387 5388fi 5389echo "$as_me:5389: checking whether htole64 is declared" >&5 5390echo $ECHO_N "checking whether htole64 is declared... $ECHO_C" >&6 5391if test "${ac_cv_have_decl_htole64+set}" = set; then 5392 echo $ECHO_N "(cached) $ECHO_C" >&6 5393else 5394 cat >conftest.$ac_ext <<_ACEOF 5395#line 5395 "configure" 5396#include "confdefs.h" 5397#include <sys/types.h> 5398 5399int 5400main () 5401{ 5402#ifndef htole64 5403 char *p = (char *) htole64; 5404#endif 5405 5406 ; 5407 return 0; 5408} 5409_ACEOF 5410rm -f conftest.$ac_objext 5411if { (eval echo "$as_me:5411: \"$ac_compile\"") >&5 5412 (eval $ac_compile) 2>&5 5413 ac_status=$? 5414 echo "$as_me:5414: \$? = $ac_status" >&5 5415 (exit $ac_status); } && 5416 { ac_try='test -s conftest.$ac_objext' 5417 { (eval echo "$as_me:5417: \"$ac_try\"") >&5 5418 (eval $ac_try) 2>&5 5419 ac_status=$? 5420 echo "$as_me:5420: \$? = $ac_status" >&5 5421 (exit $ac_status); }; }; then 5422 ac_cv_have_decl_htole64=yes 5423else 5424 echo "$as_me: failed program was:" >&5 5425cat conftest.$ac_ext >&5 5426ac_cv_have_decl_htole64=no 5427fi 5428rm -f conftest.$ac_objext conftest.$ac_ext 5429fi 5430echo "$as_me:5430: result: $ac_cv_have_decl_htole64" >&5 5431echo "${ECHO_T}$ac_cv_have_decl_htole64" >&6 5432if test $ac_cv_have_decl_htole64 = yes; then 5433 5434cat >>confdefs.h <<EOF 5435#define HAVE_DECL_HTOLE64 1 5436EOF 5437 5438else 5439 cat >>confdefs.h <<EOF 5440#define HAVE_DECL_HTOLE64 0 5441EOF 5442 5443fi 5444echo "$as_me:5444: checking whether be16toh is declared" >&5 5445echo $ECHO_N "checking whether be16toh is declared... $ECHO_C" >&6 5446if test "${ac_cv_have_decl_be16toh+set}" = set; then 5447 echo $ECHO_N "(cached) $ECHO_C" >&6 5448else 5449 cat >conftest.$ac_ext <<_ACEOF 5450#line 5450 "configure" 5451#include "confdefs.h" 5452#include <sys/types.h> 5453 5454int 5455main () 5456{ 5457#ifndef be16toh 5458 char *p = (char *) be16toh; 5459#endif 5460 5461 ; 5462 return 0; 5463} 5464_ACEOF 5465rm -f conftest.$ac_objext 5466if { (eval echo "$as_me:5466: \"$ac_compile\"") >&5 5467 (eval $ac_compile) 2>&5 5468 ac_status=$? 5469 echo "$as_me:5469: \$? = $ac_status" >&5 5470 (exit $ac_status); } && 5471 { ac_try='test -s conftest.$ac_objext' 5472 { (eval echo "$as_me:5472: \"$ac_try\"") >&5 5473 (eval $ac_try) 2>&5 5474 ac_status=$? 5475 echo "$as_me:5475: \$? = $ac_status" >&5 5476 (exit $ac_status); }; }; then 5477 ac_cv_have_decl_be16toh=yes 5478else 5479 echo "$as_me: failed program was:" >&5 5480cat conftest.$ac_ext >&5 5481ac_cv_have_decl_be16toh=no 5482fi 5483rm -f conftest.$ac_objext conftest.$ac_ext 5484fi 5485echo "$as_me:5485: result: $ac_cv_have_decl_be16toh" >&5 5486echo "${ECHO_T}$ac_cv_have_decl_be16toh" >&6 5487if test $ac_cv_have_decl_be16toh = yes; then 5488 5489cat >>confdefs.h <<EOF 5490#define HAVE_DECL_BE16TOH 1 5491EOF 5492 5493else 5494 cat >>confdefs.h <<EOF 5495#define HAVE_DECL_BE16TOH 0 5496EOF 5497 5498fi 5499echo "$as_me:5499: checking whether be32toh is declared" >&5 5500echo $ECHO_N "checking whether be32toh is declared... $ECHO_C" >&6 5501if test "${ac_cv_have_decl_be32toh+set}" = set; then 5502 echo $ECHO_N "(cached) $ECHO_C" >&6 5503else 5504 cat >conftest.$ac_ext <<_ACEOF 5505#line 5505 "configure" 5506#include "confdefs.h" 5507#include <sys/types.h> 5508 5509int 5510main () 5511{ 5512#ifndef be32toh 5513 char *p = (char *) be32toh; 5514#endif 5515 5516 ; 5517 return 0; 5518} 5519_ACEOF 5520rm -f conftest.$ac_objext 5521if { (eval echo "$as_me:5521: \"$ac_compile\"") >&5 5522 (eval $ac_compile) 2>&5 5523 ac_status=$? 5524 echo "$as_me:5524: \$? = $ac_status" >&5 5525 (exit $ac_status); } && 5526 { ac_try='test -s conftest.$ac_objext' 5527 { (eval echo "$as_me:5527: \"$ac_try\"") >&5 5528 (eval $ac_try) 2>&5 5529 ac_status=$? 5530 echo "$as_me:5530: \$? = $ac_status" >&5 5531 (exit $ac_status); }; }; then 5532 ac_cv_have_decl_be32toh=yes 5533else 5534 echo "$as_me: failed program was:" >&5 5535cat conftest.$ac_ext >&5 5536ac_cv_have_decl_be32toh=no 5537fi 5538rm -f conftest.$ac_objext conftest.$ac_ext 5539fi 5540echo "$as_me:5540: result: $ac_cv_have_decl_be32toh" >&5 5541echo "${ECHO_T}$ac_cv_have_decl_be32toh" >&6 5542if test $ac_cv_have_decl_be32toh = yes; then 5543 5544cat >>confdefs.h <<EOF 5545#define HAVE_DECL_BE32TOH 1 5546EOF 5547 5548else 5549 cat >>confdefs.h <<EOF 5550#define HAVE_DECL_BE32TOH 0 5551EOF 5552 5553fi 5554echo "$as_me:5554: checking whether be64toh is declared" >&5 5555echo $ECHO_N "checking whether be64toh is declared... $ECHO_C" >&6 5556if test "${ac_cv_have_decl_be64toh+set}" = set; then 5557 echo $ECHO_N "(cached) $ECHO_C" >&6 5558else 5559 cat >conftest.$ac_ext <<_ACEOF 5560#line 5560 "configure" 5561#include "confdefs.h" 5562#include <sys/types.h> 5563 5564int 5565main () 5566{ 5567#ifndef be64toh 5568 char *p = (char *) be64toh; 5569#endif 5570 5571 ; 5572 return 0; 5573} 5574_ACEOF 5575rm -f conftest.$ac_objext 5576if { (eval echo "$as_me:5576: \"$ac_compile\"") >&5 5577 (eval $ac_compile) 2>&5 5578 ac_status=$? 5579 echo "$as_me:5579: \$? = $ac_status" >&5 5580 (exit $ac_status); } && 5581 { ac_try='test -s conftest.$ac_objext' 5582 { (eval echo "$as_me:5582: \"$ac_try\"") >&5 5583 (eval $ac_try) 2>&5 5584 ac_status=$? 5585 echo "$as_me:5585: \$? = $ac_status" >&5 5586 (exit $ac_status); }; }; then 5587 ac_cv_have_decl_be64toh=yes 5588else 5589 echo "$as_me: failed program was:" >&5 5590cat conftest.$ac_ext >&5 5591ac_cv_have_decl_be64toh=no 5592fi 5593rm -f conftest.$ac_objext conftest.$ac_ext 5594fi 5595echo "$as_me:5595: result: $ac_cv_have_decl_be64toh" >&5 5596echo "${ECHO_T}$ac_cv_have_decl_be64toh" >&6 5597if test $ac_cv_have_decl_be64toh = yes; then 5598 5599cat >>confdefs.h <<EOF 5600#define HAVE_DECL_BE64TOH 1 5601EOF 5602 5603else 5604 cat >>confdefs.h <<EOF 5605#define HAVE_DECL_BE64TOH 0 5606EOF 5607 5608fi 5609echo "$as_me:5609: checking whether le16toh is declared" >&5 5610echo $ECHO_N "checking whether le16toh is declared... $ECHO_C" >&6 5611if test "${ac_cv_have_decl_le16toh+set}" = set; then 5612 echo $ECHO_N "(cached) $ECHO_C" >&6 5613else 5614 cat >conftest.$ac_ext <<_ACEOF 5615#line 5615 "configure" 5616#include "confdefs.h" 5617#include <sys/types.h> 5618 5619int 5620main () 5621{ 5622#ifndef le16toh 5623 char *p = (char *) le16toh; 5624#endif 5625 5626 ; 5627 return 0; 5628} 5629_ACEOF 5630rm -f conftest.$ac_objext 5631if { (eval echo "$as_me:5631: \"$ac_compile\"") >&5 5632 (eval $ac_compile) 2>&5 5633 ac_status=$? 5634 echo "$as_me:5634: \$? = $ac_status" >&5 5635 (exit $ac_status); } && 5636 { ac_try='test -s conftest.$ac_objext' 5637 { (eval echo "$as_me:5637: \"$ac_try\"") >&5 5638 (eval $ac_try) 2>&5 5639 ac_status=$? 5640 echo "$as_me:5640: \$? = $ac_status" >&5 5641 (exit $ac_status); }; }; then 5642 ac_cv_have_decl_le16toh=yes 5643else 5644 echo "$as_me: failed program was:" >&5 5645cat conftest.$ac_ext >&5 5646ac_cv_have_decl_le16toh=no 5647fi 5648rm -f conftest.$ac_objext conftest.$ac_ext 5649fi 5650echo "$as_me:5650: result: $ac_cv_have_decl_le16toh" >&5 5651echo "${ECHO_T}$ac_cv_have_decl_le16toh" >&6 5652if test $ac_cv_have_decl_le16toh = yes; then 5653 5654cat >>confdefs.h <<EOF 5655#define HAVE_DECL_LE16TOH 1 5656EOF 5657 5658else 5659 cat >>confdefs.h <<EOF 5660#define HAVE_DECL_LE16TOH 0 5661EOF 5662 5663fi 5664echo "$as_me:5664: checking whether le32toh is declared" >&5 5665echo $ECHO_N "checking whether le32toh is declared... $ECHO_C" >&6 5666if test "${ac_cv_have_decl_le32toh+set}" = set; then 5667 echo $ECHO_N "(cached) $ECHO_C" >&6 5668else 5669 cat >conftest.$ac_ext <<_ACEOF 5670#line 5670 "configure" 5671#include "confdefs.h" 5672#include <sys/types.h> 5673 5674int 5675main () 5676{ 5677#ifndef le32toh 5678 char *p = (char *) le32toh; 5679#endif 5680 5681 ; 5682 return 0; 5683} 5684_ACEOF 5685rm -f conftest.$ac_objext 5686if { (eval echo "$as_me:5686: \"$ac_compile\"") >&5 5687 (eval $ac_compile) 2>&5 5688 ac_status=$? 5689 echo "$as_me:5689: \$? = $ac_status" >&5 5690 (exit $ac_status); } && 5691 { ac_try='test -s conftest.$ac_objext' 5692 { (eval echo "$as_me:5692: \"$ac_try\"") >&5 5693 (eval $ac_try) 2>&5 5694 ac_status=$? 5695 echo "$as_me:5695: \$? = $ac_status" >&5 5696 (exit $ac_status); }; }; then 5697 ac_cv_have_decl_le32toh=yes 5698else 5699 echo "$as_me: failed program was:" >&5 5700cat conftest.$ac_ext >&5 5701ac_cv_have_decl_le32toh=no 5702fi 5703rm -f conftest.$ac_objext conftest.$ac_ext 5704fi 5705echo "$as_me:5705: result: $ac_cv_have_decl_le32toh" >&5 5706echo "${ECHO_T}$ac_cv_have_decl_le32toh" >&6 5707if test $ac_cv_have_decl_le32toh = yes; then 5708 5709cat >>confdefs.h <<EOF 5710#define HAVE_DECL_LE32TOH 1 5711EOF 5712 5713else 5714 cat >>confdefs.h <<EOF 5715#define HAVE_DECL_LE32TOH 0 5716EOF 5717 5718fi 5719echo "$as_me:5719: checking whether le64toh is declared" >&5 5720echo $ECHO_N "checking whether le64toh is declared... $ECHO_C" >&6 5721if test "${ac_cv_have_decl_le64toh+set}" = set; then 5722 echo $ECHO_N "(cached) $ECHO_C" >&6 5723else 5724 cat >conftest.$ac_ext <<_ACEOF 5725#line 5725 "configure" 5726#include "confdefs.h" 5727#include <sys/types.h> 5728 5729int 5730main () 5731{ 5732#ifndef le64toh 5733 char *p = (char *) le64toh; 5734#endif 5735 5736 ; 5737 return 0; 5738} 5739_ACEOF 5740rm -f conftest.$ac_objext 5741if { (eval echo "$as_me:5741: \"$ac_compile\"") >&5 5742 (eval $ac_compile) 2>&5 5743 ac_status=$? 5744 echo "$as_me:5744: \$? = $ac_status" >&5 5745 (exit $ac_status); } && 5746 { ac_try='test -s conftest.$ac_objext' 5747 { (eval echo "$as_me:5747: \"$ac_try\"") >&5 5748 (eval $ac_try) 2>&5 5749 ac_status=$? 5750 echo "$as_me:5750: \$? = $ac_status" >&5 5751 (exit $ac_status); }; }; then 5752 ac_cv_have_decl_le64toh=yes 5753else 5754 echo "$as_me: failed program was:" >&5 5755cat conftest.$ac_ext >&5 5756ac_cv_have_decl_le64toh=no 5757fi 5758rm -f conftest.$ac_objext conftest.$ac_ext 5759fi 5760echo "$as_me:5760: result: $ac_cv_have_decl_le64toh" >&5 5761echo "${ECHO_T}$ac_cv_have_decl_le64toh" >&6 5762if test $ac_cv_have_decl_le64toh = yes; then 5763 5764cat >>confdefs.h <<EOF 5765#define HAVE_DECL_LE64TOH 1 5766EOF 5767 5768else 5769 cat >>confdefs.h <<EOF 5770#define HAVE_DECL_LE64TOH 0 5771EOF 5772 5773fi 5774 5775echo "$as_me:5775: checking whether bswap16 is declared" >&5 5776echo $ECHO_N "checking whether bswap16 is declared... $ECHO_C" >&6 5777if test "${ac_cv_have_decl_bswap16+set}" = set; then 5778 echo $ECHO_N "(cached) $ECHO_C" >&6 5779else 5780 cat >conftest.$ac_ext <<_ACEOF 5781#line 5781 "configure" 5782#include "confdefs.h" 5783#include <machine/bswap.h> 5784 5785int 5786main () 5787{ 5788#ifndef bswap16 5789 char *p = (char *) bswap16; 5790#endif 5791 5792 ; 5793 return 0; 5794} 5795_ACEOF 5796rm -f conftest.$ac_objext 5797if { (eval echo "$as_me:5797: \"$ac_compile\"") >&5 5798 (eval $ac_compile) 2>&5 5799 ac_status=$? 5800 echo "$as_me:5800: \$? = $ac_status" >&5 5801 (exit $ac_status); } && 5802 { ac_try='test -s conftest.$ac_objext' 5803 { (eval echo "$as_me:5803: \"$ac_try\"") >&5 5804 (eval $ac_try) 2>&5 5805 ac_status=$? 5806 echo "$as_me:5806: \$? = $ac_status" >&5 5807 (exit $ac_status); }; }; then 5808 ac_cv_have_decl_bswap16=yes 5809else 5810 echo "$as_me: failed program was:" >&5 5811cat conftest.$ac_ext >&5 5812ac_cv_have_decl_bswap16=no 5813fi 5814rm -f conftest.$ac_objext conftest.$ac_ext 5815fi 5816echo "$as_me:5816: result: $ac_cv_have_decl_bswap16" >&5 5817echo "${ECHO_T}$ac_cv_have_decl_bswap16" >&6 5818if test $ac_cv_have_decl_bswap16 = yes; then 5819 5820cat >>confdefs.h <<EOF 5821#define HAVE_DECL_BSWAP16 1 5822EOF 5823 5824else 5825 cat >>confdefs.h <<EOF 5826#define HAVE_DECL_BSWAP16 0 5827EOF 5828 5829fi 5830echo "$as_me:5830: checking whether bswap32 is declared" >&5 5831echo $ECHO_N "checking whether bswap32 is declared... $ECHO_C" >&6 5832if test "${ac_cv_have_decl_bswap32+set}" = set; then 5833 echo $ECHO_N "(cached) $ECHO_C" >&6 5834else 5835 cat >conftest.$ac_ext <<_ACEOF 5836#line 5836 "configure" 5837#include "confdefs.h" 5838#include <machine/bswap.h> 5839 5840int 5841main () 5842{ 5843#ifndef bswap32 5844 char *p = (char *) bswap32; 5845#endif 5846 5847 ; 5848 return 0; 5849} 5850_ACEOF 5851rm -f conftest.$ac_objext 5852if { (eval echo "$as_me:5852: \"$ac_compile\"") >&5 5853 (eval $ac_compile) 2>&5 5854 ac_status=$? 5855 echo "$as_me:5855: \$? = $ac_status" >&5 5856 (exit $ac_status); } && 5857 { ac_try='test -s conftest.$ac_objext' 5858 { (eval echo "$as_me:5858: \"$ac_try\"") >&5 5859 (eval $ac_try) 2>&5 5860 ac_status=$? 5861 echo "$as_me:5861: \$? = $ac_status" >&5 5862 (exit $ac_status); }; }; then 5863 ac_cv_have_decl_bswap32=yes 5864else 5865 echo "$as_me: failed program was:" >&5 5866cat conftest.$ac_ext >&5 5867ac_cv_have_decl_bswap32=no 5868fi 5869rm -f conftest.$ac_objext conftest.$ac_ext 5870fi 5871echo "$as_me:5871: result: $ac_cv_have_decl_bswap32" >&5 5872echo "${ECHO_T}$ac_cv_have_decl_bswap32" >&6 5873if test $ac_cv_have_decl_bswap32 = yes; then 5874 5875cat >>confdefs.h <<EOF 5876#define HAVE_DECL_BSWAP32 1 5877EOF 5878 5879else 5880 cat >>confdefs.h <<EOF 5881#define HAVE_DECL_BSWAP32 0 5882EOF 5883 5884fi 5885echo "$as_me:5885: checking whether bswap64 is declared" >&5 5886echo $ECHO_N "checking whether bswap64 is declared... $ECHO_C" >&6 5887if test "${ac_cv_have_decl_bswap64+set}" = set; then 5888 echo $ECHO_N "(cached) $ECHO_C" >&6 5889else 5890 cat >conftest.$ac_ext <<_ACEOF 5891#line 5891 "configure" 5892#include "confdefs.h" 5893#include <machine/bswap.h> 5894 5895int 5896main () 5897{ 5898#ifndef bswap64 5899 char *p = (char *) bswap64; 5900#endif 5901 5902 ; 5903 return 0; 5904} 5905_ACEOF 5906rm -f conftest.$ac_objext 5907if { (eval echo "$as_me:5907: \"$ac_compile\"") >&5 5908 (eval $ac_compile) 2>&5 5909 ac_status=$? 5910 echo "$as_me:5910: \$? = $ac_status" >&5 5911 (exit $ac_status); } && 5912 { ac_try='test -s conftest.$ac_objext' 5913 { (eval echo "$as_me:5913: \"$ac_try\"") >&5 5914 (eval $ac_try) 2>&5 5915 ac_status=$? 5916 echo "$as_me:5916: \$? = $ac_status" >&5 5917 (exit $ac_status); }; }; then 5918 ac_cv_have_decl_bswap64=yes 5919else 5920 echo "$as_me: failed program was:" >&5 5921cat conftest.$ac_ext >&5 5922ac_cv_have_decl_bswap64=no 5923fi 5924rm -f conftest.$ac_objext conftest.$ac_ext 5925fi 5926echo "$as_me:5926: result: $ac_cv_have_decl_bswap64" >&5 5927echo "${ECHO_T}$ac_cv_have_decl_bswap64" >&6 5928if test $ac_cv_have_decl_bswap64 = yes; then 5929 5930cat >>confdefs.h <<EOF 5931#define HAVE_DECL_BSWAP64 1 5932EOF 5933 5934else 5935 cat >>confdefs.h <<EOF 5936#define HAVE_DECL_BSWAP64 0 5937EOF 5938 5939fi 5940 5941echo "$as_me:5941: checking whether be16enc is declared" >&5 5942echo $ECHO_N "checking whether be16enc is declared... $ECHO_C" >&6 5943if test "${ac_cv_have_decl_be16enc+set}" = set; then 5944 echo $ECHO_N "(cached) $ECHO_C" >&6 5945else 5946 cat >conftest.$ac_ext <<_ACEOF 5947#line 5947 "configure" 5948#include "confdefs.h" 5949#include <sys/endian.h> 5950 5951int 5952main () 5953{ 5954#ifndef be16enc 5955 char *p = (char *) be16enc; 5956#endif 5957 5958 ; 5959 return 0; 5960} 5961_ACEOF 5962rm -f conftest.$ac_objext 5963if { (eval echo "$as_me:5963: \"$ac_compile\"") >&5 5964 (eval $ac_compile) 2>&5 5965 ac_status=$? 5966 echo "$as_me:5966: \$? = $ac_status" >&5 5967 (exit $ac_status); } && 5968 { ac_try='test -s conftest.$ac_objext' 5969 { (eval echo "$as_me:5969: \"$ac_try\"") >&5 5970 (eval $ac_try) 2>&5 5971 ac_status=$? 5972 echo "$as_me:5972: \$? = $ac_status" >&5 5973 (exit $ac_status); }; }; then 5974 ac_cv_have_decl_be16enc=yes 5975else 5976 echo "$as_me: failed program was:" >&5 5977cat conftest.$ac_ext >&5 5978ac_cv_have_decl_be16enc=no 5979fi 5980rm -f conftest.$ac_objext conftest.$ac_ext 5981fi 5982echo "$as_me:5982: result: $ac_cv_have_decl_be16enc" >&5 5983echo "${ECHO_T}$ac_cv_have_decl_be16enc" >&6 5984if test $ac_cv_have_decl_be16enc = yes; then 5985 5986cat >>confdefs.h <<EOF 5987#define HAVE_DECL_BE16ENC 1 5988EOF 5989 5990else 5991 cat >>confdefs.h <<EOF 5992#define HAVE_DECL_BE16ENC 0 5993EOF 5994 5995fi 5996echo "$as_me:5996: checking whether le16enc is declared" >&5 5997echo $ECHO_N "checking whether le16enc is declared... $ECHO_C" >&6 5998if test "${ac_cv_have_decl_le16enc+set}" = set; then 5999 echo $ECHO_N "(cached) $ECHO_C" >&6 6000else 6001 cat >conftest.$ac_ext <<_ACEOF 6002#line 6002 "configure" 6003#include "confdefs.h" 6004#include <sys/endian.h> 6005 6006int 6007main () 6008{ 6009#ifndef le16enc 6010 char *p = (char *) le16enc; 6011#endif 6012 6013 ; 6014 return 0; 6015} 6016_ACEOF 6017rm -f conftest.$ac_objext 6018if { (eval echo "$as_me:6018: \"$ac_compile\"") >&5 6019 (eval $ac_compile) 2>&5 6020 ac_status=$? 6021 echo "$as_me:6021: \$? = $ac_status" >&5 6022 (exit $ac_status); } && 6023 { ac_try='test -s conftest.$ac_objext' 6024 { (eval echo "$as_me:6024: \"$ac_try\"") >&5 6025 (eval $ac_try) 2>&5 6026 ac_status=$? 6027 echo "$as_me:6027: \$? = $ac_status" >&5 6028 (exit $ac_status); }; }; then 6029 ac_cv_have_decl_le16enc=yes 6030else 6031 echo "$as_me: failed program was:" >&5 6032cat conftest.$ac_ext >&5 6033ac_cv_have_decl_le16enc=no 6034fi 6035rm -f conftest.$ac_objext conftest.$ac_ext 6036fi 6037echo "$as_me:6037: result: $ac_cv_have_decl_le16enc" >&5 6038echo "${ECHO_T}$ac_cv_have_decl_le16enc" >&6 6039if test $ac_cv_have_decl_le16enc = yes; then 6040 6041cat >>confdefs.h <<EOF 6042#define HAVE_DECL_LE16ENC 1 6043EOF 6044 6045else 6046 cat >>confdefs.h <<EOF 6047#define HAVE_DECL_LE16ENC 0 6048EOF 6049 6050fi 6051echo "$as_me:6051: checking whether be16dec is declared" >&5 6052echo $ECHO_N "checking whether be16dec is declared... $ECHO_C" >&6 6053if test "${ac_cv_have_decl_be16dec+set}" = set; then 6054 echo $ECHO_N "(cached) $ECHO_C" >&6 6055else 6056 cat >conftest.$ac_ext <<_ACEOF 6057#line 6057 "configure" 6058#include "confdefs.h" 6059#include <sys/endian.h> 6060 6061int 6062main () 6063{ 6064#ifndef be16dec 6065 char *p = (char *) be16dec; 6066#endif 6067 6068 ; 6069 return 0; 6070} 6071_ACEOF 6072rm -f conftest.$ac_objext 6073if { (eval echo "$as_me:6073: \"$ac_compile\"") >&5 6074 (eval $ac_compile) 2>&5 6075 ac_status=$? 6076 echo "$as_me:6076: \$? = $ac_status" >&5 6077 (exit $ac_status); } && 6078 { ac_try='test -s conftest.$ac_objext' 6079 { (eval echo "$as_me:6079: \"$ac_try\"") >&5 6080 (eval $ac_try) 2>&5 6081 ac_status=$? 6082 echo "$as_me:6082: \$? = $ac_status" >&5 6083 (exit $ac_status); }; }; then 6084 ac_cv_have_decl_be16dec=yes 6085else 6086 echo "$as_me: failed program was:" >&5 6087cat conftest.$ac_ext >&5 6088ac_cv_have_decl_be16dec=no 6089fi 6090rm -f conftest.$ac_objext conftest.$ac_ext 6091fi 6092echo "$as_me:6092: result: $ac_cv_have_decl_be16dec" >&5 6093echo "${ECHO_T}$ac_cv_have_decl_be16dec" >&6 6094if test $ac_cv_have_decl_be16dec = yes; then 6095 6096cat >>confdefs.h <<EOF 6097#define HAVE_DECL_BE16DEC 1 6098EOF 6099 6100else 6101 cat >>confdefs.h <<EOF 6102#define HAVE_DECL_BE16DEC 0 6103EOF 6104 6105fi 6106echo "$as_me:6106: checking whether le16dec is declared" >&5 6107echo $ECHO_N "checking whether le16dec is declared... $ECHO_C" >&6 6108if test "${ac_cv_have_decl_le16dec+set}" = set; then 6109 echo $ECHO_N "(cached) $ECHO_C" >&6 6110else 6111 cat >conftest.$ac_ext <<_ACEOF 6112#line 6112 "configure" 6113#include "confdefs.h" 6114#include <sys/endian.h> 6115 6116int 6117main () 6118{ 6119#ifndef le16dec 6120 char *p = (char *) le16dec; 6121#endif 6122 6123 ; 6124 return 0; 6125} 6126_ACEOF 6127rm -f conftest.$ac_objext 6128if { (eval echo "$as_me:6128: \"$ac_compile\"") >&5 6129 (eval $ac_compile) 2>&5 6130 ac_status=$? 6131 echo "$as_me:6131: \$? = $ac_status" >&5 6132 (exit $ac_status); } && 6133 { ac_try='test -s conftest.$ac_objext' 6134 { (eval echo "$as_me:6134: \"$ac_try\"") >&5 6135 (eval $ac_try) 2>&5 6136 ac_status=$? 6137 echo "$as_me:6137: \$? = $ac_status" >&5 6138 (exit $ac_status); }; }; then 6139 ac_cv_have_decl_le16dec=yes 6140else 6141 echo "$as_me: failed program was:" >&5 6142cat conftest.$ac_ext >&5 6143ac_cv_have_decl_le16dec=no 6144fi 6145rm -f conftest.$ac_objext conftest.$ac_ext 6146fi 6147echo "$as_me:6147: result: $ac_cv_have_decl_le16dec" >&5 6148echo "${ECHO_T}$ac_cv_have_decl_le16dec" >&6 6149if test $ac_cv_have_decl_le16dec = yes; then 6150 6151cat >>confdefs.h <<EOF 6152#define HAVE_DECL_LE16DEC 1 6153EOF 6154 6155else 6156 cat >>confdefs.h <<EOF 6157#define HAVE_DECL_LE16DEC 0 6158EOF 6159 6160fi 6161echo "$as_me:6161: checking whether be32enc is declared" >&5 6162echo $ECHO_N "checking whether be32enc is declared... $ECHO_C" >&6 6163if test "${ac_cv_have_decl_be32enc+set}" = set; then 6164 echo $ECHO_N "(cached) $ECHO_C" >&6 6165else 6166 cat >conftest.$ac_ext <<_ACEOF 6167#line 6167 "configure" 6168#include "confdefs.h" 6169#include <sys/endian.h> 6170 6171int 6172main () 6173{ 6174#ifndef be32enc 6175 char *p = (char *) be32enc; 6176#endif 6177 6178 ; 6179 return 0; 6180} 6181_ACEOF 6182rm -f conftest.$ac_objext 6183if { (eval echo "$as_me:6183: \"$ac_compile\"") >&5 6184 (eval $ac_compile) 2>&5 6185 ac_status=$? 6186 echo "$as_me:6186: \$? = $ac_status" >&5 6187 (exit $ac_status); } && 6188 { ac_try='test -s conftest.$ac_objext' 6189 { (eval echo "$as_me:6189: \"$ac_try\"") >&5 6190 (eval $ac_try) 2>&5 6191 ac_status=$? 6192 echo "$as_me:6192: \$? = $ac_status" >&5 6193 (exit $ac_status); }; }; then 6194 ac_cv_have_decl_be32enc=yes 6195else 6196 echo "$as_me: failed program was:" >&5 6197cat conftest.$ac_ext >&5 6198ac_cv_have_decl_be32enc=no 6199fi 6200rm -f conftest.$ac_objext conftest.$ac_ext 6201fi 6202echo "$as_me:6202: result: $ac_cv_have_decl_be32enc" >&5 6203echo "${ECHO_T}$ac_cv_have_decl_be32enc" >&6 6204if test $ac_cv_have_decl_be32enc = yes; then 6205 6206cat >>confdefs.h <<EOF 6207#define HAVE_DECL_BE32ENC 1 6208EOF 6209 6210else 6211 cat >>confdefs.h <<EOF 6212#define HAVE_DECL_BE32ENC 0 6213EOF 6214 6215fi 6216echo "$as_me:6216: checking whether le32enc is declared" >&5 6217echo $ECHO_N "checking whether le32enc is declared... $ECHO_C" >&6 6218if test "${ac_cv_have_decl_le32enc+set}" = set; then 6219 echo $ECHO_N "(cached) $ECHO_C" >&6 6220else 6221 cat >conftest.$ac_ext <<_ACEOF 6222#line 6222 "configure" 6223#include "confdefs.h" 6224#include <sys/endian.h> 6225 6226int 6227main () 6228{ 6229#ifndef le32enc 6230 char *p = (char *) le32enc; 6231#endif 6232 6233 ; 6234 return 0; 6235} 6236_ACEOF 6237rm -f conftest.$ac_objext 6238if { (eval echo "$as_me:6238: \"$ac_compile\"") >&5 6239 (eval $ac_compile) 2>&5 6240 ac_status=$? 6241 echo "$as_me:6241: \$? = $ac_status" >&5 6242 (exit $ac_status); } && 6243 { ac_try='test -s conftest.$ac_objext' 6244 { (eval echo "$as_me:6244: \"$ac_try\"") >&5 6245 (eval $ac_try) 2>&5 6246 ac_status=$? 6247 echo "$as_me:6247: \$? = $ac_status" >&5 6248 (exit $ac_status); }; }; then 6249 ac_cv_have_decl_le32enc=yes 6250else 6251 echo "$as_me: failed program was:" >&5 6252cat conftest.$ac_ext >&5 6253ac_cv_have_decl_le32enc=no 6254fi 6255rm -f conftest.$ac_objext conftest.$ac_ext 6256fi 6257echo "$as_me:6257: result: $ac_cv_have_decl_le32enc" >&5 6258echo "${ECHO_T}$ac_cv_have_decl_le32enc" >&6 6259if test $ac_cv_have_decl_le32enc = yes; then 6260 6261cat >>confdefs.h <<EOF 6262#define HAVE_DECL_LE32ENC 1 6263EOF 6264 6265else 6266 cat >>confdefs.h <<EOF 6267#define HAVE_DECL_LE32ENC 0 6268EOF 6269 6270fi 6271echo "$as_me:6271: checking whether be32dec is declared" >&5 6272echo $ECHO_N "checking whether be32dec is declared... $ECHO_C" >&6 6273if test "${ac_cv_have_decl_be32dec+set}" = set; then 6274 echo $ECHO_N "(cached) $ECHO_C" >&6 6275else 6276 cat >conftest.$ac_ext <<_ACEOF 6277#line 6277 "configure" 6278#include "confdefs.h" 6279#include <sys/endian.h> 6280 6281int 6282main () 6283{ 6284#ifndef be32dec 6285 char *p = (char *) be32dec; 6286#endif 6287 6288 ; 6289 return 0; 6290} 6291_ACEOF 6292rm -f conftest.$ac_objext 6293if { (eval echo "$as_me:6293: \"$ac_compile\"") >&5 6294 (eval $ac_compile) 2>&5 6295 ac_status=$? 6296 echo "$as_me:6296: \$? = $ac_status" >&5 6297 (exit $ac_status); } && 6298 { ac_try='test -s conftest.$ac_objext' 6299 { (eval echo "$as_me:6299: \"$ac_try\"") >&5 6300 (eval $ac_try) 2>&5 6301 ac_status=$? 6302 echo "$as_me:6302: \$? = $ac_status" >&5 6303 (exit $ac_status); }; }; then 6304 ac_cv_have_decl_be32dec=yes 6305else 6306 echo "$as_me: failed program was:" >&5 6307cat conftest.$ac_ext >&5 6308ac_cv_have_decl_be32dec=no 6309fi 6310rm -f conftest.$ac_objext conftest.$ac_ext 6311fi 6312echo "$as_me:6312: result: $ac_cv_have_decl_be32dec" >&5 6313echo "${ECHO_T}$ac_cv_have_decl_be32dec" >&6 6314if test $ac_cv_have_decl_be32dec = yes; then 6315 6316cat >>confdefs.h <<EOF 6317#define HAVE_DECL_BE32DEC 1 6318EOF 6319 6320else 6321 cat >>confdefs.h <<EOF 6322#define HAVE_DECL_BE32DEC 0 6323EOF 6324 6325fi 6326echo "$as_me:6326: checking whether le32dec is declared" >&5 6327echo $ECHO_N "checking whether le32dec is declared... $ECHO_C" >&6 6328if test "${ac_cv_have_decl_le32dec+set}" = set; then 6329 echo $ECHO_N "(cached) $ECHO_C" >&6 6330else 6331 cat >conftest.$ac_ext <<_ACEOF 6332#line 6332 "configure" 6333#include "confdefs.h" 6334#include <sys/endian.h> 6335 6336int 6337main () 6338{ 6339#ifndef le32dec 6340 char *p = (char *) le32dec; 6341#endif 6342 6343 ; 6344 return 0; 6345} 6346_ACEOF 6347rm -f conftest.$ac_objext 6348if { (eval echo "$as_me:6348: \"$ac_compile\"") >&5 6349 (eval $ac_compile) 2>&5 6350 ac_status=$? 6351 echo "$as_me:6351: \$? = $ac_status" >&5 6352 (exit $ac_status); } && 6353 { ac_try='test -s conftest.$ac_objext' 6354 { (eval echo "$as_me:6354: \"$ac_try\"") >&5 6355 (eval $ac_try) 2>&5 6356 ac_status=$? 6357 echo "$as_me:6357: \$? = $ac_status" >&5 6358 (exit $ac_status); }; }; then 6359 ac_cv_have_decl_le32dec=yes 6360else 6361 echo "$as_me: failed program was:" >&5 6362cat conftest.$ac_ext >&5 6363ac_cv_have_decl_le32dec=no 6364fi 6365rm -f conftest.$ac_objext conftest.$ac_ext 6366fi 6367echo "$as_me:6367: result: $ac_cv_have_decl_le32dec" >&5 6368echo "${ECHO_T}$ac_cv_have_decl_le32dec" >&6 6369if test $ac_cv_have_decl_le32dec = yes; then 6370 6371cat >>confdefs.h <<EOF 6372#define HAVE_DECL_LE32DEC 1 6373EOF 6374 6375else 6376 cat >>confdefs.h <<EOF 6377#define HAVE_DECL_LE32DEC 0 6378EOF 6379 6380fi 6381echo "$as_me:6381: checking whether be64enc is declared" >&5 6382echo $ECHO_N "checking whether be64enc is declared... $ECHO_C" >&6 6383if test "${ac_cv_have_decl_be64enc+set}" = set; then 6384 echo $ECHO_N "(cached) $ECHO_C" >&6 6385else 6386 cat >conftest.$ac_ext <<_ACEOF 6387#line 6387 "configure" 6388#include "confdefs.h" 6389#include <sys/endian.h> 6390 6391int 6392main () 6393{ 6394#ifndef be64enc 6395 char *p = (char *) be64enc; 6396#endif 6397 6398 ; 6399 return 0; 6400} 6401_ACEOF 6402rm -f conftest.$ac_objext 6403if { (eval echo "$as_me:6403: \"$ac_compile\"") >&5 6404 (eval $ac_compile) 2>&5 6405 ac_status=$? 6406 echo "$as_me:6406: \$? = $ac_status" >&5 6407 (exit $ac_status); } && 6408 { ac_try='test -s conftest.$ac_objext' 6409 { (eval echo "$as_me:6409: \"$ac_try\"") >&5 6410 (eval $ac_try) 2>&5 6411 ac_status=$? 6412 echo "$as_me:6412: \$? = $ac_status" >&5 6413 (exit $ac_status); }; }; then 6414 ac_cv_have_decl_be64enc=yes 6415else 6416 echo "$as_me: failed program was:" >&5 6417cat conftest.$ac_ext >&5 6418ac_cv_have_decl_be64enc=no 6419fi 6420rm -f conftest.$ac_objext conftest.$ac_ext 6421fi 6422echo "$as_me:6422: result: $ac_cv_have_decl_be64enc" >&5 6423echo "${ECHO_T}$ac_cv_have_decl_be64enc" >&6 6424if test $ac_cv_have_decl_be64enc = yes; then 6425 6426cat >>confdefs.h <<EOF 6427#define HAVE_DECL_BE64ENC 1 6428EOF 6429 6430else 6431 cat >>confdefs.h <<EOF 6432#define HAVE_DECL_BE64ENC 0 6433EOF 6434 6435fi 6436echo "$as_me:6436: checking whether le64enc is declared" >&5 6437echo $ECHO_N "checking whether le64enc is declared... $ECHO_C" >&6 6438if test "${ac_cv_have_decl_le64enc+set}" = set; then 6439 echo $ECHO_N "(cached) $ECHO_C" >&6 6440else 6441 cat >conftest.$ac_ext <<_ACEOF 6442#line 6442 "configure" 6443#include "confdefs.h" 6444#include <sys/endian.h> 6445 6446int 6447main () 6448{ 6449#ifndef le64enc 6450 char *p = (char *) le64enc; 6451#endif 6452 6453 ; 6454 return 0; 6455} 6456_ACEOF 6457rm -f conftest.$ac_objext 6458if { (eval echo "$as_me:6458: \"$ac_compile\"") >&5 6459 (eval $ac_compile) 2>&5 6460 ac_status=$? 6461 echo "$as_me:6461: \$? = $ac_status" >&5 6462 (exit $ac_status); } && 6463 { ac_try='test -s conftest.$ac_objext' 6464 { (eval echo "$as_me:6464: \"$ac_try\"") >&5 6465 (eval $ac_try) 2>&5 6466 ac_status=$? 6467 echo "$as_me:6467: \$? = $ac_status" >&5 6468 (exit $ac_status); }; }; then 6469 ac_cv_have_decl_le64enc=yes 6470else 6471 echo "$as_me: failed program was:" >&5 6472cat conftest.$ac_ext >&5 6473ac_cv_have_decl_le64enc=no 6474fi 6475rm -f conftest.$ac_objext conftest.$ac_ext 6476fi 6477echo "$as_me:6477: result: $ac_cv_have_decl_le64enc" >&5 6478echo "${ECHO_T}$ac_cv_have_decl_le64enc" >&6 6479if test $ac_cv_have_decl_le64enc = yes; then 6480 6481cat >>confdefs.h <<EOF 6482#define HAVE_DECL_LE64ENC 1 6483EOF 6484 6485else 6486 cat >>confdefs.h <<EOF 6487#define HAVE_DECL_LE64ENC 0 6488EOF 6489 6490fi 6491echo "$as_me:6491: checking whether be64dec is declared" >&5 6492echo $ECHO_N "checking whether be64dec is declared... $ECHO_C" >&6 6493if test "${ac_cv_have_decl_be64dec+set}" = set; then 6494 echo $ECHO_N "(cached) $ECHO_C" >&6 6495else 6496 cat >conftest.$ac_ext <<_ACEOF 6497#line 6497 "configure" 6498#include "confdefs.h" 6499#include <sys/endian.h> 6500 6501int 6502main () 6503{ 6504#ifndef be64dec 6505 char *p = (char *) be64dec; 6506#endif 6507 6508 ; 6509 return 0; 6510} 6511_ACEOF 6512rm -f conftest.$ac_objext 6513if { (eval echo "$as_me:6513: \"$ac_compile\"") >&5 6514 (eval $ac_compile) 2>&5 6515 ac_status=$? 6516 echo "$as_me:6516: \$? = $ac_status" >&5 6517 (exit $ac_status); } && 6518 { ac_try='test -s conftest.$ac_objext' 6519 { (eval echo "$as_me:6519: \"$ac_try\"") >&5 6520 (eval $ac_try) 2>&5 6521 ac_status=$? 6522 echo "$as_me:6522: \$? = $ac_status" >&5 6523 (exit $ac_status); }; }; then 6524 ac_cv_have_decl_be64dec=yes 6525else 6526 echo "$as_me: failed program was:" >&5 6527cat conftest.$ac_ext >&5 6528ac_cv_have_decl_be64dec=no 6529fi 6530rm -f conftest.$ac_objext conftest.$ac_ext 6531fi 6532echo "$as_me:6532: result: $ac_cv_have_decl_be64dec" >&5 6533echo "${ECHO_T}$ac_cv_have_decl_be64dec" >&6 6534if test $ac_cv_have_decl_be64dec = yes; then 6535 6536cat >>confdefs.h <<EOF 6537#define HAVE_DECL_BE64DEC 1 6538EOF 6539 6540else 6541 cat >>confdefs.h <<EOF 6542#define HAVE_DECL_BE64DEC 0 6543EOF 6544 6545fi 6546echo "$as_me:6546: checking whether le64dec is declared" >&5 6547echo $ECHO_N "checking whether le64dec is declared... $ECHO_C" >&6 6548if test "${ac_cv_have_decl_le64dec+set}" = set; then 6549 echo $ECHO_N "(cached) $ECHO_C" >&6 6550else 6551 cat >conftest.$ac_ext <<_ACEOF 6552#line 6552 "configure" 6553#include "confdefs.h" 6554#include <sys/endian.h> 6555 6556int 6557main () 6558{ 6559#ifndef le64dec 6560 char *p = (char *) le64dec; 6561#endif 6562 6563 ; 6564 return 0; 6565} 6566_ACEOF 6567rm -f conftest.$ac_objext 6568if { (eval echo "$as_me:6568: \"$ac_compile\"") >&5 6569 (eval $ac_compile) 2>&5 6570 ac_status=$? 6571 echo "$as_me:6571: \$? = $ac_status" >&5 6572 (exit $ac_status); } && 6573 { ac_try='test -s conftest.$ac_objext' 6574 { (eval echo "$as_me:6574: \"$ac_try\"") >&5 6575 (eval $ac_try) 2>&5 6576 ac_status=$? 6577 echo "$as_me:6577: \$? = $ac_status" >&5 6578 (exit $ac_status); }; }; then 6579 ac_cv_have_decl_le64dec=yes 6580else 6581 echo "$as_me: failed program was:" >&5 6582cat conftest.$ac_ext >&5 6583ac_cv_have_decl_le64dec=no 6584fi 6585rm -f conftest.$ac_objext conftest.$ac_ext 6586fi 6587echo "$as_me:6587: result: $ac_cv_have_decl_le64dec" >&5 6588echo "${ECHO_T}$ac_cv_have_decl_le64dec" >&6 6589if test $ac_cv_have_decl_le64dec = yes; then 6590 6591cat >>confdefs.h <<EOF 6592#define HAVE_DECL_LE64DEC 1 6593EOF 6594 6595else 6596 cat >>confdefs.h <<EOF 6597#define HAVE_DECL_LE64DEC 0 6598EOF 6599 6600fi 6601 6602echo "$as_me:6602: checking whether fstatvfs is declared" >&5 6603echo $ECHO_N "checking whether fstatvfs is declared... $ECHO_C" >&6 6604if test "${ac_cv_have_decl_fstatvfs+set}" = set; then 6605 echo $ECHO_N "(cached) $ECHO_C" >&6 6606else 6607 cat >conftest.$ac_ext <<_ACEOF 6608#line 6608 "configure" 6609#include "confdefs.h" 6610#include <sys/statvfs.h> 6611 6612int 6613main () 6614{ 6615#ifndef fstatvfs 6616 char *p = (char *) fstatvfs; 6617#endif 6618 6619 ; 6620 return 0; 6621} 6622_ACEOF 6623rm -f conftest.$ac_objext 6624if { (eval echo "$as_me:6624: \"$ac_compile\"") >&5 6625 (eval $ac_compile) 2>&5 6626 ac_status=$? 6627 echo "$as_me:6627: \$? = $ac_status" >&5 6628 (exit $ac_status); } && 6629 { ac_try='test -s conftest.$ac_objext' 6630 { (eval echo "$as_me:6630: \"$ac_try\"") >&5 6631 (eval $ac_try) 2>&5 6632 ac_status=$? 6633 echo "$as_me:6633: \$? = $ac_status" >&5 6634 (exit $ac_status); }; }; then 6635 ac_cv_have_decl_fstatvfs=yes 6636else 6637 echo "$as_me: failed program was:" >&5 6638cat conftest.$ac_ext >&5 6639ac_cv_have_decl_fstatvfs=no 6640fi 6641rm -f conftest.$ac_objext conftest.$ac_ext 6642fi 6643echo "$as_me:6643: result: $ac_cv_have_decl_fstatvfs" >&5 6644echo "${ECHO_T}$ac_cv_have_decl_fstatvfs" >&6 6645if test $ac_cv_have_decl_fstatvfs = yes; then 6646 6647cat >>confdefs.h <<EOF 6648#define HAVE_DECL_FSTATVFS 1 6649EOF 6650 6651else 6652 cat >>confdefs.h <<EOF 6653#define HAVE_DECL_FSTATVFS 0 6654EOF 6655 6656fi 6657 6658echo "$as_me:6658: checking whether setgroupent is declared" >&5 6659echo $ECHO_N "checking whether setgroupent is declared... $ECHO_C" >&6 6660if test "${ac_cv_have_decl_setgroupent+set}" = set; then 6661 echo $ECHO_N "(cached) $ECHO_C" >&6 6662else 6663 cat >conftest.$ac_ext <<_ACEOF 6664#line 6664 "configure" 6665#include "confdefs.h" 6666 6667#include <sys/types.h> 6668#include <grp.h> 6669#include <pwd.h> 6670 6671int 6672main () 6673{ 6674#ifndef setgroupent 6675 char *p = (char *) setgroupent; 6676#endif 6677 6678 ; 6679 return 0; 6680} 6681_ACEOF 6682rm -f conftest.$ac_objext 6683if { (eval echo "$as_me:6683: \"$ac_compile\"") >&5 6684 (eval $ac_compile) 2>&5 6685 ac_status=$? 6686 echo "$as_me:6686: \$? = $ac_status" >&5 6687 (exit $ac_status); } && 6688 { ac_try='test -s conftest.$ac_objext' 6689 { (eval echo "$as_me:6689: \"$ac_try\"") >&5 6690 (eval $ac_try) 2>&5 6691 ac_status=$? 6692 echo "$as_me:6692: \$? = $ac_status" >&5 6693 (exit $ac_status); }; }; then 6694 ac_cv_have_decl_setgroupent=yes 6695else 6696 echo "$as_me: failed program was:" >&5 6697cat conftest.$ac_ext >&5 6698ac_cv_have_decl_setgroupent=no 6699fi 6700rm -f conftest.$ac_objext conftest.$ac_ext 6701fi 6702echo "$as_me:6702: result: $ac_cv_have_decl_setgroupent" >&5 6703echo "${ECHO_T}$ac_cv_have_decl_setgroupent" >&6 6704if test $ac_cv_have_decl_setgroupent = yes; then 6705 6706cat >>confdefs.h <<EOF 6707#define HAVE_DECL_SETGROUPENT 1 6708EOF 6709 6710else 6711 cat >>confdefs.h <<EOF 6712#define HAVE_DECL_SETGROUPENT 0 6713EOF 6714 6715fi 6716echo "$as_me:6716: checking whether setpassent is declared" >&5 6717echo $ECHO_N "checking whether setpassent is declared... $ECHO_C" >&6 6718if test "${ac_cv_have_decl_setpassent+set}" = set; then 6719 echo $ECHO_N "(cached) $ECHO_C" >&6 6720else 6721 cat >conftest.$ac_ext <<_ACEOF 6722#line 6722 "configure" 6723#include "confdefs.h" 6724 6725#include <sys/types.h> 6726#include <grp.h> 6727#include <pwd.h> 6728 6729int 6730main () 6731{ 6732#ifndef setpassent 6733 char *p = (char *) setpassent; 6734#endif 6735 6736 ; 6737 return 0; 6738} 6739_ACEOF 6740rm -f conftest.$ac_objext 6741if { (eval echo "$as_me:6741: \"$ac_compile\"") >&5 6742 (eval $ac_compile) 2>&5 6743 ac_status=$? 6744 echo "$as_me:6744: \$? = $ac_status" >&5 6745 (exit $ac_status); } && 6746 { ac_try='test -s conftest.$ac_objext' 6747 { (eval echo "$as_me:6747: \"$ac_try\"") >&5 6748 (eval $ac_try) 2>&5 6749 ac_status=$? 6750 echo "$as_me:6750: \$? = $ac_status" >&5 6751 (exit $ac_status); }; }; then 6752 ac_cv_have_decl_setpassent=yes 6753else 6754 echo "$as_me: failed program was:" >&5 6755cat conftest.$ac_ext >&5 6756ac_cv_have_decl_setpassent=no 6757fi 6758rm -f conftest.$ac_objext conftest.$ac_ext 6759fi 6760echo "$as_me:6760: result: $ac_cv_have_decl_setpassent" >&5 6761echo "${ECHO_T}$ac_cv_have_decl_setpassent" >&6 6762if test $ac_cv_have_decl_setpassent = yes; then 6763 6764cat >>confdefs.h <<EOF 6765#define HAVE_DECL_SETPASSENT 1 6766EOF 6767 6768else 6769 cat >>confdefs.h <<EOF 6770#define HAVE_DECL_SETPASSENT 0 6771EOF 6772 6773fi 6774 6775# regcomp() and regexec() are also names of functions in the old V8 6776# regexp package. To avoid them, we need to find out who has regfree(). 6777 6778echo "$as_me:6778: checking for regfree in -lregex" >&5 6779echo $ECHO_N "checking for regfree in -lregex... $ECHO_C" >&6 6780if test "${ac_cv_lib_regex_regfree+set}" = set; then 6781 echo $ECHO_N "(cached) $ECHO_C" >&6 6782else 6783 ac_check_lib_save_LIBS=$LIBS 6784LIBS="-lregex $LIBS" 6785cat >conftest.$ac_ext <<_ACEOF 6786#line 6786 "configure" 6787#include "confdefs.h" 6788 6789/* Override any gcc2 internal prototype to avoid an error. */ 6790#ifdef __cplusplus 6791extern "C" 6792#endif 6793/* We use char because int might match the return type of a gcc2 6794 builtin and then its argument prototype would still apply. */ 6795char regfree (); 6796int 6797main () 6798{ 6799regfree (); 6800 ; 6801 return 0; 6802} 6803_ACEOF 6804rm -f conftest.$ac_objext conftest$ac_exeext 6805if { (eval echo "$as_me:6805: \"$ac_link\"") >&5 6806 (eval $ac_link) 2>&5 6807 ac_status=$? 6808 echo "$as_me:6808: \$? = $ac_status" >&5 6809 (exit $ac_status); } && 6810 { ac_try='test -s conftest$ac_exeext' 6811 { (eval echo "$as_me:6811: \"$ac_try\"") >&5 6812 (eval $ac_try) 2>&5 6813 ac_status=$? 6814 echo "$as_me:6814: \$? = $ac_status" >&5 6815 (exit $ac_status); }; }; then 6816 ac_cv_lib_regex_regfree=yes 6817else 6818 echo "$as_me: failed program was:" >&5 6819cat conftest.$ac_ext >&5 6820ac_cv_lib_regex_regfree=no 6821fi 6822rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6823LIBS=$ac_check_lib_save_LIBS 6824fi 6825echo "$as_me:6825: result: $ac_cv_lib_regex_regfree" >&5 6826echo "${ECHO_T}$ac_cv_lib_regex_regfree" >&6 6827if test $ac_cv_lib_regex_regfree = yes; then 6828 cat >>confdefs.h <<EOF 6829#define HAVE_LIBREGEX 1 6830EOF 6831 6832 LIBS="-lregex $LIBS" 6833 6834fi 6835 6836echo "$as_me:6836: checking for library containing regfree" >&5 6837echo $ECHO_N "checking for library containing regfree... $ECHO_C" >&6 6838if test "${ac_cv_search_regfree+set}" = set; then 6839 echo $ECHO_N "(cached) $ECHO_C" >&6 6840else 6841 ac_func_search_save_LIBS=$LIBS 6842ac_cv_search_regfree=no 6843cat >conftest.$ac_ext <<_ACEOF 6844#line 6844 "configure" 6845#include "confdefs.h" 6846 6847/* Override any gcc2 internal prototype to avoid an error. */ 6848#ifdef __cplusplus 6849extern "C" 6850#endif 6851/* We use char because int might match the return type of a gcc2 6852 builtin and then its argument prototype would still apply. */ 6853char regfree (); 6854int 6855main () 6856{ 6857regfree (); 6858 ; 6859 return 0; 6860} 6861_ACEOF 6862rm -f conftest.$ac_objext conftest$ac_exeext 6863if { (eval echo "$as_me:6863: \"$ac_link\"") >&5 6864 (eval $ac_link) 2>&5 6865 ac_status=$? 6866 echo "$as_me:6866: \$? = $ac_status" >&5 6867 (exit $ac_status); } && 6868 { ac_try='test -s conftest$ac_exeext' 6869 { (eval echo "$as_me:6869: \"$ac_try\"") >&5 6870 (eval $ac_try) 2>&5 6871 ac_status=$? 6872 echo "$as_me:6872: \$? = $ac_status" >&5 6873 (exit $ac_status); }; }; then 6874 ac_cv_search_regfree="none required" 6875else 6876 echo "$as_me: failed program was:" >&5 6877cat conftest.$ac_ext >&5 6878fi 6879rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6880if test "$ac_cv_search_regfree" = no; then 6881 for ac_lib in rx posix; do 6882 LIBS="-l$ac_lib $ac_func_search_save_LIBS" 6883 cat >conftest.$ac_ext <<_ACEOF 6884#line 6884 "configure" 6885#include "confdefs.h" 6886 6887/* Override any gcc2 internal prototype to avoid an error. */ 6888#ifdef __cplusplus 6889extern "C" 6890#endif 6891/* We use char because int might match the return type of a gcc2 6892 builtin and then its argument prototype would still apply. */ 6893char regfree (); 6894int 6895main () 6896{ 6897regfree (); 6898 ; 6899 return 0; 6900} 6901_ACEOF 6902rm -f conftest.$ac_objext conftest$ac_exeext 6903if { (eval echo "$as_me:6903: \"$ac_link\"") >&5 6904 (eval $ac_link) 2>&5 6905 ac_status=$? 6906 echo "$as_me:6906: \$? = $ac_status" >&5 6907 (exit $ac_status); } && 6908 { ac_try='test -s conftest$ac_exeext' 6909 { (eval echo "$as_me:6909: \"$ac_try\"") >&5 6910 (eval $ac_try) 2>&5 6911 ac_status=$? 6912 echo "$as_me:6912: \$? = $ac_status" >&5 6913 (exit $ac_status); }; }; then 6914 ac_cv_search_regfree="-l$ac_lib" 6915break 6916else 6917 echo "$as_me: failed program was:" >&5 6918cat conftest.$ac_ext >&5 6919fi 6920rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6921 done 6922fi 6923LIBS=$ac_func_search_save_LIBS 6924fi 6925echo "$as_me:6925: result: $ac_cv_search_regfree" >&5 6926echo "${ECHO_T}$ac_cv_search_regfree" >&6 6927if test "$ac_cv_search_regfree" != no; then 6928 test "$ac_cv_search_regfree" = "none required" || LIBS="$ac_cv_search_regfree $LIBS" 6929 6930fi 6931 6932cat >confcache <<\_ACEOF 6933# This file is a shell script that caches the results of configure 6934# tests run on this system so they can be shared between configure 6935# scripts and configure runs, see configure's option --config-cache. 6936# It is not useful on other systems. If it contains results you don't 6937# want to keep, you may remove or edit it. 6938# 6939# config.status only pays attention to the cache file if you give it 6940# the --recheck option to rerun configure. 6941# 6942# `ac_cv_env_foo' variables (set or unset) will be overriden when 6943# loading this file, other *unset* `ac_cv_foo' will be assigned the 6944# following values. 6945 6946_ACEOF 6947 6948# The following way of writing the cache mishandles newlines in values, 6949# but we know of no workaround that is simple, portable, and efficient. 6950# So, don't put newlines in cache variables' values. 6951# Ultrix sh set writes to stderr and can't be redirected directly, 6952# and sets the high bit in the cache file unless we assign to the vars. 6953{ 6954 (set) 2>&1 | 6955 case `(ac_space=' '; set | grep ac_space) 2>&1` in 6956 *ac_space=\ *) 6957 # `set' does not quote correctly, so add quotes (double-quote 6958 # substitution turns \\\\ into \\, and sed turns \\ into \). 6959 sed -n \ 6960 "s/'/'\\\\''/g; 6961 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" 6962 ;; 6963 *) 6964 # `set' quotes correctly as required by POSIX, so do not add quotes. 6965 sed -n \ 6966 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 6967 ;; 6968 esac; 6969} | 6970 sed ' 6971 t clear 6972 : clear 6973 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/ 6974 t end 6975 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ 6976 : end' >>confcache 6977if cmp -s $cache_file confcache; then :; else 6978 if test -w $cache_file; then 6979 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file" 6980 cat confcache >$cache_file 6981 else 6982 echo "not updating unwritable cache $cache_file" 6983 fi 6984fi 6985rm -f confcache 6986 6987test "x$prefix" = xNONE && prefix=$ac_default_prefix 6988# Let make expand exec_prefix. 6989test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' 6990 6991# VPATH may cause trouble with some makes, so we remove $(srcdir), 6992# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and 6993# trailing colons and then remove the whole line if VPATH becomes empty 6994# (actually we leave an empty line to preserve line numbers). 6995if test "x$srcdir" = x.; then 6996 ac_vpsub='/^[ ]*VPATH[ ]*=/{ 6997s/:*\$(srcdir):*/:/; 6998s/:*\${srcdir}:*/:/; 6999s/:*@srcdir@:*/:/; 7000s/^\([^=]*=[ ]*\):*/\1/; 7001s/:*$//; 7002s/^[^=]*=[ ]*$//; 7003}' 7004fi 7005 7006DEFS=-DHAVE_CONFIG_H 7007 7008: ${CONFIG_STATUS=./config.status} 7009ac_clean_files_save=$ac_clean_files 7010ac_clean_files="$ac_clean_files $CONFIG_STATUS" 7011{ echo "$as_me:7011: creating $CONFIG_STATUS" >&5 7012echo "$as_me: creating $CONFIG_STATUS" >&6;} 7013cat >$CONFIG_STATUS <<_ACEOF 7014#! $SHELL 7015# Generated automatically by configure. 7016# Run this file to recreate the current configuration. 7017# Compiler output produced by configure, useful for debugging 7018# configure, is in config.log if it exists. 7019 7020debug=false 7021SHELL=\${CONFIG_SHELL-$SHELL} 7022ac_cs_invocation="\$0 \$@" 7023 7024_ACEOF 7025 7026cat >>$CONFIG_STATUS <<\_ACEOF 7027# Be Bourne compatible 7028if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 7029 emulate sh 7030 NULLCMD=: 7031elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then 7032 set -o posix 7033fi 7034 7035# Name of the executable. 7036as_me=`echo "$0" |sed 's,.*[\\/],,'` 7037 7038if expr a : '\(a\)' >/dev/null 2>&1; then 7039 as_expr=expr 7040else 7041 as_expr=false 7042fi 7043 7044rm -f conf$$ conf$$.exe conf$$.file 7045echo >conf$$.file 7046if ln -s conf$$.file conf$$ 2>/dev/null; then 7047 # We could just check for DJGPP; but this test a) works b) is more generic 7048 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04). 7049 if test -f conf$$.exe; then 7050 # Don't use ln at all; we don't have any links 7051 as_ln_s='cp -p' 7052 else 7053 as_ln_s='ln -s' 7054 fi 7055elif ln conf$$.file conf$$ 2>/dev/null; then 7056 as_ln_s=ln 7057else 7058 as_ln_s='cp -p' 7059fi 7060rm -f conf$$ conf$$.exe conf$$.file 7061 7062as_executable_p="test -f" 7063 7064# Support unset when possible. 7065if (FOO=FOO; unset FOO) >/dev/null 2>&1; then 7066 as_unset=unset 7067else 7068 as_unset=false 7069fi 7070 7071# NLS nuisances. 7072$as_unset LANG || test "${LANG+set}" != set || { LANG=C; export LANG; } 7073$as_unset LC_ALL || test "${LC_ALL+set}" != set || { LC_ALL=C; export LC_ALL; } 7074$as_unset LC_TIME || test "${LC_TIME+set}" != set || { LC_TIME=C; export LC_TIME; } 7075$as_unset LC_CTYPE || test "${LC_CTYPE+set}" != set || { LC_CTYPE=C; export LC_CTYPE; } 7076$as_unset LANGUAGE || test "${LANGUAGE+set}" != set || { LANGUAGE=C; export LANGUAGE; } 7077$as_unset LC_COLLATE || test "${LC_COLLATE+set}" != set || { LC_COLLATE=C; export LC_COLLATE; } 7078$as_unset LC_NUMERIC || test "${LC_NUMERIC+set}" != set || { LC_NUMERIC=C; export LC_NUMERIC; } 7079$as_unset LC_MESSAGES || test "${LC_MESSAGES+set}" != set || { LC_MESSAGES=C; export LC_MESSAGES; } 7080 7081# IFS 7082# We need space, tab and new line, in precisely that order. 7083as_nl=' 7084' 7085IFS=" $as_nl" 7086 7087# CDPATH. 7088$as_unset CDPATH || test "${CDPATH+set}" != set || { CDPATH=:; export CDPATH; } 7089 7090exec 6>&1 7091 7092_ACEOF 7093 7094# Files that config.status was made for. 7095if test -n "$ac_config_files"; then 7096 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS 7097fi 7098 7099if test -n "$ac_config_headers"; then 7100 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS 7101fi 7102 7103if test -n "$ac_config_links"; then 7104 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS 7105fi 7106 7107if test -n "$ac_config_commands"; then 7108 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS 7109fi 7110 7111cat >>$CONFIG_STATUS <<\EOF 7112 7113ac_cs_usage="\ 7114\`$as_me' instantiates files from templates according to the 7115current configuration. 7116 7117Usage: $0 [OPTIONS] [FILE]... 7118 7119 -h, --help print this help, then exit 7120 -V, --version print version number, then exit 7121 -d, --debug don't remove temporary files 7122 --recheck update $as_me by reconfiguring in the same conditions 7123 --file=FILE[:TEMPLATE] 7124 instantiate the configuration file FILE 7125 --header=FILE[:TEMPLATE] 7126 instantiate the configuration header FILE 7127 7128Configuration files: 7129$config_files 7130 7131Configuration headers: 7132$config_headers 7133 7134Report bugs to <bug-autoconf@gnu.org>." 7135EOF 7136 7137cat >>$CONFIG_STATUS <<EOF 7138ac_cs_version="\\ 7139libnbcompat config.status noversion 7140configured by $0, generated by GNU Autoconf 2.52, 7141 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 7142 7143Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 7144Free Software Foundation, Inc. 7145This config.status script is free software; the Free Software Foundation 7146gives unlimited permission to copy, distribute and modify it." 7147srcdir=$srcdir 7148EOF 7149 7150cat >>$CONFIG_STATUS <<\EOF 7151# If no file are specified by the user, then we need to provide default 7152# value. By we need to know if files were specified by the user. 7153ac_need_defaults=: 7154while test $# != 0 7155do 7156 case $1 in 7157 --*=*) 7158 ac_option=`expr "x$1" : 'x\([^=]*\)='` 7159 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'` 7160 shift 7161 set dummy "$ac_option" "$ac_optarg" ${1+"$@"} 7162 shift 7163 ;; 7164 -*);; 7165 *) # This is not an option, so the user has probably given explicit 7166 # arguments. 7167 ac_need_defaults=false;; 7168 esac 7169 7170 case $1 in 7171 # Handling of the options. 7172EOF 7173cat >>$CONFIG_STATUS <<EOF 7174 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) 7175 echo "running $SHELL $0 " $ac_configure_args " --no-create --no-recursion" 7176 exec $SHELL $0 $ac_configure_args --no-create --no-recursion ;; 7177EOF 7178cat >>$CONFIG_STATUS <<\EOF 7179 --version | --vers* | -V ) 7180 echo "$ac_cs_version"; exit 0 ;; 7181 --he | --h) 7182 # Conflict between --help and --header 7183 { { echo "$as_me:7183: error: ambiguous option: $1 7184Try \`$0 --help' for more information." >&5 7185echo "$as_me: error: ambiguous option: $1 7186Try \`$0 --help' for more information." >&2;} 7187 { (exit 1); exit 1; }; };; 7188 --help | --hel | -h ) 7189 echo "$ac_cs_usage"; exit 0 ;; 7190 --debug | --d* | -d ) 7191 debug=: ;; 7192 --file | --fil | --fi | --f ) 7193 shift 7194 CONFIG_FILES="$CONFIG_FILES $1" 7195 ac_need_defaults=false;; 7196 --header | --heade | --head | --hea ) 7197 shift 7198 CONFIG_HEADERS="$CONFIG_HEADERS $1" 7199 ac_need_defaults=false;; 7200 7201 # This is an error. 7202 -*) { { echo "$as_me:7202: error: unrecognized option: $1 7203Try \`$0 --help' for more information." >&5 7204echo "$as_me: error: unrecognized option: $1 7205Try \`$0 --help' for more information." >&2;} 7206 { (exit 1); exit 1; }; } ;; 7207 7208 *) ac_config_targets="$ac_config_targets $1" ;; 7209 7210 esac 7211 shift 7212done 7213 7214exec 5>>config.log 7215cat >&5 << _ACEOF 7216 7217## ----------------------- ## 7218## Running config.status. ## 7219## ----------------------- ## 7220 7221This file was extended by $as_me (libnbcompat noversion) 2.52, executed with 7222 CONFIG_FILES = $CONFIG_FILES 7223 CONFIG_HEADERS = $CONFIG_HEADERS 7224 CONFIG_LINKS = $CONFIG_LINKS 7225 CONFIG_COMMANDS = $CONFIG_COMMANDS 7226 > $ac_cs_invocation 7227on `(hostname || uname -n) 2>/dev/null | sed 1q` 7228 7229_ACEOF 7230EOF 7231 7232cat >>$CONFIG_STATUS <<\EOF 7233for ac_config_target in $ac_config_targets 7234do 7235 case "$ac_config_target" in 7236 # Handling of arguments. 7237 "defs.mk" ) CONFIG_FILES="$CONFIG_FILES defs.mk" ;; 7238 "nbtool_config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS nbtool_config.h" ;; 7239 *) { { echo "$as_me:7239: error: invalid argument: $ac_config_target" >&5 7240echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 7241 { (exit 1); exit 1; }; };; 7242 esac 7243done 7244 7245# If the user did not use the arguments to specify the items to instantiate, 7246# then the envvar interface is used. Set only those that are not. 7247# We use the long form for the default assignment because of an extremely 7248# bizarre bug on SunOS 4.1.3. 7249if $ac_need_defaults; then 7250 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files 7251 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers 7252fi 7253 7254# Create a temporary directory, and hook for its removal unless debugging. 7255$debug || 7256{ 7257 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0 7258 trap '{ (exit 1); exit 1; }' 1 2 13 15 7259} 7260 7261# Create a (secure) tmp directory for tmp files. 7262: ${TMPDIR=/tmp} 7263{ 7264 tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` && 7265 test -n "$tmp" && test -d "$tmp" 7266} || 7267{ 7268 tmp=$TMPDIR/cs$$-$RANDOM 7269 (umask 077 && mkdir $tmp) 7270} || 7271{ 7272 echo "$me: cannot create a temporary directory in $TMPDIR" >&2 7273 { (exit 1); exit 1; } 7274} 7275 7276EOF 7277 7278cat >>$CONFIG_STATUS <<EOF 7279 7280# 7281# CONFIG_FILES section. 7282# 7283 7284# No need to generate the scripts if there are no CONFIG_FILES. 7285# This happens for instance when ./config.status config.h 7286if test -n "\$CONFIG_FILES"; then 7287 # Protect against being on the right side of a sed subst in config.status. 7288 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g; 7289 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF 7290s,@SHELL@,$SHELL,;t t 7291s,@exec_prefix@,$exec_prefix,;t t 7292s,@prefix@,$prefix,;t t 7293s,@program_transform_name@,$program_transform_name,;t t 7294s,@bindir@,$bindir,;t t 7295s,@sbindir@,$sbindir,;t t 7296s,@libexecdir@,$libexecdir,;t t 7297s,@datadir@,$datadir,;t t 7298s,@sysconfdir@,$sysconfdir,;t t 7299s,@sharedstatedir@,$sharedstatedir,;t t 7300s,@localstatedir@,$localstatedir,;t t 7301s,@libdir@,$libdir,;t t 7302s,@includedir@,$includedir,;t t 7303s,@oldincludedir@,$oldincludedir,;t t 7304s,@infodir@,$infodir,;t t 7305s,@mandir@,$mandir,;t t 7306s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t 7307s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t 7308s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t 7309s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t 7310s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t 7311s,@build_alias@,$build_alias,;t t 7312s,@host_alias@,$host_alias,;t t 7313s,@target_alias@,$target_alias,;t t 7314s,@ECHO_C@,$ECHO_C,;t t 7315s,@ECHO_N@,$ECHO_N,;t t 7316s,@ECHO_T@,$ECHO_T,;t t 7317s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t 7318s,@DEFS@,$DEFS,;t t 7319s,@LIBS@,$LIBS,;t t 7320s,@CC@,$CC,;t t 7321s,@CFLAGS@,$CFLAGS,;t t 7322s,@LDFLAGS@,$LDFLAGS,;t t 7323s,@CPPFLAGS@,$CPPFLAGS,;t t 7324s,@ac_ct_CC@,$ac_ct_CC,;t t 7325s,@EXEEXT@,$EXEEXT,;t t 7326s,@OBJEXT@,$OBJEXT,;t t 7327s,@CPP@,$CPP,;t t 7328s,@BSHELL@,$BSHELL,;t t 7329s,@ALLOCA@,$ALLOCA,;t t 7330CEOF 7331 7332EOF 7333 7334 cat >>$CONFIG_STATUS <<\EOF 7335 # Split the substitutions into bite-sized pieces for seds with 7336 # small command number limits, like on Digital OSF/1 and HP-UX. 7337 ac_max_sed_lines=48 7338 ac_sed_frag=1 # Number of current file. 7339 ac_beg=1 # First line for current file. 7340 ac_end=$ac_max_sed_lines # Line after last line for current file. 7341 ac_more_lines=: 7342 ac_sed_cmds= 7343 while $ac_more_lines; do 7344 if test $ac_beg -gt 1; then 7345 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 7346 else 7347 sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag 7348 fi 7349 if test ! -s $tmp/subs.frag; then 7350 ac_more_lines=false 7351 else 7352 # The purpose of the label and of the branching condition is to 7353 # speed up the sed processing (if there are no `@' at all, there 7354 # is no need to browse any of the substitutions). 7355 # These are the two extra sed commands mentioned above. 7356 (echo ':t 7357 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed 7358 if test -z "$ac_sed_cmds"; then 7359 ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed" 7360 else 7361 ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed" 7362 fi 7363 ac_sed_frag=`expr $ac_sed_frag + 1` 7364 ac_beg=$ac_end 7365 ac_end=`expr $ac_end + $ac_max_sed_lines` 7366 fi 7367 done 7368 if test -z "$ac_sed_cmds"; then 7369 ac_sed_cmds=cat 7370 fi 7371fi # test -n "$CONFIG_FILES" 7372 7373EOF 7374cat >>$CONFIG_STATUS <<\EOF 7375for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue 7376 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 7377 case $ac_file in 7378 - | *:- | *:-:* ) # input from stdin 7379 cat >$tmp/stdin 7380 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 7381 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 7382 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 7383 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 7384 * ) ac_file_in=$ac_file.in ;; 7385 esac 7386 7387 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories. 7388 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 7389 X"$ac_file" : 'X\(//\)[^/]' \| \ 7390 X"$ac_file" : 'X\(//\)$' \| \ 7391 X"$ac_file" : 'X\(/\)' \| \ 7392 . : '\(.\)' 2>/dev/null || 7393echo X"$ac_file" | 7394 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 7395 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 7396 /^X\(\/\/\)$/{ s//\1/; q; } 7397 /^X\(\/\).*/{ s//\1/; q; } 7398 s/.*/./; q'` 7399 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then 7400 { case "$ac_dir" in 7401 [\\/]* | ?:[\\/]* ) as_incr_dir=;; 7402 *) as_incr_dir=.;; 7403esac 7404as_dummy="$ac_dir" 7405for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do 7406 case $as_mkdir_dir in 7407 # Skip DOS drivespec 7408 ?:) as_incr_dir=$as_mkdir_dir ;; 7409 *) 7410 as_incr_dir=$as_incr_dir/$as_mkdir_dir 7411 test -d "$as_incr_dir" || mkdir "$as_incr_dir" 7412 ;; 7413 esac 7414done; } 7415 7416 ac_dir_suffix="/`echo $ac_dir|sed 's,^\./,,'`" 7417 # A "../" for each directory in $ac_dir_suffix. 7418 ac_dots=`echo "$ac_dir_suffix" | sed 's,/[^/]*,../,g'` 7419 else 7420 ac_dir_suffix= ac_dots= 7421 fi 7422 7423 case $srcdir in 7424 .) ac_srcdir=. 7425 if test -z "$ac_dots"; then 7426 ac_top_srcdir=. 7427 else 7428 ac_top_srcdir=`echo $ac_dots | sed 's,/$,,'` 7429 fi ;; 7430 [\\/]* | ?:[\\/]* ) 7431 ac_srcdir=$srcdir$ac_dir_suffix; 7432 ac_top_srcdir=$srcdir ;; 7433 *) # Relative path. 7434 ac_srcdir=$ac_dots$srcdir$ac_dir_suffix 7435 ac_top_srcdir=$ac_dots$srcdir ;; 7436 esac 7437 7438 if test x"$ac_file" != x-; then 7439 { echo "$as_me:7439: creating $ac_file" >&5 7440echo "$as_me: creating $ac_file" >&6;} 7441 rm -f "$ac_file" 7442 fi 7443 # Let's still pretend it is `configure' which instantiates (i.e., don't 7444 # use $as_me), people would be surprised to read: 7445 # /* config.h. Generated automatically by config.status. */ 7446 configure_input="Generated automatically from `echo $ac_file_in | 7447 sed 's,.*/,,'` by configure." 7448 7449 # First look for the input files in the build tree, otherwise in the 7450 # src tree. 7451 ac_file_inputs=`IFS=: 7452 for f in $ac_file_in; do 7453 case $f in 7454 -) echo $tmp/stdin ;; 7455 [\\/$]*) 7456 # Absolute (can't be DOS-style, as IFS=:) 7457 test -f "$f" || { { echo "$as_me:7457: error: cannot find input file: $f" >&5 7458echo "$as_me: error: cannot find input file: $f" >&2;} 7459 { (exit 1); exit 1; }; } 7460 echo $f;; 7461 *) # Relative 7462 if test -f "$f"; then 7463 # Build tree 7464 echo $f 7465 elif test -f "$srcdir/$f"; then 7466 # Source tree 7467 echo $srcdir/$f 7468 else 7469 # /dev/null tree 7470 { { echo "$as_me:7470: error: cannot find input file: $f" >&5 7471echo "$as_me: error: cannot find input file: $f" >&2;} 7472 { (exit 1); exit 1; }; } 7473 fi;; 7474 esac 7475 done` || { (exit 1); exit 1; } 7476EOF 7477cat >>$CONFIG_STATUS <<EOF 7478 sed "$ac_vpsub 7479$extrasub 7480EOF 7481cat >>$CONFIG_STATUS <<\EOF 7482:t 7483/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 7484s,@configure_input@,$configure_input,;t t 7485s,@srcdir@,$ac_srcdir,;t t 7486s,@top_srcdir@,$ac_top_srcdir,;t t 7487" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out 7488 rm -f $tmp/stdin 7489 if test x"$ac_file" != x-; then 7490 mv $tmp/out $ac_file 7491 else 7492 cat $tmp/out 7493 rm -f $tmp/out 7494 fi 7495 7496done 7497EOF 7498cat >>$CONFIG_STATUS <<\EOF 7499 7500# 7501# CONFIG_HEADER section. 7502# 7503 7504# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where 7505# NAME is the cpp macro being defined and VALUE is the value it is being given. 7506# 7507# ac_d sets the value in "#define NAME VALUE" lines. 7508ac_dA='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)' 7509ac_dB='[ ].*$,\1#\2' 7510ac_dC=' ' 7511ac_dD=',;t' 7512# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE". 7513ac_uA='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)' 7514ac_uB='$,\1#\2define\3' 7515ac_uC=' ' 7516ac_uD=',;t' 7517 7518for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue 7519 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in". 7520 case $ac_file in 7521 - | *:- | *:-:* ) # input from stdin 7522 cat >$tmp/stdin 7523 ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 7524 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 7525 *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'` 7526 ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;; 7527 * ) ac_file_in=$ac_file.in ;; 7528 esac 7529 7530 test x"$ac_file" != x- && { echo "$as_me:7530: creating $ac_file" >&5 7531echo "$as_me: creating $ac_file" >&6;} 7532 7533 # First look for the input files in the build tree, otherwise in the 7534 # src tree. 7535 ac_file_inputs=`IFS=: 7536 for f in $ac_file_in; do 7537 case $f in 7538 -) echo $tmp/stdin ;; 7539 [\\/$]*) 7540 # Absolute (can't be DOS-style, as IFS=:) 7541 test -f "$f" || { { echo "$as_me:7541: error: cannot find input file: $f" >&5 7542echo "$as_me: error: cannot find input file: $f" >&2;} 7543 { (exit 1); exit 1; }; } 7544 echo $f;; 7545 *) # Relative 7546 if test -f "$f"; then 7547 # Build tree 7548 echo $f 7549 elif test -f "$srcdir/$f"; then 7550 # Source tree 7551 echo $srcdir/$f 7552 else 7553 # /dev/null tree 7554 { { echo "$as_me:7554: error: cannot find input file: $f" >&5 7555echo "$as_me: error: cannot find input file: $f" >&2;} 7556 { (exit 1); exit 1; }; } 7557 fi;; 7558 esac 7559 done` || { (exit 1); exit 1; } 7560 # Remove the trailing spaces. 7561 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in 7562 7563EOF 7564 7565# Transform confdefs.h into two sed scripts, `conftest.defines' and 7566# `conftest.undefs', that substitutes the proper values into 7567# config.h.in to produce config.h. The first handles `#define' 7568# templates, and the second `#undef' templates. 7569# And first: Protect against being on the right side of a sed subst in 7570# config.status. Protect against being in an unquoted here document 7571# in config.status. 7572rm -f conftest.defines conftest.undefs 7573# Using a here document instead of a string reduces the quoting nightmare. 7574# Putting comments in sed scripts is not portable. 7575# 7576# `end' is used to avoid that the second main sed command (meant for 7577# 0-ary CPP macros) applies to n-ary macro definitions. 7578# See the Autoconf documentation for `clear'. 7579cat >confdef2sed.sed <<\EOF 7580s/[\\&,]/\\&/g 7581s,[\\$`],\\&,g 7582t clear 7583: clear 7584s,^[ ]*#[ ]*define[ ][ ]*\(\([^ (][^ (]*\)([^)]*)\)[ ]*\(.*\)$,${ac_dA}\2${ac_dB}\1${ac_dC}\3${ac_dD},gp 7585t end 7586s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp 7587: end 7588EOF 7589# If some macros were called several times there might be several times 7590# the same #defines, which is useless. Nevertheless, we may not want to 7591# sort them, since we want the *last* AC-DEFINE to be honored. 7592uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines 7593sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs 7594rm -f confdef2sed.sed 7595 7596# This sed command replaces #undef with comments. This is necessary, for 7597# example, in the case of _POSIX_SOURCE, which is predefined and required 7598# on some systems where configure will not decide to define it. 7599cat >>conftest.undefs <<\EOF 7600s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */, 7601EOF 7602 7603# Break up conftest.defines because some shells have a limit on the size 7604# of here documents, and old seds have small limits too (100 cmds). 7605echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS 7606echo ' if egrep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS 7607echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS 7608echo ' :' >>$CONFIG_STATUS 7609rm -f conftest.tail 7610while grep . conftest.defines >/dev/null 7611do 7612 # Write a limited-size here document to $tmp/defines.sed. 7613 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS 7614 # Speed up: don't consider the non `#define' lines. 7615 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS 7616 # Work around the forget-to-reset-the-flag bug. 7617 echo 't clr' >>$CONFIG_STATUS 7618 echo ': clr' >>$CONFIG_STATUS 7619 sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS 7620 echo 'CEOF 7621 sed -f $tmp/defines.sed $tmp/in >$tmp/out 7622 rm -f $tmp/in 7623 mv $tmp/out $tmp/in 7624' >>$CONFIG_STATUS 7625 sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail 7626 rm -f conftest.defines 7627 mv conftest.tail conftest.defines 7628done 7629rm -f conftest.defines 7630echo ' fi # egrep' >>$CONFIG_STATUS 7631echo >>$CONFIG_STATUS 7632 7633# Break up conftest.undefs because some shells have a limit on the size 7634# of here documents, and old seds have small limits too (100 cmds). 7635echo ' # Handle all the #undef templates' >>$CONFIG_STATUS 7636rm -f conftest.tail 7637while grep . conftest.undefs >/dev/null 7638do 7639 # Write a limited-size here document to $tmp/undefs.sed. 7640 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS 7641 # Speed up: don't consider the non `#undef' 7642 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS 7643 # Work around the forget-to-reset-the-flag bug. 7644 echo 't clr' >>$CONFIG_STATUS 7645 echo ': clr' >>$CONFIG_STATUS 7646 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS 7647 echo 'CEOF 7648 sed -f $tmp/undefs.sed $tmp/in >$tmp/out 7649 rm -f $tmp/in 7650 mv $tmp/out $tmp/in 7651' >>$CONFIG_STATUS 7652 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail 7653 rm -f conftest.undefs 7654 mv conftest.tail conftest.undefs 7655done 7656rm -f conftest.undefs 7657 7658cat >>$CONFIG_STATUS <<\EOF 7659 # Let's still pretend it is `configure' which instantiates (i.e., don't 7660 # use $as_me), people would be surprised to read: 7661 # /* config.h. Generated automatically by config.status. */ 7662 if test x"$ac_file" = x-; then 7663 echo "/* Generated automatically by configure. */" >$tmp/config.h 7664 else 7665 echo "/* $ac_file. Generated automatically by configure. */" >$tmp/config.h 7666 fi 7667 cat $tmp/in >>$tmp/config.h 7668 rm -f $tmp/in 7669 if test x"$ac_file" != x-; then 7670 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then 7671 { echo "$as_me:7671: $ac_file is unchanged" >&5 7672echo "$as_me: $ac_file is unchanged" >&6;} 7673 else 7674 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 7675 X"$ac_file" : 'X\(//\)[^/]' \| \ 7676 X"$ac_file" : 'X\(//\)$' \| \ 7677 X"$ac_file" : 'X\(/\)' \| \ 7678 . : '\(.\)' 2>/dev/null || 7679echo X"$ac_file" | 7680 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 7681 /^X\(\/\/\)[^/].*/{ s//\1/; q; } 7682 /^X\(\/\/\)$/{ s//\1/; q; } 7683 /^X\(\/\).*/{ s//\1/; q; } 7684 s/.*/./; q'` 7685 if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then 7686 { case "$ac_dir" in 7687 [\\/]* | ?:[\\/]* ) as_incr_dir=;; 7688 *) as_incr_dir=.;; 7689esac 7690as_dummy="$ac_dir" 7691for as_mkdir_dir in `IFS='/\\'; set X $as_dummy; shift; echo "$@"`; do 7692 case $as_mkdir_dir in 7693 # Skip DOS drivespec 7694 ?:) as_incr_dir=$as_mkdir_dir ;; 7695 *) 7696 as_incr_dir=$as_incr_dir/$as_mkdir_dir 7697 test -d "$as_incr_dir" || mkdir "$as_incr_dir" 7698 ;; 7699 esac 7700done; } 7701 7702 fi 7703 rm -f $ac_file 7704 mv $tmp/config.h $ac_file 7705 fi 7706 else 7707 cat $tmp/config.h 7708 rm -f $tmp/config.h 7709 fi 7710done 7711EOF 7712 7713cat >>$CONFIG_STATUS <<\EOF 7714 7715{ (exit 0); exit 0; } 7716EOF 7717chmod +x $CONFIG_STATUS 7718ac_clean_files=$ac_clean_files_save 7719 7720# configure is writing to config.log, and then calls config.status. 7721# config.status does its own redirection, appending to config.log. 7722# Unfortunately, on DOS this fails, as config.log is still kept open 7723# by configure, so config.status won't be able to write to it; its 7724# output is simply discarded. So we exec the FD to /dev/null, 7725# effectively closing config.log, so it can be properly (re)opened and 7726# appended to by config.status. When coming back to configure, we 7727# need to make the FD available again. 7728if test "$no_create" != yes; then 7729 ac_cs_success=: 7730 exec 5>/dev/null 7731 $SHELL $CONFIG_STATUS || ac_cs_success=false 7732 exec 5>>config.log 7733 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 7734 # would make configure fail if this is the last instruction. 7735 $ac_cs_success || { (exit 1); exit 1; } 7736fi 7737 7738