configure 200.7 KB
Newer Older
1
#! /bin/sh
B
Bruce Momjian 已提交
2

3
# Guess values for system-dependent variables and create Makefiles.
4
# Generated automatically using autoconf version 2.13 
5 6 7 8 9 10 11 12 13
# Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
#
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.

# Defaults:
ac_help=
ac_default_prefix=/usr/local
# Any additions from configure.in:
14
ac_default_prefix=/usr/local/pgsql
15
ac_help="$ac_help
16
  --with-includes=DIRS    look for additional header files in DIRS"
17
ac_help="$ac_help
18
  --with-libraries=DIRS   look for additional libraries in DIRS"
19
ac_help="$ac_help
20
  --with-libs=DIRS        alternative spelling of --with-libraries"
21
ac_help="$ac_help
22
  --enable-locale         enable locale support"
23
ac_help="$ac_help
24
  --enable-recode         enable character set recode support"
M
Marc G. Fournier 已提交
25
ac_help="$ac_help
26
  --enable-multibyte      enable multibyte character support"
27
ac_help="$ac_help
28
  --with-pgport=PORTNUM   change default port number [5432]"
29
ac_help="$ac_help
30
  --with-maxbackends=N    set default maximum number of connections [32]"
P
Peter Eisentraut 已提交
31 32
ac_help="$ac_help
  --enable-depend         turn on automatic dependency tracking"
33 34
ac_help="$ac_help
  --enable-debug          build with debugging symbols (-g)"
35
ac_help="$ac_help
36 37
  --enable-cassert        enable assertion checks (for debugging)"
ac_help="$ac_help
38 39 40
  --with-tcl              build Tcl and Tk interfaces"
ac_help="$ac_help
  --without-tk            do not build Tk interfaces if Tcl is enabled"
B
Bruce Momjian 已提交
41 42
ac_help="$ac_help
  --with-tclconfig=DIR    tclConfig.sh and tkConfig.sh are in DIR"
B
Bruce Momjian 已提交
43 44
ac_help="$ac_help
  --with-tkconfig=DIR     tkConfig.sh is in DIR"
45
ac_help="$ac_help
46
  --with-perl             build Perl interface and PL/Perl"
47 48
ac_help="$ac_help
  --with-python           build Python interface module"
49
ac_help="$ac_help
50
  --with-krb4[=DIR]       build with Kerberos 4 support [/usr/athena]"
51
ac_help="$ac_help
52
  --with-krb5[=DIR]       build with Kerberos 5 support [/usr/athena]"
53
ac_help="$ac_help
54
  --with-krb-srvnam=NAME  name of the PostgreSQL service principal in Kerberos [postgres]"
55 56
ac_help="$ac_help
  --with-openssl[=DIR]    build with OpenSSL support [/usr/local/ssl]"
57
ac_help="$ac_help
58
  --enable-odbc           build the ODBC driver package"
B
Bruce Momjian 已提交
59
ac_help="$ac_help
60
  --with-odbcinst=DIR     default directory for odbcinst.ini [sysconfdir]"
B
Bruce Momjian 已提交
61
ac_help="$ac_help
62
  --with-CXX              build C++ modules (libpq++)"
63 64
ac_help="$ac_help
  --enable-syslog         enable logging to syslog"
65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96

# Initialize some variables set by options.
# The variables have the same names as the options, with
# dashes changed to underlines.
build=NONE
cache_file=./config.cache
exec_prefix=NONE
host=NONE
no_create=
nonopt=NONE
no_recursion=
prefix=NONE
program_prefix=NONE
program_suffix=NONE
program_transform_name=s,x,x,
silent=
site=
srcdir=
target=NONE
verbose=
x_includes=NONE
x_libraries=NONE
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
libexecdir='${exec_prefix}/libexec'
datadir='${prefix}/share'
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
libdir='${exec_prefix}/lib'
includedir='${prefix}/include'
oldincludedir='/usr/include'
P
Peter Eisentraut 已提交
97
docdir='${prefix}/doc'
98 99 100 101 102
mandir='${prefix}/man'

# Initialize some other variables.
subdirs=
MFLAGS= MAKEFLAGS=
103
SHELL=${CONFIG_SHELL-/bin/sh}
104 105
# Maximum number of lines to put in a shell here document.
ac_max_here_lines=12
106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213

ac_prev=
for ac_option
do

  # If the previous option needs an argument, assign it.
  if test -n "$ac_prev"; then
    eval "$ac_prev=\$ac_option"
    ac_prev=
    continue
  fi

  case "$ac_option" in
  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  *) ac_optarg= ;;
  esac

  # Accept the important Cygnus configure options, so we can diagnose typos.

  case "$ac_option" in

  -bindir | --bindir | --bindi | --bind | --bin | --bi)
    ac_prev=bindir ;;
  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
    bindir="$ac_optarg" ;;

  -build | --build | --buil | --bui | --bu)
    ac_prev=build ;;
  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
    build="$ac_optarg" ;;

  -cache-file | --cache-file | --cache-fil | --cache-fi \
  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
    ac_prev=cache_file ;;
  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
    cache_file="$ac_optarg" ;;

  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
    ac_prev=datadir ;;
  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  | --da=*)
    datadir="$ac_optarg" ;;

  -disable-* | --disable-*)
    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
    # Reject names that are not valid shell variable names.
    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
    fi
    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
    eval "enable_${ac_feature}=no" ;;

  -enable-* | --enable-*)
    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
    # Reject names that are not valid shell variable names.
    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
    fi
    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
    case "$ac_option" in
      *=*) ;;
      *) ac_optarg=yes ;;
    esac
    eval "enable_${ac_feature}='$ac_optarg'" ;;

  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  | --exec | --exe | --ex)
    ac_prev=exec_prefix ;;
  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  | --exec=* | --exe=* | --ex=*)
    exec_prefix="$ac_optarg" ;;

  -gas | --gas | --ga | --g)
    # Obsolete; use --with-gas.
    with_gas=yes ;;

  -help | --help | --hel | --he)
    # Omit some internal or obsolete options to make the list less imposing.
    # This message is too long to be a string in the A/UX 3.1 sh.
    cat << EOF
Usage: configure [options] [host]
Options: [defaults in brackets after descriptions]
Configuration:
  --cache-file=FILE       cache test results in FILE
  --help                  print this message
  --no-create             do not create output files
  --quiet, --silent       do not print \`checking...' messages
  --version               print the version of autoconf that created configure
Directory and file names:
  --prefix=PREFIX         install architecture-independent files in PREFIX
                          [$ac_default_prefix]
  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                          [same as prefix]
  --bindir=DIR            user executables in DIR [EPREFIX/bin]
  --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  --datadir=DIR           read-only architecture-independent data in DIR
                          [PREFIX/share]
  --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  --sharedstatedir=DIR    modifiable architecture-independent data in DIR
                          [PREFIX/com]
  --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  --includedir=DIR        C header files in DIR [PREFIX/include]
  --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
P
Peter Eisentraut 已提交
214
  --docdir=DIR           doc documentation in DIR [PREFIX/doc]
215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251
  --mandir=DIR            man documentation in DIR [PREFIX/man]
  --srcdir=DIR            find the sources in DIR [configure dir or ..]
  --program-prefix=PREFIX prepend PREFIX to installed program names
  --program-suffix=SUFFIX append SUFFIX to installed program names
  --program-transform-name=PROGRAM
                          run sed PROGRAM on installed program names
EOF
    cat << EOF
Host type:
  --build=BUILD           configure for building on BUILD [BUILD=HOST]
  --host=HOST             configure for HOST [guessed]
  --target=TARGET         configure for TARGET [TARGET=HOST]
Features and packages:
  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  --x-includes=DIR        X include files are in DIR
  --x-libraries=DIR       X library files are in DIR
EOF
    if test -n "$ac_help"; then
      echo "--enable and --with options recognized:$ac_help"
    fi
    exit 0 ;;

  -host | --host | --hos | --ho)
    ac_prev=host ;;
  -host=* | --host=* | --hos=* | --ho=*)
    host="$ac_optarg" ;;

  -includedir | --includedir | --includedi | --included | --include \
  | --includ | --inclu | --incl | --inc)
    ac_prev=includedir ;;
  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  | --includ=* | --inclu=* | --incl=* | --inc=*)
    includedir="$ac_optarg" ;;

P
Peter Eisentraut 已提交
252 253 254 255
  -docdir | --docdir | --infodi | --infod | --doc | --inf)
    ac_prev=docdir ;;
  -docdir=* | --docdir=* | --infodi=* | --infod=* | --doc=* | --inf=*)
    docdir="$ac_optarg" ;;
256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386

  -libdir | --libdir | --libdi | --libd)
    ac_prev=libdir ;;
  -libdir=* | --libdir=* | --libdi=* | --libd=*)
    libdir="$ac_optarg" ;;

  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  | --libexe | --libex | --libe)
    ac_prev=libexecdir ;;
  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  | --libexe=* | --libex=* | --libe=*)
    libexecdir="$ac_optarg" ;;

  -localstatedir | --localstatedir | --localstatedi | --localstated \
  | --localstate | --localstat | --localsta | --localst \
  | --locals | --local | --loca | --loc | --lo)
    ac_prev=localstatedir ;;
  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
    localstatedir="$ac_optarg" ;;

  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
    ac_prev=mandir ;;
  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
    mandir="$ac_optarg" ;;

  -nfp | --nfp | --nf)
    # Obsolete; use --without-fp.
    with_fp=no ;;

  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  | --no-cr | --no-c)
    no_create=yes ;;

  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
    no_recursion=yes ;;

  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  | --oldin | --oldi | --old | --ol | --o)
    ac_prev=oldincludedir ;;
  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
    oldincludedir="$ac_optarg" ;;

  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
    ac_prev=prefix ;;
  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
    prefix="$ac_optarg" ;;

  -program-prefix | --program-prefix | --program-prefi | --program-pref \
  | --program-pre | --program-pr | --program-p)
    ac_prev=program_prefix ;;
  -program-prefix=* | --program-prefix=* | --program-prefi=* \
  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
    program_prefix="$ac_optarg" ;;

  -program-suffix | --program-suffix | --program-suffi | --program-suff \
  | --program-suf | --program-su | --program-s)
    ac_prev=program_suffix ;;
  -program-suffix=* | --program-suffix=* | --program-suffi=* \
  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
    program_suffix="$ac_optarg" ;;

  -program-transform-name | --program-transform-name \
  | --program-transform-nam | --program-transform-na \
  | --program-transform-n | --program-transform- \
  | --program-transform | --program-transfor \
  | --program-transfo | --program-transf \
  | --program-trans | --program-tran \
  | --progr-tra | --program-tr | --program-t)
    ac_prev=program_transform_name ;;
  -program-transform-name=* | --program-transform-name=* \
  | --program-transform-nam=* | --program-transform-na=* \
  | --program-transform-n=* | --program-transform-=* \
  | --program-transform=* | --program-transfor=* \
  | --program-transfo=* | --program-transf=* \
  | --program-trans=* | --program-tran=* \
  | --progr-tra=* | --program-tr=* | --program-t=*)
    program_transform_name="$ac_optarg" ;;

  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  | -silent | --silent | --silen | --sile | --sil)
    silent=yes ;;

  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
    ac_prev=sbindir ;;
  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  | --sbi=* | --sb=*)
    sbindir="$ac_optarg" ;;

  -sharedstatedir | --sharedstatedir | --sharedstatedi \
  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  | --sharedst | --shareds | --shared | --share | --shar \
  | --sha | --sh)
    ac_prev=sharedstatedir ;;
  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  | --sha=* | --sh=*)
    sharedstatedir="$ac_optarg" ;;

  -site | --site | --sit)
    ac_prev=site ;;
  -site=* | --site=* | --sit=*)
    site="$ac_optarg" ;;

  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
    ac_prev=srcdir ;;
  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
    srcdir="$ac_optarg" ;;

  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  | --syscon | --sysco | --sysc | --sys | --sy)
    ac_prev=sysconfdir ;;
  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
    sysconfdir="$ac_optarg" ;;

  -target | --target | --targe | --targ | --tar | --ta | --t)
    ac_prev=target ;;
  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
    target="$ac_optarg" ;;

  -v | -verbose | --verbose | --verbos | --verbo | --verb)
    verbose=yes ;;

  -version | --version | --versio | --versi | --vers)
387
    echo "configure generated by autoconf version 2.13"
388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488
    exit 0 ;;

  -with-* | --with-*)
    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
    # Reject names that are not valid shell variable names.
    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
    fi
    ac_package=`echo $ac_package| sed 's/-/_/g'`
    case "$ac_option" in
      *=*) ;;
      *) ac_optarg=yes ;;
    esac
    eval "with_${ac_package}='$ac_optarg'" ;;

  -without-* | --without-*)
    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
    # Reject names that are not valid shell variable names.
    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
    fi
    ac_package=`echo $ac_package| sed 's/-/_/g'`
    eval "with_${ac_package}=no" ;;

  --x)
    # Obsolete; use --with-x.
    with_x=yes ;;

  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  | --x-incl | --x-inc | --x-in | --x-i)
    ac_prev=x_includes ;;
  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
    x_includes="$ac_optarg" ;;

  -x-libraries | --x-libraries | --x-librarie | --x-librari \
  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
    ac_prev=x_libraries ;;
  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
    x_libraries="$ac_optarg" ;;

  -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
    ;;

  *)
    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
      echo "configure: warning: $ac_option: invalid host type" 1>&2
    fi
    if test "x$nonopt" != xNONE; then
      { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
    fi
    nonopt="$ac_option"
    ;;

  esac
done

if test -n "$ac_prev"; then
  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
fi

trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15

# File descriptor usage:
# 0 standard input
# 1 file creation
# 2 errors and warnings
# 3 some systems may open it to /dev/tty
# 4 used on the Kubota Titan
# 6 checking for... messages and results
# 5 compiler messages saved in config.log
if test "$silent" = yes; then
  exec 6>/dev/null
else
  exec 6>&1
fi
exec 5>./config.log

echo "\
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
" 1>&5

# Strip out --no-create and --no-recursion so they do not pile up.
# Also quote any args containing shell metacharacters.
ac_configure_args=
for ac_arg
do
  case "$ac_arg" in
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  | --no-cr | --no-c) ;;
  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  esac
done

# NLS nuisances.
489 490 491 492
# Only set these to C if already set.  These must not be set unconditionally
# because not all systems understand e.g. LANG=C (notably SCO).
# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!
# Non-C LC_CTYPE values break the ctype check.
M
Marc G. Fournier 已提交
493
if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
494 495 496
if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
if test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fi
if test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi
497 498 499 500 501 502 503 504

# confdefs.h avoids OS command line length limits that DEFS can exceed.
rm -rf conftest* confdefs.h
# AIX cpp loses on an empty file, so make sure it contains at least a newline.
echo > confdefs.h

# A filename unique to this package, relative to the directory that
# configure is in, which we can look for to find out if srcdir is correct.
505
ac_unique_file=src/backend/access/common/heaptuple.c
506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556

# Find the source files, if location was not specified.
if test -z "$srcdir"; then
  ac_srcdir_defaulted=yes
  # Try the directory containing this script, then its parent.
  ac_prog=$0
  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  srcdir=$ac_confdir
  if test ! -r $srcdir/$ac_unique_file; then
    srcdir=..
  fi
else
  ac_srcdir_defaulted=no
fi
if test ! -r $srcdir/$ac_unique_file; then
  if test "$ac_srcdir_defaulted" = yes; then
    { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  else
    { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  fi
fi
srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`

# Prefer explicitly selected file to automatically selected ones.
if test -z "$CONFIG_SITE"; then
  if test "x$prefix" != xNONE; then
    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  else
    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  fi
fi
for ac_site_file in $CONFIG_SITE; do
  if test -r "$ac_site_file"; then
    echo "loading site script $ac_site_file"
    . "$ac_site_file"
  fi
done

if test -r "$cache_file"; then
  echo "loading cache $cache_file"
  . $cache_file
else
  echo "creating cache $cache_file"
  > $cache_file
fi

ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
557
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
558
cross_compiling=$ac_cv_prog_cc_cross
559

560 561
ac_exeext=
ac_objext=o
562 563 564 565 566 567 568 569 570 571 572 573 574
if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
    ac_n= ac_c='
' ac_t='	'
  else
    ac_n=-n ac_c= ac_t=
  fi
else
  ac_n= ac_c='\c' ac_t=
fi


575 576


T
Tom Lane 已提交
577

578

P
Peter Eisentraut 已提交
579 580 581



582
ac_aux_dir=
583
for ac_dir in config $srcdir/config; do
584 585 586 587 588 589 590 591 592 593 594
  if test -f $ac_dir/install-sh; then
    ac_aux_dir=$ac_dir
    ac_install_sh="$ac_aux_dir/install-sh -c"
    break
  elif test -f $ac_dir/install.sh; then
    ac_aux_dir=$ac_dir
    ac_install_sh="$ac_aux_dir/install.sh -c"
    break
  fi
done
if test -z "$ac_aux_dir"; then
595
  { echo "configure: error: can not find install-sh or install.sh in config $srcdir/config" 1>&2; exit 1; }
596 597 598 599 600 601
fi
ac_config_guess=$ac_aux_dir/config.guess
ac_config_sub=$ac_aux_dir/config.sub
ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.


602 603 604 605 606 607 608
VERSION='7.1devel'

cat >> confdefs.h <<EOF
#define PG_VERSION "$VERSION"
EOF


609

610
# Make sure we can run config.sub.
611
if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
612 613 614 615
else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
fi

echo $ac_n "checking host system type""... $ac_c" 1>&6
616
echo "configure:617: checking host system type" >&5
617 618 619 620 621 622

host_alias=$host
case "$host_alias" in
NONE)
  case $nonopt in
  NONE)
623
    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
624 625 626 627 628 629
    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
    fi ;;
  *) host_alias=$nonopt ;;
  esac ;;
esac

630
host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
631 632 633
host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
634 635
echo "$ac_t""$host" 1>&6

636

637 638 639



640 641
template=
echo $ac_n "checking which template to use""... $ac_c" 1>&6
642
echo "configure:643: checking which template to use" >&5
643

644 645
# Check whether --with-template was given
if test x"${with_template+set}" = xset; then
646
  case $with_template in
647 648 649 650 651 652 653 654 655 656
    yes)
      { echo "configure: error: argument required for --with-template option" 1>&2; exit 1; }
      ;;
    no)
      { echo "configure: error: argument required for --with-template option" 1>&2; exit 1; }
      ;;
    *)
      withval=$with_template
      
  case $withval in
657 658
    list)   echo; ls "$srcdir/src/template"; exit;;
    *)      if test -f "$srcdir/src/template/$with_template" ; then
659
              template=$withval
660
            else
661
              { echo "configure: error: \`$withval' is not a valid template name. Use \`list' for a list." 1>&2; exit 1; }
662 663 664
            fi;;
  esac

665 666 667 668 669
      ;;
  esac # $with_template
else
  
  # --with-template not given
670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685

case $host_os in
     aix*) template=aix ;;
    bsdi*) template=bsdi ;;
  cygwin*) template=win ;;
    dgux*) template=dgux ;;
 freebsd*) template=freebsd ;;
    hpux*) template=hpux ;;
    irix*) template=irix5 ;;
   linux*) template=linux ;;
  netbsd*) template=netbsd ;;
nextstep*) template=nextstep ;;
 openbsd*) template=openbsd ;;
     osf*) template=osf ;;
     qnx*) template=qnx4 ;;
     sco*) template=sco ;;
686
 solaris*)
687 688 689
	case $host_cpu in
	  sparc) template=solaris_sparc ;;
	   i?86) template=solaris_i386 ;;
B
Bruce Momjian 已提交
690
	esac ;;
691
   sunos*) template=sunos4 ;;
B
Bruce Momjian 已提交
692
 sysv4.2*)
693 694 695 696 697 698
        case $host_vendor in
          univel) template=univel ;;
        esac ;;
   sysv4*) template=svr4 ;;
 sysv5uw*) template=unixware ;;
  ultrix*) template=ultrix4 ;;
699 700
esac

