1#! /bin/sh
2# Generated by configure.
3# Run this file to recreate the current configuration.
4# Compiler output produced by configure, useful for debugging
5# configure, is in config.log if it exists.
6
7debug=false
8ac_cs_recheck=false
9ac_cs_silent=false
10SHELL=${CONFIG_SHELL-/bin/sh}
11## --------------------- ##
12## M4sh Initialization.  ##
13## --------------------- ##
14
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18  emulate sh
19  NULLCMD=:
20  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21  # is contrary to our usage.  Disable this feature.
22  alias -g '${1+"$@"}'='"$@"'
23  setopt NO_GLOB_SUBST
24else
25  case `(set -o) 2>/dev/null` in
26  *posix*) set -o posix ;;
27esac
28
29fi
30
31
32
33
34# PATH needs CR
35# Avoid depending upon Character Ranges.
36as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39as_cr_digits='0123456789'
40as_cr_alnum=$as_cr_Letters$as_cr_digits
41
42# The user is always right.
43if test "${PATH_SEPARATOR+set}" != set; then
44  echo "#! /bin/sh" >conf$$.sh
45  echo  "exit 0"   >>conf$$.sh
46  chmod +x conf$$.sh
47  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
48    PATH_SEPARATOR=';'
49  else
50    PATH_SEPARATOR=:
51  fi
52  rm -f conf$$.sh
53fi
54
55# Support unset when possible.
56if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
57  as_unset=unset
58else
59  as_unset=false
60fi
61
62
63# IFS
64# We need space, tab and new line, in precisely that order.  Quoting is
65# there to prevent editors from complaining about space-tab.
66# (If _AS_PATH_WALK were called with IFS unset, it would disable word
67# splitting by setting IFS to empty value.)
68as_nl='
69'
70IFS=" ""	$as_nl"
71
72# Find who we are.  Look in the path if we contain no directory separator.
73case $0 in
74  *[\\/]* ) as_myself=$0 ;;
75  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
76for as_dir in $PATH
77do
78  IFS=$as_save_IFS
79  test -z "$as_dir" && as_dir=.
80  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
81done
82IFS=$as_save_IFS
83
84     ;;
85esac
86# We did not find ourselves, most probably we were run as `sh COMMAND'
87# in which case we are not to be found in the path.
88if test "x$as_myself" = x; then
89  as_myself=$0
90fi
91if test ! -f "$as_myself"; then
92  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
93  { (exit 1); exit 1; }
94fi
95
96# Work around bugs in pre-3.0 UWIN ksh.
97for as_var in ENV MAIL MAILPATH
98do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
99done
100PS1='$ '
101PS2='> '
102PS4='+ '
103
104# NLS nuisances.
105for as_var in \
106  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
107  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
108  LC_TELEPHONE LC_TIME
109do
110  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
111    eval $as_var=C; export $as_var
112  else
113    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
114  fi
115done
116
117# Required to use basename.
118if expr a : '\(a\)' >/dev/null 2>&1 &&
119   test "X`expr 00001 : '.*\(...\)'`" = X001; then
120  as_expr=expr
121else
122  as_expr=false
123fi
124
125if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
126  as_basename=basename
127else
128  as_basename=false
129fi
130
131
132# Name of the executable.
133as_me=`$as_basename -- "$0" ||
134$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
135	 X"$0" : 'X\(//\)$' \| \
136	 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
137echo X/"$0" |
138    sed '/^.*\/\([^/][^/]*\)\/*$/{
139	    s//\1/
140	    q
141	  }
142	  /^X\/\(\/\/\)$/{
143	    s//\1/
144	    q
145	  }
146	  /^X\/\(\/\).*/{
147	    s//\1/
148	    q
149	  }
150	  s/.*/./; q'`
151
152# CDPATH.
153$as_unset CDPATH
154
155
156
157  as_lineno_1=$LINENO
158  as_lineno_2=$LINENO
159  test "x$as_lineno_1" != "x$as_lineno_2" &&
160  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
161
162  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
163  # uniformly replaced by the line number.  The first 'sed' inserts a
164  # line-number line after each line using $LINENO; the second 'sed'
165  # does the real work.  The second script uses 'N' to pair each
166  # line-number line with the line containing $LINENO, and appends
167  # trailing '-' during substitution so that $LINENO is not a special
168  # case at line end.
169  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
170  # scripts with optimization help from Paolo Bonzini.  Blame Lee
171  # E. McMahon (1931-1989) for sed's syntax.  :-)
172  sed -n '
173    p
174    /[$]LINENO/=
175  ' <$as_myself |
176    sed '
177      s/[$]LINENO.*/&-/
178      t lineno
179      b
180      :lineno
181      N
182      :loop
183      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
184      t loop
185      s/-\n.*//
186    ' >$as_me.lineno &&
187  chmod +x "$as_me.lineno" ||
188    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
189   { (exit 1); exit 1; }; }
190
191  # Don't try to exec as it changes $[0], causing all sort of problems
192  # (the dirname of $[0] is not the place where we might find the
193  # original and so on.  Autoconf is especially sensitive to this).
194  . "./$as_me.lineno"
195  # Exit status is that of the last command.
196  exit
197}
198
199
200if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
201  as_dirname=dirname
202else
203  as_dirname=false
204fi
205
206ECHO_C= ECHO_N= ECHO_T=
207case `echo -n x` in
208-n*)
209  case `echo 'x\c'` in
210  *c*) ECHO_T='	';;	# ECHO_T is single tab character.
211  *)   ECHO_C='\c';;
212  esac;;
213*)
214  ECHO_N='-n';;
215esac
216
217if expr a : '\(a\)' >/dev/null 2>&1 &&
218   test "X`expr 00001 : '.*\(...\)'`" = X001; then
219  as_expr=expr
220else
221  as_expr=false
222fi
223
224rm -f conf$$ conf$$.exe conf$$.file
225if test -d conf$$.dir; then
226  rm -f conf$$.dir/conf$$.file
227else
228  rm -f conf$$.dir
229  mkdir conf$$.dir
230fi
231echo >conf$$.file
232if ln -s conf$$.file conf$$ 2>/dev/null; then
233  as_ln_s='ln -s'
234  # ... but there are two gotchas:
235  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
236  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
237  # In both cases, we have to default to `cp -p'.
238  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
239    as_ln_s='cp -p'
240elif ln conf$$.file conf$$ 2>/dev/null; then
241  as_ln_s=ln
242else
243  as_ln_s='cp -p'
244fi
245rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
246rmdir conf$$.dir 2>/dev/null
247
248if mkdir -p . 2>/dev/null; then
249  as_mkdir_p=:
250else
251  test -d ./-p && rmdir ./-p
252  as_mkdir_p=false
253fi
254
255if test -x / >/dev/null 2>&1; then
256  as_test_x='test -x'
257else
258  if ls -dL / >/dev/null 2>&1; then
259    as_ls_L_option=L
260  else
261    as_ls_L_option=
262  fi
263  as_test_x='
264    eval sh -c '\''
265      if test -d "$1"; then
266        test -d "$1/.";
267      else
268	case $1 in
269        -*)set "./$1";;
270	esac;
271	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
272	???[sx]*):;;*)false;;esac;fi
273    '\'' sh
274  '
275fi
276as_executable_p=$as_test_x
277
278# Sed expression to map a string onto a valid CPP name.
279as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
280
281# Sed expression to map a string onto a valid variable name.
282as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
283
284
285exec 6>&1
286
287# Save the log message, to keep $[0] and so on meaningful, and to
288# report actual input values of CONFIG_FILES etc. instead of their
289# values after options handling.
290ac_log="
291This file was extended by Berkeley DB $as_me 4.7.25, which was
292generated by GNU Autoconf 2.61.  Invocation command line was
293
294  CONFIG_FILES    = $CONFIG_FILES
295  CONFIG_HEADERS  = $CONFIG_HEADERS
296  CONFIG_LINKS    = $CONFIG_LINKS
297  CONFIG_COMMANDS = $CONFIG_COMMANDS
298  $ $0 $@
299
300on `(hostname || uname -n) 2>/dev/null | sed 1q`
301"
302
303# Files that config.status was made for.
304config_files=" Makefile
305    db_cxx.h:../dist/../dbinc/db_cxx.in
306    db_int.h:../dist/../dbinc/db_int.in
307    clib_port.h:../dist/../dist/clib_port.in
308    include.tcl:../dist/../test/include.tcl
309	db.h:../dist/../dbinc/db.in:../dist/../dbinc_auto/api_flags.in:../dist/../dbinc_auto/ext_prot.in
310		db_185.h:../dist/../dbinc/db_185.in:../dist/../dbinc_auto/ext_185_prot.in
311		db185_int.h:../dist/../db185/db185_int.in:../dist/../dbinc_auto/ext_185_prot.in"
312config_headers=" db_config.h:config.hin"
313
314ac_cs_usage="\
315\`$as_me' instantiates files from templates according to the
316current configuration.
317
318Usage: $0 [OPTIONS] [FILE]...
319
320  -h, --help       print this help, then exit
321  -V, --version    print version number and configuration settings, then exit
322  -q, --quiet      do not print progress messages
323  -d, --debug      don't remove temporary files
324      --recheck    update $as_me by reconfiguring in the same conditions
325  --file=FILE[:TEMPLATE]
326		   instantiate the configuration file FILE
327  --header=FILE[:TEMPLATE]
328		   instantiate the configuration header FILE
329
330Configuration files:
331$config_files
332
333Configuration headers:
334$config_headers
335
336Report bugs to <bug-autoconf@gnu.org>."
337
338ac_cs_version="\
339Berkeley DB config.status 4.7.25
340configured by ../dist/configure, generated by GNU Autoconf 2.61,
341  with options \"'LDFLAGS=-L/home/eric/U12H189_WNDR4500/TimeMachine/2011_04_14_WNDR4500_Alpha/ap/gpl/gpl_lib/lib' 'CXXFLAGS=-I/home/eric/U12H189_WNDR4500/TimeMachine/2011_04_14_WNDR4500_Alpha/ap/gpl/gpl_lib/include' 'CFLAGS=-I/home/eric/U12H189_WNDR4500/TimeMachine/2011_04_14_WNDR4500_Alpha/ap/gpl/gpl_lib/include' '--prefix=/usr' '--host=mipsel-uclibc-linux' '--build=mipsel-uclibc-linux-gnu26' '--target=mipsel-uclibc-linux-gnu26' 'CC=mipsel-linux-uclibc-gcc' 'CXX=mipsel-linux-uclibc-g++' 'STRIP=mipsel-linux-linux26-strip' 'AR=mipsel-linux-linux26-ar' 'NM=mipsel-linux-linux26-nm' 'OBJDUMP=mipsel-linux-linux26-objdump' '--disable-nls' '--enable-shared' '--enable-static' '--disable-java' '--disable-cxx' '--with-mutex=UNIX/fcntl' '--disable-tcl' '--disable-rpc' '--enable-compat185' '--enable-debug' '--enable-statistics' '--enable-replication' '--enable-cryptography' 'build_alias=mipsel-uclibc-linux-gnu26' 'host_alias=mipsel-uclibc-linux' 'target_alias=mipsel-uclibc-linux-gnu26'\"
342
343Copyright (C) 2006 Free Software Foundation, Inc.
344This config.status script is free software; the Free Software Foundation
345gives unlimited permission to copy, distribute and modify it."
346
347ac_pwd='/home/eric/U12H189_WNDR4500/TimeMachine/2011_04_14_WNDR4500_Alpha/ap/gpl/db-4.7.25.NC/build_unix'
348srcdir='../dist'
349INSTALL='/usr/bin/install -c'
350# If no file are specified by the user, then we need to provide default
351# value.  By we need to know if files were specified by the user.
352ac_need_defaults=:
353while test $# != 0
354do
355  case $1 in
356  --*=*)
357    ac_option=`expr "X$1" : 'X\([^=]*\)='`
358    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
359    ac_shift=:
360    ;;
361  *)
362    ac_option=$1
363    ac_optarg=$2
364    ac_shift=shift
365    ;;
366  esac
367
368  case $ac_option in
369  # Handling of the options.
370  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
371    ac_cs_recheck=: ;;
372  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
373    echo "$ac_cs_version"; exit ;;
374  --debug | --debu | --deb | --de | --d | -d )
375    debug=: ;;
376  --file | --fil | --fi | --f )
377    $ac_shift
378    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
379    ac_need_defaults=false;;
380  --header | --heade | --head | --hea )
381    $ac_shift
382    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
383    ac_need_defaults=false;;
384  --he | --h)
385    # Conflict between --help and --header
386    { echo "$as_me: error: ambiguous option: $1
387Try \`$0 --help' for more information." >&2
388   { (exit 1); exit 1; }; };;
389  --help | --hel | -h )
390    echo "$ac_cs_usage"; exit ;;
391  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
392  | -silent | --silent | --silen | --sile | --sil | --si | --s)
393    ac_cs_silent=: ;;
394
395  # This is an error.
396  -*) { echo "$as_me: error: unrecognized option: $1
397Try \`$0 --help' for more information." >&2
398   { (exit 1); exit 1; }; } ;;
399
400  *) ac_config_targets="$ac_config_targets $1"
401     ac_need_defaults=false ;;
402
403  esac
404  shift
405done
406
407ac_configure_extra_args=
408
409if $ac_cs_silent; then
410  exec 6>/dev/null
411  ac_configure_extra_args="$ac_configure_extra_args --silent"
412fi
413
414if $ac_cs_recheck; then
415  echo "running CONFIG_SHELL=/bin/sh /bin/sh ../dist/configure " 'LDFLAGS=-L/home/eric/U12H189_WNDR4500/TimeMachine/2011_04_14_WNDR4500_Alpha/ap/gpl/gpl_lib/lib' 'CXXFLAGS=-I/home/eric/U12H189_WNDR4500/TimeMachine/2011_04_14_WNDR4500_Alpha/ap/gpl/gpl_lib/include' 'CFLAGS=-I/home/eric/U12H189_WNDR4500/TimeMachine/2011_04_14_WNDR4500_Alpha/ap/gpl/gpl_lib/include' '--prefix=/usr' '--host=mipsel-uclibc-linux' '--build=mipsel-uclibc-linux-gnu26' '--target=mipsel-uclibc-linux-gnu26' 'CC=mipsel-linux-uclibc-gcc' 'CXX=mipsel-linux-uclibc-g++' 'STRIP=mipsel-linux-linux26-strip' 'AR=mipsel-linux-linux26-ar' 'NM=mipsel-linux-linux26-nm' 'OBJDUMP=mipsel-linux-linux26-objdump' '--disable-nls' '--enable-shared' '--enable-static' '--disable-java' '--disable-cxx' '--with-mutex=UNIX/fcntl' '--disable-tcl' '--disable-rpc' '--enable-compat185' '--enable-debug' '--enable-statistics' '--enable-replication' '--enable-cryptography' 'build_alias=mipsel-uclibc-linux-gnu26' 'host_alias=mipsel-uclibc-linux' 'target_alias=mipsel-uclibc-linux-gnu26' $ac_configure_extra_args " --no-create --no-recursion" >&6
416  CONFIG_SHELL=/bin/sh
417  export CONFIG_SHELL
418  exec /bin/sh "../dist/configure" 'LDFLAGS=-L/home/eric/U12H189_WNDR4500/TimeMachine/2011_04_14_WNDR4500_Alpha/ap/gpl/gpl_lib/lib' 'CXXFLAGS=-I/home/eric/U12H189_WNDR4500/TimeMachine/2011_04_14_WNDR4500_Alpha/ap/gpl/gpl_lib/include' 'CFLAGS=-I/home/eric/U12H189_WNDR4500/TimeMachine/2011_04_14_WNDR4500_Alpha/ap/gpl/gpl_lib/include' '--prefix=/usr' '--host=mipsel-uclibc-linux' '--build=mipsel-uclibc-linux-gnu26' '--target=mipsel-uclibc-linux-gnu26' 'CC=mipsel-linux-uclibc-gcc' 'CXX=mipsel-linux-uclibc-g++' 'STRIP=mipsel-linux-linux26-strip' 'AR=mipsel-linux-linux26-ar' 'NM=mipsel-linux-linux26-nm' 'OBJDUMP=mipsel-linux-linux26-objdump' '--disable-nls' '--enable-shared' '--enable-static' '--disable-java' '--disable-cxx' '--with-mutex=UNIX/fcntl' '--disable-tcl' '--disable-rpc' '--enable-compat185' '--enable-debug' '--enable-statistics' '--enable-replication' '--enable-cryptography' 'build_alias=mipsel-uclibc-linux-gnu26' 'host_alias=mipsel-uclibc-linux' 'target_alias=mipsel-uclibc-linux-gnu26' $ac_configure_extra_args --no-create --no-recursion
419fi
420
421exec 5>>config.log
422{
423  echo
424  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
425## Running $as_me. ##
426_ASBOX
427  echo "$ac_log"
428} >&5
429
430
431# Handling of arguments.
432for ac_config_target in $ac_config_targets
433do
434  case $ac_config_target in
435    "db_config.h") CONFIG_HEADERS="$CONFIG_HEADERS db_config.h:config.hin" ;;
436    "$CREATE_LIST") CONFIG_FILES="$CONFIG_FILES $CREATE_LIST" ;;
437
438  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
439echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
440   { (exit 1); exit 1; }; };;
441  esac
442done
443
444
445# If the user did not use the arguments to specify the items to instantiate,
446# then the envvar interface is used.  Set only those that are not.
447# We use the long form for the default assignment because of an extremely
448# bizarre bug on SunOS 4.1.3.
449if $ac_need_defaults; then
450  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
451  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
452fi
453
454# Have a temporary directory for convenience.  Make it in the build tree
455# simply because there is no reason against having it here, and in addition,
456# creating and moving files from /tmp can sometimes cause problems.
457# Hook for its removal unless debugging.
458# Note that there is a small window in which the directory will not be cleaned:
459# after its creation but before its name has been assigned to `$tmp'.
460$debug ||
461{
462  tmp=
463  trap 'exit_status=$?
464  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
465' 0
466  trap '{ (exit 1); exit 1; }' 1 2 13 15
467}
468# Create a (secure) tmp directory for tmp files.
469
470{
471  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
472  test -n "$tmp" && test -d "$tmp"
473}  ||
474{
475  tmp=./conf$$-$RANDOM
476  (umask 077 && mkdir "$tmp")
477} ||
478{
479   echo "$me: cannot create a temporary directory in ." >&2
480   { (exit 1); exit 1; }
481}
482
483#
484# Set up the sed scripts for CONFIG_FILES section.
485#
486
487# No need to generate the scripts if there are no CONFIG_FILES.
488# This happens for instance when ./config.status config.h
489if test -n "$CONFIG_FILES"; then
490
491cat >"$tmp/subs-1.sed" <<\CEOF
492/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
493s,@SHELL@,|#_!!_#|/bin/sh,g
494s,@PATH_SEPARATOR@,|#_!!_#|/,g
495s,@PACKAGE_NAME@,|#_!!_#|Berkeley DB,g
496s,@PACKAGE_TARNAME@,|#_!!_#|db-4.7.25,g
497s,@PACKAGE_VERSION@,|#_!!_#|4.7.25,g
498s,@PACKAGE_STRING@,|#_!!_#|Berkeley DB 4.7.25,g
499s,@PACKAGE_BUGREPORT@,|#_!!_#|Oracle Technology Network Berkeley DB forum,g
500s,@exec_prefix@,|#_!!_#|${prefix},g
501s,@prefix@,|#_!!_#|/usr,g
502s,@program_transform_name@,|#_!!_#|s\,x\,x\,,g
503s,@bindir@,|#_!!_#|${exec_prefix}/bin,g
504s,@sbindir@,|#_!!_#|${exec_prefix}/sbin,g
505s,@libexecdir@,|#_!!_#|${exec_prefix}/libexec,g
506s,@datarootdir@,|#_!!_#|${prefix}/share,g
507s,@datadir@,|#_!!_#|${datarootdir},g
508s,@sysconfdir@,|#_!!_#|${prefix}/etc,g
509s,@sharedstatedir@,|#_!!_#|${prefix}/com,g
510s,@localstatedir@,|#_!!_#|${prefix}/var,g
511s,@includedir@,|#_!!_#|${prefix}/include,g
512s,@oldincludedir@,|#_!!_#|/usr/include,g
513s,@docdir@,|#_!!_#|${datarootdir}/doc/${PACKAGE_TARNAME},g
514s,@infodir@,|#_!!_#|${datarootdir}/info,g
515s,@htmldir@,|#_!!_#|${docdir},g
516s,@dvidir@,|#_!!_#|${docdir},g
517s,@pdfdir@,|#_!!_#|${docdir},g
518s,@psdir@,|#_!!_#|${docdir},g
519s,@libdir@,|#_!!_#|${exec_prefix}/lib,g
520s,@localedir@,|#_!!_#|${datarootdir}/locale,g
521s,@mandir@,|#_!!_#|${datarootdir}/man,g
522s,@DEFS@,|#_!!_#|-DHAVE_CONFIG_H,g
523s,@ECHO_C@,|#_!!_#|,g
524s,@ECHO_N@,|#_!!_#|-n,g
525s,@ECHO_T@,|#_!!_#|,g
526s,@LIBS@,|#_!!_#|,g
527s,@build_alias@,|#_!!_#|mipsel-uclibc-linux-gnu26,g
528s,@host_alias@,|#_!!_#|mipsel-uclibc-linux,g
529s,@target_alias@,|#_!!_#|mipsel-uclibc-linux-gnu26,g
530s,@build@,|#_!!_#|mipsel-uclibc-linux-gnu26,g
531s,@build_cpu@,|#_!!_#|mipsel,g
532s,@build_vendor@,|#_!!_#|uclibc,g
533s,@build_os@,|#_!!_#|linux-gnu26,g
534s,@host@,|#_!!_#|mipsel-uclibc-linux-gnu,g
535s,@host_cpu@,|#_!!_#|mipsel,g
536s,@host_vendor@,|#_!!_#|uclibc,g
537s,@host_os@,|#_!!_#|linux-gnu,g
538s,@ADDITIONAL_INCS@,|#_!!_#|db_185.h ,g
539s,@ADDITIONAL_LANG@,|#_!!_#|,g
540s,@ADDITIONAL_OBJS@,|#_!!_#|db185.lo mut_fcntl.lo  $(BTREE_OBJS) $(HASH_OBJS) $(HASH_VRFY_OBJS) $(QUEUE_OBJS) $(QUEUE_VRFY_OBJS) $(REP_OBJS) repmgr_stub.lo $(BTREE_VRFY_OBJS) $(LOCK_OBJS) $(MUTEX_OBJS),g
541s,@ADDITIONAL_PROGS@,|#_!!_#|,g
542s,@BUILD_TARGET@,|#_!!_#|library_build,g
543s,@CFLAGS@,|#_!!_#|-I/home/eric/U12H189_WNDR4500/TimeMachine/2011_04_14_WNDR4500_Alpha/ap/gpl/gpl_lib/include ,g
544s,@CONFIGURATION_ARGS@,|#_!!_#|,g
545s,@CONFIGURATION_PATH@,|#_!!_#|,g
546s,@CPPFLAGS@,|#_!!_#| -D_GNU_SOURCE -D_REENTRANT,g
547s,@CRYPTO_OBJS@,|#_!!_#|crypto_stub.lo,g
548s,@CXX@,|#_!!_#|mipsel-linux-uclibc-g++,g
549s,@CXXFLAGS@,|#_!!_#|-I/home/eric/U12H189_WNDR4500/TimeMachine/2011_04_14_WNDR4500_Alpha/ap/gpl/gpl_lib/include,g
550s,@DB_CONST@,|#_!!_#|,g
551s,@DB_PROTO1@,|#_!!_#|#undef __P,g
552s,@DB_PROTO2@,|#_!!_#|#define	__P(protos)	protos,g
553s,@DEFAULT_LIB@,|#_!!_#|$(libso_target),g
554s,@DEFAULT_LIB_CXX@,|#_!!_#|,g
555s,@INSTALLER@,|#_!!_#|$(LIBTOOL) --mode=install cp -p,g
556s,@INSTALL_LIBS@,|#_!!_#|$(libso_target) $(libdb),g
557s,@INSTALL_TARGET@,|#_!!_#|library_install,g
558s,@JAR@,|#_!!_#|,g
559s,@JAVACFLAGS@,|#_!!_#|,g
560s,@LDFLAGS@,|#_!!_#|-L/home/eric/U12H189_WNDR4500/TimeMachine/2011_04_14_WNDR4500_Alpha/ap/gpl/gpl_lib/lib,g
561s,@LIBCSO_LIBS@,|#_!!_#|,g
562s,@LIBJSO_LIBS@,|#_!!_#|,g
563s,@LIBSO_LIBS@,|#_!!_#|,g
564s,@LIBTOOL@,|#_!!_#|$(SHELL) ./libtool,g
565s,@LIBTSO_LIBS@,|#_!!_#|,g
566s,@LIBTSO_MODSUFFIX@,|#_!!_#|.so,g
567s,@LIBTSO_MODULE@,|#_!!_#|-module,g
568s,@LIBXSO_LIBS@,|#_!!_#|,g
569s,@MAKEFILE_CC@,|#_!!_#|$(LIBTOOL) --mode=compile mipsel-linux-uclibc-gcc,g
570s,@MAKEFILE_CCLINK@,|#_!!_#|$(LIBTOOL) --mode=link mipsel-linux-uclibc-gcc,g
571s,@MAKEFILE_CXX@,|#_!!_#|$(LIBTOOL) --mode=compile nocxx,g
572s,@MAKEFILE_CXXLINK@,|#_!!_#|$(LIBTOOL) --mode=link nocxx,g
573s,@MAKEFILE_SOLINK@,|#_!!_#|$(LIBTOOL) --mode=link mipsel-linux-uclibc-gcc -avoid-version,g
574s,@MAKEFILE_XSOLINK@,|#_!!_#|$(LIBTOOL) --mode=link nocxx -avoid-version,g
575s,@OSDIR@,|#_!!_#|os,g
576s,@POSTLINK@,|#_!!_#|$(LIBTOOL) --mode=execute true,g
577s,@REPLACEMENT_OBJS@,|#_!!_#|,g
578s,@RPC_CLIENT_OBJS@,|#_!!_#|,g
579s,@RPC_SERVER_H@,|#_!!_#|,g
580s,@SOFLAGS@,|#_!!_#|-rpath $(libdir),g
581s,@SWIGCFLAGS@,|#_!!_#|,g
582s,@TEST_LIBS@,|#_!!_#| -lm -lnsl -lpthread,g
583s,@db_int_def@,|#_!!_#|,g
584s,@o@,|#_!!_#|.lo,g
585s,@platform_header@,|#_!!_#|,g
586s,@platform_footer@,|#_!!_#|,g
587s,@DB_VERSION_MAJOR@,|#_!!_#|4,g
588s,@DB_VERSION_MINOR@,|#_!!_#|7,g
589s,@DB_VERSION_PATCH@,|#_!!_#|25,g
590CEOF
591cat >"$tmp/subs-2.sed" <<\CEOF
592/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
593s,@DB_VERSION_STRING@,|#_!!_#|"Berkeley DB 4.7.25: (May 15\, 2008)",g
594s,@DB_VERSION_UNIQUE_NAME@,|#_!!_#|,g
595s,@CHMOD@,|#_!!_#|chmod,g
596s,@CP@,|#_!!_#|cp,g
597s,@KILL@,|#_!!_#|,g
598s,@LN@,|#_!!_#|ln,g
599s,@MKDIR@,|#_!!_#|mkdir,g
600s,@RM@,|#_!!_#|rm,g
601s,@RPCGEN@,|#_!!_#|,g
602s,@db_cv_path_sh@,|#_!!_#|/bin/sh,g
603s,@INSTALL_PROGRAM@,|#_!!_#|${INSTALL},g
604s,@INSTALL_SCRIPT@,|#_!!_#|${INSTALL},g
605s,@INSTALL_DATA@,|#_!!_#|${INSTALL} -m 644,g
606s,@CC@,|#_!!_#|mipsel-linux-uclibc-gcc,g
607s,@ac_ct_CC@,|#_!!_#|,g
608s,@EXEEXT@,|#_!!_#|,g
609s,@OBJEXT@,|#_!!_#|o,g
610s,@CCC@,|#_!!_#|CXX,g
611s,@ac_ct_CXX@,|#_!!_#|,g
612s,@CXXCPP@,|#_!!_#|mipsel-linux-uclibc-g++ -E,g
613s,@cxx_have_stdheaders@,|#_!!_#|,g
614s,@GREP@,|#_!!_#|/bin/grep,g
615s,@EGREP@,|#_!!_#|/bin/grep -E,g
616s,@LN_S@,|#_!!_#|ln -s,g
617s,@ECHO@,|#_!!_#|echo,g
618s,@AR@,|#_!!_#|mipsel-linux-linux26-ar,g
619s,@RANLIB@,|#_!!_#|ranlib,g
620s,@STRIP@,|#_!!_#|:,g
621s,@CPP@,|#_!!_#|mipsel-linux-uclibc-gcc -E,g
622s,@F77@,|#_!!_#|gfortran,g
623s,@FFLAGS@,|#_!!_#|-g -O2,g
624s,@ac_ct_F77@,|#_!!_#|gfortran,g
625s,@SOSUFFIX@,|#_!!_#|.so,g
626s,@MODSUFFIX@,|#_!!_#|.so,g
627s,@JMODSUFFIX@,|#_!!_#|.so,g
628s,@JAVAC@,|#_!!_#|nojavac,g
629s,@JAVA@,|#_!!_#|,g
630s,@uudecode@,|#_!!_#|,g
631s,@_ACJNI_JAVAC@,|#_!!_#|,g
632s,@inttypes_h_decl@,|#_!!_#|#include <inttypes.h>,g
633s,@stdint_h_decl@,|#_!!_#|#include <stdint.h>,g
634s,@stddef_h_decl@,|#_!!_#|#include <stddef.h>,g
635s,@unistd_h_decl@,|#_!!_#|#include <unistd.h>,g
636s,@u_char_decl@,|#_!!_#|,g
637s,@u_short_decl@,|#_!!_#|,g
638s,@u_int_decl@,|#_!!_#|,g
639s,@u_long_decl@,|#_!!_#|,g
640s,@u_int8_decl@,|#_!!_#|,g
641s,@u_int16_decl@,|#_!!_#|,g
642s,@int16_decl@,|#_!!_#|,g
643s,@u_int32_decl@,|#_!!_#|,g
644s,@int32_decl@,|#_!!_#|,g
645s,@u_int64_decl@,|#_!!_#|,g
646s,@int64_decl@,|#_!!_#|,g
647s,@FILE_t_decl@,|#_!!_#|,g
648s,@off_t_decl@,|#_!!_#|,g
649s,@pid_t_decl@,|#_!!_#|,g
650s,@size_t_decl@,|#_!!_#|,g
651s,@time_t_decl@,|#_!!_#|,g
652s,@ssize_t_decl@,|#_!!_#|,g
653s,@uintmax_t_decl@,|#_!!_#|,g
654s,@uintptr_t_decl@,|#_!!_#|,g
655s,@thread_h_decl@,|#_!!_#|,g
656s,@db_threadid_t_decl@,|#_!!_#|typedef uintmax_t db_threadid_t;,g
657s,@LIBOBJS@,|#_!!_#|,g
658s,@TCL_BIN_DIR@,|#_!!_#|,g
659s,@TCL_INCLUDE_SPEC@,|#_!!_#|,g
660s,@TCL_LIB_FILE@,|#_!!_#|,g
661s,@TCL_SRC_DIR@,|#_!!_#|,g
662s,@TCL_TCLSH@,|#_!!_#|,g
663s,@INT64_FMT@,|#_!!_#|#define	INT64_FMT	"%lld",g
664s,@UINT64_FMT@,|#_!!_#|#define	UINT64_FMT	"%llu",g
665s,@db_seq_decl@,|#_!!_#|typedef int64_t db_seq_t;,g
666s,@LTLIBOBJS@,|#_!!_#|,g
667:end
668s/|#_!!_#|//g
669CEOF
670fi # test -n "$CONFIG_FILES"
671
672
673for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS
674do
675  case $ac_tag in
676  :[FHLC]) ac_mode=$ac_tag; continue;;
677  esac
678  case $ac_mode$ac_tag in
679  :[FHL]*:*);;
680  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
681echo "$as_me: error: Invalid tag $ac_tag." >&2;}
682   { (exit 1); exit 1; }; };;
683  :[FH]-) ac_tag=-:-;;
684  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
685  esac
686  ac_save_IFS=$IFS
687  IFS=:
688  set x $ac_tag
689  IFS=$ac_save_IFS
690  shift
691  ac_file=$1
692  shift
693
694  case $ac_mode in
695  :L) ac_source=$1;;
696  :[FH])
697    ac_file_inputs=
698    for ac_f
699    do
700      case $ac_f in
701      -) ac_f="$tmp/stdin";;
702      *) # Look for the file first in the build tree, then in the source tree
703	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
704	 # because $ac_f cannot contain `:'.
705	 test -f "$ac_f" ||
706	   case $ac_f in
707	   [\\/$]*) false;;
708	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
709	   esac ||
710	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
711echo "$as_me: error: cannot find input file: $ac_f" >&2;}
712   { (exit 1); exit 1; }; };;
713      esac
714      ac_file_inputs="$ac_file_inputs $ac_f"
715    done
716
717    # Let's still pretend it is `configure' which instantiates (i.e., don't
718    # use $as_me), people would be surprised to read:
719    #    /* config.h.  Generated by config.status.  */
720    configure_input="Generated from "`IFS=:
721	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
722    if test x"$ac_file" != x-; then
723      configure_input="$ac_file.  $configure_input"
724      { echo "$as_me:$LINENO: creating $ac_file" >&5
725echo "$as_me: creating $ac_file" >&6;}
726    fi
727
728    case $ac_tag in
729    *:-:* | *:-) cat >"$tmp/stdin";;
730    esac
731    ;;
732  esac
733
734  ac_dir=`$as_dirname -- "$ac_file" ||
735$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
736	 X"$ac_file" : 'X\(//\)[^/]' \| \
737	 X"$ac_file" : 'X\(//\)$' \| \
738	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
739echo X"$ac_file" |
740    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
741	    s//\1/
742	    q
743	  }
744	  /^X\(\/\/\)[^/].*/{
745	    s//\1/
746	    q
747	  }
748	  /^X\(\/\/\)$/{
749	    s//\1/
750	    q
751	  }
752	  /^X\(\/\).*/{
753	    s//\1/
754	    q
755	  }
756	  s/.*/./; q'`
757  { as_dir="$ac_dir"
758  case $as_dir in #(
759  -*) as_dir=./$as_dir;;
760  esac
761  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
762    as_dirs=
763    while :; do
764      case $as_dir in #(
765      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
766      *) as_qdir=$as_dir;;
767      esac
768      as_dirs="'$as_qdir' $as_dirs"
769      as_dir=`$as_dirname -- "$as_dir" ||
770$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
771	 X"$as_dir" : 'X\(//\)[^/]' \| \
772	 X"$as_dir" : 'X\(//\)$' \| \
773	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
774echo X"$as_dir" |
775    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
776	    s//\1/
777	    q
778	  }
779	  /^X\(\/\/\)[^/].*/{
780	    s//\1/
781	    q
782	  }
783	  /^X\(\/\/\)$/{
784	    s//\1/
785	    q
786	  }
787	  /^X\(\/\).*/{
788	    s//\1/
789	    q
790	  }
791	  s/.*/./; q'`
792      test -d "$as_dir" && break
793    done
794    test -z "$as_dirs" || eval "mkdir $as_dirs"
795  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
796echo "$as_me: error: cannot create directory $as_dir" >&2;}
797   { (exit 1); exit 1; }; }; }
798  ac_builddir=.
799
800case "$ac_dir" in
801.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
802*)
803  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
804  # A ".." for each directory in $ac_dir_suffix.
805  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
806  case $ac_top_builddir_sub in
807  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
808  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
809  esac ;;
810esac
811ac_abs_top_builddir=$ac_pwd
812ac_abs_builddir=$ac_pwd$ac_dir_suffix
813# for backward compatibility:
814ac_top_builddir=$ac_top_build_prefix
815
816case $srcdir in
817  .)  # We are building in place.
818    ac_srcdir=.
819    ac_top_srcdir=$ac_top_builddir_sub
820    ac_abs_top_srcdir=$ac_pwd ;;
821  [\\/]* | ?:[\\/]* )  # Absolute name.
822    ac_srcdir=$srcdir$ac_dir_suffix;
823    ac_top_srcdir=$srcdir
824    ac_abs_top_srcdir=$srcdir ;;
825  *) # Relative name.
826    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
827    ac_top_srcdir=$ac_top_build_prefix$srcdir
828    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
829esac
830ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
831
832
833  case $ac_mode in
834  :F)
835  #
836  # CONFIG_FILE
837  #
838
839  case $INSTALL in
840  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
841  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
842  esac
843# If the template does not know about datarootdir, expand it.
844# FIXME: This hack should be removed a few years after 2.60.
845ac_datarootdir_hack=; ac_datarootdir_seen=
846
847case `sed -n '/datarootdir/ {
848  p
849  q
850}
851/@datadir@/p
852/@docdir@/p
853/@infodir@/p
854/@localedir@/p
855/@mandir@/p
856' $ac_file_inputs` in
857*datarootdir*) ac_datarootdir_seen=yes;;
858*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
859  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
860echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
861  ac_datarootdir_hack='
862  s&@datadir@&${datarootdir}&g
863  s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
864  s&@infodir@&${datarootdir}/info&g
865  s&@localedir@&${datarootdir}/locale&g
866  s&@mandir@&${datarootdir}/man&g
867    s&\${datarootdir}&${prefix}/share&g' ;;
868esac
869  sed "
870
871:t
872/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
873s&@configure_input@&$configure_input&;t t
874s&@top_builddir@&$ac_top_builddir_sub&;t t
875s&@srcdir@&$ac_srcdir&;t t
876s&@abs_srcdir@&$ac_abs_srcdir&;t t
877s&@top_srcdir@&$ac_top_srcdir&;t t
878s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
879s&@builddir@&$ac_builddir&;t t
880s&@abs_builddir@&$ac_abs_builddir&;t t
881s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
882s&@INSTALL@&$ac_INSTALL&;t t
883$ac_datarootdir_hack
884" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
885
886test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
887  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
888  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
889  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
890which seems to be undefined.  Please make sure it is defined." >&5
891echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
892which seems to be undefined.  Please make sure it is defined." >&2;}
893
894  rm -f "$tmp/stdin"
895  case $ac_file in
896  -) cat "$tmp/out"; rm -f "$tmp/out";;
897  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
898  esac
899 ;;
900  :H)
901  #
902  # CONFIG_HEADER
903  #
904    # First, check the format of the line:
905    cat >"$tmp/defines.sed" <<\CEOF
906/^[	 ]*#[	 ]*undef[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[	 ]*$/b def
907/^[	 ]*#[	 ]*define[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[(	 ]/b def
908b
909:def
910s/$/ /
911s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_NAME\)[	 (].*,\1define\2 "Berkeley DB" ,
912s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_TARNAME\)[	 (].*,\1define\2 "db-4.7.25" ,
913s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_VERSION\)[	 (].*,\1define\2 "4.7.25" ,
914s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_STRING\)[	 (].*,\1define\2 "Berkeley DB 4.7.25" ,
915s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_BUGREPORT\)[	 (].*,\1define\2 "Oracle Technology Network Berkeley DB forum" ,
916s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_UPGRADE_SUPPORT\)[	 (].*,\1define\2 1 ,
917s,^\([	 #]*\)[^	 ]*\([	 ]*DEBUG\)[	 (].*,\1define\2 1 ,
918s,^\([	 #]*\)[^	 ]*\([	 ]*STDC_HEADERS\)[	 (].*,\1define\2 1 ,
919s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_TYPES_H\)[	 (].*,\1define\2 1 ,
920s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_STAT_H\)[	 (].*,\1define\2 1 ,
921s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDLIB_H\)[	 (].*,\1define\2 1 ,
922s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRING_H\)[	 (].*,\1define\2 1 ,
923s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MEMORY_H\)[	 (].*,\1define\2 1 ,
924s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRINGS_H\)[	 (].*,\1define\2 1 ,
925s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_INTTYPES_H\)[	 (].*,\1define\2 1 ,
926s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDINT_H\)[	 (].*,\1define\2 1 ,
927s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_UNISTD_H\)[	 (].*,\1define\2 1 ,
928s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DLFCN_H\)[	 (].*,\1define\2 1 ,
929s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYSTEM_INCLUDE_FILES\)[	 (].*,\1define\2 1 ,
930s,^\([	 #]*\)[^	 ]*\([	 ]*TIME_WITH_SYS_TIME\)[	 (].*,\1define\2 1 ,
931s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DIRENT_H\)[	 (].*,\1define\2 1 ,
932s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_SELECT_H\)[	 (].*,\1define\2 1 ,
933s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_SOCKET_H\)[	 (].*,\1define\2 1 ,
934s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_TIME_H\)[	 (].*,\1define\2 1 ,
935s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRUCT_STAT_ST_BLKSIZE\)[	 (].*,\1define\2 1 ,
936s,^\([	 #]*\)[^	 ]*\([	 ]*SIZEOF_CHAR\)[	 (].*,\1define\2 1 ,
937s,^\([	 #]*\)[^	 ]*\([	 ]*SIZEOF_UNSIGNED_CHAR\)[	 (].*,\1define\2 1 ,
938s,^\([	 #]*\)[^	 ]*\([	 ]*SIZEOF_SHORT\)[	 (].*,\1define\2 2 ,
939s,^\([	 #]*\)[^	 ]*\([	 ]*SIZEOF_UNSIGNED_SHORT\)[	 (].*,\1define\2 2 ,
940s,^\([	 #]*\)[^	 ]*\([	 ]*SIZEOF_INT\)[	 (].*,\1define\2 4 ,
941s,^\([	 #]*\)[^	 ]*\([	 ]*SIZEOF_UNSIGNED_INT\)[	 (].*,\1define\2 4 ,
942s,^\([	 #]*\)[^	 ]*\([	 ]*SIZEOF_LONG\)[	 (].*,\1define\2 4 ,
943s,^\([	 #]*\)[^	 ]*\([	 ]*SIZEOF_UNSIGNED_LONG\)[	 (].*,\1define\2 4 ,
944s,^\([	 #]*\)[^	 ]*\([	 ]*SIZEOF_LONG_LONG\)[	 (].*,\1define\2 8 ,
945s,^\([	 #]*\)[^	 ]*\([	 ]*SIZEOF_UNSIGNED_LONG_LONG\)[	 (].*,\1define\2 8 ,
946s,^\([	 #]*\)[^	 ]*\([	 ]*SIZEOF_CHAR_P\)[	 (].*,\1define\2 4 ,
947s,^\([	 #]*\)[^	 ]*\([	 ]*SIZEOF_SIZE_T\)[	 (].*,\1define\2 4 ,
948s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_EXIT_SUCCESS\)[	 (].*,\1define\2 1 ,
949s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MUTEX_FCNTL\)[	 (].*,\1define\2 1 ,
950s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MUTEX_SUPPORT\)[	 (].*,\1define\2 1 ,
951s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SIMPLE_THREAD_TYPE\)[	 (].*,\1define\2 1 ,
952s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_ABORT\)[	 (].*,\1define\2 1 ,
953s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_ATOI\)[	 (].*,\1define\2 1 ,
954s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_ATOL\)[	 (].*,\1define\2 1 ,
955s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_GETCWD\)[	 (].*,\1define\2 1 ,
956s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_GETENV\)[	 (].*,\1define\2 1 ,
957s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_GETOPT\)[	 (].*,\1define\2 1 ,
958s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_ISALPHA\)[	 (].*,\1define\2 1 ,
959s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_ISDIGIT\)[	 (].*,\1define\2 1 ,
960CEOF
961    sed -f "$tmp/defines.sed" $ac_file_inputs >"$tmp/out1"
962    # First, check the format of the line:
963    cat >"$tmp/defines.sed" <<\CEOF
964/^[	 ]*#[	 ]*undef[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[	 ]*$/b def
965/^[	 ]*#[	 ]*define[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[(	 ]/b def
966b
967:def
968s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_ISPRINT\)[	 (].*,\1define\2 1 ,
969s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_ISSPACE\)[	 (].*,\1define\2 1 ,
970s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MEMCMP\)[	 (].*,\1define\2 1 ,
971s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MEMCPY\)[	 (].*,\1define\2 1 ,
972s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MEMMOVE\)[	 (].*,\1define\2 1 ,
973s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_PRINTF\)[	 (].*,\1define\2 1 ,
974s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_QSORT\)[	 (].*,\1define\2 1 ,
975s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_RAISE\)[	 (].*,\1define\2 1 ,
976s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_RAND\)[	 (].*,\1define\2 1 ,
977s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRCASECMP\)[	 (].*,\1define\2 1 ,
978s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRCAT\)[	 (].*,\1define\2 1 ,
979s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRCHR\)[	 (].*,\1define\2 1 ,
980s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRDUP\)[	 (].*,\1define\2 1 ,
981s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRERROR\)[	 (].*,\1define\2 1 ,
982s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRNCAT\)[	 (].*,\1define\2 1 ,
983s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRNCMP\)[	 (].*,\1define\2 1 ,
984s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRRCHR\)[	 (].*,\1define\2 1 ,
985s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRSEP\)[	 (].*,\1define\2 1 ,
986s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRTOL\)[	 (].*,\1define\2 1 ,
987s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRTOUL\)[	 (].*,\1define\2 1 ,
988s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_FCHMOD\)[	 (].*,\1define\2 1 ,
989s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_FCLOSE\)[	 (].*,\1define\2 1 ,
990s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_FCNTL\)[	 (].*,\1define\2 1 ,
991s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_FDATASYNC\)[	 (].*,\1define\2 1 ,
992s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_FGETC\)[	 (].*,\1define\2 1 ,
993s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_FGETS\)[	 (].*,\1define\2 1 ,
994s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_FOPEN\)[	 (].*,\1define\2 1 ,
995s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_FWRITE\)[	 (].*,\1define\2 1 ,
996s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_GETGID\)[	 (].*,\1define\2 1 ,
997s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_GETRUSAGE\)[	 (].*,\1define\2 1 ,
998s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_GETUID\)[	 (].*,\1define\2 1 ,
999s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_HSTRERROR\)[	 (].*,\1define\2 1 ,
1000s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MPROTECT\)[	 (].*,\1define\2 1 ,
1001s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SCHED_YIELD\)[	 (].*,\1define\2 1 ,
1002s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SELECT\)[	 (].*,\1define\2 1 ,
1003s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SETGID\)[	 (].*,\1define\2 1 ,
1004s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SETUID\)[	 (].*,\1define\2 1 ,
1005s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SIGACTION\)[	 (].*,\1define\2 1 ,
1006s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SNPRINTF\)[	 (].*,\1define\2 1 ,
1007s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STAT\)[	 (].*,\1define\2 1 ,
1008s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYSCONF\)[	 (].*,\1define\2 1 ,
1009s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_VSNPRINTF\)[	 (].*,\1define\2 1 ,
1010s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_GETTIMEOFDAY\)[	 (].*,\1define\2 1 ,
1011s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LOCALTIME\)[	 (].*,\1define\2 1 ,
1012s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_TIME\)[	 (].*,\1define\2 1 ,
1013s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRFTIME\)[	 (].*,\1define\2 1 ,
1014s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_CLOCK_GETTIME\)[	 (].*,\1define\2 1 ,
1015s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_CTIME_R\)[	 (].*,\1define\2 1 ,
1016s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_FTRUNCATE\)[	 (].*,\1define\2 1 ,
1017s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_PREAD\)[	 (].*,\1define\2 1 ,
1018CEOF
1019    sed -f "$tmp/defines.sed" "$tmp/out1" >"$tmp/out2"
1020    # First, check the format of the line:
1021    cat >"$tmp/defines.sed" <<\CEOF
1022/^[	 ]*#[	 ]*undef[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[	 ]*$/b def
1023/^[	 ]*#[	 ]*define[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[(	 ]/b def
1024b
1025:def
1026s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_PWRITE\)[	 (].*,\1define\2 1 ,
1027s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_GETADDRINFO\)[	 (].*,\1define\2 1 ,
1028s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_FCNTL_F_SETFD\)[	 (].*,\1define\2 1 ,
1029s,^\([	 #]*\)[^	 ]*\([	 ]*_FILE_OFFSET_BITS\)[	 (].*,\1define\2 64 ,
1030s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MLOCK\)[	 (].*,\1define\2 1 ,
1031s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MUNLOCK\)[	 (].*,\1define\2 1 ,
1032s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MMAP\)[	 (].*,\1define\2 1 ,
1033s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MUNMAP\)[	 (].*,\1define\2 1 ,
1034s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SHMGET\)[	 (].*,\1define\2 1 ,
1035s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SHMCTL_SHM_LOCK\)[	 (].*,\1define\2 1 ,
1036s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_64BIT_TYPES\)[	 (].*,\1define\2 1 ,
1037s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_HASH\)[	 (].*,\1define\2 1 ,
1038s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_QUEUE\)[	 (].*,\1define\2 1 ,
1039s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_REPLICATION\)[	 (].*,\1define\2 1 ,
1040s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STATISTICS\)[	 (].*,\1define\2 1 ,
1041s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_VERIFY\)[	 (].*,\1define\2 1 ,
1042s/ $//
1043s,^[	 #]*u.*,/* & */,
1044CEOF
1045    sed -f "$tmp/defines.sed" "$tmp/out2" >"$tmp/out1"
1046ac_result="$tmp/out1"
1047  if test x"$ac_file" != x-; then
1048    echo "/* $configure_input  */" >"$tmp/config.h"
1049    cat "$ac_result" >>"$tmp/config.h"
1050    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
1051      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
1052echo "$as_me: $ac_file is unchanged" >&6;}
1053    else
1054      rm -f $ac_file
1055      mv "$tmp/config.h" $ac_file
1056    fi
1057  else
1058    echo "/* $configure_input  */"
1059    cat "$ac_result"
1060  fi
1061  rm -f "$tmp/out12"
1062 ;;
1063
1064
1065  esac
1066
1067done # for ac_tag
1068
1069
1070{ (exit 0); exit 0; }
1071