701 702 703 704
  if test x"$template" = x"" ; then
    { echo "configure: error: 
*******************************************************************
PostgreSQL has apparently not been ported to your platform yet.
P
Peter Eisentraut 已提交
705
To try a manual configuration, look into the src/template directory
706 707 708 709 710 711 712 713
for a similar platform and use the \`--with-template=' option.

Please also contact <pgsql-ports@postgresql.org> to see about
rectifying this.  Include the above \`checking host system type...'
line.
*******************************************************************
" 1>&2; exit 1; }
  fi
714

715 716

fi
717

718
echo "$ac_t""$template" 1>&6
719

720
PORTNAME=$template
M
 
Marc G. Fournier 已提交
721

722

723

B
Bruce Momjian 已提交
724

725

726

727 728 729 730 731 732 733 734 735 736 737 738 739 740 741

# Pick right test-and-set (TAS) code. Most platforms have inline
# assembler code in their port include file, so we just use a dummy
# file here.
tas_file=dummy.s
need_tas=no
case $template in
  hpux)           need_tas=yes; tas_file=hpux.s ;;
  solaris_sparc)  need_tas=yes; tas_file=solaris_sparc.s ;;
  solaris_i386)   need_tas=yes; tas_file=solaris_i386.s ;;
esac

if test "$need_tas" = yes ; then
  
  TAS=tas.o
742 743
fi

744 745


746 747 748 749

##
## Command line options
##
750

751

752 753 754
#
# Add non-standard directories to the include path
#
755 756 757 758 759 760 761 762 763 764
# Check whether --with-includes was given
if test x"${with_includes+set}" = xset; then
  case $with_includes in
    yes)
      { echo "configure: error: argument required for --with-includes option" 1>&2; exit 1; }
      ;;
    no)
      { echo "configure: error: argument required for --with-includes option" 1>&2; exit 1; }
      ;;
  esac # $with_includes
765
fi
766 767


768 769 770
#
# Add non-standard directories to the library search path
#
771 772 773 774 775 776 777 778 779 780 781 782 783 784
# Check whether --with-libraries was given
if test x"${with_libraries+set}" = xset; then
  case $with_libraries in
    yes)
      { echo "configure: error: argument required for --with-libraries option" 1>&2; exit 1; }
      ;;
    no)
      { echo "configure: error: argument required for --with-libraries option" 1>&2; exit 1; }
      ;;
    *)
      withval=$with_libraries
      LIBRARY_DIRS=$withval
      ;;
  esac # $with_libraries
785 786
fi

787 788 789 790 791 792 793 794 795 796 797 798 799 800
# Check whether --with-libs was given
if test x"${with_libs+set}" = xset; then
  case $with_libs in
    yes)
      { echo "configure: error: argument required for --with-libs option" 1>&2; exit 1; }
      ;;
    no)
      { echo "configure: error: argument required for --with-libs option" 1>&2; exit 1; }
      ;;
    *)
      withval=$with_libs
      LIBRARY_DIRS=$withval
      ;;
  esac # $with_libs
801 802
fi

803 804 805 806 807

#
# Locale (--enable-locale)
#
echo $ac_n "checking whether to build with locale support""... $ac_c" 1>&6
808
echo "configure:809: checking whether to build with locale support" >&5
809 810 811 812 813
# Check whether --enable-locale was given
if test x"${enable_locale+set}" = xset; then
  case $enable_locale in
    yes)
      cat >> confdefs.h <<\EOF
814
#define USE_LOCALE 1
815 816
EOF

817 818 819 820 821 822 823 824 825
      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_locale
      { echo "configure: error: no argument expected for --enable-locale option" 1>&2; exit 1; }
      ;;
  esac # $enable_locale
826 827 828
else
  enable_locale=no

829
fi
830
echo "$ac_t""$enable_locale" 1>&6
831

832

833
#
834
# Character set recode (--enable-recode)
835
#
836
echo $ac_n "checking whether to build with recode support""... $ac_c" 1>&6
837
echo "configure:838: checking whether to build with recode support" >&5
838 839 840 841 842
# Check whether --enable-recode was given
if test x"${enable_recode+set}" = xset; then
  case $enable_recode in
    yes)
      cat >> confdefs.h <<\EOF
843
#define CYR_RECODE 1
844 845
EOF

846 847 848 849 850 851 852 853 854
      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_recode
      { echo "configure: error: no argument expected for --enable-recode option" 1>&2; exit 1; }
      ;;
  esac # $enable_recode
855 856
else
  enable_recode=no
857

858
fi
859
echo "$ac_t""$enable_recode" 1>&6
860

P
Peter Eisentraut 已提交
861

862 863 864 865 866
#
# Multibyte support
#
MULTIBYTE=
echo $ac_n "checking whether to build with multibyte character support""... $ac_c" 1>&6
867
echo "configure:868: checking whether to build with multibyte character support" >&5
868 869 870 871 872 873 874 875 876 877 878 879 880 881

# Check whether --enable-multibyte was given
if test x"${enable_multibyte+set}" = xset; then
  case $enable_multibyte in
    yes)
      MULTIBYTE=SQL_ASCII
      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_multibyte
      enable_multibyte=yes

882 883
  case $enableval in
    SQL_ASCII|EUC_JP|EUC_CN|EUC_KR|EUC_TW|UNICODE|MULE_INTERNAL|LATIN1|LATIN2|LATIN3|LATIN4|LATIN5|KOI8|WIN|ALT)
884 885 886
      MULTIBYTE=$enableval;;
    *)
      { echo "configure: error: argument to --enable-multibyte must be one of:
P
Peter Eisentraut 已提交
887 888 889
  SQL_ASCII, EUC_JP, EUC_CN, EUC_KR, EUC_TW,
  UNICODE, MULE_INTERNAL,
  LATIN1, LATIN2, LATIN3, LATIN4, LATIN5,
890
  KOI8, WIN, ALT
891
Or do not specify an argument to the option to use the default." 1>&2; exit 1; };;
892
  esac
P
Peter Eisentraut 已提交
893

894 895
      ;;
  esac # $enable_multibyte
M
Marc G. Fournier 已提交
896
else
897
  enable_multibyte=no
M
Marc G. Fournier 已提交
898 899
fi

900 901
if test "$enable_multibyte" = yes; then
  
902
  cat >> confdefs.h <<\EOF
903
#define MULTIBYTE 1
904 905 906
EOF

  echo "$ac_t""yes, default $MULTIBYTE" 1>&6
907

908 909
else
  echo "$ac_t""no" 1>&6
910
fi
T
Tatsuo Ishii 已提交
911

P
Peter Eisentraut 已提交
912

913 914 915



916 917 918 919
#
# Default port number (--with-pgport), default 5432
#
echo $ac_n "checking for default port number""... $ac_c" 1>&6
920
echo "configure:921: checking for default port number" >&5
921 922 923 924 925 926 927 928 929 930 931 932 933 934
# Check whether --with-pgport was given
if test x"${with_pgport+set}" = xset; then
  case $with_pgport in
    yes)
      { echo "configure: error: argument required for --with-pgport option" 1>&2; exit 1; }
      ;;
    no)
      { echo "configure: error: argument required for --with-pgport option" 1>&2; exit 1; }
      ;;
    *)
      withval=$with_pgport
      default_port=$withval
      ;;
  esac # $with_pgport
935
else
936
  default_port=5432
937
fi
938
# Need both of these because backend wants an integer and frontend a string
939 940 941 942 943 944 945 946
cat >> confdefs.h <<EOF
#define DEF_PGPORT ${default_port}
EOF

cat >> confdefs.h <<EOF
#define DEF_PGPORT_STR "${default_port}"
EOF

947
echo "$ac_t""$default_port" 1>&6
948

949

950 951 952 953
#
# Maximum number of allowed connections (--with-maxbackends), default 32
#
echo $ac_n "checking for default soft limit on number of connections""... $ac_c" 1>&6
954
echo "configure:955: checking for default soft limit on number of connections" >&5
955 956 957 958 959 960 961 962 963 964
# Check whether --with-maxbackends was given
if test x"${with_maxbackends+set}" = xset; then
  case $with_maxbackends in
    yes)
      { echo "configure: error: argument required for --with-maxbackends option" 1>&2; exit 1; }
      ;;
    no)
      { echo "configure: error: argument required for --with-maxbackends option" 1>&2; exit 1; }
      ;;
  esac # $with_maxbackends
965
else
966
  with_maxbackends=32
967
fi
968 969 970 971 972
echo "$ac_t""$with_maxbackends" 1>&6
cat >> confdefs.h <<EOF
#define DEF_MAXBACKENDS $with_maxbackends
EOF

973

974

975
#
976 977 978
# C compiler
#

979 980 981
# For historical reasons you can also use --with-CC to specify the C compiler
# to use, although the standard way to do this is to set the CC environment
# variable.
982 983
# Check whether --with-CC was given
if test x"${with_CC+set}" = xset; then
984
  case $with_CC in
985 986 987 988 989 990 991 992 993 994 995
    yes)
      { echo "configure: error: argument required for --with-CC option" 1>&2; exit 1; }
      ;;
    no)
      { echo "configure: error: argument required for --with-CC option" 1>&2; exit 1; }
      ;;
    *)
      withval=$with_CC
      CC=$with_CC
      ;;
  esac # $with_CC
996 997
fi

998 999
# On AIX, default compiler to xlc.
if test "$template" = aix && test -z "$CC" ; then CC=xlc; fi
1000 1001

# Extract the first word of "gcc", so it can be a program name with args.
1002 1003
set dummy gcc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1004
echo "configure:1005: checking for $ac_word" >&5
1005 1006 1007 1008 1009 1010
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
1011 1012 1013
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_CC="gcc"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
CC="$ac_cv_prog_CC"
if test -n "$CC"; then
  echo "$ac_t""$CC" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

if test -z "$CC"; then
  # Extract the first word of "cc", so it can be a program name with args.
set dummy cc; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1034
echo "configure:1035: checking for $ac_word" >&5
1035 1036 1037 1038 1039 1040
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
1041
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
1042
  ac_prog_rejected=no
1043 1044
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
        ac_prog_rejected=yes
	continue
      fi
      ac_cv_prog_CC="cc"
      break
    fi
  done
  IFS="$ac_save_ifs"
if test $ac_prog_rejected = yes; then
  # We found a bogon in the path, so make sure we never use it.
  set dummy $ac_cv_prog_CC
  shift
  if test $# -gt 0; then
    # We chose a different compiler from the bogus one.
    # However, it has the same basename, so the bogon will be chosen
    # first if we set CC to just the basename; use the full file name.
    shift
    set dummy "$ac_dir/$ac_word" "$@"
    shift
    ac_cv_prog_CC="$@"
  fi
fi
fi
fi
CC="$ac_cv_prog_CC"
if test -n "$CC"; then
  echo "$ac_t""$CC" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

1079 1080 1081 1082 1083 1084
  if test -z "$CC"; then
    case "`uname -s`" in
    *win32* | *WIN32*)
      # Extract the first word of "cl", so it can be a program name with args.
set dummy cl; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1085
echo "configure:1086: checking for $ac_word" >&5
1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112
if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$CC"; then
  ac_cv_prog_CC="$CC" # Let the user override the test.
else
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_CC="cl"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
CC="$ac_cv_prog_CC"
if test -n "$CC"; then
  echo "$ac_t""$CC" 1>&6
else
  echo "$ac_t""no" 1>&6
fi
 ;;
    esac
  fi
1113 1114 1115
  test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
fi

1116
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1117
echo "configure:1118: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1118 1119 1120 1121 1122

ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
1123
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
1124 1125
cross_compiling=$ac_cv_prog_cc_cross

1126 1127
cat > conftest.$ac_ext << EOF

1128
#line 1129 "configure"
1129
#include "confdefs.h"
1130

1131 1132
main(){return(0);}
EOF
1133
if { (eval echo configure:1134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146
  ac_cv_prog_cc_works=yes
  # If we can't run a trivial program, we are probably using a cross compiler.
  if (./conftest; exit) 2>/dev/null; then
    ac_cv_prog_cc_cross=no
  else
    ac_cv_prog_cc_cross=yes
  fi
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  ac_cv_prog_cc_works=no
fi
rm -fr conftest*
1147 1148 1149 1150 1151 1152
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cc_cross
1153 1154 1155 1156 1157 1158

echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
if test $ac_cv_prog_cc_works = no; then
  { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
fi
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1159
echo "configure:1160: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1160 1161 1162
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
cross_compiling=$ac_cv_prog_cc_cross

1163
echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
1164
echo "configure:1165: checking whether we are using GNU C" >&5
1165 1166 1167 1168 1169 1170 1171 1172
if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.c <<EOF
#ifdef __GNUC__
  yes;
#endif
EOF
1173
if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1174: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
1174 1175 1176 1177 1178 1179 1180
  ac_cv_prog_gcc=yes
else
  ac_cv_prog_gcc=no
fi
fi

echo "$ac_t""$ac_cv_prog_gcc" 1>&6
1181

1182
if test $ac_cv_prog_gcc = yes; then
1183
  GCC=yes
1184 1185 1186 1187 1188 1189 1190 1191
else
  GCC=
fi

ac_test_CFLAGS="${CFLAGS+set}"
ac_save_CFLAGS="$CFLAGS"
CFLAGS=
echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
1192
echo "configure:1193: checking whether ${CC-cc} accepts -g" >&5
1193
if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
1194 1195 1196 1197
  echo $ac_n "(cached) $ac_c" 1>&6
else
  echo 'void f(){}' > conftest.c
if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
1198
  ac_cv_prog_cc_g=yes
1199
else
1200
  ac_cv_prog_cc_g=no
1201 1202 1203 1204 1205
fi
rm -f conftest*

fi

1206
echo "$ac_t""$ac_cv_prog_cc_g" 1>&6
1207 1208 1209 1210
if test "$ac_test_CFLAGS" = set; then
  CFLAGS="$ac_save_CFLAGS"
elif test $ac_cv_prog_cc_g = yes; then
  if test "$GCC" = yes; then
1211 1212
    CFLAGS="-g -O2"
  else
1213
    CFLAGS="-g"
M
 
Marc G. Fournier 已提交
1214
  fi
1215
else
1216 1217 1218 1219 1220
  if test "$GCC" = yes; then
    CFLAGS="-O2"
  else
    CFLAGS=
  fi
1221 1222
fi

1223 1224 1225 1226 1227
# Read the template
. "$srcdir/src/template/$template" || exit
echo "using CFLAGS=$CFLAGS"
# Check if the compiler still works with the template settings
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
1228
echo "configure:1229: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
1229 1230 1231 1232 1233 1234 1235 1236 1237 1238

ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cc_cross

cat > conftest.$ac_ext << EOF

1239
#line 1240 "configure"
1240 1241 1242 1243
#include "confdefs.h"

main(){return(0);}
EOF
1244
if { (eval echo configure:1245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269
  ac_cv_prog_cc_works=yes
  # If we can't run a trivial program, we are probably using a cross compiler.
  if (./conftest; exit) 2>/dev/null; then
    ac_cv_prog_cc_cross=no
  else
    ac_cv_prog_cc_cross=yes
  fi
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  ac_cv_prog_cc_works=no
fi
rm -fr conftest*
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cc_cross

echo "$ac_t""$ac_cv_prog_cc_works" 1>&6
if test $ac_cv_prog_cc_works = no; then
  { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
fi
echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
1270
echo "configure:1271: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
1271 1272 1273
echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
cross_compiling=$ac_cv_prog_cc_cross

1274
echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
1275
echo "configure:1276: checking for Cygwin environment" >&5
1276 1277 1278 1279
if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
1280
#line 1281 "configure"
1281 1282 1283 1284 1285 1286 1287 1288 1289 1290
#include "confdefs.h"

int main() {

#ifndef __CYGWIN__
#define __CYGWIN__ __CYGWIN32__
#endif
return __CYGWIN__;
; return 0; }
EOF
1291
if { (eval echo configure:1292: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307
  rm -rf conftest*
  ac_cv_cygwin=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  ac_cv_cygwin=no
fi
rm -f conftest*
rm -f conftest*
fi

echo "$ac_t""$ac_cv_cygwin" 1>&6
CYGWIN=
test "$ac_cv_cygwin" = yes && CYGWIN=yes
echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
1308
echo "configure:1309: checking for mingw32 environment" >&5
1309 1310 1311 1312
if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
1313
#line 1314 "configure"
1314 1315 1316 1317 1318 1319
#include "confdefs.h"

int main() {
return __MINGW32__;
; return 0; }
EOF
1320
if { (eval echo configure:1321: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338
  rm -rf conftest*
  ac_cv_mingw32=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  ac_cv_mingw32=no
fi
rm -f conftest*
rm -f conftest*
fi

echo "$ac_t""$ac_cv_mingw32" 1>&6
MINGW32=
test "$ac_cv_mingw32" = yes && MINGW32=yes


echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
1339
echo "configure:1340: checking for executable suffix" >&5
1340 1341 1342 1343 1344 1345 1346 1347 1348
if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$CYGWIN" = yes || test "$MINGW32" = yes; then
  ac_cv_exeext=.exe
else
  rm -f conftest*
  echo 'int main () { return 0; }' > conftest.$ac_ext
  ac_cv_exeext=
1349
  if { (eval echo configure:1350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368
    for file in conftest.*; do
      case $file in
      *.c | *.o | *.obj) ;;
      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
      esac
    done
  else
    { echo "configure: error: installation or configuration problem: compiler cannot create executables." 1>&2; exit 1; }
  fi
  rm -f conftest*
  test x"${ac_cv_exeext}" = x && ac_cv_exeext=no
fi
fi

EXEEXT=""
test x"${ac_cv_exeext}" != xno && EXEEXT=${ac_cv_exeext}
echo "$ac_t""${ac_cv_exeext}" 1>&6
ac_exeext=$EXEEXT

1369
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
1370
echo "configure:1371: checking how to run the C preprocessor" >&5
1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384
# On Suns, sometimes $CPP names a directory.
if test -n "$CPP" && test -d "$CPP"; then
  CPP=
fi
if test -z "$CPP"; then
if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
    # This must be in double quotes, not single quotes, because CPP may get
  # substituted into the Makefile and "${CC-cc}" will confuse make.
  CPP="${CC-cc} -E"
  # On the NeXT, cc -E runs the code through the compiler's parser,
  # not just through cpp.
  cat > conftest.$ac_ext <<EOF
1385
#line 1386 "configure"
1386 1387 1388 1389 1390
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1391
{ (eval echo configure:1392: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1392
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1393 1394 1395 1396 1397 1398 1399 1400 1401
if test -z "$ac_err"; then
  :
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  CPP="${CC-cc} -E -traditional-cpp"
  cat > conftest.$ac_ext <<EOF
1402
#line 1403 "configure"
M
 
Marc G. Fournier 已提交
1403 1404 1405 1406 1407
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1408
{ (eval echo configure:1409: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1409 1410 1411 1412 1413 1414 1415 1416 1417 1418
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
  :
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  CPP="${CC-cc} -nologo -E"
  cat > conftest.$ac_ext <<EOF
1419
#line 1420 "configure"
1420 1421 1422 1423 1424
#include "confdefs.h"
#include <assert.h>
Syntax Error
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1425
{ (eval echo configure:1426: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1426
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437
if test -z "$ac_err"; then
  :
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  CPP=/lib/cpp
fi
rm -f conftest*
fi
1438 1439
rm -f conftest*
fi
1440 1441 1442 1443 1444 1445 1446 1447 1448 1449
rm -f conftest*
  ac_cv_prog_CPP="$CPP"
fi
  CPP="$ac_cv_prog_CPP"
else
  ac_cv_prog_CPP="$CPP"
fi
echo "$ac_t""$CPP" 1>&6

if test $ac_cv_prog_gcc = yes; then
T
Tom Lane 已提交
1450
    echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
1451
echo "configure:1452: checking whether ${CC-cc} needs -traditional" >&5
T
Tom Lane 已提交
1452 1453 1454 1455 1456
if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
    ac_pattern="Autoconf.*'x'"
  cat > conftest.$ac_ext <<EOF
1457
#line 1458 "configure"
T
Tom Lane 已提交
1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474
#include "confdefs.h"
#include <sgtty.h>
Autoconf TIOCGETP
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "$ac_pattern" >/dev/null 2>&1; then
  rm -rf conftest*
  ac_cv_prog_gcc_traditional=yes
else
  rm -rf conftest*
  ac_cv_prog_gcc_traditional=no
fi
rm -f conftest*


  if test $ac_cv_prog_gcc_traditional = no; then
    cat > conftest.$ac_ext <<EOF
1475
#line 1476 "configure"
T
Tom Lane 已提交
1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496
#include "confdefs.h"
#include <termio.h>
Autoconf TCGETA
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "$ac_pattern" >/dev/null 2>&1; then
  rm -rf conftest*
  ac_cv_prog_gcc_traditional=yes
fi
rm -f conftest*

  fi
fi

echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
  if test $ac_cv_prog_gcc_traditional = yes; then
    CC="$CC -traditional"
  fi
fi


1497

1498 1499 1500 1501 1502





1503
# Create compiler version string
1504 1505
if test x"$GCC" = x"yes" ; then
  cc_string="GCC `${CC} --version`"
1506
else
1507
  cc_string=$CC
1508
fi
1509 1510 1511 1512
cat >> confdefs.h <<EOF
#define PG_VERSION_STR "PostgreSQL $VERSION on $host, compiled by $cc_string"
EOF

1513 1514


P
Peter Eisentraut 已提交
1515 1516 1517
#
# Automatic dependency tracking
#
1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533
# Check whether --enable-depend was given
if test x"${enable_depend+set}" = xset; then
  case $enable_depend in
    yes)
      autodepend=yes
      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_depend
      { echo "configure: error: no argument expected for --enable-depend option" 1>&2; exit 1; }
      ;;
  esac # $enable_depend
else
  enable_depend=no
P
Peter Eisentraut 已提交
1534 1535 1536 1537 1538

fi



1539
#
1540
# --enable-debug adds -g to compiler flags
1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555
#
# Check whether --enable-debug was given
if test x"${enable_debug+set}" = xset; then
  case $enable_debug in
    yes)
      CFLAGS="$CFLAGS -g"
      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_debug
      { echo "configure: error: no argument expected for --enable-debug option" 1>&2; exit 1; }
      ;;
  esac # $enable_debug
1556
else
1557 1558
  enable_debug=no

1559 1560 1561
fi


1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586
#
# Enable assert checks
#
# Check whether --enable-cassert was given
if test x"${enable_cassert+set}" = xset; then
  case $enable_cassert in
    yes)
      cat >> confdefs.h <<\EOF
#define USE_ASSERT_CHECKING 1
EOF

      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_cassert
      { echo "configure: error: no argument expected for --enable-cassert option" 1>&2; exit 1; }
      ;;
  esac # $enable_cassert
else
  enable_cassert=no

fi

1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620

#
# Include directories
#
ac_save_IFS=$IFS
IFS=':'
# SRCH_INC comes from the template file
for dir in $with_includes $SRCH_INC; do
  if test -d "$dir"; then
    INCLUDES="$INCLUDES -I$dir"
  else
    echo "configure: warning: *** Include directory $dir does not exist." 1>&2
  fi
done
IFS=$ac_save_IFS



#
# Library directories
#
ac_save_IFS=$IFS
IFS=':'
# LIBRARY_DIRS comes from command line, SRCH_LIB from template file.
for dir in $LIBRARY_DIRS $SRCH_LIB; do
  if test -d "$dir"; then
    PGSQL_LDFLAGS="$PGSQL_LDFLAGS -L$dir"
  else
    echo "configure: warning: *** Library directory $dir does not exist." 1>&2
  fi
done
IFS=$ac_save_IFS


1621 1622 1623 1624
#
# Tcl/Tk
#
echo $ac_n "checking whether to build with Tcl""... $ac_c" 1>&6
1625
echo "configure:1626: checking whether to build with Tcl" >&5
1626 1627 1628 1629
# Check whether --with-tcl was given
if test x"${with_tcl+set}" = xset; then
  case $with_tcl in
    yes)
1630
      :
1631 1632
      ;;
    no)
1633
      :
1634 1635 1636 1637 1638 1639
      ;;
    *)
      withval=$with_tcl
      { echo "configure: error: no argument expected for --with-tcl option" 1>&2; exit 1; }
      ;;
  esac # $with_tcl
1640
else
1641
  with_tcl=no
1642

1643
fi
1644 1645 1646 1647 1648
echo "$ac_t""$with_tcl" 1>&6


# If Tcl is enabled (above) then Tk is also, unless the user disables it using --without-tk
echo $ac_n "checking whether to build with Tk""... $ac_c" 1>&6
1649
echo "configure:1650: checking whether to build with Tk" >&5
1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666
if test "$with_tcl" = yes; then
  # Check whether --with-tk was given
if test x"${with_tk+set}" = xset; then
  case $with_tk in
    yes)
      :
      ;;
    no)
      :
      ;;
    *)
      withval=$with_tk
      { echo "configure: error: no argument expected for --with-tk option" 1>&2; exit 1; }
      ;;
  esac # $with_tk
else
  with_tk=yes
1667

1668 1669 1670 1671 1672
fi
else
  with_tk=no
fi
echo "$ac_t""$with_tk" 1>&6
1673

1674 1675


1676 1677
# We see if the path to the TCL/TK configuration scripts is specified.
# This will override the use of tclsh to find the paths to search.
1678

1679 1680 1681 1682 1683 1684 1685 1686 1687 1688
# Check whether --with-tclconfig was given
if test x"${with_tclconfig+set}" = xset; then
  case $with_tclconfig in
    yes)
      { echo "configure: error: argument required for --with-tclconfig option" 1>&2; exit 1; }
      ;;
    no)
      { echo "configure: error: argument required for --with-tclconfig option" 1>&2; exit 1; }
      ;;
  esac # $with_tclconfig
1689 1690
fi

1691 1692
# We see if the path to the TK configuration scripts is specified.
# This will override the use of tclsh to find the paths to search.
1693

1694 1695 1696 1697 1698 1699 1700 1701 1702 1703
# Check whether --with-tkconfig was given
if test x"${with_tkconfig+set}" = xset; then
  case $with_tkconfig in
    yes)
      { echo "configure: error: argument required for --with-tkconfig option" 1>&2; exit 1; }
      ;;
    no)
      { echo "configure: error: argument required for --with-tkconfig option" 1>&2; exit 1; }
      ;;
  esac # $with_tkconfig
1704 1705 1706
fi


1707 1708 1709
#
# Optionally build Perl modules (Pg.pm and PL/Perl)
#
1710
echo $ac_n "checking whether to build Perl modules""... $ac_c" 1>&6
1711
echo "configure:1712: checking whether to build Perl modules" >&5
1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725
# Check whether --with-perl was given
if test x"${with_perl+set}" = xset; then
  case $with_perl in
    yes)
      :
      ;;
    no)
      :
      ;;
    *)
      withval=$with_perl
      { echo "configure: error: no argument expected for --with-perl option" 1>&2; exit 1; }
      ;;
  esac # $with_perl
1726
else
1727
  with_perl=no
1728

1729 1730
fi
echo "$ac_t""$with_perl" 1>&6
1731 1732 1733



1734 1735 1736
#
# Optionally build Python interface module
#
1737
echo $ac_n "checking whether to build Python modules""... $ac_c" 1>&6
1738
echo "configure:1739: checking whether to build Python modules" >&5
1739 1740 1741 1742 1743 1744
# Check whether --with-python was given
if test x"${with_python+set}" = xset; then
  case $with_python in
    yes)
      echo "$ac_t""yes" 1>&6
# Extract the first word of "python", so it can be a program name with args.
1745 1746
set dummy python; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
1747
echo "configure:1748: checking for $ac_word" >&5
1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771
if eval "test \"`echo '$''{'ac_cv_prog_PYTHON'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$PYTHON"; then
  ac_cv_prog_PYTHON="$PYTHON" # Let the user override the test.
else
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_PYTHON="python"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
PYTHON="$ac_cv_prog_PYTHON"
if test -n "$PYTHON"; then
  echo "$ac_t""$PYTHON" 1>&6
else
  echo "$ac_t""no" 1>&6
fi
1772

1773

1774 1775 1776 1777 1778 1779 1780 1781 1782
if test "${PYTHON+set}" = set ; then
  python_version=`${PYTHON} -c "import sys; print sys.version[:3]"`
  python_prefix=`${PYTHON} -c "import sys; print sys.prefix"`
  python_execprefix=`${PYTHON} -c "import sys; print sys.exec_prefix"`
  python_configdir="${python_execprefix}/lib/python${python_version}/config"
  python_moduledir="${python_prefix}/lib/python${python_version}"
  python_extmakefile="${python_configdir}/Makefile.pre.in"

  echo $ac_n "checking for Python extension makefile""... $ac_c" 1>&6
1783
echo "configure:1784: checking for Python extension makefile" >&5
1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800
  if test -f "${python_extmakefile}" ; then
    echo "$ac_t""found" 1>&6
  else
    echo "$ac_t""no" 1>&6
    { echo "configure: error: The Python extension makefile was expected at \`${python_extmakefile}\'
but does not exist. This means the Python module cannot be built automatically." 1>&2; exit 1; }
  fi

  
  
  
  
  
  
else
  { echo "configure: error: Python not found" 1>&2; exit 1; }
fi
1801 1802 1803 1804 1805 1806 1807 1808 1809
      ;;
    no)
      echo "$ac_t""no" 1>&6
      ;;
    *)
      withval=$with_python
      { echo "configure: error: no argument expected for --with-python option" 1>&2; exit 1; }
      ;;
  esac # $with_python
1810
else
1811 1812
  with_python=no
echo "$ac_t""no" 1>&6
1813 1814 1815
fi


1816

1817

1818 1819 1820
#
# Kerberos 4
#
1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835
# Check whether --with-krb4 was given
if test x"${with_krb4+set}" = xset; then
  case $with_krb4 in
    yes)
      krb4_prefix=/usr/athena
      ;;
    no)
      :
      ;;
    *)
      withval=$with_krb4
      with_krb4=yes
krb4_prefix=$withval
      ;;
  esac # $with_krb4
1836
else
1837
  with_krb4=no
1838 1839
fi

1840 1841
if test "$with_krb4" = yes; then
  
1842
  echo "$ac_t""building with Kerberos 4 support" 1>&6
1843
  cat >> confdefs.h <<\EOF
1844
#define KRB4 1
1845 1846 1847
EOF


1848 1849 1850 1851 1852 1853 1854 1855 1856
  if test -d "$krb4_prefix"; then
    if test -d "$krb4_prefix/include"; then
      INCLUDES="$INCLUDES -I$krb4_prefix/include"
    fi
    if test -d "$krb4_prefix/lib"; then
      krb_libdir="-L$krb4_prefix/lib"
      LIBS="$krb_libdir $LIBS"
    fi
  fi
1857 1858 1859 1860
  # Test for these libraries is below
  KRB_LIBS="$krb_libdir -lkrb -ldes"

  krb_srvtab="/etc/srvtab"
1861

1862
fi
1863 1864


1865 1866 1867



1868 1869 1870
#
# Kerberos 5
#
1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885
# Check whether --with-krb5 was given
if test x"${with_krb5+set}" = xset; then
  case $with_krb5 in
    yes)
      krb5_prefix=/usr/athena
      ;;
    no)
      :
      ;;
    *)
      withval=$with_krb5
      with_krb5=yes
krb5_prefix=$withval
      ;;
  esac # $with_krb5
1886
else
1887
  with_krb5=no
1888 1889
fi

1890 1891
if test "$with_krb5" = yes; then
  
1892 1893
  echo "$ac_t""building with Kerberos 5 support" 1>&6
  cat >> confdefs.h <<\EOF
1894
#define KRB5 1
1895 1896 1897
EOF


1898
  if test -d "$krb5_prefix"; then
1899 1900 1901 1902 1903 1904 1905 1906
    if test -d "$krb5_prefix/include"; then
      INCLUDES="$INCLUDES -I$krb5_prefix/include"
    fi
    if test -d "$krb5_prefix/lib"; then
      krb_libdir="-L$krb5_prefix/lib"
      LIBS="$krb_libdir $LIBS"
    fi
  fi
1907

1908 1909 1910 1911
  # Test for these libraries is below
  KRB_LIBS="$krb_libdir -lkrb5 -lcrypto -lcom_err"

  krb_srvtab="FILE:\$(sysconfdir)/krb5.keytab"
1912

1913 1914 1915
fi


1916 1917 1918



1919 1920 1921
# Using both Kerberos 4 and Kerberos 5 at the same time isn't going to work.
if test "$with_krb4" = yes && test "$with_krb5" = yes ; then
  { echo "configure: error: Kerberos 4 and Kerberos 5 support cannot be combined" 1>&2; exit 1; }
1922 1923 1924 1925 1926
fi




1927

1928 1929 1930
#
# Kerberos configuration parameters
#
1931 1932 1933 1934 1935 1936 1937 1938 1939 1940
# Check whether --with-krb-srvnam was given
if test x"${with_krb_srvnam+set}" = xset; then
  case $with_krb_srvnam in
    yes)
      { echo "configure: error: argument required for --with-krb-srvnam option" 1>&2; exit 1; }
      ;;
    no)
      { echo "configure: error: argument required for --with-krb-srvnam option" 1>&2; exit 1; }
      ;;
  esac # $with_krb_srvnam
1941
else
1942
  with_krb_srvnam="postgres"
1943 1944
fi
cat >> confdefs.h <<EOF
1945
#define PG_KRB_SRVNAM "$with_krb_srvnam"
1946 1947 1948
EOF


1949 1950 1951 1952 1953


#
# OpenSSL
#
1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968
# Check whether --with-openssl was given
if test x"${with_openssl+set}" = xset; then
  case $with_openssl in
    yes)
      openssl_prefix=/usr/local/ssl
      ;;
    no)
      :
      ;;
    *)
      withval=$with_openssl
      with_openssl=yes
openssl_prefix=$withval
      ;;
  esac # $with_openssl
1969 1970 1971 1972
else
  with_openssl=no
fi

1973 1974
if test "$with_openssl" = yes; then
  
1975 1976
  echo "$ac_t""building with OpenSSL support" 1>&6
  cat >> confdefs.h <<\EOF
1977
#define USE_SSL 1
1978 1979 1980
EOF


1981 1982 1983 1984 1985 1986
  if test -d "${openssl_prefix}/include" ; then
    INCLUDES="$INCLUDES -I${openssl_prefix}/include"
  fi
  if test -d "${openssl_prefix}/lib" ; then
    openssl_libdir="${openssl_prefix}/lib"
    LIBS="$LIBS -L${openssl_prefix}/lib"
B
Bruce Momjian 已提交
1987 1988 1989
  else
    openssl_libdir="${openssl_prefix}"
    LIBS="$LIBS -L${openssl_prefix}"
1990
  fi
1991

1992 1993 1994
fi


1995 1996 1997



1998 1999 2000 2001 2002
# OpenSSL and Kerberos 5 both have a `crypto' library, so if you want to
# use both of them you'll have to figure it out yourself.
if test "$with_openssl" = yes && test "$with_krb5" = yes ; then
  { echo "configure: error: OpenSSL and Kerberos 5 support cannot be combined" 1>&2; exit 1; }
fi
2003 2004


2005 2006 2007
#
# Optionally enable the building of the ODBC driver
#
2008
 
2009 2010
# Old option name
if test "${with_odbc+set}" = set && test "${enable_odbc+set}" != set; then
2011
  enable_odbc=$with_odbc
2012
fi
2013 2014
 
echo $ac_n "checking whether to build the ODBC driver""... $ac_c" 1>&6
2015
echo "configure:2016: checking whether to build the ODBC driver" >&5
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029
# Check whether --enable-odbc was given
if test x"${enable_odbc+set}" = xset; then
  case $enable_odbc in
    yes)
      :
      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_odbc
      { echo "configure: error: no argument expected for --enable-odbc option" 1>&2; exit 1; }
      ;;
  esac # $enable_odbc
2030
else
2031
  enable_odbc=no
2032

B
Bruce Momjian 已提交
2033
fi
2034
echo "$ac_t""$enable_odbc" 1>&6
B
Bruce Momjian 已提交
2035

2036

B
Bruce Momjian 已提交
2037

2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053
# Allow for overriding the default location of the odbcinst.ini
# file which is normally ${sysconfdir} (i.e., ${prefix}/etc).
# Check whether --with-odbcinst was given
if test x"${with_odbcinst+set}" = xset; then
  case $with_odbcinst in
    yes)
      { echo "configure: error: argument required for --with-odbcinst option" 1>&2; exit 1; }
      ;;
    no)
      { echo "configure: error: argument required for --with-odbcinst option" 1>&2; exit 1; }
      ;;
    *)
      withval=$with_odbcinst
      odbcinst_ini_dir=$withval
      ;;
  esac # $with_odbcinst
2054
else
2055
  odbcinst_ini_dir="\${sysconfdir}"
2056 2057 2058
fi


B
Bruce Momjian 已提交
2059

2060

2061
# Assume system is ELF if it predefines __ELF__ as 1,
2062 2063 2064 2065 2066
# otherwise believe host_os based default.
case $host_os in
  freebsd1*|freebsd2*) elf=yes;;
esac

2067
cat > conftest.$ac_ext <<EOF
2068
#line 2069 "configure"
2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080
#include "confdefs.h"
#if __ELF__
  yes
#endif

EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "yes" >/dev/null 2>&1; then
  rm -rf conftest*
  ELF_SYS=true
else
  rm -rf conftest*
2081 2082
  if test "X$elf" = "Xyes" ; then
  ELF_SYS=true
2083
else
2084
  ELF_SYS=
2085 2086 2087 2088 2089
fi
fi
rm -f conftest*


M
Marc G. Fournier 已提交
2090 2091 2092



2093 2094 2095
#
# Optionally build C++ code (i.e., libpq++)
#
2096
echo $ac_n "checking whether to build C++ modules""... $ac_c" 1>&6
2097
echo "configure:2098: checking whether to build C++ modules" >&5
2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112
# Check whether --with-CXX was given
if test x"${with_CXX+set}" = xset; then
  case $with_CXX in
    yes)
      :
      ;;
    no)
      :
      ;;
    *)
      withval=$with_CXX
      with_CXX=yes
CXX=$withval
      ;;
  esac # $with_CXX
2113 2114 2115 2116
else
  with_CXX=no
fi

2117 2118 2119
if test "$with_CXX" = yes; then
  
  echo "$ac_t""yes" 1>&6
2120
  for ac_prog in $CCC c++ g++ gcc CC cxx cc++ cl
B
Bruce Momjian 已提交
2121 2122 2123 2124
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2125
echo "configure:2126: checking for $ac_word" >&5
B
Bruce Momjian 已提交
2126 2127 2128 2129 2130 2131
if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$CXX"; then
  ac_cv_prog_CXX="$CXX" # Let the user override the test.
else
2132 2133 2134
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
B
Bruce Momjian 已提交
2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_CXX="$ac_prog"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
CXX="$ac_cv_prog_CXX"
if test -n "$CXX"; then
  echo "$ac_t""$CXX" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

test -n "$CXX" && break
done
test -n "$CXX" || CXX="gcc"


echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
2157
echo "configure:2158: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
B
Bruce Momjian 已提交
2158 2159 2160 2161 2162

ac_ext=C
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2163
ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
B
Bruce Momjian 已提交
2164 2165
cross_compiling=$ac_cv_prog_cxx_cross

2166 2167
cat > conftest.$ac_ext << EOF

2168
#line 2169 "configure"
B
Bruce Momjian 已提交
2169
#include "confdefs.h"
2170 2171

int main(){return(0);}
B
Bruce Momjian 已提交
2172
EOF
2173
if { (eval echo configure:2174: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
B
Bruce Momjian 已提交
2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190
  ac_cv_prog_cxx_works=yes
  # If we can't run a trivial program, we are probably using a cross compiler.
  if (./conftest; exit) 2>/dev/null; then
    ac_cv_prog_cxx_cross=no
  else
    ac_cv_prog_cxx_cross=yes
  fi
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  ac_cv_prog_cxx_works=no
fi
rm -fr conftest*
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
2191
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
B
Bruce Momjian 已提交
2192 2193 2194 2195 2196 2197 2198
cross_compiling=$ac_cv_prog_cc_cross

echo "$ac_t""$ac_cv_prog_cxx_works" 1>&6
if test $ac_cv_prog_cxx_works = no; then
  { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
fi
echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
2199
echo "configure:2200: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
B
Bruce Momjian 已提交
2200 2201 2202 2203
echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
cross_compiling=$ac_cv_prog_cxx_cross

echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
2204
echo "configure:2205: checking whether we are using GNU C++" >&5
B
Bruce Momjian 已提交
2205 2206 2207 2208 2209 2210 2211 2212
if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.C <<EOF
#ifdef __GNUC__
  yes;
#endif
EOF
2213
if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:2214: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
B
Bruce Momjian 已提交
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223
  ac_cv_prog_gxx=yes
else
  ac_cv_prog_gxx=no
fi
fi

echo "$ac_t""$ac_cv_prog_gxx" 1>&6

if test $ac_cv_prog_gxx = yes; then
  GXX=yes
2224 2225 2226 2227 2228 2229 2230 2231
else
  GXX=
fi

ac_test_CXXFLAGS="${CXXFLAGS+set}"
ac_save_CXXFLAGS="$CXXFLAGS"
CXXFLAGS=
echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
2232
echo "configure:2233: checking whether ${CXX-g++} accepts -g" >&5
B
Bruce Momjian 已提交
2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246
if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  echo 'void f(){}' > conftest.cc
if test -z "`${CXX-g++} -g -c conftest.cc 2>&1`"; then
  ac_cv_prog_cxx_g=yes
else
  ac_cv_prog_cxx_g=no
fi
rm -f conftest*

fi

echo "$ac_t""$ac_cv_prog_cxx_g" 1>&6
2247 2248 2249 2250
if test "$ac_test_CXXFLAGS" = set; then
  CXXFLAGS="$ac_save_CXXFLAGS"
elif test $ac_cv_prog_cxx_g = yes; then
  if test "$GXX" = yes; then
B
Bruce Momjian 已提交
2251 2252
    CXXFLAGS="-g -O2"
  else
2253
    CXXFLAGS="-g"
M
 
Marc G. Fournier 已提交
2254
  fi
2255
else
2256 2257 2258 2259 2260
  if test "$GXX" = yes; then
    CXXFLAGS="-O2"
  else
    CXXFLAGS=
  fi
B
Bruce Momjian 已提交
2261 2262
fi

2263
  echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
2264
echo "configure:2265: checking how to run the C++ preprocessor" >&5
2265 2266 2267 2268 2269
if test -z "$CXXCPP"; then
if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_ext=C
T
Tom Lane 已提交
2270 2271 2272 2273 2274
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cxx_cross
2275 2276
  CXXCPP="${CXX-g++} -E"
  cat > conftest.$ac_ext <<EOF
2277
#line 2278 "configure"
T
Tom Lane 已提交
2278 2279
#include "confdefs.h"
#include <stdlib.h>
2280 2281
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2282
{ (eval echo configure:2283: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
  :
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  CXXCPP=/lib/cpp
fi
rm -f conftest*
  ac_cv_prog_CXXCPP="$CXXCPP"
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cc_cross
fi
fi
CXXCPP="$ac_cv_prog_CXXCPP"
echo "$ac_t""$CXXCPP" 1>&6
T
Tom Lane 已提交
2305

2306 2307 2308 2309 2310 2311 2312
  
ac_ext=C
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cxx_cross
T
Tom Lane 已提交
2313

2314 2315
ac_safe=`echo "string" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for string""... $ac_c" 1>&6
2316
echo "configure:2317: checking for string" >&5
2317 2318 2319 2320
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
2321
#line 2322 "configure"
2322 2323
#include "confdefs.h"
#include <string>
T
Tom Lane 已提交
2324
EOF
2325
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2326
{ (eval echo configure:2327: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2327 2328
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
T
Tom Lane 已提交
2329
  rm -rf conftest*
2330
  eval "ac_cv_header_$ac_safe=yes"
T
Tom Lane 已提交
2331
else
2332
  echo "$ac_err" >&5
T
Tom Lane 已提交
2333 2334 2335
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_CXX_STRING_HEADER 1
EOF

else
T
Tom Lane 已提交
2347
  echo "$ac_t""no" 1>&6
2348
fi
2349

2350 2351 2352

if test x"$ac_cv_header_string" != xyes ; then
  echo $ac_n "checking for class string in <string.h>""... $ac_c" 1>&6
2353
echo "configure:2354: checking for class string in <string.h>" >&5
2354 2355 2356 2357
if eval "test \"`echo '$''{'pgac_cv_class_string_in_string_h'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
2358
#line 2359 "configure"
2359 2360 2361 2362 2363 2364 2365 2366 2367
#include "confdefs.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

int main() {
string foo = "test"
; return 0; }
EOF
2368
if { (eval echo configure:2369: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2369
  rm -rf conftest*
2370
  pgac_cv_class_string_in_string_h=yes
2371 2372 2373 2374
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
2375
  pgac_cv_class_string_in_string_h=no
2376 2377
fi
rm -f conftest*
T
Tom Lane 已提交
2378
fi
2379 2380 2381 2382 2383 2384

echo "$ac_t""$pgac_cv_class_string_in_string_h" 1>&6

  if test x"$pgac_cv_class_string_in_string_h" != xyes ; then
    { echo "configure: error: neither <string> nor <string.h> seem to define the C++ class \`string\'" 1>&2; exit 1; }
  fi
2385
fi
2386 2387 2388 2389 2390 2391
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cc_cross
2392

2393 2394
  
echo $ac_n "checking for namespace std in C++""... $ac_c" 1>&6
2395
echo "configure:2396: checking for namespace std in C++" >&5
2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408
if eval "test \"`echo '$''{'pgac_cv_cxx_namespace_std'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  

ac_ext=C
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CXXCPP $CPPFLAGS'
ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cxx_cross

cat > conftest.$ac_ext <<EOF
2409
#line 2410 "configure"
2410 2411 2412 2413 2414 2415 2416 2417 2418
#include "confdefs.h"
#include <stdio.h>
#include <stdlib.h>
#ifdef HAVE_CXX_STRING_HEADER
#include <string>
#endif
using namespace std;

int main() {
T
Tom Lane 已提交
2419

2420 2421
; return 0; }
EOF
2422
if { (eval echo configure:2423: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2423
  rm -rf conftest*
2424
  pgac_cv_cxx_namespace_std=yes
2425 2426 2427 2428
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
2429
  pgac_cv_cxx_namespace_std=no
2430 2431
fi
rm -f conftest*
2432 2433 2434 2435 2436 2437 2438
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
ac_cpp='$CPP $CPPFLAGS'
ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
cross_compiling=$ac_cv_prog_cc_cross

2439 2440 2441 2442 2443 2444 2445 2446 2447 2448
fi

echo "$ac_t""$pgac_cv_cxx_namespace_std" 1>&6

if test $pgac_cv_cxx_namespace_std = yes ; then
    cat >> confdefs.h <<\EOF
#define HAVE_NAMESPACE_STD 1
EOF

fi
2449 2450 2451

else
  echo "$ac_t""no" 1>&6
2452 2453 2454
fi


2455 2456


2457 2458 2459 2460 2461 2462 2463
CPPFLAGS="$CPPFLAGS $INCLUDES"
LDFLAGS="$LDFLAGS $PGSQL_LDFLAGS"

echo "using CPPFLAGS=$CPPFLAGS"
echo "using LDFLAGS=$LDFLAGS"


2464
# Figure out how to invoke "install" and what install options to use.
2465 2466 2467 2468 2469 2470 2471 2472

# Find a good install program.  We prefer a C program (faster),
# so one script is as good as another.  But avoid the broken or
# incompatible versions:
# SysV /etc/install, /usr/sbin/install
# SunOS /usr/etc/install
# IRIX /sbin/install
# AIX /bin/install
2473
# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2474 2475 2476 2477
# AFS /usr/afsws/bin/install, which mishandles nonexistent args
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
2478
echo "configure:2479: checking for a BSD compatible install" >&5
2479 2480
if test -z "$INSTALL"; then
if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
2481 2482
  echo $ac_n "(cached) $ac_c" 1>&6
else
2483
    IFS="${IFS= 	}"; ac_save_IFS="$IFS"; IFS=":"
2484 2485 2486 2487 2488 2489
  for ac_dir in $PATH; do
    # Account for people who put trailing slashes in PATH elements.
    case "$ac_dir/" in
    /|./|.//|/etc/*|/usr/sbin/*|/usr/etc/*|/sbin/*|/usr/afsws/bin/*|/usr/ucb/*) ;;
    *)
      # OSF1 and SCO ODT 3.0 have their own names for install.
2490 2491 2492
      # Don't use installbsd from OSF since it installs stuff as root
      # by default.
      for ac_prog in ginstall scoinst install; do
2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505
        if test -f $ac_dir/$ac_prog; then
	  if test $ac_prog = install &&
            grep dspmsg $ac_dir/$ac_prog >/dev/null 2>&1; then
	    # AIX install.  It has an incompatible calling convention.
	    :
	  else
	    ac_cv_path_install="$ac_dir/$ac_prog -c"
	    break 2
	  fi
	fi
      done
      ;;
    esac
2506
  done
2507 2508
  IFS="$ac_save_IFS"

2509
fi
2510 2511 2512 2513 2514 2515 2516 2517 2518
  if test "${ac_cv_path_install+set}" = set; then
    INSTALL="$ac_cv_path_install"
  else
    # As a last resort, use the slow shell script.  We don't cache a
    # path for INSTALL within a source directory, because that will
    # break other packages using the cache if that directory is
    # removed, or if the path is relative.
    INSTALL="$ac_install_sh"
  fi
2519
fi
2520
echo "$ac_t""$INSTALL" 1>&6
2521

2522 2523 2524 2525
# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
# It thinks the first close brace ends the variable substitution.
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'

2526 2527
test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'

2528
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2529

2530 2531 2532 2533 2534 2535
# When Autoconf chooses install-sh as install program it tries to generate
# a relative path to it in each makefile where it subsitutes it. This clashes
# with our Makefile.global concept. This workaround helps.
case $INSTALL in
  *install-sh*) INSTALL='\${SHELL} \${top_srcdir}/config/install-sh -c';;
esac
2536

2537 2538
# Fix Autoconf's brain-dead defaults for script installs.
INSTALL_SCRIPT="\${INSTALL} -m 755"
2539

2540 2541 2542 2543 2544
# HPUX wants shared libs to be mode 555. Add your platform's special
# needs here if necessary.
case $host_os in
    hpux*)      INSTL_SHLIB_OPTS="-m 555" ;;
    *)          INSTL_SHLIB_OPTS="-m 644" ;;
2545
esac
2546

2547
INSTALL_SHLIB="\${INSTALL} $INSTL_SHLIB_OPTS"
2548 2549 2550



2551
mkinstalldirs="\$(SHELL) \$(top_srcdir)/config/mkinstalldirs"
2552

2553

2554

2555
for ac_prog in gawk mawk nawk awk
2556 2557 2558 2559
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2560
echo "configure:2561: checking for $ac_word" >&5
2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588
if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$AWK"; then
  ac_cv_prog_AWK="$AWK" # Let the user override the test.
else
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_AWK="$ac_prog"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
AWK="$ac_cv_prog_AWK"
if test -n "$AWK"; then
  echo "$ac_t""$AWK" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

test -n "$AWK" && break
done

2589
echo $ac_n "checking for flex""... $ac_c" 1>&6
2590
echo "configure:2591: checking for flex" >&5
2591
if eval "test \"`echo '$''{'pgac_cv_path_flex'+set}'`\" = set"; then
2592 2593
  echo $ac_n "(cached) $ac_c" 1>&6
else
2594 2595 2596
  # Let the user override the test
if test -n "$FLEX"; then
  pgac_cv_path_flex=$FLEX
2597
else
2598 2599 2600 2601 2602
  pgac_save_IFS=$IFS
  IFS=:
  for pgac_dir in $PATH; do
    if test -z "$pgac_dir" || test x"$pgac_dir" = x"."; then
      pgac_dir=`pwd`
2603
    fi
2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620
    for pgac_prog in flex lex; do
      pgac_candidate="$pgac_dir/$pgac_prog"
      if test -f "$pgac_candidate" \
        && $pgac_candidate --version >/dev/null 2>&1
      then
        echo '%%'  > conftest.l
        if $pgac_candidate -t conftest.l 2>/dev/null | grep FLEX_SCANNER >/dev/null 2>&1; then
          if $pgac_candidate --version | grep '2\.5\.3' >/dev/null 2>&1; then
            pgac_broken_flex=$pgac_candidate
            continue
          fi

          pgac_cv_path_flex=$pgac_candidate
          break 2
        fi
      fi
    done
2621
  done
2622 2623 2624
  IFS=$pgac_save_IFS
  rm -f conftest.l
  : ${pgac_cv_path_flex=no}
2625
fi
2626

2627 2628
fi

2629 2630 2631 2632 2633 2634 2635 2636 2637
echo "$ac_t""$pgac_cv_path_flex" 1>&6
if test x"$pgac_cv_path_flex" = x"no"; then
  if test -n "$pgac_broken_flex"; then
    echo "configure: warning: 
***
The Flex version 2.5.3 you have at $pgac_broken_flex contains a bug. You
should get version 2.5.4 or later.
###" 1>&2
  fi
2638

2639 2640 2641 2642 2643 2644 2645
  echo "configure: warning: 
***
Without Flex you won't be able to build PostgreSQL from scratch, or change
any of the scanner definition files. You can obtain Flex from a GNU mirror
site. (If you are using the official distribution of PostgreSQL then you
do not need to worry about this because the lexer files are pre-generated.)
***" 1>&2
2646 2647
fi

2648 2649
if test x"$pgac_cv_path_flex" = x"no"; then
  FLEX=
2650
else
2651
  FLEX=$pgac_cv_path_flex
2652 2653 2654
fi


2655 2656


2657
echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
2658
echo "configure:2659: checking whether ln -s works" >&5
2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680
if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  rm -f conftestdata
if ln -s X conftestdata 2>/dev/null
then
  rm -f conftestdata
  ac_cv_prog_LN_S="ln -s"
else
  ac_cv_prog_LN_S=ln
fi
fi
LN_S="$ac_cv_prog_LN_S"
if test "$ac_cv_prog_LN_S" = "ln -s"; then
  echo "$ac_t""yes" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "ranlib", so it can be a program name with args.
set dummy ranlib; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2681
echo "configure:2682: checking for $ac_word" >&5
2682 2683 2684 2685 2686 2687
if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$RANLIB"; then
  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
else
2688 2689 2690
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_RANLIB="ranlib"
      break
    fi
  done
  IFS="$ac_save_ifs"
  test -z "$ac_cv_prog_RANLIB" && ac_cv_prog_RANLIB=":"
fi
fi
RANLIB="$ac_cv_prog_RANLIB"
if test -n "$RANLIB"; then
  echo "$ac_t""$RANLIB" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

# Extract the first word of "tar", so it can be a program name with args.
set dummy tar; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2711
echo "configure:2712: checking for $ac_word" >&5
2712 2713 2714 2715 2716 2717 2718
if eval "test \"`echo '$''{'ac_cv_path_tar'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$tar" in
  /*)
  ac_cv_path_tar="$tar" # Let the user override the test with a path.
  ;;
2719 2720 2721
  ?:/*)			 
  ac_cv_path_tar="$tar" # Let the user override the test with a dos path.
  ;;
2722
  *)
2723 2724 2725
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_tar="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
tar="$ac_cv_path_tar"
if test -n "$tar"; then
  echo "$ac_t""$tar" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

2743 2744 2745 2746 2747
for ac_prog in perl
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2748
echo "configure:2749: checking for $ac_word" >&5
2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776
if eval "test \"`echo '$''{'ac_cv_prog_PERL'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test -n "$PERL"; then
  ac_cv_prog_PERL="$PERL" # Let the user override the test.
else
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_prog_PERL="$ac_prog"
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
fi
PERL="$ac_cv_prog_PERL"
if test -n "$PERL"; then
  echo "$ac_t""$PERL" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

test -n "$PERL" && break
done

2777 2778 2779 2780
for ac_prog in 'bison -y' byacc
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
2781
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2782
echo "configure:2783: checking for $ac_word" >&5
2783
if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
2784 2785
  echo $ac_n "(cached) $ac_c" 1>&6
else
2786 2787
  if test -n "$YACC"; then
  ac_cv_prog_YACC="$YACC" # Let the user override the test.
2788
else
2789 2790
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
2791
  for ac_dir in $ac_dummy; do
2792 2793
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
2794
      ac_cv_prog_YACC="$ac_prog"
2795 2796 2797 2798 2799
      break
    fi
  done
  IFS="$ac_save_ifs"
fi
2800 2801 2802 2803
fi
YACC="$ac_cv_prog_YACC"
if test -n "$YACC"; then
  echo "$ac_t""$YACC" 1>&6
2804 2805 2806 2807
else
  echo "$ac_t""no" 1>&6
fi

2808 2809 2810 2811
test -n "$YACC" && break
done
test -n "$YACC" || YACC="yacc"

2812

2813 2814 2815 2816
if test "$with_tk" = yes; then
    # Extract the first word of "wish", so it can be a program name with args.
set dummy wish; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
2817
echo "configure:2818: checking for $ac_word" >&5
2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850
if eval "test \"`echo '$''{'ac_cv_path_WISH'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$WISH" in
  /*)
  ac_cv_path_WISH="$WISH" # Let the user override the test with a path.
  ;;
  ?:/*)			 
  ac_cv_path_WISH="$WISH" # Let the user override the test with a dos path.
  ;;
  *)
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_WISH="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
WISH="$ac_cv_path_WISH"
if test -n "$WISH"; then
  echo "$ac_t""$WISH" 1>&6
else
  echo "$ac_t""no" 1>&6
fi

    test -z "$WISH" && { echo "configure: error: \`wish' is required for Tk support" 1>&2; exit 1; }
fi
T
Tom Lane 已提交
2851

2852

2853 2854 2855 2856
##
## Libraries
##

M
Marc G. Fournier 已提交
2857
echo $ac_n "checking for main in -lsfio""... $ac_c" 1>&6
2858
echo "configure:2859: checking for main in -lsfio" >&5
M
Marc G. Fournier 已提交
2859 2860 2861 2862 2863 2864 2865
ac_lib_var=`echo sfio'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lsfio  $LIBS"
cat > conftest.$ac_ext <<EOF
2866
#line 2867 "configure"
M
Marc G. Fournier 已提交
2867 2868 2869 2870 2871 2872
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
2873
if { (eval echo configure:2874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
M
Marc G. Fournier 已提交
2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo sfio | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lsfio $LIBS"

else
  echo "$ac_t""no" 1>&6
fi

2900
echo $ac_n "checking for main in -lncurses""... $ac_c" 1>&6
2901
echo "configure:2902: checking for main in -lncurses" >&5
2902 2903 2904 2905 2906 2907 2908
ac_lib_var=`echo ncurses'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lncurses  $LIBS"
cat > conftest.$ac_ext <<EOF
2909
#line 2910 "configure"
2910 2911 2912 2913 2914 2915
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
2916
if { (eval echo configure:2917: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo ncurses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lncurses $LIBS"

else
  echo "$ac_t""no" 1>&6
echo $ac_n "checking for main in -lcurses""... $ac_c" 1>&6
2942
echo "configure:2943: checking for main in -lcurses" >&5
2943
ac_lib_var=`echo curses'_'main | sed 'y%./+-%__p_%'`
2944 2945 2946 2947
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
2948
LIBS="-lcurses  $LIBS"
2949
cat > conftest.$ac_ext <<EOF
2950
#line 2951 "configure"
2951 2952
#include "confdefs.h"

2953
int main() {
2954 2955 2956
main()
; return 0; }
EOF
2957
if { (eval echo configure:2958: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2958 2959 2960
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
2961 2962
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
2963 2964 2965 2966 2967 2968 2969 2970 2971
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
2972 2973 2974 2975 2976 2977 2978 2979
    ac_tr_lib=HAVE_LIB`echo curses | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lcurses $LIBS"

2980 2981 2982 2983
else
  echo "$ac_t""no" 1>&6
fi

2984 2985
fi

2986
echo $ac_n "checking for main in -ltermcap""... $ac_c" 1>&6
2987
echo "configure:2988: checking for main in -ltermcap" >&5
2988
ac_lib_var=`echo termcap'_'main | sed 'y%./+-%__p_%'`
2989 2990 2991 2992
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
M
Marc G. Fournier 已提交
2993
LIBS="-ltermcap  $LIBS"
2994
cat > conftest.$ac_ext <<EOF
2995
#line 2996 "configure"
2996 2997
#include "confdefs.h"

2998
int main() {
M
Marc G. Fournier 已提交
2999
main()
3000 3001
; return 0; }
EOF
3002
if { (eval echo configure:3003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3003 3004 3005
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3006 3007
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3008 3009 3010 3011 3012 3013 3014 3015 3016
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
3017 3018
    ac_tr_lib=HAVE_LIB`echo termcap | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
M
Marc G. Fournier 已提交
3019 3020
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
3021 3022
EOF

M
Marc G. Fournier 已提交
3023 3024
  LIBS="-ltermcap $LIBS"

3025 3026 3027 3028
else
  echo "$ac_t""no" 1>&6
fi

P
Peter Eisentraut 已提交
3029 3030 3031
echo $ac_n "checking for readline in -lreadline""... $ac_c" 1>&6
echo "configure:3031: checking for readline in -lreadline" >&5
ac_lib_var=`echo readline'_'readline | sed 'y%./+-%__p_%'`
3032 3033 3034 3035
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
B
Bruce Momjian 已提交
3036
LIBS="-lreadline  $LIBS"
3037
cat > conftest.$ac_ext <<EOF
3038
#line 3039 "configure"
3039
#include "confdefs.h"
P
Peter Eisentraut 已提交
3040 3041 3042 3043
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char readline();
3044

3045
int main() {
P
Peter Eisentraut 已提交
3046
readline()
3047 3048
; return 0; }
EOF
P
Peter Eisentraut 已提交
3049
if { (eval echo configure:3050: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3050 3051 3052
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3053 3054
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3055 3056 3057 3058 3059 3060 3061 3062 3063
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
B
Bruce Momjian 已提交
3064
    ac_tr_lib=HAVE_LIB`echo readline | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3065
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3066 3067 3068 3069
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

B
Bruce Momjian 已提交
3070
  LIBS="-lreadline $LIBS"
3071 3072 3073 3074 3075

else
  echo "$ac_t""no" 1>&6
fi

P
Peter Eisentraut 已提交
3076 3077 3078 3079

echo $ac_n "checking for library containing using_history""... $ac_c" 1>&6
echo "configure:3079: checking for library containing using_history" >&5
if eval "test \"`echo '$''{'ac_cv_search_using_history'+set}'`\" = set"; then
3080 3081
  echo $ac_n "(cached) $ac_c" 1>&6
else
P
Peter Eisentraut 已提交
3082 3083
  ac_func_search_save_LIBS="$LIBS"
ac_cv_search_using_history="no"
3084
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
3085
#line 3086 "configure"
3086
#include "confdefs.h"
B
Bruce Momjian 已提交
3087 3088 3089 3090
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char using_history();
3091

3092
int main() {
B
Bruce Momjian 已提交
3093
using_history()
3094 3095
; return 0; }
EOF
P
Peter Eisentraut 已提交
3096
if { (eval echo configure:3097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3097
  rm -rf conftest*
P
Peter Eisentraut 已提交
3098
  ac_cv_search_using_history="none required"
3099
else
3100 3101
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3102 3103
fi
rm -f conftest*
P
Peter Eisentraut 已提交
3104 3105
test "$ac_cv_search_using_history" = "no" && for i in history; do
LIBS="-l$i  $ac_func_search_save_LIBS"
3106
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
3107
#line 3108 "configure"
3108
#include "confdefs.h"
P
Peter Eisentraut 已提交
3109 3110 3111 3112
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char using_history();
3113

3114
int main() {
P
Peter Eisentraut 已提交
3115
using_history()
3116 3117
; return 0; }
EOF
P
Peter Eisentraut 已提交
3118
if { (eval echo configure:3119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3119
  rm -rf conftest*
P
Peter Eisentraut 已提交
3120 3121
  ac_cv_search_using_history="-l$i"
break
3122
else
3123 3124
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3125 3126
fi
rm -f conftest*
P
Peter Eisentraut 已提交
3127 3128
done
LIBS="$ac_func_search_save_LIBS"
3129 3130
fi

P
Peter Eisentraut 已提交
3131 3132 3133 3134 3135 3136
echo "$ac_t""$ac_cv_search_using_history" 1>&6
if test "$ac_cv_search_using_history" != "no"; then
  test "$ac_cv_search_using_history" = "none required" || LIBS="$ac_cv_search_using_history $LIBS"
  cat >> confdefs.h <<\EOF
#define HAVE_HISTORY_FUNCTIONS 1
EOF
B
Bruce Momjian 已提交
3137

P
Peter Eisentraut 已提交
3138 3139
else :
  
B
Bruce Momjian 已提交
3140 3141
fi

B
Bruce Momjian 已提交
3142
if test "$PORTNAME" != "aix" -a "$PORTNAME" != "alpha"
3143 3144
then
	echo $ac_n "checking for main in -lbsd""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
3145
echo "configure:3146: checking for main in -lbsd" >&5
3146
ac_lib_var=`echo bsd'_'main | sed 'y%./+-%__p_%'`
3147 3148 3149 3150
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
3151
LIBS="-lbsd  $LIBS"
3152
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
3153
#line 3154 "configure"
3154 3155
#include "confdefs.h"

3156
int main() {
3157 3158 3159
main()
; return 0; }
EOF
P
Peter Eisentraut 已提交
3160
if { (eval echo configure:3161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3161 3162 3163
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3164 3165
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3166 3167 3168 3169 3170 3171 3172 3173 3174
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
3175
    ac_tr_lib=HAVE_LIB`echo bsd | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3176
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3177 3178 3179 3180
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3181
  LIBS="-lbsd $LIBS"
3182 3183 3184 3185 3186

else
  echo "$ac_t""no" 1>&6
fi

3187
fi
3188
echo $ac_n "checking for setproctitle in -lutil""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
3189
echo "configure:3190: checking for setproctitle in -lutil" >&5
3190
ac_lib_var=`echo util'_'setproctitle | sed 'y%./+-%__p_%'`
M
 
Marc G. Fournier 已提交
3191 3192 3193 3194 3195 3196
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lutil  $LIBS"
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
3197
#line 3198 "configure"
M
 
Marc G. Fournier 已提交
3198
#include "confdefs.h"
3199 3200 3201 3202
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char setproctitle();
M
 
Marc G. Fournier 已提交
3203 3204

int main() {
3205
setproctitle()
M
 
Marc G. Fournier 已提交
3206 3207
; return 0; }
EOF
P
Peter Eisentraut 已提交
3208
if { (eval echo configure:3209: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
M
 
Marc G. Fournier 已提交
3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo util | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lutil $LIBS"

else
  echo "$ac_t""no" 1>&6
fi

3235
echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
3236
echo "configure:3237: checking for main in -lm" >&5
3237
ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
3238 3239 3240 3241
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
3242
LIBS="-lm  $LIBS"
3243
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
3244
#line 3245 "configure"
3245 3246
#include "confdefs.h"

3247
int main() {
3248 3249 3250
main()
; return 0; }
EOF
P
Peter Eisentraut 已提交
3251
if { (eval echo configure:3252: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3252 3253 3254
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3255 3256
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3257 3258 3259 3260 3261 3262 3263 3264 3265
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
3266
    ac_tr_lib=HAVE_LIB`echo m | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3267
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3268 3269 3270 3271
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3272
  LIBS="-lm $LIBS"
3273 3274 3275 3276 3277

else
  echo "$ac_t""no" 1>&6
fi

3278
echo $ac_n "checking for main in -ldl""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
3279
echo "configure:3280: checking for main in -ldl" >&5
3280
ac_lib_var=`echo dl'_'main | sed 'y%./+-%__p_%'`
3281 3282 3283 3284
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
3285
LIBS="-ldl  $LIBS"
3286
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
3287
#line 3288 "configure"
3288 3289
#include "confdefs.h"

3290
int main() {
3291 3292 3293
main()
; return 0; }
EOF
P
Peter Eisentraut 已提交
3294
if { (eval echo configure:3295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3295 3296 3297
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3298 3299
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3300 3301 3302 3303 3304 3305 3306 3307 3308
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
3309
    ac_tr_lib=HAVE_LIB`echo dl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3310
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3311 3312 3313 3314
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3315
  LIBS="-ldl $LIBS"
3316 3317 3318 3319 3320

else
  echo "$ac_t""no" 1>&6
fi

3321
echo $ac_n "checking for main in -lsocket""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
3322
echo "configure:3323: checking for main in -lsocket" >&5
3323
ac_lib_var=`echo socket'_'main | sed 'y%./+-%__p_%'`
3324 3325 3326 3327
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
3328
LIBS="-lsocket  $LIBS"
3329
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
3330
#line 3331 "configure"
3331 3332
#include "confdefs.h"

3333
int main() {
3334 3335 3336
main()
; return 0; }
EOF
P
Peter Eisentraut 已提交
3337
if { (eval echo configure:3338: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3338 3339 3340
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3341 3342
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3343 3344 3345 3346 3347 3348 3349 3350 3351
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
3352
    ac_tr_lib=HAVE_LIB`echo socket | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3353
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3354 3355 3356 3357
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3358
  LIBS="-lsocket $LIBS"
3359 3360 3361 3362 3363

else
  echo "$ac_t""no" 1>&6
fi

3364
echo $ac_n "checking for main in -lnsl""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
3365
echo "configure:3366: checking for main in -lnsl" >&5
3366
ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
3367 3368 3369 3370
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
3371
LIBS="-lnsl  $LIBS"
3372
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
3373
#line 3374 "configure"
3374 3375
#include "confdefs.h"

3376
int main() {
3377 3378 3379
main()
; return 0; }
EOF
P
Peter Eisentraut 已提交
3380
if { (eval echo configure:3381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3381 3382 3383
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3384 3385
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3386 3387 3388 3389 3390 3391 3392 3393 3394
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
3395
    ac_tr_lib=HAVE_LIB`echo nsl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3396
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3397 3398 3399 3400
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3401
  LIBS="-lnsl $LIBS"
3402 3403 3404 3405 3406

else
  echo "$ac_t""no" 1>&6
fi

3407
echo $ac_n "checking for main in -lipc""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
3408
echo "configure:3409: checking for main in -lipc" >&5
3409
ac_lib_var=`echo ipc'_'main | sed 'y%./+-%__p_%'`
3410 3411 3412 3413
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
3414
LIBS="-lipc  $LIBS"
3415
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
3416
#line 3417 "configure"
3417 3418
#include "confdefs.h"

3419
int main() {
3420 3421 3422
main()
; return 0; }
EOF
P
Peter Eisentraut 已提交
3423
if { (eval echo configure:3424: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3424 3425 3426
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3427 3428
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3429 3430 3431 3432 3433 3434 3435 3436 3437
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
3438
    ac_tr_lib=HAVE_LIB`echo ipc | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3439
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3440 3441 3442 3443
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3444
  LIBS="-lipc $LIBS"
3445 3446 3447 3448 3449

else
  echo "$ac_t""no" 1>&6
fi

3450
echo $ac_n "checking for main in -lIPC""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
3451
echo "configure:3452: checking for main in -lIPC" >&5
3452
ac_lib_var=`echo IPC'_'main | sed 'y%./+-%__p_%'`
3453 3454 3455 3456
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
3457
LIBS="-lIPC  $LIBS"
3458
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
3459
#line 3460 "configure"
3460 3461
#include "confdefs.h"

3462
int main() {
3463 3464 3465
main()
; return 0; }
EOF
P
Peter Eisentraut 已提交
3466
if { (eval echo configure:3467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3467 3468 3469
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3470 3471
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3472 3473 3474 3475 3476 3477 3478 3479 3480
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
3481
    ac_tr_lib=HAVE_LIB`echo IPC | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3482
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3483 3484 3485 3486
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3487
  LIBS="-lIPC $LIBS"
3488 3489 3490 3491 3492

else
  echo "$ac_t""no" 1>&6
fi

3493
echo $ac_n "checking for main in -llc""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
3494
echo "configure:3495: checking for main in -llc" >&5
3495
ac_lib_var=`echo lc'_'main | sed 'y%./+-%__p_%'`
3496 3497 3498 3499
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
3500
LIBS="-llc  $LIBS"
3501
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
3502
#line 3503 "configure"
3503 3504
#include "confdefs.h"

3505
int main() {
3506 3507 3508
main()
; return 0; }
EOF
P
Peter Eisentraut 已提交
3509
if { (eval echo configure:3510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3510 3511 3512
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3513 3514
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3515 3516 3517 3518 3519 3520 3521 3522 3523
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
3524
    ac_tr_lib=HAVE_LIB`echo lc | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3525
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3526 3527 3528 3529
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3530
  LIBS="-llc $LIBS"
3531 3532 3533 3534 3535

else
  echo "$ac_t""no" 1>&6
fi

3536
echo $ac_n "checking for main in -ldld""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
3537
echo "configure:3538: checking for main in -ldld" >&5
3538
ac_lib_var=`echo dld'_'main | sed 'y%./+-%__p_%'`
3539 3540 3541 3542
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
3543
LIBS="-ldld  $LIBS"
3544
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
3545
#line 3546 "configure"
3546 3547
#include "confdefs.h"

3548
int main() {
3549 3550 3551
main()
; return 0; }
EOF
P
Peter Eisentraut 已提交
3552
if { (eval echo configure:3553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3553 3554 3555
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3556 3557
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3558 3559 3560 3561 3562 3563 3564 3565 3566
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
3567
    ac_tr_lib=HAVE_LIB`echo dld | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3568
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3569 3570 3571 3572
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3573
  LIBS="-ldld $LIBS"
3574 3575 3576 3577 3578

else
  echo "$ac_t""no" 1>&6
fi

3579
echo $ac_n "checking for main in -lln""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
3580
echo "configure:3581: checking for main in -lln" >&5
3581
ac_lib_var=`echo ln'_'main | sed 'y%./+-%__p_%'`
3582 3583 3584 3585
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
3586
LIBS="-lln  $LIBS"
3587
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
3588
#line 3589 "configure"
3589 3590
#include "confdefs.h"

3591
int main() {
3592 3593 3594
main()
; return 0; }
EOF
P
Peter Eisentraut 已提交
3595
if { (eval echo configure:3596: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3596 3597 3598
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3599 3600
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3601 3602 3603 3604 3605 3606 3607 3608 3609
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
3610
    ac_tr_lib=HAVE_LIB`echo ln | sed -e 's/[^a-zA-Z0-9_]/_/g' \
3611
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3612 3613 3614 3615
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

3616
  LIBS="-lln $LIBS"
3617 3618 3619 3620 3621

else
  echo "$ac_t""no" 1>&6
fi

3622
echo $ac_n "checking for main in -lld""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
3623
echo "configure:3624: checking for main in -lld" >&5
3624
ac_lib_var=`echo ld'_'main | sed 'y%./+-%__p_%'`
3625 3626 3627 3628 3629 3630
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lld  $LIBS"
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
3631
#line 3632 "configure"
3632 3633
#include "confdefs.h"

3634
int main() {
3635 3636 3637
main()
; return 0; }
EOF
P
Peter Eisentraut 已提交
3638
if { (eval echo configure:3639: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3639 3640 3641
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
3642 3643
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
3644 3645 3646 3647 3648 3649 3650 3651 3652
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
3653 3654
    ac_tr_lib=HAVE_LIB`echo ld | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
3655 3656 3657 3658 3659 3660 3661 3662 3663 3664
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lld $LIBS"

else
  echo "$ac_t""no" 1>&6
fi

3665
echo $ac_n "checking for main in -lcompat""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
3666
echo "configure:3667: checking for main in -lcompat" >&5
3667 3668 3669 3670 3671 3672 3673
ac_lib_var=`echo compat'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lcompat  $LIBS"
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
3674
#line 3675 "configure"
3675 3676 3677 3678 3679 3680
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
P
Peter Eisentraut 已提交
3681
if { (eval echo configure:3682: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo compat | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lcompat $LIBS"

else
  echo "$ac_t""no" 1>&6
fi

echo $ac_n "checking for main in -lBSD""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
3709
echo "configure:3710: checking for main in -lBSD" >&5
3710 3711 3712 3713 3714 3715 3716
ac_lib_var=`echo BSD'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lBSD  $LIBS"
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
3717
#line 3718 "configure"
3718 3719 3720 3721 3722 3723
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
P
Peter Eisentraut 已提交
3724
if { (eval echo configure:3725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo BSD | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lBSD $LIBS"

else
  echo "$ac_t""no" 1>&6
fi

echo $ac_n "checking for main in -lgen""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
3752
echo "configure:3753: checking for main in -lgen" >&5
3753 3754 3755 3756 3757 3758 3759
ac_lib_var=`echo gen'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lgen  $LIBS"
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
3760
#line 3761 "configure"
3761 3762 3763 3764 3765 3766
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
P
Peter Eisentraut 已提交
3767
if { (eval echo configure:3768: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo gen | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lgen $LIBS"

else
  echo "$ac_t""no" 1>&6
fi

echo $ac_n "checking for main in -lPW""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
3795
echo "configure:3796: checking for main in -lPW" >&5
3796 3797 3798 3799 3800 3801 3802
ac_lib_var=`echo PW'_'main | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lPW  $LIBS"
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
3803
#line 3804 "configure"
3804 3805 3806 3807 3808 3809
#include "confdefs.h"

int main() {
main()
; return 0; }
EOF
P
Peter Eisentraut 已提交
3810
if { (eval echo configure:3811: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo PW | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lPW $LIBS"

else
  echo "$ac_t""no" 1>&6
fi


echo $ac_n "checking for library containing crypt""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
3839
echo "configure:3840: checking for library containing crypt" >&5
3840 3841 3842 3843 3844 3845
if eval "test \"`echo '$''{'ac_cv_search_crypt'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_func_search_save_LIBS="$LIBS"
ac_cv_search_crypt="no"
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
3846
#line 3847 "configure"
3847 3848 3849 3850 3851 3852 3853 3854 3855 3856
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char crypt();

int main() {
crypt()
; return 0; }
EOF
P
Peter Eisentraut 已提交
3857
if { (eval echo configure:3858: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3858 3859 3860 3861 3862 3863 3864 3865 3866 3867
  rm -rf conftest*
  ac_cv_search_crypt="none required"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
fi
rm -f conftest*
test "$ac_cv_search_crypt" = "no" && for i in crypt; do
LIBS="-l$i  $ac_func_search_save_LIBS"
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
3868
#line 3869 "configure"
3869 3870 3871 3872 3873 3874 3875 3876 3877 3878
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char crypt();

int main() {
crypt()
; return 0; }
EOF
P
Peter Eisentraut 已提交
3879
if { (eval echo configure:3880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899
  rm -rf conftest*
  ac_cv_search_crypt="-l$i"
break
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
fi
rm -f conftest*
done
LIBS="$ac_func_search_save_LIBS"
fi

echo "$ac_t""$ac_cv_search_crypt" 1>&6
if test "$ac_cv_search_crypt" != "no"; then
  test "$ac_cv_search_crypt" = "none required" || LIBS="$ac_cv_search_crypt $LIBS"
  
else :
  
fi
echo $ac_n "checking for inflate in -lz""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
3900
echo "configure:3901: checking for inflate in -lz" >&5
3901 3902 3903 3904 3905 3906 3907
ac_lib_var=`echo z'_'inflate | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lz  $LIBS"
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
3908
#line 3909 "configure"
3909 3910 3911 3912 3913 3914 3915 3916 3917 3918
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char inflate();

int main() {
inflate()
; return 0; }
EOF
P
Peter Eisentraut 已提交
3919
if { (eval echo configure:3920: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo z | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lz $LIBS"

else
  echo "$ac_t""no" 1>&6
fi


if test "$with_krb4" = yes ; then
  echo $ac_n "checking for des_encrypt in -ldes""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
3949
echo "configure:3950: checking for des_encrypt in -ldes" >&5
3950 3951 3952 3953 3954 3955 3956
ac_lib_var=`echo des'_'des_encrypt | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-ldes  $LIBS"
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
3957
#line 3958 "configure"
3958 3959 3960 3961 3962 3963 3964 3965 3966 3967
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char des_encrypt();

int main() {
des_encrypt()
; return 0; }
EOF
P
Peter Eisentraut 已提交
3968
if { (eval echo configure:3969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo des | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-ldes $LIBS"

else
  echo "$ac_t""no" 1>&6
{ echo "configure: error: library \`des' is required for Kerberos 4" 1>&2; exit 1; }
fi

  echo $ac_n "checking for krb_sendauth in -lkrb""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
3997
echo "configure:3998: checking for krb_sendauth in -lkrb" >&5
3998 3999 4000 4001 4002 4003 4004
ac_lib_var=`echo krb'_'krb_sendauth | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lkrb  $LIBS"
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4005
#line 4006 "configure"
4006 4007 4008 4009 4010 4011 4012 4013 4014 4015
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char krb_sendauth();

int main() {
krb_sendauth()
; return 0; }
EOF
P
Peter Eisentraut 已提交
4016
if { (eval echo configure:4017: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo krb | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

  LIBS="-lkrb $LIBS"

else
  echo "$ac_t""no" 1>&6
{ echo "configure: error: library \`krb' is required for Kerberos 4" 1>&2; exit 1; }
fi

fi

if test "$with_krb5" = yes ; then
  echo $ac_n "checking for main in -lcom_err""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4048
echo "configure:4049: checking for main in -lcom_err" >&5
4049
ac_lib_var=`echo com_err'_'main | sed 'y%./+-%__p_%'`
4050 4051 4052 4053
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
4054
LIBS="-lcom_err  $LIBS"
4055
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4056
#line 4057 "configure"
4057 4058
#include "confdefs.h"

4059
int main() {
4060 4061 4062
main()
; return 0; }
EOF
P
Peter Eisentraut 已提交
4063
if { (eval echo configure:4064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4064 4065 4066
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
4067 4068
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4069 4070 4071 4072 4073 4074 4075 4076 4077
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
4078
    ac_tr_lib=HAVE_LIB`echo com_err | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4079
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4080 4081 4082 4083
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

4084
  LIBS="-lcom_err $LIBS"
4085 4086 4087

else
  echo "$ac_t""no" 1>&6
4088
{ echo "configure: error: library \`com_err' is required for Kerberos 5" 1>&2; exit 1; }
4089 4090
fi

4091
  echo $ac_n "checking for main in -lcrypto""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4092
echo "configure:4093: checking for main in -lcrypto" >&5
4093
ac_lib_var=`echo crypto'_'main | sed 'y%./+-%__p_%'`
4094 4095 4096 4097
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
4098
LIBS="-lcrypto  $LIBS"
4099
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4100
#line 4101 "configure"
4101 4102
#include "confdefs.h"

4103
int main() {
4104 4105 4106
main()
; return 0; }
EOF
P
Peter Eisentraut 已提交
4107
if { (eval echo configure:4108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4108 4109 4110
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
4111 4112
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4113 4114 4115 4116 4117 4118 4119 4120 4121
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
4122
    ac_tr_lib=HAVE_LIB`echo crypto | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4123
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
4124 4125 4126 4127
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

4128
  LIBS="-lcrypto $LIBS"
4129 4130 4131

else
  echo "$ac_t""no" 1>&6
4132
{ echo "configure: error: library \`crypto' is required for Kerberos 5" 1>&2; exit 1; }
4133 4134
fi

4135
  echo $ac_n "checking for main in -lkrb5""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4136
echo "configure:4137: checking for main in -lkrb5" >&5
4137
ac_lib_var=`echo krb5'_'main | sed 'y%./+-%__p_%'`
M
Marc G. Fournier 已提交
4138 4139 4140 4141
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
4142
LIBS="-lkrb5  $LIBS"
M
Marc G. Fournier 已提交
4143
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4144
#line 4145 "configure"
M
Marc G. Fournier 已提交
4145 4146
#include "confdefs.h"

4147
int main() {
M
Marc G. Fournier 已提交
4148 4149 4150
main()
; return 0; }
EOF
P
Peter Eisentraut 已提交
4151
if { (eval echo configure:4152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
M
Marc G. Fournier 已提交
4152 4153 4154
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
4155 4156
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
M
Marc G. Fournier 已提交
4157 4158 4159 4160 4161 4162 4163 4164 4165
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
4166
    ac_tr_lib=HAVE_LIB`echo krb5 | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4167
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
M
Marc G. Fournier 已提交
4168 4169 4170 4171
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

4172
  LIBS="-lkrb5 $LIBS"
M
Marc G. Fournier 已提交
4173 4174 4175

else
  echo "$ac_t""no" 1>&6
4176
{ echo "configure: error: library \`krb5' is required for Kerberos 5" 1>&2; exit 1; }
M
Marc G. Fournier 已提交
4177 4178
fi

4179 4180 4181 4182
fi

if test "$with_openssl" = yes ; then
    echo $ac_n "checking for CRYPTO_new_ex_data in -lcrypto""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4183
echo "configure:4184: checking for CRYPTO_new_ex_data in -lcrypto" >&5
4184
ac_lib_var=`echo crypto'_'CRYPTO_new_ex_data | sed 'y%./+-%__p_%'`
4185 4186 4187 4188
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
4189
LIBS="-lcrypto  $LIBS"
4190
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4191
#line 4192 "configure"
4192
#include "confdefs.h"
4193 4194 4195 4196
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char CRYPTO_new_ex_data();
4197 4198

int main() {
4199
CRYPTO_new_ex_data()
4200 4201
; return 0; }
EOF
P
Peter Eisentraut 已提交
4202
if { (eval echo configure:4203: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
4217
    ac_tr_lib=HAVE_LIB`echo crypto | sed -e 's/[^a-zA-Z0-9_]/_/g' \
4218 4219 4220 4221 4222
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
EOF

4223
  LIBS="-lcrypto $LIBS"
4224 4225 4226

else
  echo "$ac_t""no" 1>&6
4227
{ echo "configure: error: library \`ssl' is required for OpenSSL" 1>&2; exit 1; }
4228 4229
fi

4230
  echo $ac_n "checking for SSL_library_init in -lssl""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4231
echo "configure:4232: checking for SSL_library_init in -lssl" >&5
4232 4233
ac_lib_var=`echo ssl'_'SSL_library_init | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4234 4235
  echo $ac_n "(cached) $ac_c" 1>&6
else
4236 4237
  ac_save_LIBS="$LIBS"
LIBS="-lssl  $LIBS"
4238
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4239
#line 4240 "configure"
4240
#include "confdefs.h"
4241 4242 4243
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
4244
char SSL_library_init();
4245 4246

int main() {
4247
SSL_library_init()
4248 4249
; return 0; }
EOF
P
Peter Eisentraut 已提交
4250
if { (eval echo configure:4251: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4251
  rm -rf conftest*
4252
  eval "ac_cv_lib_$ac_lib_var=yes"
4253 4254 4255
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4256 4257
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
4258 4259
fi
rm -f conftest*
4260
LIBS="$ac_save_LIBS"
4261

4262 4263 4264 4265 4266 4267 4268
fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_lib=HAVE_LIB`echo ssl | sed -e 's/[^a-zA-Z0-9_]/_/g' \
    -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
  cat >> confdefs.h <<EOF
#define $ac_tr_lib 1
4269
EOF
4270 4271 4272

  LIBS="-lssl $LIBS"

4273
else
4274 4275
  echo "$ac_t""no" 1>&6
{ echo "configure: error: library \`ssl' is required for OpenSSL" 1>&2; exit 1; }
4276 4277
fi

4278
fi
M
Marc G. Fournier 已提交
4279

4280

4281 4282 4283
##
## Header files
##
4284
for ac_hdr in crypt.h dld.h endian.h fp_class.h getopt.h ieeefp.h netinet/tcp.h pwd.h sys/ipc.h sys/pstat.h sys/select.h sys/sem.h sys/socket.h sys/shm.h sys/types.h sys/un.h termios.h kernel/OS.h kernel/image.h SupportDefs.h
4285
do
4286
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4287
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4288
echo "configure:4289: checking for $ac_hdr" >&5
4289 4290 4291 4292
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4293
#line 4294 "configure"
4294 4295 4296 4297
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
P
Peter Eisentraut 已提交
4298
{ (eval echo configure:4299: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4299
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
  cat >> confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
 
else
  echo "$ac_t""no" 1>&6
fi
done

4324 4325

for ac_hdr in readline/readline.h readline.h
4326 4327 4328
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4329
echo "configure:4330: checking for $ac_hdr" >&5
4330 4331 4332 4333
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4334
#line 4335 "configure"
4335 4336 4337 4338
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
P
Peter Eisentraut 已提交
4339
{ (eval echo configure:4340: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4340
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4341 4342 4343 4344 4345
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
4346 4347
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4348 4349 4350 4351 4352 4353 4354
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
4355
    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4356 4357 4358
  cat >> confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
4359
 break
4360 4361 4362 4363 4364
else
  echo "$ac_t""no" 1>&6
fi
done

4365
for ac_hdr in readline/history.h history.h
4366
do
4367
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4368
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4369
echo "configure:4370: checking for $ac_hdr" >&5
4370 4371 4372 4373
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4374
#line 4375 "configure"
4375 4376 4377 4378
#include "confdefs.h"
#include <$ac_hdr>
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
P
Peter Eisentraut 已提交
4379
{ (eval echo configure:4380: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4380
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4381 4382 4383 4384 4385
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
4386 4387
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4388 4389 4390 4391 4392 4393 4394
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
4395
    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
4396 4397 4398
  cat >> confdefs.h <<EOF
#define $ac_tr_hdr 1
EOF
4399
 break
4400 4401 4402 4403 4404
else
  echo "$ac_t""no" 1>&6
fi
done

4405 4406 4407 4408

if test "$with_krb4" = yes ; then
  ac_safe=`echo "krb.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for krb.h""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4409
echo "configure:4410: checking for krb.h" >&5
4410 4411 4412 4413
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4414
#line 4415 "configure"
4415
#include "confdefs.h"
4416
#include <krb.h>
4417 4418
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
P
Peter Eisentraut 已提交
4419
{ (eval echo configure:4420: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4420
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
4435
  :
4436 4437
else
  echo "$ac_t""no" 1>&6
4438
{ echo "configure: error: header file <krb.h> is required for Kerberos 4" 1>&2; exit 1; }
4439 4440
fi

4441 4442 4443 4444 4445
fi

if test "$with_krb5" = yes ; then
  ac_safe=`echo "krb5.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for krb5.h""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4446
echo "configure:4447: checking for krb5.h" >&5
4447 4448 4449 4450
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4451
#line 4452 "configure"
4452
#include "confdefs.h"
4453
#include <krb5.h>
4454 4455
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
P
Peter Eisentraut 已提交
4456
{ (eval echo configure:4457: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4457
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
4472
  :
4473 4474
else
  echo "$ac_t""no" 1>&6
4475
{ echo "configure: error: header file <krb5.h> is required for Kerberos 5" 1>&2; exit 1; }
4476 4477
fi

4478 4479
  ac_safe=`echo "com_err.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for com_err.h""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4480
echo "configure:4481: checking for com_err.h" >&5
4481 4482 4483 4484
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4485
#line 4486 "configure"
4486
#include "confdefs.h"
4487
#include <com_err.h>
4488 4489
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
P
Peter Eisentraut 已提交
4490
{ (eval echo configure:4491: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4491
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
4506
  :
4507 4508
else
  echo "$ac_t""no" 1>&6
4509
{ echo "configure: error: header file <com_err.h> is required for Kerberos 5" 1>&2; exit 1; }
4510 4511
fi

4512 4513 4514 4515 4516
fi

if test "$with_openssl" = yes ; then
  ac_safe=`echo "openssl/ssl.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for openssl/ssl.h""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4517
echo "configure:4518: checking for openssl/ssl.h" >&5
B
Bruce Momjian 已提交
4518 4519 4520 4521
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4522
#line 4523 "configure"
B
Bruce Momjian 已提交
4523
#include "confdefs.h"
4524
#include <openssl/ssl.h>
B
Bruce Momjian 已提交
4525 4526
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
P
Peter Eisentraut 已提交
4527
{ (eval echo configure:4528: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
B
Bruce Momjian 已提交
4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
4543
  :
B
Bruce Momjian 已提交
4544 4545
else
  echo "$ac_t""no" 1>&6
4546
{ echo "configure: error: header file <openssl/ssl.h> is required for OpenSSL" 1>&2; exit 1; }
B
Bruce Momjian 已提交
4547 4548
fi

4549 4550
  ac_safe=`echo "openssl/err.h" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for openssl/err.h""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4551
echo "configure:4552: checking for openssl/err.h" >&5
B
Bruce Momjian 已提交
4552 4553 4554 4555
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4556
#line 4557 "configure"
B
Bruce Momjian 已提交
4557
#include "confdefs.h"
4558
#include <openssl/err.h>
B
Bruce Momjian 已提交
4559 4560
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
P
Peter Eisentraut 已提交
4561
{ (eval echo configure:4562: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
B
Bruce Momjian 已提交
4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=yes"
else
  echo "$ac_err" >&5
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_header_$ac_safe=no"
fi
rm -f conftest*
fi
if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  echo "$ac_t""yes" 1>&6
4577
  :
B
Bruce Momjian 已提交
4578 4579
else
  echo "$ac_t""no" 1>&6
4580
{ echo "configure: error: header file <openssl/err.h> is required for OpenSSL" 1>&2; exit 1; }
B
Bruce Momjian 已提交
4581 4582
fi

4583 4584 4585 4586 4587 4588 4589
fi


##
## Types, structures, compiler characteristics
##
echo $ac_n "checking for working const""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4590
echo "configure:4591: checking for working const" >&5
4591
if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
B
Bruce Momjian 已提交
4592 4593 4594
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4595
#line 4596 "configure"
B
Bruce Momjian 已提交
4596
#include "confdefs.h"
4597

4598
int main() {
4599

4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619
/* Ultrix mips cc rejects this.  */
typedef int charset[2]; const charset x;
/* SunOS 4.1.1 cc rejects this.  */
char const *const *ccp;
char **p;
/* NEC SVR4.0.2 mips cc rejects this.  */
struct point {int x, y;};
static struct point const zero = {0,0};
/* AIX XL C 1.02.0.0 rejects this.
   It does not let you subtract one const X* pointer from another in an arm
   of an if-expression whose if-part is not a constant expression */
const char *g = "string";
ccp = &g + (g ? g-g : 0);
/* HPUX 7.0 cc rejects these. */
++ccp;
p = (char**) ccp;
ccp = (char const *const *) p;
{ /* SCO 3.2v4 cc rejects this.  */
  char *t;
  char const *s = 0 ? (char *) 0 : (char const *) 0;
4620

4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640
  *t++ = 0;
}
{ /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
  int x[] = {25, 17};
  const int *foo = &x[0];
  ++foo;
}
{ /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
  typedef const int *iptr;
  iptr p = 0;
  ++p;
}
{ /* AIX XL C 1.02.0.0 rejects this saying
     "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
  struct s { int j; const int *ap[3]; };
  struct s *b; b->j = 5;
}
{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
  const int foo = 10;
}
4641 4642 4643

; return 0; }
EOF
P
Peter Eisentraut 已提交
4644
if { (eval echo configure:4645: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4645
  rm -rf conftest*
4646
  ac_cv_c_const=yes
4647
else
4648 4649
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4650
  rm -rf conftest*
4651
  ac_cv_c_const=no
4652 4653 4654 4655
fi
rm -f conftest*
fi

4656 4657
echo "$ac_t""$ac_cv_c_const" 1>&6
if test $ac_cv_c_const = no; then
4658
  cat >> confdefs.h <<\EOF
4659
#define const 
4660 4661 4662 4663
EOF

fi

4664
echo $ac_n "checking for inline""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4665
echo "configure:4666: checking for inline" >&5
4666
if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
4667 4668
  echo $ac_n "(cached) $ac_c" 1>&6
else
4669 4670
  ac_cv_c_inline=no
for ac_kw in inline __inline__ __inline; do
4671
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4672
#line 4673 "configure"
4673 4674 4675
#include "confdefs.h"

int main() {
4676
} $ac_kw foo() {
4677 4678
; return 0; }
EOF
P
Peter Eisentraut 已提交
4679
if { (eval echo configure:4680: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4680
  rm -rf conftest*
4681
  ac_cv_c_inline=$ac_kw; break
4682 4683 4684 4685 4686
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
fi
rm -f conftest*
4687
done
4688 4689 4690

fi

4691 4692 4693 4694 4695
echo "$ac_t""$ac_cv_c_inline" 1>&6
case "$ac_cv_c_inline" in
  inline | yes) ;;
  no) cat >> confdefs.h <<\EOF
#define inline 
4696
EOF
4697 4698 4699
 ;;
  *)  cat >> confdefs.h <<EOF
#define inline $ac_cv_c_inline
4700
EOF
4701 4702
 ;;
esac
4703

4704

4705

4706
echo $ac_n "checking for preprocessor stringizing operator""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4707
echo "configure:4708: checking for preprocessor stringizing operator" >&5
4708
if eval "test \"`echo '$''{'ac_cv_c_stringize'+set}'`\" = set"; then
4709 4710
  echo $ac_n "(cached) $ac_c" 1>&6
else
4711
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4712
#line 4713 "configure"
4713
#include "confdefs.h"
4714

4715 4716 4717
#define x(y) #y

char *s = x(teststring);
4718 4719

EOF
4720 4721 4722 4723 4724 4725 4726 4727 4728
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "#teststring" >/dev/null 2>&1; then
  rm -rf conftest*
  ac_cv_c_stringize=no
else
  rm -rf conftest*
  ac_cv_c_stringize=yes
fi
rm -f conftest*
4729

4730
fi
4731

4732 4733 4734 4735 4736
if test "${ac_cv_c_stringize}" = yes
then
        cat >> confdefs.h <<\EOF
#define HAVE_STRINGIZE 1
EOF
4737

4738 4739
fi
echo "$ac_t""${ac_cv_c_stringize}" 1>&6
M
 
Marc G. Fournier 已提交
4740

4741
echo $ac_n "checking for signed types""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4742
echo "configure:4743: checking for signed types" >&5
4743 4744 4745 4746
if eval "test \"`echo '$''{'pgac_cv_c_signed'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4747
#line 4748 "configure"
4748 4749 4750 4751 4752 4753
#include "confdefs.h"

int main() {
signed char c; signed short s; signed int i;
; return 0; }
EOF
P
Peter Eisentraut 已提交
4754
if { (eval echo configure:4755: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773
  rm -rf conftest*
  pgac_cv_c_signed=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  pgac_cv_c_signed=no
fi
rm -f conftest*
fi

echo "$ac_t""$pgac_cv_c_signed" 1>&6
if test x"$pgac_cv_c_signed" = xno ; then
  cat >> confdefs.h <<\EOF
#define signed 
EOF

fi
echo $ac_n "checking for volatile""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4774
echo "configure:4775: checking for volatile" >&5
4775 4776 4777 4778
if eval "test \"`echo '$''{'pgac_cv_c_volatile'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4779
#line 4780 "configure"
4780 4781 4782 4783 4784 4785
#include "confdefs.h"

int main() {
extern volatile int i;
; return 0; }
EOF
P
Peter Eisentraut 已提交
4786
if { (eval echo configure:4787: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804
  rm -rf conftest*
  pgac_cv_c_volatile=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  pgac_cv_c_volatile=no
fi
rm -f conftest*
fi

echo "$ac_t""$pgac_cv_c_volatile" 1>&6
if test x"$pgac_cv_c_volatile" = xno ; then
  cat >> confdefs.h <<\EOF
#define volatile 
EOF

fi
4805
echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4806
echo "configure:4807: checking whether struct tm is in sys/time.h or time.h" >&5
4807
if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
4808 4809 4810
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4811
#line 4812 "configure"
4812
#include "confdefs.h"
4813
#include <sys/types.h>
4814
#include <time.h>
4815
int main() {
4816
struct tm *tp; tp->tm_sec;
4817 4818
; return 0; }
EOF
P
Peter Eisentraut 已提交
4819
if { (eval echo configure:4820: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4820
  rm -rf conftest*
4821
  ac_cv_struct_tm=time.h
4822 4823 4824 4825
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
4826
  ac_cv_struct_tm=sys/time.h
4827 4828
fi
rm -f conftest*
4829 4830
fi

4831 4832
echo "$ac_t""$ac_cv_struct_tm" 1>&6
if test $ac_cv_struct_tm = sys/time.h; then
4833
  cat >> confdefs.h <<\EOF
4834
#define TM_IN_SYS_TIME 1
4835 4836 4837 4838
EOF

fi

4839
echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4840
echo "configure:4841: checking for tm_zone in struct tm" >&5
4841 4842 4843 4844
if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4845
#line 4846 "configure"
4846
#include "confdefs.h"
4847 4848
#include <sys/types.h>
#include <$ac_cv_struct_tm>
4849
int main() {
4850
struct tm tm; tm.tm_zone;
4851 4852
; return 0; }
EOF
P
Peter Eisentraut 已提交
4853
if { (eval echo configure:4854: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4854
  rm -rf conftest*
4855
  ac_cv_struct_tm_zone=yes
4856 4857 4858 4859
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
4860
  ac_cv_struct_tm_zone=no
4861 4862
fi
rm -f conftest*
4863
fi
4864

4865 4866 4867 4868 4869 4870
echo "$ac_t""$ac_cv_struct_tm_zone" 1>&6
if test "$ac_cv_struct_tm_zone" = yes; then
  cat >> confdefs.h <<\EOF
#define HAVE_TM_ZONE 1
EOF

4871
else
4872
  echo $ac_n "checking for tzname""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4873
echo "configure:4874: checking for tzname" >&5
4874 4875
if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
4876
else
4877
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4878
#line 4879 "configure"
4879
#include "confdefs.h"
4880 4881 4882 4883 4884 4885 4886
#include <time.h>
#ifndef tzname /* For SGI.  */
extern char *tzname[]; /* RS6000 and others reject char **tzname.  */
#endif
int main() {
atoi(*tzname);
; return 0; }
4887
EOF
P
Peter Eisentraut 已提交
4888
if { (eval echo configure:4889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4889 4890
  rm -rf conftest*
  ac_cv_var_tzname=yes
4891
else
4892 4893
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4894 4895
  rm -rf conftest*
  ac_cv_var_tzname=no
4896
fi
4897
rm -f conftest*
4898 4899
fi

4900 4901 4902 4903 4904
echo "$ac_t""$ac_cv_var_tzname" 1>&6
  if test $ac_cv_var_tzname = yes; then
    cat >> confdefs.h <<\EOF
#define HAVE_TZNAME 1
EOF
4905

4906 4907
  fi
fi
4908

4909
echo $ac_n "checking for union semun""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4910
echo "configure:4911: checking for union semun" >&5
4911
if eval "test \"`echo '$''{'pgac_cv_union_semun'+set}'`\" = set"; then
4912 4913 4914
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4915
#line 4916 "configure"
4916 4917
#include "confdefs.h"
#include <sys/types.h>
4918 4919
#include <sys/ipc.h>
#include <sys/sem.h>
4920
int main() {
4921
union semun semun;
4922 4923
; return 0; }
EOF
P
Peter Eisentraut 已提交
4924
if { (eval echo configure:4925: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4925
  rm -rf conftest*
4926
  pgac_cv_union_semun=yes
4927
else
4928 4929
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
4930
  rm -rf conftest*
4931
  pgac_cv_union_semun=no
4932 4933 4934 4935
fi
rm -f conftest*
fi

4936 4937 4938
echo "$ac_t""$pgac_cv_union_semun" 1>&6
if test x"$pgac_cv_union_semun" = xyes ; then
  cat >> confdefs.h <<\EOF
4939
#define HAVE_UNION_SEMUN 1
4940 4941
EOF

4942
fi
4943
echo $ac_n "checking for struct sockaddr_un""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4944
echo "configure:4945: checking for struct sockaddr_un" >&5
4945 4946 4947 4948
if eval "test \"`echo '$''{'pgac_cv_struct_sockaddr_un'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4949
#line 4950 "configure"
4950
#include "confdefs.h"
B
Bruce Momjian 已提交
4951
#include <sys/types.h>
4952 4953 4954 4955 4956 4957 4958
#ifdef HAVE_SYS_UN_H
#include <sys/un.h>
#endif
int main() {
struct sockaddr_un un;
; return 0; }
EOF
P
Peter Eisentraut 已提交
4959
if { (eval echo configure:4960: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975
  rm -rf conftest*
  pgac_cv_struct_sockaddr_un=yes
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  pgac_cv_struct_sockaddr_un=no
fi
rm -f conftest*
fi

echo "$ac_t""$pgac_cv_struct_sockaddr_un" 1>&6
if test x"$pgac_cv_struct_sockaddr_un" = xyes; then
  cat >> confdefs.h <<\EOF
#define HAVE_STRUCT_SOCKADDR_UN 1
EOF
4976

4977
fi
4978

4979 4980 4981 4982
##
## Functions, global variables
##
echo $ac_n "checking for int timezone""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
4983
echo "configure:4984: checking for int timezone" >&5
4984
if eval "test \"`echo '$''{'pgac_cv_var_int_timezone'+set}'`\" = set"; then
4985 4986 4987
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
4988
#line 4989 "configure"
4989
#include "confdefs.h"
4990
#include <time.h>
4991
int main() {
4992
int res = timezone / 60;
4993 4994
; return 0; }
EOF
P
Peter Eisentraut 已提交
4995
if { (eval echo configure:4996: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4996
  rm -rf conftest*
4997
  pgac_cv_var_int_timezone=yes
4998
else
4999 5000
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
5001
  rm -rf conftest*
5002
  pgac_cv_var_int_timezone=no
5003 5004
fi
rm -f conftest*
M
Marc G. Fournier 已提交
5005
fi
5006

5007 5008
echo "$ac_t""$pgac_cv_var_int_timezone" 1>&6
if test x"$pgac_cv_var_int_timezone" = xyes ; then
5009
  cat >> confdefs.h <<\EOF
5010
#define HAVE_INT_TIMEZONE 
5011 5012 5013
EOF

fi
5014
echo $ac_n "checking types of arguments for accept()""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
5015
echo "configure:5016: checking types of arguments for accept()" >&5
5016
 if eval "test \"`echo '$''{'ac_cv_func_accept_arg1'+set}'`\" = set"; then
5017 5018
  echo $ac_n "(cached) $ac_c" 1>&6
else
5019 5020 5021 5022 5023 5024 5025
   if eval "test \"`echo '$''{'ac_cv_func_accept_arg2'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
    if eval "test \"`echo '$''{'ac_cv_func_accept_arg3'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
     for ac_cv_func_accept_arg1 in 'int' 'unsigned int'; do
5026 5027
     for ac_cv_func_accept_arg2 in 'struct sockaddr *' 'const struct sockaddr *' 'void *'; do
      for ac_cv_func_accept_arg3 in 'int' 'size_t' 'socklen_t' 'unsigned int'; do
5028
       cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
5029
#line 5030 "configure"
5030
#include "confdefs.h"
5031 5032 5033 5034 5035
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
5036
#endif
5037 5038
extern accept ($ac_cv_func_accept_arg1, $ac_cv_func_accept_arg2, $ac_cv_func_accept_arg3 *);
int main() {
5039 5040 5041

; return 0; }
EOF
P
Peter Eisentraut 已提交
5042
if { (eval echo configure:5043: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5043
  rm -rf conftest*
5044
  ac_not_found=no; break 3
5045
else
5046 5047
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
5048
  rm -rf conftest*
5049
  ac_not_found=yes
5050 5051
fi
rm -f conftest*
5052 5053 5054
      done
     done
    done
5055 5056 5057
    if test "$ac_not_found" = yes; then
      { echo "configure: error: could not determine argument types" 1>&2; exit 1; }
    fi
5058 5059 5060 5061 5062
   
fi
  
fi
 
M
Marc G. Fournier 已提交
5063
fi
5064 5065 5066 5067
 echo "$ac_t""$ac_cv_func_accept_arg1, $ac_cv_func_accept_arg2, $ac_cv_func_accept_arg3 *" 1>&6
 cat >> confdefs.h <<EOF
#define ACCEPT_TYPE_ARG1 $ac_cv_func_accept_arg1
EOF
5068

5069 5070
 cat >> confdefs.h <<EOF
#define ACCEPT_TYPE_ARG2 $ac_cv_func_accept_arg2
5071 5072
EOF

5073 5074 5075
 cat >> confdefs.h <<EOF
#define ACCEPT_TYPE_ARG3 $ac_cv_func_accept_arg3
EOF
5076 5077


5078
echo $ac_n "checking whether gettimeofday takes only one argument""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
5079
echo "configure:5080: checking whether gettimeofday takes only one argument" >&5
5080
if eval "test \"`echo '$''{'pgac_cv_func_gettimeofday_1arg'+set}'`\" = set"; then
5081 5082 5083
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
5084
#line 5085 "configure"
5085
#include "confdefs.h"
5086
#include <sys/time.h>
5087
int main() {
5088 5089 5090
struct timeval *tp;
struct timezone *tzp;
gettimeofday(tp,tzp);
5091 5092
; return 0; }
EOF
P
Peter Eisentraut 已提交
5093
if { (eval echo configure:5094: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5094
  rm -rf conftest*
5095
  pgac_cv_func_gettimeofday_1arg=no
5096
else
5097 5098
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
5099
  rm -rf conftest*
5100
  pgac_cv_func_gettimeofday_1arg=yes
5101 5102
fi
rm -f conftest*
M
Marc G. Fournier 已提交
5103
fi
5104

5105 5106 5107 5108
echo "$ac_t""$pgac_cv_func_gettimeofday_1arg" 1>&6
if test x"$pgac_cv_func_gettimeofday_1arg" = xyes ; then
  cat >> confdefs.h <<\EOF
#define GETTIMEOFDAY_1ARG 
5109
EOF
5110

5111 5112
fi

5113
echo $ac_n "checking for fcntl(F_SETLK)""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
5114
echo "configure:5115: checking for fcntl(F_SETLK)" >&5
5115 5116 5117
case $host_os in
  linux*)       echo "$ac_t""broken on Linux" 1>&6 ;;
  *)
5118
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
5119
#line 5120 "configure"
5120
#include "confdefs.h"
5121 5122
#include <stdio.h>
#include <fcntl.h>
5123

5124
int main() {
5125
struct flock lck;
5126 5127 5128
lck.l_whence = SEEK_SET; lck.l_start = lck.l_len = 0;
lck.l_type = F_WRLCK;
fcntl(0, F_SETLK, &lck);
5129 5130
; return 0; }
EOF
P
Peter Eisentraut 已提交
5131
if { (eval echo configure:5132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
B
Bruce Momjian 已提交
5132
  rm -rf conftest*
5133 5134 5135 5136
  cat >> confdefs.h <<\EOF
#define HAVE_FCNTL_SETLK 1
EOF
 echo "$ac_t""yes" 1>&6
B
Bruce Momjian 已提交
5137 5138 5139 5140
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
5141
  echo "$ac_t""no" 1>&6
B
Bruce Momjian 已提交
5142 5143
fi
rm -f conftest*
5144 5145
        ;;
esac
B
Bruce Momjian 已提交
5146

B
Bruce Momjian 已提交
5147
for ac_func in fcvt getopt_long memmove pstat setproctitle setsid sigprocmask sysconf waitpid dlopen
M
 
Marc G. Fournier 已提交
5148 5149
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
5150
echo "configure:5151: checking for $ac_func" >&5
M
 
Marc G. Fournier 已提交
5151 5152 5153 5154
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
5155
#line 5156 "configure"
M
 
Marc G. Fournier 已提交
5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char $ac_func(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char $ac_func();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
$ac_func();
#endif

; return 0; }
EOF
P
Peter Eisentraut 已提交
5178
if { (eval echo configure:5179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
M
 
Marc G. Fournier 已提交
5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201
  rm -rf conftest*
  eval "ac_cv_func_$ac_func=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_$ac_func=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  cat >> confdefs.h <<EOF
#define $ac_tr_func 1
EOF
 
else
  echo "$ac_t""no" 1>&6
fi
done

5202 5203

echo $ac_n "checking for PS_STRINGS""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
5204
echo "configure:5205: checking for PS_STRINGS" >&5
5205 5206 5207 5208
if eval "test \"`echo '$''{'pgac_cv_var_PS_STRINGS'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
5209
#line 5210 "configure"
5210
#include "confdefs.h"
5211 5212 5213
#include <machine/vmparam.h>
#include <sys/exec.h>

5214 5215 5216 5217 5218
int main() {
PS_STRINGS->ps_nargvstr = 1;
PS_STRINGS->ps_argvstr = "foo";
; return 0; }
EOF
P
Peter Eisentraut 已提交
5219
if { (eval echo configure:5220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5220
  rm -rf conftest*
5221
  pgac_cv_var_PS_STRINGS=yes
5222 5223 5224 5225
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
5226
  pgac_cv_var_PS_STRINGS=no
M
 
Marc G. Fournier 已提交
5227
fi
5228
rm -f conftest*
5229 5230 5231 5232 5233 5234 5235 5236 5237
fi

echo "$ac_t""$pgac_cv_var_PS_STRINGS" 1>&6
if test "$pgac_cv_var_PS_STRINGS" = yes ; then
  cat >> confdefs.h <<\EOF
#define HAVE_PS_STRINGS 
EOF

fi
M
 
Marc G. Fournier 已提交
5238

5239
SNPRINTF=''
M
 
Marc G. Fournier 已提交
5240
echo $ac_n "checking for snprintf""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
5241
echo "configure:5242: checking for snprintf" >&5
M
 
Marc G. Fournier 已提交
5242 5243 5244 5245
if eval "test \"`echo '$''{'ac_cv_func_snprintf'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
5246
#line 5247 "configure"
M
 
Marc G. Fournier 已提交
5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char snprintf(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char snprintf();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_snprintf) || defined (__stub___snprintf)
choke me
#else
snprintf();
#endif

; return 0; }
EOF
P
Peter Eisentraut 已提交
5269
if { (eval echo configure:5270: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
M
 
Marc G. Fournier 已提交
5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288
  rm -rf conftest*
  eval "ac_cv_func_snprintf=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_snprintf=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'snprintf`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_SNPRINTF 1
EOF

else
  echo "$ac_t""no" 1>&6
M
 
Marc G. Fournier 已提交
5289
SNPRINTF='snprintf.o'
M
 
Marc G. Fournier 已提交
5290 5291
fi

5292
echo $ac_n "checking for vsnprintf""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
5293
echo "configure:5294: checking for vsnprintf" >&5
5294 5295 5296 5297
if eval "test \"`echo '$''{'ac_cv_func_vsnprintf'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
5298
#line 5299 "configure"
5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char vsnprintf(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char vsnprintf();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_vsnprintf) || defined (__stub___vsnprintf)
choke me
#else
vsnprintf();
#endif

; return 0; }
EOF
P
Peter Eisentraut 已提交
5321
if { (eval echo configure:5322: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343
  rm -rf conftest*
  eval "ac_cv_func_vsnprintf=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_vsnprintf=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'vsnprintf`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_VSNPRINTF 1
EOF

else
  echo "$ac_t""no" 1>&6
SNPRINTF='snprintf.o'
fi

M
 
Marc G. Fournier 已提交
5344

5345
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
5346
#line 5347 "configure"
5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360
#include "confdefs.h"
#include <stdio.h>
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "snprintf" >/dev/null 2>&1; then
  rm -rf conftest*
  cat >> confdefs.h <<\EOF
#define HAVE_SNPRINTF_DECL 1
EOF

fi
rm -f conftest*

cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
5361
#line 5362 "configure"
5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374
#include "confdefs.h"
#include <stdio.h>
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "vsnprintf" >/dev/null 2>&1; then
  rm -rf conftest*
  cat >> confdefs.h <<\EOF
#define HAVE_VSNPRINTF_DECL 1
EOF

fi
rm -f conftest*

5375 5376

# do this one the hard way in case isinf() is a macro
5377
echo $ac_n "checking for isinf""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
5378
echo "configure:5379: checking for isinf" >&5
5379
if eval "test \"`echo '$''{'ac_cv_func_isinf'+set}'`\" = set"; then
5380 5381 5382
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
5383
#line 5384 "configure"
5384
#include "confdefs.h"
5385
#include <math.h>
5386

5387
int main() {
5388
double x = 0.0; int res = isinf(x);
5389 5390
; return 0; }
EOF
P
Peter Eisentraut 已提交
5391
if { (eval echo configure:5392: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5392
  rm -rf conftest*
5393
  ac_cv_func_isinf=yes
5394 5395 5396 5397
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
5398
  ac_cv_func_isinf=no
5399 5400 5401 5402
fi
rm -f conftest*
fi

5403 5404 5405
echo "$ac_t""$ac_cv_func_isinf" 1>&6

if test $ac_cv_func_isinf = yes ; then
5406 5407 5408 5409
  cat >> confdefs.h <<\EOF
#define HAVE_ISINF 1
EOF

5410
  ISINF=
5411
else
5412
  ISINF='isinf.o'
5413 5414 5415 5416
  # Look for a way to implement a substitute for isinf()
  for ac_func in fpclass fp_class fp_class_d class
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
5417
echo "configure:5418: checking for $ac_func" >&5
5418 5419 5420 5421
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
5422
#line 5423 "configure"
5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char $ac_func(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char $ac_func();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
choke me
#else
$ac_func();
#endif

; return 0; }
EOF
P
Peter Eisentraut 已提交
5445
if { (eval echo configure:5446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468
  rm -rf conftest*
  eval "ac_cv_func_$ac_func=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_$ac_func=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  echo "$ac_t""yes" 1>&6
    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  cat >> confdefs.h <<EOF
#define $ac_tr_func 1
EOF
 break
else
  echo "$ac_t""no" 1>&6
fi
done

5469 5470
fi

5471

5472
echo $ac_n "checking for getrusage""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
5473
echo "configure:5474: checking for getrusage" >&5
5474 5475 5476 5477
if eval "test \"`echo '$''{'ac_cv_func_getrusage'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
5478
#line 5479 "configure"
5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char getrusage(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char getrusage();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_getrusage) || defined (__stub___getrusage)
choke me
#else
getrusage();
#endif

; return 0; }
EOF
P
Peter Eisentraut 已提交
5501
if { (eval echo configure:5502: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523
  rm -rf conftest*
  eval "ac_cv_func_getrusage=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_getrusage=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'getrusage`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_GETRUSAGE 1
EOF

else
  echo "$ac_t""no" 1>&6
GETRUSAGE='getrusage.o'
fi

5524

5525
echo $ac_n "checking for srandom""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
5526
echo "configure:5527: checking for srandom" >&5
5527 5528 5529 5530
if eval "test \"`echo '$''{'ac_cv_func_srandom'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
5531
#line 5532 "configure"
5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char srandom(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char srandom();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_srandom) || defined (__stub___srandom)
choke me
#else
srandom();
#endif

; return 0; }
EOF
P
Peter Eisentraut 已提交
5554
if { (eval echo configure:5555: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576
  rm -rf conftest*
  eval "ac_cv_func_srandom=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_srandom=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'srandom`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_SRANDOM 1
EOF

else
  echo "$ac_t""no" 1>&6
SRANDOM='srandom.o'
fi

5577

5578
echo $ac_n "checking for gethostname""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
5579
echo "configure:5580: checking for gethostname" >&5
5580 5581 5582 5583
if eval "test \"`echo '$''{'ac_cv_func_gethostname'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
5584
#line 5585 "configure"
5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char gethostname(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char gethostname();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_gethostname) || defined (__stub___gethostname)
choke me
#else
gethostname();
#endif

; return 0; }
EOF
P
Peter Eisentraut 已提交
5607
if { (eval echo configure:5608: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629
  rm -rf conftest*
  eval "ac_cv_func_gethostname=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_gethostname=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'gethostname`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_GETHOSTNAME 1
EOF

else
  echo "$ac_t""no" 1>&6
GETHOSTNAME='gethostname.o'
fi

5630

5631
echo $ac_n "checking for random""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
5632
echo "configure:5633: checking for random" >&5
5633 5634 5635 5636
if eval "test \"`echo '$''{'ac_cv_func_random'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
5637
#line 5638 "configure"
5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char random(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char random();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_random) || defined (__stub___random)
choke me
#else
random();
#endif

; return 0; }
EOF
P
Peter Eisentraut 已提交
5660
if { (eval echo configure:5661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679
  rm -rf conftest*
  eval "ac_cv_func_random=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_random=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'random`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_RANDOM 1
EOF

else
  echo "$ac_t""no" 1>&6
5680
MISSING_RANDOM='random.o'
5681 5682
fi

5683

5684
echo $ac_n "checking for inet_aton""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
5685
echo "configure:5686: checking for inet_aton" >&5
5686 5687 5688 5689
if eval "test \"`echo '$''{'ac_cv_func_inet_aton'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
5690
#line 5691 "configure"
5691 5692 5693 5694 5695 5696 5697 5698 5699
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char inet_aton(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char inet_aton();

5700
int main() {
5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_inet_aton) || defined (__stub___inet_aton)
choke me
#else
inet_aton();
#endif

; return 0; }
EOF
P
Peter Eisentraut 已提交
5713
if { (eval echo configure:5714: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5714 5715 5716
  rm -rf conftest*
  eval "ac_cv_func_inet_aton=yes"
else
5717 5718
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
5719 5720 5721 5722
  rm -rf conftest*
  eval "ac_cv_func_inet_aton=no"
fi
rm -f conftest*
M
Marc G. Fournier 已提交
5723
fi
5724

5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735
if eval "test \"`echo '$ac_cv_func_'inet_aton`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_INET_ATON 1
EOF

else
  echo "$ac_t""no" 1>&6
INET_ATON='inet_aton.o'
fi

5736

B
Bruce Momjian 已提交
5737
echo $ac_n "checking for strerror""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
5738
echo "configure:5739: checking for strerror" >&5
B
Bruce Momjian 已提交
5739 5740 5741 5742
if eval "test \"`echo '$''{'ac_cv_func_strerror'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
5743
#line 5744 "configure"
B
Bruce Momjian 已提交
5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763 5764 5765
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strerror(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char strerror();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strerror) || defined (__stub___strerror)
choke me
#else
strerror();
#endif

; return 0; }
EOF
P
Peter Eisentraut 已提交
5766
if { (eval echo configure:5767: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
B
Bruce Momjian 已提交
5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779 5780 5781 5782 5783 5784 5785 5786 5787 5788 5789 5790
  rm -rf conftest*
  eval "ac_cv_func_strerror=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_strerror=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'strerror`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_STRERROR 1
EOF

else
  echo "$ac_t""no" 1>&6
STRERROR='strerror.o' STRERROR2='../../backend/port/strerror.o'
fi



5791
echo $ac_n "checking for strdup""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
5792
echo "configure:5793: checking for strdup" >&5
5793 5794 5795 5796
if eval "test \"`echo '$''{'ac_cv_func_strdup'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
5797
#line 5798 "configure"
5798 5799 5800 5801 5802 5803 5804 5805 5806
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strdup(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char strdup();

5807
int main() {
5808 5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 5819

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strdup) || defined (__stub___strdup)
choke me
#else
strdup();
#endif

; return 0; }
EOF
P
Peter Eisentraut 已提交
5820
if { (eval echo configure:5821: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5821 5822 5823
  rm -rf conftest*
  eval "ac_cv_func_strdup=yes"
else
5824 5825
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
5826 5827 5828 5829
  rm -rf conftest*
  eval "ac_cv_func_strdup=no"
fi
rm -f conftest*
M
Marc G. Fournier 已提交
5830
fi
5831

5832 5833
if eval "test \"`echo '$ac_cv_func_'strdup`\" = yes"; then
  echo "$ac_t""yes" 1>&6
5834
  cat >> confdefs.h <<\EOF
5835 5836 5837
#define HAVE_STRDUP 1
EOF

5838 5839
else
  echo "$ac_t""no" 1>&6
5840
STRDUP='../../utils/strdup.o'
5841 5842
fi

5843

5844
echo $ac_n "checking for strtol""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
5845
echo "configure:5846: checking for strtol" >&5
5846 5847 5848 5849
if eval "test \"`echo '$''{'ac_cv_func_strtol'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
5850
#line 5851 "configure"
5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strtol(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char strtol();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strtol) || defined (__stub___strtol)
choke me
#else
strtol();
#endif

; return 0; }
EOF
P
Peter Eisentraut 已提交
5873
if { (eval echo configure:5874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5874 5875 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892
  rm -rf conftest*
  eval "ac_cv_func_strtol=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_strtol=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'strtol`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_STRTOL 1
EOF

else
  echo "$ac_t""no" 1>&6
M
Marc G. Fournier 已提交
5893
STRTOL='strtol.o'
5894 5895
fi

M
Marc G. Fournier 已提交
5896 5897

echo $ac_n "checking for strtoul""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
5898
echo "configure:5899: checking for strtoul" >&5
M
Marc G. Fournier 已提交
5899 5900 5901 5902
if eval "test \"`echo '$''{'ac_cv_func_strtoul'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
5903
#line 5904 "configure"
M
Marc G. Fournier 已提交
5904 5905 5906 5907 5908 5909 5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strtoul(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char strtoul();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strtoul) || defined (__stub___strtoul)
choke me
#else
strtoul();
#endif

; return 0; }
EOF
P
Peter Eisentraut 已提交
5926
if { (eval echo configure:5927: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
M
Marc G. Fournier 已提交
5927 5928 5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949
  rm -rf conftest*
  eval "ac_cv_func_strtoul=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_strtoul=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'strtoul`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_STRTOUL 1
EOF

else
  echo "$ac_t""no" 1>&6
STRTOL='strtoul.o'
fi


5950
echo $ac_n "checking for strcasecmp""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
5951
echo "configure:5952: checking for strcasecmp" >&5
5952 5953 5954 5955
if eval "test \"`echo '$''{'ac_cv_func_strcasecmp'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
5956
#line 5957 "configure"
5957 5958 5959 5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 5973 5974 5975 5976 5977 5978
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strcasecmp(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char strcasecmp();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strcasecmp) || defined (__stub___strcasecmp)
choke me
#else
strcasecmp();
#endif

; return 0; }
EOF
P
Peter Eisentraut 已提交
5979
if { (eval echo configure:5980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5980 5981 5982 5983 5984 5985 5986 5987 5988 5989 5990 5991 5992 5993 5994 5995 5996 5997 5998 5999 6000 6001
  rm -rf conftest*
  eval "ac_cv_func_strcasecmp=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_strcasecmp=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'strcasecmp`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_STRCASECMP 1
EOF

else
  echo "$ac_t""no" 1>&6
STRCASECMP='strcasecmp.o'
fi

6002

6003
echo $ac_n "checking for cbrt""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
6004
echo "configure:6005: checking for cbrt" >&5
6005 6006 6007 6008
if eval "test \"`echo '$''{'ac_cv_func_cbrt'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
6009
#line 6010 "configure"
6010 6011 6012 6013 6014 6015 6016 6017 6018
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char cbrt(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char cbrt();

6019
int main() {
6020 6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 6031

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_cbrt) || defined (__stub___cbrt)
choke me
#else
cbrt();
#endif

; return 0; }
EOF
P
Peter Eisentraut 已提交
6032
if { (eval echo configure:6033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6033 6034 6035
  rm -rf conftest*
  eval "ac_cv_func_cbrt=yes"
else
6036 6037
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
6038 6039 6040 6041
  rm -rf conftest*
  eval "ac_cv_func_cbrt=no"
fi
rm -f conftest*
M
Marc G. Fournier 已提交
6042
fi
6043

6044 6045 6046 6047 6048 6049 6050 6051
if eval "test \"`echo '$ac_cv_func_'cbrt`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_CBRT 1
EOF

else
  echo "$ac_t""no" 1>&6
6052
echo $ac_n "checking for cbrt in -lm""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
6053
echo "configure:6054: checking for cbrt in -lm" >&5
6054
ac_lib_var=`echo m'_'cbrt | sed 'y%./+-%__p_%'`
6055 6056 6057 6058 6059 6060
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
LIBS="-lm  $LIBS"
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
6061
#line 6062 "configure"
6062 6063 6064 6065 6066 6067
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char cbrt();

6068
int main() {
6069 6070 6071
cbrt()
; return 0; }
EOF
P
Peter Eisentraut 已提交
6072
if { (eval echo configure:6073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6073 6074 6075
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
6076 6077
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
6078 6079 6080 6081 6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_CBRT 1
EOF

else
  echo "$ac_t""no" 1>&6
fi

fi

6097 6098 6099 6100

# On HPUX 9, rint() is not in regular libm.a but in /lib/pa1.1/libm.a;
# this hackery with HPUXMATHLIB allows us to cope.
HPUXMATHLIB=""
6101
case $host_cpu in
6102 6103 6104 6105 6106 6107 6108
  hppa1.1) 
	if [ -r /lib/pa1.1/libm.a ] ; then
	    HPUXMATHLIB="-L /lib/pa1.1 -lm"
	fi ;;
esac


6109
echo $ac_n "checking for rint""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
6110
echo "configure:6111: checking for rint" >&5
6111 6112 6113 6114
if eval "test \"`echo '$''{'ac_cv_func_rint'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
6115
#line 6116 "configure"
6116 6117 6118 6119 6120 6121 6122 6123 6124
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char rint(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char rint();

6125
int main() {
6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_rint) || defined (__stub___rint)
choke me
#else
rint();
#endif

; return 0; }
EOF
P
Peter Eisentraut 已提交
6138
if { (eval echo configure:6139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6139 6140 6141
  rm -rf conftest*
  eval "ac_cv_func_rint=yes"
else
6142 6143
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
6144 6145 6146 6147
  rm -rf conftest*
  eval "ac_cv_func_rint=no"
fi
rm -f conftest*
M
Marc G. Fournier 已提交
6148
fi
6149

6150 6151 6152 6153 6154 6155 6156 6157
if eval "test \"`echo '$ac_cv_func_'rint`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_RINT 1
EOF

else
  echo "$ac_t""no" 1>&6
6158
echo $ac_n "checking for rint in -lm""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
6159
echo "configure:6160: checking for rint in -lm" >&5
6160
ac_lib_var=`echo m'_'rint | sed 'y%./+-%__p_%'`
6161 6162 6163 6164
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  ac_save_LIBS="$LIBS"
6165
LIBS="-lm $HPUXMATHLIB $LIBS"
6166
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
6167
#line 6168 "configure"
6168 6169 6170 6171 6172 6173
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char rint();

6174
int main() {
6175 6176 6177
rint()
; return 0; }
EOF
P
Peter Eisentraut 已提交
6178
if { (eval echo configure:6179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6179 6180 6181
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=yes"
else
6182 6183
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
6184 6185 6186 6187 6188 6189 6190 6191 6192 6193 6194 6195 6196 6197 6198 6199 6200 6201 6202 6203
  rm -rf conftest*
  eval "ac_cv_lib_$ac_lib_var=no"
fi
rm -f conftest*
LIBS="$ac_save_LIBS"

fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define HAVE_RINT 1
EOF

else
  echo "$ac_t""no" 1>&6
fi

fi


6204

P
Peter Eisentraut 已提交
6205 6206 6207 6208 6209
# Readline versions < 2.1 don't have rl_completion_append_character
echo $ac_n "checking for rl_completion_append_character""... $ac_c" 1>&6
echo "configure:6208: checking for rl_completion_append_character" >&5
cat > conftest.$ac_ext <<EOF
#line 6210 "configure"
6210
#include "confdefs.h"
P
Peter Eisentraut 已提交
6211 6212 6213 6214 6215 6216 6217 6218 6219 6220
#include <stdio.h>
#ifdef HAVE_READLINE_H
# include <readline.h>
#endif
#ifdef HAVE_READLINE_READLINE_H
# include <readline/readline.h>
#endif
int main() {
rl_completion_append_character = 'x';
; return 0; }
6221
EOF
P
Peter Eisentraut 已提交
6222
if { (eval echo configure:6223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6223
  rm -rf conftest*
P
Peter Eisentraut 已提交
6224 6225
  echo "$ac_t""yes" 1>&6
cat >> confdefs.h <<\EOF
6226 6227 6228
#define HAVE_RL_COMPLETION_APPEND_CHARACTER 1
EOF

B
Bruce Momjian 已提交
6229 6230 6231 6232
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
P
Peter Eisentraut 已提交
6233
  echo "$ac_t""no" 1>&6
B
Bruce Momjian 已提交
6234 6235 6236
fi
rm -f conftest*

P
Peter Eisentraut 已提交
6237

P
Peter Eisentraut 已提交
6238 6239 6240 6241 6242 6243 6244 6245 6246 6247
# Check whether readline's filename_completion_function is declared.
# Some prehistoric versions of readline, in particular those shipped
# with earlier Cygwins don't have this declared, although it's in the
# library.
echo $ac_n "checking whether filename_completion_function is declared""... $ac_c" 1>&6
echo "configure:6244: checking whether filename_completion_function is declared" >&5
if test "$ac_cv_header_readline_h" = yes; then
    _readline_header='readline.h'
elif test "$ac_cv_header_readline_readline_h" = yes; then
    _readline_header='readline/readline.h'
P
Peter Eisentraut 已提交
6248
else
P
Peter Eisentraut 已提交
6249 6250 6251 6252
    _readline_header='xxx'
fi
cat > conftest.$ac_ext <<EOF
#line 6253 "configure"
P
Peter Eisentraut 已提交
6253
#include "confdefs.h"
P
Peter Eisentraut 已提交
6254
#include <$_readline_header>
P
Peter Eisentraut 已提交
6255 6256 6257 6258 6259 6260 6261 6262
EOF
if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "filename_completion_function" >/dev/null 2>&1; then
  rm -rf conftest*
  cat >> confdefs.h <<\EOF
#define HAVE_FILENAME_COMPLETION_FUNCTION_DECL 1
EOF

P
Peter Eisentraut 已提交
6263
echo "$ac_t""yes" 1>&6
P
Peter Eisentraut 已提交
6264
else
P
Peter Eisentraut 已提交
6265
  rm -rf conftest*
P
Peter Eisentraut 已提交
6266 6267
  echo "$ac_t""no" 1>&6
fi
P
Peter Eisentraut 已提交
6268
rm -f conftest*
P
Peter Eisentraut 已提交
6269 6270 6271



B
Bruce Momjian 已提交
6272

6273
echo $ac_n "checking for finite""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
6274
echo "configure:6275: checking for finite" >&5
6275
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
6276
#line 6277 "configure"
6277 6278 6279 6280 6281 6282
#include "confdefs.h"
#include <math.h>
int main() {
int dummy=finite(1.0);
; return 0; }
EOF
P
Peter Eisentraut 已提交
6283
if { (eval echo configure:6284: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6284 6285 6286 6287 6288 6289 6290 6291 6292 6293 6294 6295 6296
  rm -rf conftest*
  cat >> confdefs.h <<\EOF
#define HAVE_FINITE 1
EOF
 echo "$ac_t""yes" 1>&6
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  echo "$ac_t""no" 1>&6
fi
rm -f conftest*

6297
echo $ac_n "checking for sigsetjmp""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
6298
echo "configure:6299: checking for sigsetjmp" >&5
6299
cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
6300
#line 6301 "configure"
6301 6302 6303 6304 6305 6306
#include "confdefs.h"
#include <setjmp.h>
int main() {
sigjmp_buf x; sigsetjmp(x, 1);
; return 0; }
EOF
P
Peter Eisentraut 已提交
6307
if { (eval echo configure:6308: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6308 6309 6310 6311 6312 6313 6314 6315 6316 6317 6318 6319 6320
  rm -rf conftest*
  cat >> confdefs.h <<\EOF
#define HAVE_SIGSETJMP 1
EOF
 echo "$ac_t""yes" 1>&6
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  echo "$ac_t""no" 1>&6
fi
rm -f conftest*

6321 6322 6323 6324 6325 6326

# Check whether --enable-syslog was given
if test x"${enable_syslog+set}" = xset; then
  case $enable_syslog in
    yes)
      echo $ac_n "checking for syslog""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
6327
echo "configure:6328: checking for syslog" >&5
6328 6329 6330 6331
if eval "test \"`echo '$''{'ac_cv_func_syslog'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
6332
#line 6333 "configure"
6333 6334 6335 6336 6337 6338 6339 6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 6350 6351 6352 6353 6354
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char syslog(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char syslog();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_syslog) || defined (__stub___syslog)
choke me
#else
syslog();
#endif

; return 0; }
EOF
P
Peter Eisentraut 已提交
6355
if { (eval echo configure:6356: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 6366 6367 6368 6369 6370 6371 6372 6373 6374 6375 6376 6377
  rm -rf conftest*
  eval "ac_cv_func_syslog=yes"
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
  eval "ac_cv_func_syslog=no"
fi
rm -f conftest*
fi

if eval "test \"`echo '$ac_cv_func_'syslog`\" = yes"; then
  echo "$ac_t""yes" 1>&6
  cat >> confdefs.h <<\EOF
#define ENABLE_SYSLOG 1
EOF

else
  echo "$ac_t""no" 1>&6
{ echo "configure: error: no syslog interface found" 1>&2; exit 1; }
fi

6378 6379 6380 6381 6382 6383 6384 6385 6386 6387 6388
      ;;
    no)
      :
      ;;
    *)
      enableval=$enable_syslog
      { echo "configure: error: no argument expected for --enable-syslog option" 1>&2; exit 1; }
      ;;
  esac # $enable_syslog
else
  enable_syslog=no
6389 6390 6391 6392

fi


6393

6394
echo $ac_n "checking whether long int is 64 bits""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
6395
echo "configure:6396: checking whether long int is 64 bits" >&5
6396 6397 6398 6399 6400 6401
if eval "test \"`echo '$''{'pgac_cv_type_long_int_64'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
  pgac_cv_type_long_int_64=no
echo "configure: warning: 64 bit arithmetic disabled when cross-compiling" 1>&2
6402 6403
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
6404
#line 6405 "configure"
6405 6406 6407
#include "confdefs.h"
typedef long int int64;

6408 6409
/*
 * These are globals to discourage the compiler from folding all the
6410 6411
 * arithmetic tests down to compile-time constants.
 */
6412 6413 6414 6415 6416 6417 6418 6419
int64 a = 20000001;
int64 b = 40000005;

int does_int64_work()
{
  int64 c,d;

  if (sizeof(int64) != 8)
6420
    return 0;			/* definitely not the right size */
6421

6422
  /* Do perfunctory checks to see if 64-bit arithmetic seems to work */
6423 6424 6425 6426 6427 6428 6429 6430 6431 6432
  c = a * b;
  d = (c + b) / b;
  if (d != a+1)
    return 0;
  return 1;
}
main() {
  exit(! does_int64_work());
}
EOF
P
Peter Eisentraut 已提交
6433
if { (eval echo configure:6434: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6434
then
6435
  pgac_cv_type_long_int_64=yes
6436 6437 6438 6439
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
6440
  pgac_cv_type_long_int_64=no
6441 6442 6443 6444
fi
rm -fr conftest*
fi

6445
fi
6446

6447 6448 6449 6450 6451 6452 6453 6454 6455 6456 6457 6458 6459
echo "$ac_t""$pgac_cv_type_long_int_64" 1>&6

HAVE_LONG_INT_64=$pgac_cv_type_long_int_64
if test x"$pgac_cv_type_long_int_64" = xyes ; then
  cat >> confdefs.h <<\EOF
#define HAVE_LONG_INT_64 
EOF

fi


if test x"$HAVE_LONG_INT_64" = x"no" ; then
  echo $ac_n "checking whether long long int is 64 bits""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
6460
echo "configure:6461: checking whether long long int is 64 bits" >&5
6461 6462 6463 6464 6465 6466
if eval "test \"`echo '$''{'pgac_cv_type_long_long_int_64'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
  pgac_cv_type_long_long_int_64=no
echo "configure: warning: 64 bit arithmetic disabled when cross-compiling" 1>&2
6467 6468
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
6469
#line 6470 "configure"
6470 6471 6472
#include "confdefs.h"
typedef long long int int64;

6473 6474
/*
 * These are globals to discourage the compiler from folding all the
6475 6476
 * arithmetic tests down to compile-time constants.
 */
6477 6478 6479 6480 6481 6482 6483 6484
int64 a = 20000001;
int64 b = 40000005;

int does_int64_work()
{
  int64 c,d;

  if (sizeof(int64) != 8)
6485
    return 0;			/* definitely not the right size */
6486

6487
  /* Do perfunctory checks to see if 64-bit arithmetic seems to work */
6488 6489 6490 6491 6492 6493 6494 6495 6496 6497
  c = a * b;
  d = (c + b) / b;
  if (d != a+1)
    return 0;
  return 1;
}
main() {
  exit(! does_int64_work());
}
EOF
P
Peter Eisentraut 已提交
6498
if { (eval echo configure:6499: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6499
then
6500
  pgac_cv_type_long_long_int_64=yes
6501 6502 6503 6504
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
6505
  pgac_cv_type_long_long_int_64=no
6506 6507 6508 6509
fi
rm -fr conftest*
fi

6510 6511
fi

6512 6513 6514 6515 6516 6517 6518 6519 6520 6521 6522 6523 6524
echo "$ac_t""$pgac_cv_type_long_long_int_64" 1>&6

HAVE_LONG_LONG_INT_64=$pgac_cv_type_long_long_int_64
if test x"$pgac_cv_type_long_long_int_64" = xyes ; then
  cat >> confdefs.h <<\EOF
#define HAVE_LONG_LONG_INT_64 
EOF

fi

fi


6525

P
Peter Eisentraut 已提交
6526
if [ x"$HAVE_LONG_LONG_INT_64" = xyes ] ; then
6527
  if [ x$SNPRINTF = x ] ; then
M
 
Marc G. Fournier 已提交
6528
    echo $ac_n "checking whether snprintf handles 'long long int' as %lld""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
6529
echo "configure:6530: checking whether snprintf handles 'long long int' as %lld" >&5
6530
    if test "$cross_compiling" = yes; then
6531 6532 6533 6534 6535
   echo "$ac_t""assuming not on target machine" 1>&6
	# Force usage of our own snprintf, since we cannot test foreign snprintf
	SNPRINTF='snprintf.o'
	INT64_FORMAT='"%lld"'
  
6536 6537
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
6538
#line 6539 "configure"
6539 6540 6541 6542 6543 6544 6545 6546 6547 6548 6549 6550 6551 6552 6553 6554 6555 6556 6557 6558 6559 6560 6561 6562 6563 6564
#include "confdefs.h"
#include <stdio.h>
typedef long long int int64;
#define INT64_FORMAT "%lld"

int64 a = 20000001;
int64 b = 40000005;

int does_int64_snprintf_work()
{
  int64 c;
  char buf[100];

  if (sizeof(int64) != 8)
    return 0;			/* doesn't look like the right size */

  c = a * b;
  snprintf(buf, 100, INT64_FORMAT, c);
  if (strcmp(buf, "800000140000005") != 0)
    return 0;			/* either multiply or snprintf is busted */
  return 1;
}
main() {
  exit(! does_int64_snprintf_work());
}
EOF
P
Peter Eisentraut 已提交
6565
if { (eval echo configure:6566: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6566
then
M
 
Marc G. Fournier 已提交
6567
   echo "$ac_t""yes" 1>&6
6568 6569
	  INT64_FORMAT='"%lld"'
	
6570 6571 6572 6573
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
M
 
Marc G. Fournier 已提交
6574 6575
   echo "$ac_t""no" 1>&6
    echo $ac_n "checking whether snprintf handles 'long long int' as %qd""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
6576
echo "configure:6577: checking whether snprintf handles 'long long int' as %qd" >&5 
M
 
Marc G. Fournier 已提交
6577
    if test "$cross_compiling" = yes; then
6578 6579 6580 6581 6582
   echo "$ac_t""assuming not on target machine" 1>&6
	# Force usage of our own snprintf, since we cannot test foreign snprintf
	SNPRINTF='snprintf.o'
	INT64_FORMAT='"%lld"'
  
M
 
Marc G. Fournier 已提交
6583 6584
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
6585
#line 6586 "configure"
M
 
Marc G. Fournier 已提交
6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 6601 6602 6603 6604 6605 6606 6607 6608 6609 6610 6611
#include "confdefs.h"
#include <stdio.h>
typedef long long int int64;
#define INT64_FORMAT "%qd"
   
int64 a = 20000001;
int64 b = 40000005;
   
int does_int64_snprintf_work()
{  
  int64 c;
  char buf[100];

  if (sizeof(int64) != 8)
    return 0;     /* doesn't look like the right size */

  c = a * b;
  snprintf(buf, 100, INT64_FORMAT, c);
  if (strcmp(buf, "800000140000005") != 0)
    return 0;     /* either multiply or snprintf is busted */
  return 1;
}
main() {
  exit(! does_int64_snprintf_work());
}
EOF
P
Peter Eisentraut 已提交
6612
if { (eval echo configure:6613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
M
 
Marc G. Fournier 已提交
6613
then
6614 6615 6616
   echo "$ac_t""yes" 1>&6
    INT64_FORMAT='"%qd"'
  
M
 
Marc G. Fournier 已提交
6617 6618 6619 6620
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
6621 6622 6623 6624 6625
   echo "$ac_t""no" 1>&6
	# Force usage of our own snprintf, since system snprintf is broken
	SNPRINTF='snprintf.o'
	INT64_FORMAT='"%lld"'
  
M
 
Marc G. Fournier 已提交
6626 6627 6628 6629
fi
rm -fr conftest*
fi
 
6630 6631 6632 6633
fi
rm -fr conftest*
fi

6634 6635 6636 6637 6638 6639 6640
  else
    # here if we previously decided we needed to use our own snprintf
    INT64_FORMAT='"%lld"'
  fi
else
  # Here if we are not using 'long long int' at all
  INT64_FORMAT='"%ld"'
6641 6642
fi

6643 6644 6645 6646 6647
cat >> confdefs.h <<EOF
#define INT64_FORMAT $INT64_FORMAT
EOF


6648 6649


6650
echo $ac_n "checking alignment of short""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
6651
echo "configure:6652: checking alignment of short" >&5
6652
if eval "test \"`echo '$''{'pgac_cv_alignof_short'+set}'`\" = set"; then
6653 6654 6655
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
6656
  pgac_cv_alignof_short='sizeof(short)'
6657 6658
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
6659
#line 6660 "configure"
6660 6661 6662 6663 6664 6665 6666 6667 6668 6669 6670
#include "confdefs.h"
#include <stdio.h>
struct { char filler; short field; } mystruct;
main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) exit(1);
  fprintf(f, "%d\n", ((char*) & mystruct.field) - ((char*) & mystruct));
  exit(0);
}
EOF
P
Peter Eisentraut 已提交
6671
if { (eval echo configure:6672: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6672
then
6673
  pgac_cv_alignof_short=`cat conftestval`
6674 6675 6676 6677
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
6678
  pgac_cv_alignof_short='sizeof(short)'
6679 6680 6681 6682 6683
fi
rm -fr conftest*
fi

fi
6684
echo "$ac_t""$pgac_cv_alignof_short" 1>&6
6685
cat >> confdefs.h <<EOF
6686
#define ALIGNOF_SHORT $pgac_cv_alignof_short
6687 6688 6689 6690
EOF


echo $ac_n "checking alignment of int""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
6691
echo "configure:6692: checking alignment of int" >&5
6692
if eval "test \"`echo '$''{'pgac_cv_alignof_int'+set}'`\" = set"; then
6693 6694 6695
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
6696
  pgac_cv_alignof_int='sizeof(int)'
6697 6698
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
6699
#line 6700 "configure"
6700 6701 6702 6703 6704 6705 6706 6707 6708 6709 6710
#include "confdefs.h"
#include <stdio.h>
struct { char filler; int field; } mystruct;
main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) exit(1);
  fprintf(f, "%d\n", ((char*) & mystruct.field) - ((char*) & mystruct));
  exit(0);
}
EOF
P
Peter Eisentraut 已提交
6711
if { (eval echo configure:6712: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6712
then
6713
  pgac_cv_alignof_int=`cat conftestval`
6714 6715 6716 6717
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
6718
  pgac_cv_alignof_int='sizeof(int)'
6719 6720 6721 6722 6723
fi
rm -fr conftest*
fi

fi
6724
echo "$ac_t""$pgac_cv_alignof_int" 1>&6
6725
cat >> confdefs.h <<EOF
6726
#define ALIGNOF_INT $pgac_cv_alignof_int
6727 6728 6729 6730
EOF


echo $ac_n "checking alignment of long""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
6731
echo "configure:6732: checking alignment of long" >&5
6732
if eval "test \"`echo '$''{'pgac_cv_alignof_long'+set}'`\" = set"; then
6733 6734 6735
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
6736
  pgac_cv_alignof_long='sizeof(long)'
6737 6738
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
6739
#line 6740 "configure"
6740 6741 6742 6743 6744 6745 6746 6747 6748 6749 6750
#include "confdefs.h"
#include <stdio.h>
struct { char filler; long field; } mystruct;
main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) exit(1);
  fprintf(f, "%d\n", ((char*) & mystruct.field) - ((char*) & mystruct));
  exit(0);
}
EOF
P
Peter Eisentraut 已提交
6751
if { (eval echo configure:6752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6752
then
6753
  pgac_cv_alignof_long=`cat conftestval`
6754 6755 6756 6757
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
6758
  pgac_cv_alignof_long='sizeof(long)'
6759 6760 6761 6762 6763
fi
rm -fr conftest*
fi

fi
6764
echo "$ac_t""$pgac_cv_alignof_long" 1>&6
6765
cat >> confdefs.h <<EOF
6766
#define ALIGNOF_LONG $pgac_cv_alignof_long
6767 6768 6769
EOF


P
Peter Eisentraut 已提交
6770
if [ x"$HAVE_LONG_LONG_INT_64" = xyes ] ; then
6771
  echo $ac_n "checking alignment of long long int""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
6772
echo "configure:6773: checking alignment of long long int" >&5
6773
if eval "test \"`echo '$''{'pgac_cv_alignof_long_long_int'+set}'`\" = set"; then
6774 6775 6776
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
6777
  pgac_cv_alignof_long_long_int='sizeof(long long int)'
6778 6779
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
6780
#line 6781 "configure"
6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791
#include "confdefs.h"
#include <stdio.h>
struct { char filler; long long int field; } mystruct;
main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) exit(1);
  fprintf(f, "%d\n", ((char*) & mystruct.field) - ((char*) & mystruct));
  exit(0);
}
EOF
P
Peter Eisentraut 已提交
6792
if { (eval echo configure:6793: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6793
then
6794
  pgac_cv_alignof_long_long_int=`cat conftestval`
6795 6796 6797 6798
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
6799
  pgac_cv_alignof_long_long_int='sizeof(long long int)'
6800 6801 6802 6803 6804
fi
rm -fr conftest*
fi

fi
6805
echo "$ac_t""$pgac_cv_alignof_long_long_int" 1>&6
6806
cat >> confdefs.h <<EOF
6807
#define ALIGNOF_LONG_LONG_INT $pgac_cv_alignof_long_long_int
6808 6809 6810 6811 6812
EOF


fi
echo $ac_n "checking alignment of double""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
6813
echo "configure:6814: checking alignment of double" >&5
6814
if eval "test \"`echo '$''{'pgac_cv_alignof_double'+set}'`\" = set"; then
6815 6816 6817
  echo $ac_n "(cached) $ac_c" 1>&6
else
  if test "$cross_compiling" = yes; then
6818
  pgac_cv_alignof_double='sizeof(double)'
6819 6820
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
6821
#line 6822 "configure"
6822 6823 6824 6825 6826 6827 6828 6829 6830 6831 6832
#include "confdefs.h"
#include <stdio.h>
struct { char filler; double field; } mystruct;
main()
{
  FILE *f=fopen("conftestval", "w");
  if (!f) exit(1);
  fprintf(f, "%d\n", ((char*) & mystruct.field) - ((char*) & mystruct));
  exit(0);
}
EOF
P
Peter Eisentraut 已提交
6833
if { (eval echo configure:6834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6834
then
6835
  pgac_cv_alignof_double=`cat conftestval`
6836 6837 6838 6839
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -fr conftest*
6840
  pgac_cv_alignof_double='sizeof(double)'
6841 6842 6843 6844 6845
fi
rm -fr conftest*
fi

fi
6846
echo "$ac_t""$pgac_cv_alignof_double" 1>&6
6847
cat >> confdefs.h <<EOF
6848
#define ALIGNOF_DOUBLE $pgac_cv_alignof_double
6849 6850 6851 6852 6853
EOF




6854 6855 6856 6857
if test $pgac_cv_alignof_double != 'sizeof(double)' ; then
  MAX_ALIGNOF=$pgac_cv_alignof_long
  if test $MAX_ALIGNOF -lt $pgac_cv_alignof_double ; then
    MAX_ALIGNOF=$pgac_cv_alignof_double
6858
  fi
P
Peter Eisentraut 已提交
6859
  if test x"$HAVE_LONG_LONG_INT_64" = xyes && test $MAX_ALIGNOF -lt $pgac_cv_alignof_long_long_int ; then
6860
    MAX_ALIGNOF="$pgac_cv_alignof_long_long_int"
6861 6862
  fi
else
6863
    MAX_ALIGNOF="$pgac_cv_alignof_double"
6864 6865 6866 6867 6868 6869
fi
cat >> confdefs.h <<EOF
#define MAXIMUM_ALIGNOF $MAX_ALIGNOF
EOF


6870
echo $ac_n "checking for POSIX signal interface""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
6871
echo "configure:6872: checking for POSIX signal interface" >&5
6872 6873 6874 6875
if eval "test \"`echo '$''{'pgac_cv_func_posix_signals'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  cat > conftest.$ac_ext <<EOF
P
Peter Eisentraut 已提交
6876
#line 6877 "configure"
6877 6878
#include "confdefs.h"
#include <signal.h>
6879

6880 6881 6882 6883 6884 6885 6886
int main() {
struct sigaction act, oact;
sigemptyset(&act.sa_mask);
act.sa_flags = SA_RESTART;
sigaction(0, &act, &oact);
; return 0; }
EOF
P
Peter Eisentraut 已提交
6887
if { (eval echo configure:6888: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6888
  rm -rf conftest*
6889
  pgac_cv_func_posix_signals=yes
6890 6891 6892 6893
else
  echo "configure: failed program was:" >&5
  cat conftest.$ac_ext >&5
  rm -rf conftest*
6894
  pgac_cv_func_posix_signals=no
6895 6896
fi
rm -f conftest*
6897 6898 6899 6900 6901 6902 6903 6904 6905 6906 6907
fi

echo "$ac_t""$pgac_cv_func_posix_signals" 1>&6
if test x"$pgac_cv_func_posix_signals" = xyes ; then
  cat >> confdefs.h <<\EOF
#define HAVE_POSIX_SIGNALS 
EOF

fi
HAVE_POSIX_SIGNALS=$pgac_cv_func_posix_signals

6908 6909


6910 6911 6912 6913 6914 6915
# Check for Tcl configuration script tclConfig.sh
if test "$with_tcl" = yes; then
    for ac_prog in tclsh tcl
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
B
Bruce Momjian 已提交
6916
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
6917
echo "configure:6918: checking for $ac_word" >&5
B
Bruce Momjian 已提交
6918 6919 6920 6921 6922 6923 6924
if eval "test \"`echo '$''{'ac_cv_path_TCLSH'+set}'`\" = set"; then
  echo $ac_n "(cached) $ac_c" 1>&6
else
  case "$TCLSH" in
  /*)
  ac_cv_path_TCLSH="$TCLSH" # Let the user override the test with a path.
  ;;
6925 6926 6927
  ?:/*)			 
  ac_cv_path_TCLSH="$TCLSH" # Let the user override the test with a dos path.
  ;;
B
Bruce Momjian 已提交
6928
  *)
6929 6930 6931
  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"
  ac_dummy="$PATH"
  for ac_dir in $ac_dummy; do 
B
Bruce Momjian 已提交
6932 6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946 6947
    test -z "$ac_dir" && ac_dir=.
    if test -f $ac_dir/$ac_word; then
      ac_cv_path_TCLSH="$ac_dir/$ac_word"
      break
    fi
  done
  IFS="$ac_save_ifs"
  ;;
esac
fi
TCLSH="$ac_cv_path_TCLSH"
if test -n "$TCLSH"; then
  echo "$ac_t""$TCLSH" 1>&6
else
  echo "$ac_t""no" 1>&6
fi
B
Bruce Momjian 已提交
6948

6949 6950
test -n "$TCLSH" && break
done
B
Bruce Momjian 已提交
6951

6952
echo $ac_n "checking for tclConfig.sh""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
6953
echo "configure:6954: checking for tclConfig.sh" >&5
6954 6955 6956
# Let user override test
if test -z "$TCL_CONFIG_SH"; then
    pgac_test_dirs="$with_tclconfig"
B
Bruce Momjian 已提交
6957

6958 6959 6960 6961
    set X $pgac_test_dirs; shift
    if test $# -eq 0; then
        test -z "$TCLSH" && { echo "configure: error: unable to locate tclConfig.sh because no Tcl shell was found" 1>&2; exit 1; }
        set X `echo 'puts $auto_path' | $TCLSH`; shift
B
Bruce Momjian 已提交
6962 6963
    fi

P
Peter Eisentraut 已提交
6964
    for pgac_dir do
6965 6966 6967 6968 6969
        if test -r "$pgac_dir/tclConfig.sh"; then
            TCL_CONFIG_SH=$pgac_dir/tclConfig.sh
            break
        fi
    done
B
Bruce Momjian 已提交
6970 6971
fi

6972 6973 6974 6975 6976 6977
if test -z "$TCL_CONFIG_SH"; then
    echo "$ac_t""no" 1>&6
    { echo "configure: error: file \`tclConfig.sh' is required for Tcl" 1>&2; exit 1; }
else
    echo "$ac_t""$TCL_CONFIG_SH" 1>&6
fi
6978

B
Bruce Momjian 已提交
6979 6980


6981
fi
6982

6983 6984 6985
# Check for Tk configuration script tkConfig.sh
if test "$with_tk" = yes; then
    echo $ac_n "checking for tkConfig.sh""... $ac_c" 1>&6
P
Peter Eisentraut 已提交
6986
echo "configure:6987: checking for tkConfig.sh" >&5
6987 6988 6989
# Let user override test
if test -z "$TK_CONFIG_SH"; then
    pgac_test_dirs="$with_tkconfig $with_tclconfig"
6990

6991 6992 6993 6994 6995
    set X $pgac_test_dirs; shift
    if test $# -eq 0; then
        test -z "$TCLSH" && { echo "configure: error: unable to locate tkConfig.sh because no Tcl shell was found" 1>&2; exit 1; }
        set X `echo 'puts $auto_path' | $TCLSH`; shift
    fi
6996

P
Peter Eisentraut 已提交
6997
    for pgac_dir do
6998 6999 7000 7001 7002
        if test -r "$pgac_dir/tkConfig.sh"; then
            TK_CONFIG_SH=$pgac_dir/tkConfig.sh
            break
        fi
    done
7003 7004
fi

7005 7006 7007
if test -z "$TK_CONFIG_SH"; then
    echo "$ac_t""no" 1>&6
    { echo "configure: error: file \`tkConfig.sh' is required for Tk" 1>&2; exit 1; }
7008
else
7009
    echo "$ac_t""$TK_CONFIG_SH" 1>&6
7010 7011 7012 7013
fi



7014
fi
7015 7016


7017
# Finally ready to produce output files ...
7018

7019 7020 7021 7022 7023 7024 7025 7026 7027 7028 7029 7030 7031 7032 7033 7034
trap '' 1 2 15
cat > confcache <<\EOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
# scripts and configure runs.  It is not useful on other systems.
# If it contains results you don't want to keep, you may remove or edit it.
#
# By default, configure uses ./config.cache as the cache file,
# creating it if it does not exist already.  You can give configure
# the --cache-file=FILE option to use a different cache file; that is
# what configure does when it calls configure scripts in
# subdirectories, so they share the cache.
# Giving --cache-file=/dev/null disables caching, for debugging configure.
# config.status only pays attention to the cache file if you give it the
# --recheck option to rerun configure.
#
7035
EOF
7036 7037 7038 7039 7040 7041 7042 7043 7044 7045 7046 7047 7048 7049 7050 7051 7052 7053 7054 7055 7056
# The following way of writing the cache mishandles newlines in values,
# but we know of no workaround that is simple, portable, and efficient.
# So, don't put newlines in cache variables' values.
# Ultrix sh set writes to stderr and can't be redirected directly,
# and sets the high bit in the cache file unless we assign to the vars.
(set) 2>&1 |
  case `(ac_space=' '; set | grep ac_space) 2>&1` in
  *ac_space=\ *)
    # `set' does not quote correctly, so add quotes (double-quote substitution
    # turns \\\\ into \\, and sed turns \\ into \).
    sed -n \
      -e "s/'/'\\\\''/g" \
      -e "s/^\\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\\)=\\(.*\\)/\\1=\${\\1='\\2'}/p"
    ;;
  *)
    # `set' quotes correctly as required by POSIX, so do not add quotes.
    sed -n -e 's/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=${\1=\2}/p'
    ;;
  esac >> confcache
if cmp -s $cache_file confcache; then
  :
7057
else
7058 7059 7060 7061 7062 7063
  if test -w $cache_file; then
    echo "updating cache $cache_file"
    cat confcache > $cache_file
  else
    echo "not updating unwritable cache $cache_file"
  fi
7064
fi
7065
rm -f confcache
7066

7067
trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
7068

7069 7070 7071 7072 7073 7074 7075 7076 7077
test "x$prefix" = xNONE && prefix=$ac_default_prefix
# Let make expand exec_prefix.
test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'

# Any assignment to VPATH causes Sun make to only execute
# the first set of double-colon rules, so remove it if not needed.
# If there is a colon in the path, we need to keep it.
if test "x$srcdir" = x.; then
  ac_vpsub='/^[ 	]*VPATH[ 	]*=[^:]*$/d'
7078 7079
fi

7080
trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
7081

7082
DEFS=-DHAVE_CONFIG_H
7083 7084 7085 7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 7097 7098 7099 7100 7101 7102 7103 7104 7105 7106 7107 7108

# Without the "./", some shells look in PATH for config.status.
: ${CONFIG_STATUS=./config.status}

echo creating $CONFIG_STATUS
rm -f $CONFIG_STATUS
cat > $CONFIG_STATUS <<EOF
#! /bin/sh
# Generated automatically by configure.
# Run this file to recreate the current configuration.
# This directory was configured as follows,
# on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
#
# $0 $ac_configure_args
#
# Compiler output produced by configure, useful for debugging
# configure, is in ./config.log if it exists.

ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
for ac_option
do
  case "\$ac_option" in
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
    exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
7109
    echo "$CONFIG_STATUS generated by autoconf version 2.13"
7110 7111 7112 7113 7114 7115 7116 7117
    exit 0 ;;
  -help | --help | --hel | --he | --h)
    echo "\$ac_cs_usage"; exit 0 ;;
  *) echo "\$ac_cs_usage"; exit 1 ;;
  esac
done

ac_given_srcdir=$srcdir
7118
ac_given_INSTALL="$INSTALL"
7119

7120 7121 7122 7123 7124
trap 'rm -fr `echo "
  GNUmakefile
  src/GNUmakefile
  src/Makefile.global
  src/backend/port/Makefile
7125
 src/include/config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
7126 7127 7128 7129 7130 7131 7132 7133
EOF
cat >> $CONFIG_STATUS <<EOF

# Protect against being on the right side of a sed subst in config.status.
sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
 s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
$ac_vpsub
$extrasub
7134
s%@SHELL@%$SHELL%g
7135 7136 7137
s%@CFLAGS@%$CFLAGS%g
s%@CPPFLAGS@%$CPPFLAGS%g
s%@CXXFLAGS@%$CXXFLAGS%g
7138
s%@FFLAGS@%$FFLAGS%g
7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 7153 7154
s%@DEFS@%$DEFS%g
s%@LDFLAGS@%$LDFLAGS%g
s%@LIBS@%$LIBS%g
s%@exec_prefix@%$exec_prefix%g
s%@prefix@%$prefix%g
s%@program_transform_name@%$program_transform_name%g
s%@bindir@%$bindir%g
s%@sbindir@%$sbindir%g
s%@libexecdir@%$libexecdir%g
s%@datadir@%$datadir%g
s%@sysconfdir@%$sysconfdir%g
s%@sharedstatedir@%$sharedstatedir%g
s%@localstatedir@%$localstatedir%g
s%@libdir@%$libdir%g
s%@includedir@%$includedir%g
s%@oldincludedir@%$oldincludedir%g
P
Peter Eisentraut 已提交
7155
s%@docdir@%$docdir%g
7156
s%@mandir@%$mandir%g
7157
s%@VERSION@%$VERSION%g
7158 7159 7160 7161 7162
s%@host@%$host%g
s%@host_alias@%$host_alias%g
s%@host_cpu@%$host_cpu%g
s%@host_vendor@%$host_vendor%g
s%@host_os@%$host_os%g
7163
s%@PORTNAME@%$PORTNAME%g
7164
s%@TAS@%$TAS%g
7165
s%@MULTIBYTE@%$MULTIBYTE%g
7166
s%@CC@%$CC%g
7167
s%@EXEEXT@%$EXEEXT%g
7168
s%@CPP@%$CPP%g
7169
s%@GCC@%$GCC%g
7170 7171 7172 7173
s%@AROPT@%$AROPT%g
s%@SHARED_LIB@%$SHARED_LIB%g
s%@DLSUFFIX@%$DLSUFFIX%g
s%@DL_LIB@%$DL_LIB%g
P
Peter Eisentraut 已提交
7174
s%@autodepend@%$autodepend%g
7175
s%@INCLUDES@%$INCLUDES%g
7176 7177
s%@with_tcl@%$with_tcl%g
s%@with_tk@%$with_tk%g
7178 7179 7180 7181 7182 7183 7184 7185 7186
s%@with_perl@%$with_perl%g
s%@PYTHON@%$PYTHON%g
s%@python_version@%$python_version%g
s%@python_prefix@%$python_prefix%g
s%@python_execprefix@%$python_execprefix%g
s%@python_configdir@%$python_configdir%g
s%@python_moduledir@%$python_moduledir%g
s%@python_extmakefile@%$python_extmakefile%g
s%@with_python@%$with_python%g
7187 7188
s%@with_krb4@%$with_krb4%g
s%@with_krb5@%$with_krb5%g
7189
s%@krb_srvtab@%$krb_srvtab%g
7190
s%@KRB_LIBS@%$KRB_LIBS%g
7191
s%@with_openssl@%$with_openssl%g
7192 7193
s%@enable_odbc@%$enable_odbc%g
s%@odbcinst_ini_dir@%$odbcinst_ini_dir%g
M
 
Marc G. Fournier 已提交
7194
s%@ELF_SYS@%$ELF_SYS%g
7195
s%@CXX@%$CXX%g
7196
s%@CXXCPP@%$CXXCPP%g
7197
s%@with_CXX@%$with_CXX%g
7198
s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
7199
s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
7200
s%@INSTALL_DATA@%$INSTALL_DATA%g
7201
s%@INSTALL_SHLIB@%$INSTALL_SHLIB%g
7202
s%@mkinstalldirs@%$mkinstalldirs%g
7203
s%@AWK@%$AWK%g
7204 7205
s%@FLEX@%$FLEX%g
s%@FLEXFLAGS@%$FLEXFLAGS%g
7206 7207 7208
s%@LN_S@%$LN_S%g
s%@RANLIB@%$RANLIB%g
s%@tar@%$tar%g
7209
s%@PERL@%$PERL%g
7210
s%@YACC@%$YACC%g
7211
s%@YFLAGS@%$YFLAGS%g
7212
s%@WISH@%$WISH%g
M
 
Marc G. Fournier 已提交
7213
s%@SNPRINTF@%$SNPRINTF%g
7214
s%@ISINF@%$ISINF%g
7215 7216
s%@GETRUSAGE@%$GETRUSAGE%g
s%@SRANDOM@%$SRANDOM%g
7217
s%@GETHOSTNAME@%$GETHOSTNAME%g
7218
s%@MISSING_RANDOM@%$MISSING_RANDOM%g
7219
s%@INET_ATON@%$INET_ATON%g
B
Bruce Momjian 已提交
7220 7221
s%@STRERROR@%$STRERROR%g
s%@STRERROR2@%$STRERROR2%g
7222
s%@STRDUP@%$STRDUP%g
M
Marc G. Fournier 已提交
7223 7224
s%@STRTOL@%$STRTOL%g
s%@STRTOUL@%$STRTOUL%g
7225
s%@STRCASECMP@%$STRCASECMP%g
7226 7227
s%@HPUXMATHLIB@%$HPUXMATHLIB%g
s%@HAVE_POSIX_SIGNALS@%$HAVE_POSIX_SIGNALS%g
B
Bruce Momjian 已提交
7228 7229 7230
s%@TCLSH@%$TCLSH%g
s%@TCL_CONFIG_SH@%$TCL_CONFIG_SH%g
s%@TK_CONFIG_SH@%$TK_CONFIG_SH%g
7231 7232 7233

CEOF
EOF
7234 7235 7236 7237 7238 7239 7240 7241 7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 7254 7255 7256 7257 7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269

cat >> $CONFIG_STATUS <<\EOF

# Split the substitutions into bite-sized pieces for seds with
# small command number limits, like on Digital OSF/1 and HP-UX.
ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script.
ac_file=1 # Number of current file.
ac_beg=1 # First line for current file.
ac_end=$ac_max_sed_cmds # Line after last line for current file.
ac_more_lines=:
ac_sed_cmds=""
while $ac_more_lines; do
  if test $ac_beg -gt 1; then
    sed "1,${ac_beg}d; ${ac_end}q" conftest.subs > conftest.s$ac_file
  else
    sed "${ac_end}q" conftest.subs > conftest.s$ac_file
  fi
  if test ! -s conftest.s$ac_file; then
    ac_more_lines=false
    rm -f conftest.s$ac_file
  else
    if test -z "$ac_sed_cmds"; then
      ac_sed_cmds="sed -f conftest.s$ac_file"
    else
      ac_sed_cmds="$ac_sed_cmds | sed -f conftest.s$ac_file"
    fi
    ac_file=`expr $ac_file + 1`
    ac_beg=$ac_end
    ac_end=`expr $ac_end + $ac_max_sed_cmds`
  fi
done
if test -z "$ac_sed_cmds"; then
  ac_sed_cmds=cat
fi
EOF

7270 7271
cat >> $CONFIG_STATUS <<EOF

B
 
Bruce Momjian 已提交
7272
CONFIG_FILES=\${CONFIG_FILES-"GNUmakefile
7273 7274 7275
  src/GNUmakefile
  src/Makefile.global
  src/backend/port/Makefile
B
 
Bruce Momjian 已提交
7276
"}
7277 7278 7279
EOF
cat >> $CONFIG_STATUS <<\EOF
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
7280
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7281
  case "$ac_file" in
7282
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
7283 7284 7285 7286
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  *) ac_file_in="${ac_file}.in" ;;
  esac

7287
  # Adjust a relative srcdir, top_srcdir, and INSTALL for subdirectories.
7288 7289 7290 7291 7292 7293 7294 7295 7296 7297 7298 7299 7300 7301 7302 7303 7304 7305 7306 7307 7308 7309 7310

  # Remove last slash and all that follows it.  Not all systems have dirname.
  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
    # The file is in a subdirectory.
    test ! -d "$ac_dir" && mkdir "$ac_dir"
    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
    # A "../" for each directory in $ac_dir_suffix.
    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  else
    ac_dir_suffix= ac_dots=
  fi

  case "$ac_given_srcdir" in
  .)  srcdir=.
      if test -z "$ac_dots"; then top_srcdir=.
      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  *) # Relative path.
    srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
    top_srcdir="$ac_dots$ac_given_srcdir" ;;
  esac

7311 7312 7313 7314
  case "$ac_given_INSTALL" in
  [/$]*) INSTALL="$ac_given_INSTALL" ;;
  *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  esac
7315

7316 7317 7318 7319 7320 7321 7322 7323
  echo creating "$ac_file"
  rm -f "$ac_file"
  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  case "$ac_file" in
  *Makefile*) ac_comsub="1i\\
# $configure_input" ;;
  *) ac_comsub= ;;
  esac
7324 7325

  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
7326 7327 7328 7329
  sed -e "$ac_comsub
s%@configure_input@%$configure_input%g
s%@srcdir@%$srcdir%g
s%@top_srcdir@%$top_srcdir%g
7330
s%@INSTALL@%$INSTALL%g
7331
" $ac_file_inputs | (eval "$ac_sed_cmds") > $ac_file
7332
fi; done
7333
rm -f conftest.s*
7334 7335 7336 7337 7338 7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 7350 7351 7352 7353

# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
# NAME is the cpp macro being defined and VALUE is the value it is being given.
#
# ac_d sets the value in "#define NAME VALUE" lines.
ac_dA='s%^\([ 	]*\)#\([ 	]*define[ 	][ 	]*\)'
ac_dB='\([ 	][ 	]*\)[^ 	]*%\1#\2'
ac_dC='\3'
ac_dD='%g'
# ac_u turns "#undef NAME" with trailing blanks into "#define NAME VALUE".
ac_uA='s%^\([ 	]*\)#\([ 	]*\)undef\([ 	][ 	]*\)'
ac_uB='\([ 	]\)%\1#\2define\3'
ac_uC=' '
ac_uD='\4%g'
# ac_e turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
ac_eA='s%^\([ 	]*\)#\([ 	]*\)undef\([ 	][ 	]*\)'
ac_eB='$%\1#\2define\3'
ac_eC=' '
ac_eD='%g'

7354 7355 7356
if test "${CONFIG_HEADERS+set}" != set; then
EOF
cat >> $CONFIG_STATUS <<EOF
7357
  CONFIG_HEADERS="src/include/config.h"
7358 7359 7360
EOF
cat >> $CONFIG_STATUS <<\EOF
fi
7361
for ac_file in .. $CONFIG_HEADERS; do if test "x$ac_file" != x..; then
7362
  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7363
  case "$ac_file" in
7364
  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
7365 7366 7367 7368 7369 7370 7371
       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  *) ac_file_in="${ac_file}.in" ;;
  esac

  echo creating $ac_file

  rm -f conftest.frag conftest.in conftest.out
7372 7373
  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
  cat $ac_file_inputs > conftest.in
7374 7375 7376 7377 7378 7379 7380 7381 7382 7383 7384 7385 7386 7387 7388 7389 7390 7391 7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 7406 7407 7408 7409 7410 7411 7412 7413 7414 7415 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 7431 7432 7433 7434 7435 7436 7437 7438 7439 7440 7441

EOF

# Transform confdefs.h into a sed script conftest.vals that substitutes
# the proper values into config.h.in to produce config.h.  And first:
# Protect against being on the right side of a sed subst in config.status.
# Protect against being in an unquoted here document in config.status.
rm -f conftest.vals
cat > conftest.hdr <<\EOF
s/[\\&%]/\\&/g
s%[\\$`]%\\&%g
s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD}%gp
s%ac_d%ac_u%gp
s%ac_u%ac_e%gp
EOF
sed -n -f conftest.hdr confdefs.h > conftest.vals
rm -f conftest.hdr

# This sed command replaces #undef with comments.  This is necessary, for
# example, in the case of _POSIX_SOURCE, which is predefined and required
# on some systems where configure will not decide to define it.
cat >> conftest.vals <<\EOF
s%^[ 	]*#[ 	]*undef[ 	][ 	]*[a-zA-Z_][a-zA-Z_0-9]*%/* & */%
EOF

# Break up conftest.vals because some shells have a limit on
# the size of here documents, and old seds have small limits too.

rm -f conftest.tail
while :
do
  ac_lines=`grep -c . conftest.vals`
  # grep -c gives empty output for an empty file on some AIX systems.
  if test -z "$ac_lines" || test "$ac_lines" -eq 0; then break; fi
  # Write a limited-size here document to conftest.frag.
  echo '  cat > conftest.frag <<CEOF' >> $CONFIG_STATUS
  sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
  echo 'CEOF
  sed -f conftest.frag conftest.in > conftest.out
  rm -f conftest.in
  mv conftest.out conftest.in
' >> $CONFIG_STATUS
  sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
  rm -f conftest.vals
  mv conftest.tail conftest.vals
done
rm -f conftest.vals

cat >> $CONFIG_STATUS <<\EOF
  rm -f conftest.frag conftest.h
  echo "/* $ac_file.  Generated automatically by configure.  */" > conftest.h
  cat conftest.in >> conftest.h
  rm -f conftest.in
  if cmp -s $ac_file conftest.h 2>/dev/null; then
    echo "$ac_file is unchanged"
    rm -f conftest.h
  else
    # Remove last slash and all that follows it.  Not all systems have dirname.
      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
      # The file is in a subdirectory.
      test ! -d "$ac_dir" && mkdir "$ac_dir"
    fi
    rm -f $ac_file
    mv conftest.h $ac_file
  fi
fi; done

7442 7443 7444
EOF

cat >> $CONFIG_STATUS <<EOF
7445
ac_sources="src/backend/port/dynloader/${template}.c src/backend/port/dynloader/${template}.h src/include/port/${template}.h src/makefiles/Makefile.${template} src/backend/port/tas/${tas_file}"
7446
ac_dests="src/backend/port/dynloader.c src/include/dynloader.h src/include/os.h src/Makefile.port src/backend/port/tas.s"
7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 7486
EOF

cat >> $CONFIG_STATUS <<\EOF
srcdir=$ac_given_srcdir
while test -n "$ac_sources"; do
  set $ac_dests; ac_dest=$1; shift; ac_dests=$*
  set $ac_sources; ac_source=$1; shift; ac_sources=$*

  echo "linking $srcdir/$ac_source to $ac_dest"

  if test ! -r $srcdir/$ac_source; then
    { echo "configure: error: $srcdir/$ac_source: File not found" 1>&2; exit 1; }
  fi
  rm -f $ac_dest

  # Make relative symlinks.
  # Remove last slash and all that follows it.  Not all systems have dirname.
  ac_dest_dir=`echo $ac_dest|sed 's%/[^/][^/]*$%%'`
  if test "$ac_dest_dir" != "$ac_dest" && test "$ac_dest_dir" != .; then
    # The dest file is in a subdirectory.
    test ! -d "$ac_dest_dir" && mkdir "$ac_dest_dir"
    ac_dest_dir_suffix="/`echo $ac_dest_dir|sed 's%^\./%%'`"
    # A "../" for each directory in $ac_dest_dir_suffix.
    ac_dots=`echo $ac_dest_dir_suffix|sed 's%/[^/]*%../%g'`
  else
    ac_dest_dir_suffix= ac_dots=
  fi

  case "$srcdir" in
  [/$]*) ac_rel_source="$srcdir/$ac_source" ;;
  *) ac_rel_source="$ac_dots$srcdir/$ac_source" ;;
  esac

  # Make a symlink if possible; otherwise try a hard link.
  if ln -s $ac_rel_source $ac_dest 2>/dev/null ||
    ln $srcdir/$ac_source $ac_dest; then :
  else
    { echo "configure: error: can not link $ac_dest to $srcdir/$ac_source" 1>&2; exit 1; }
  fi
done
7487 7488
EOF
cat >> $CONFIG_STATUS <<EOF
7489

7490 7491
EOF
cat >> $CONFIG_STATUS <<\EOF
7492
echo "timestamp file" > src/include/stamp-h
7493 7494 7495 7496 7497 7498

exit 0
EOF
chmod +x $CONFIG_STATUS
rm -fr confdefs* $ac_clean_files
test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
B
Bruce Momjian 已提交
7499