source: branches/samba-3.3.x/source/config.status@ 206

Last change on this file since 206 was 206, checked in by Herwig Bauernfeind, 16 years ago

Import Samba 3.3 branch at 3.0.0 level (psmedley's port)

File size: 52.3 KB
Line 
1#! 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-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 # Pre-4.2 versions of Zsh do 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
42as_nl='
43'
44export as_nl
45# Printing a long string crashes Solaris 7 /usr/bin/printf.
46as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 '
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
69 fi
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
72fi
73
74# The user is always right.
75if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
80 }
81fi
82
83# Support unset when possible.
84if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85 as_unset=unset
86else
87 as_unset=false
88fi
89
90
91# IFS
92# We need space, tab and new line, in precisely that order. Quoting is
93# there to prevent editors from complaining about space-tab.
94# (If _AS_PATH_WALK were called with IFS unset, it would disable word
95# splitting by setting IFS to empty value.)
96IFS=" "" $as_nl"
97
98# Find who we are. Look in the path if we contain no directory separator.
99case $0 in
100 *[\\/]* ) as_myself=$0 ;;
101 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102for as_dir in $PATH
103do
104 IFS=$as_save_IFS
105 test -z "$as_dir" && as_dir=.
106 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107done
108IFS=$as_save_IFS
109
110 ;;
111esac
112# We did not find ourselves, most probably we were run as `sh COMMAND'
113# in which case we are not to be found in the path.
114if test "x$as_myself" = x; then
115 as_myself=$0
116fi
117if test ! -f "$as_myself"; then
118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119 { (exit 1); exit 1; }
120fi
121
122# Work around bugs in pre-3.0 UWIN ksh.
123for as_var in ENV MAIL MAILPATH
124do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125done
126PS1='$ '
127PS2='> '
128PS4='+ '
129
130# NLS nuisances.
131LC_ALL=C
132export LC_ALL
133LANGUAGE=C
134export LANGUAGE
135
136# Required to use basename.
137if expr a : '\(a\)' >/dev/null 2>&1 &&
138 test "X`expr 00001 : '.*\(...\)'`" = X001; then
139 as_expr=expr
140else
141 as_expr=false
142fi
143
144if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145 as_basename=basename
146else
147 as_basename=false
148fi
149
150
151# Name of the executable.
152as_me=`$as_basename -- "$0" ||
153$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154 X"$0" : 'X\(//\)$' \| \
155 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156$as_echo X/"$0" |
157 sed '/^.*\/\([^/][^/]*\)\/*$/{
158 s//\1/
159 q
160 }
161 /^X\/\(\/\/\)$/{
162 s//\1/
163 q
164 }
165 /^X\/\(\/\).*/{
166 s//\1/
167 q
168 }
169 s/.*/./; q'`
170
171# CDPATH.
172$as_unset CDPATH
173
174
175
176 as_lineno_1=81037
177 as_lineno_2=81038
178 test "x$as_lineno_1" != "x$as_lineno_2" &&
179 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
180
181 # Create $as_me.lineno as a copy of $as_myself, but with 81042
182 # uniformly replaced by the line number. The first 'sed' inserts a
183 # line-number line after each line using 81044; the second 'sed'
184 # does the real work. The second script uses 'N' to pair each
185 # line-number line with the line containing 81046, and appends
186 # trailing '-' during substitution so that 81047 is not a special
187 # case at line end.
188 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
189 # scripts with optimization help from Paolo Bonzini. Blame Lee
190 # E. McMahon (1931-1989) for sed's syntax. :-)
191 sed -n '
192 p
193 /[$]LINENO/=
194 ' <$as_myself |
195 sed '
196 s/[$]LINENO.*/&-/
197 t lineno
198 b
199 :lineno
200 N
201 :loop
202 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
203 t loop
204 s/-\n.*//
205 ' >$as_me.lineno &&
206 chmod +x "$as_me.lineno" ||
207 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
208 { (exit 1); exit 1; }; }
209
210 # Don't try to exec as it changes $[0], causing all sort of problems
211 # (the dirname of $[0] is not the place where we might find the
212 # original and so on. Autoconf is especially sensitive to this).
213 . "./$as_me.lineno"
214 # Exit status is that of the last command.
215 exit
216}
217
218
219if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
220 as_dirname=dirname
221else
222 as_dirname=false
223fi
224
225ECHO_C= ECHO_N= ECHO_T=
226case `echo -n x` in
227-n*)
228 case `echo 'x\c'` in
229 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
230 *) ECHO_C='\c';;
231 esac;;
232*)
233 ECHO_N='-n';;
234esac
235if expr a : '\(a\)' >/dev/null 2>&1 &&
236 test "X`expr 00001 : '.*\(...\)'`" = X001; then
237 as_expr=expr
238else
239 as_expr=false
240fi
241
242rm -f conf$$ conf$$.exe conf$$.file
243if test -d conf$$.dir; then
244 rm -f conf$$.dir/conf$$.file
245else
246 rm -f conf$$.dir
247 mkdir conf$$.dir 2>/dev/null
248fi
249if (echo >conf$$.file) 2>/dev/null; then
250 if ln -s conf$$.file conf$$ 2>/dev/null; then
251 as_ln_s='ln -s'
252 # ... but there are two gotchas:
253 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
254 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
255 # In both cases, we have to default to `cp -p'.
256 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
257 as_ln_s='cp -p'
258 elif ln conf$$.file conf$$ 2>/dev/null; then
259 as_ln_s=ln
260 else
261 as_ln_s='cp -p'
262 fi
263else
264 as_ln_s='cp -p'
265fi
266rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
267rmdir conf$$.dir 2>/dev/null
268
269if mkdir -p . 2>/dev/null; then
270 as_mkdir_p=:
271else
272 test -d ./-p && rmdir ./-p
273 as_mkdir_p=false
274fi
275
276if test -x / >/dev/null 2>&1; then
277 as_test_x='test -x'
278else
279 if ls -dL / >/dev/null 2>&1; then
280 as_ls_L_option=L
281 else
282 as_ls_L_option=
283 fi
284 as_test_x='
285 eval sh -c '\''
286 if test -d "$1"; then
287 test -d "$1/.";
288 else
289 case $1 in
290 -*)set "./$1";;
291 esac;
292 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
293 ???[sx]*):;;*)false;;esac;fi
294 '\'' sh
295 '
296fi
297as_executable_p=$as_test_x
298
299# Sed expression to map a string onto a valid CPP name.
300as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
301
302# Sed expression to map a string onto a valid variable name.
303as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
304
305
306exec 6>&1
307
308# Save the log message, to keep $[0] and so on meaningful, and to
309# report actual input values of CONFIG_FILES etc. instead of their
310# values after options handling.
311ac_log="
312This file was extended by Samba $as_me 3, which was
313generated by GNU Autoconf 2.63. Invocation command line was
314
315 CONFIG_FILES = $CONFIG_FILES
316 CONFIG_HEADERS = $CONFIG_HEADERS
317 CONFIG_LINKS = $CONFIG_LINKS
318 CONFIG_COMMANDS = $CONFIG_COMMANDS
319 $ $0 $@
320
321on `(hostname || uname -n) 2>/dev/null | sed 1q`
322"
323
324# Files that config.status was made for.
325config_files=" Makefile script/findsmb smbadduser script/gen-8bit-gap.sh script/installbin.sh script/uninstallbin.sh lib/netapi/examples/Makefile lib/netapi/tests/Makefile pkgconfig/smbclient.pc pkgconfig/wbclient.pc pkgconfig/netapi.pc pkgconfig/smbsharemodes.pc ../examples/libsmbclient/Makefile.internal"
326config_headers=" include/config.h"
327config_commands=" rm-stdint.h rm-stdbool.h"
328
329ac_cs_usage="\
330\`$as_me' instantiates files from templates according to the
331current configuration.
332
333Usage: $0 [OPTION]... [FILE]...
334
335 -h, --help print this help, then exit
336 -V, --version print version number and configuration settings, then exit
337 -q, --quiet, --silent
338 do not print progress messages
339 -d, --debug don't remove temporary files
340 --recheck update $as_me by reconfiguring in the same conditions
341 --file=FILE[:TEMPLATE]
342 instantiate the configuration file FILE
343 --header=FILE[:TEMPLATE]
344 instantiate the configuration header FILE
345
346Configuration files:
347$config_files
348
349Configuration headers:
350$config_headers
351
352Configuration commands:
353$config_commands
354
355Report bugs to <bug-autoconf@gnu.org>."
356
357ac_cs_version="\
358Samba config.status 3
359configured by ./configure, generated by GNU Autoconf 2.63,
360 with options \"'--prefix=/samba' '--enable-static' '--disable-shared' '--disable-cups' '--with-krb5=/extras' '--with-ldap=/openldap' 'CC=gcc'\"
361
362Copyright (C) 2008 Free Software Foundation, Inc.
363This config.status script is free software; the Free Software Foundation
364gives unlimited permission to copy, distribute and modify it."
365
366ac_pwd='U:/DEV/samba-3.3.0/source'
367srcdir='.'
368INSTALL='u:/bin/install.exe'
369AWK='gawk'
370test -n "$AWK" || AWK=awk
371# The default lists apply if the user does not specify any file.
372ac_need_defaults=:
373while test $# != 0
374do
375 case $1 in
376 --*=*)
377 ac_option=`expr "X$1" : 'X\([^=]*\)='`
378 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
379 ac_shift=:
380 ;;
381 *)
382 ac_option=$1
383 ac_optarg=$2
384 ac_shift=shift
385 ;;
386 esac
387
388 case $ac_option in
389 # Handling of the options.
390 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
391 ac_cs_recheck=: ;;
392 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
393 $as_echo "$ac_cs_version"; exit ;;
394 --debug | --debu | --deb | --de | --d | -d )
395 debug=: ;;
396 --file | --fil | --fi | --f )
397 $ac_shift
398 case $ac_optarg in
399 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
400 esac
401 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
402 ac_need_defaults=false;;
403 --header | --heade | --head | --hea )
404 $ac_shift
405 case $ac_optarg in
406 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
407 esac
408 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
409 ac_need_defaults=false;;
410 --he | --h)
411 # Conflict between --help and --header
412 { $as_echo "$as_me: error: ambiguous option: $1
413Try \`$0 --help' for more information." >&2
414 { (exit 1); exit 1; }; };;
415 --help | --hel | -h )
416 $as_echo "$ac_cs_usage"; exit ;;
417 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
418 | -silent | --silent | --silen | --sile | --sil | --si | --s)
419 ac_cs_silent=: ;;
420
421 # This is an error.
422 -*) { $as_echo "$as_me: error: unrecognized option: $1
423Try \`$0 --help' for more information." >&2
424 { (exit 1); exit 1; }; } ;;
425
426 *) ac_config_targets="$ac_config_targets $1"
427 ac_need_defaults=false ;;
428
429 esac
430 shift
431done
432
433ac_configure_extra_args=
434
435if $ac_cs_silent; then
436 exec 6>/dev/null
437 ac_configure_extra_args="$ac_configure_extra_args --silent"
438fi
439
440if $ac_cs_recheck; then
441 set X 'sh' './configure' '--prefix=/samba' '--enable-static' '--disable-shared' '--disable-cups' '--with-krb5=/extras' '--with-ldap=/openldap' 'CC=gcc' $ac_configure_extra_args --no-create --no-recursion
442 shift
443 $as_echo "running CONFIG_SHELL=sh $*" >&6
444 CONFIG_SHELL='sh'
445 export CONFIG_SHELL
446 exec "$@"
447fi
448
449exec 5>>config.log
450{
451 echo
452 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
453## Running $as_me. ##
454_ASBOX
455 $as_echo "$ac_log"
456} >&5
457
458#
459# INIT-COMMANDS
460#
461libreplacedir=./lib/replace
462libreplacedir=./lib/replace
463libreplacedir=./lib/replace
464libreplacedir=./lib/replace
465
466
467# Handling of arguments.
468for ac_config_target in $ac_config_targets
469do
470 case $ac_config_target in
471 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
472 "rm-stdint.h") CONFIG_COMMANDS="$CONFIG_COMMANDS rm-stdint.h" ;;
473 "mk-stdint.h") CONFIG_COMMANDS="$CONFIG_COMMANDS mk-stdint.h" ;;
474 "rm-stdbool.h") CONFIG_COMMANDS="$CONFIG_COMMANDS rm-stdbool.h" ;;
475 "mk-stdbool.h") CONFIG_COMMANDS="$CONFIG_COMMANDS mk-stdbool.h" ;;
476 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
477 "script/findsmb") CONFIG_FILES="$CONFIG_FILES script/findsmb" ;;
478 "smbadduser") CONFIG_FILES="$CONFIG_FILES smbadduser" ;;
479 "script/gen-8bit-gap.sh") CONFIG_FILES="$CONFIG_FILES script/gen-8bit-gap.sh" ;;
480 "script/installbin.sh") CONFIG_FILES="$CONFIG_FILES script/installbin.sh" ;;
481 "script/uninstallbin.sh") CONFIG_FILES="$CONFIG_FILES script/uninstallbin.sh" ;;
482 "lib/netapi/examples/Makefile") CONFIG_FILES="$CONFIG_FILES lib/netapi/examples/Makefile" ;;
483 "lib/netapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES lib/netapi/tests/Makefile" ;;
484 "pkgconfig/smbclient.pc") CONFIG_FILES="$CONFIG_FILES pkgconfig/smbclient.pc" ;;
485 "pkgconfig/wbclient.pc") CONFIG_FILES="$CONFIG_FILES pkgconfig/wbclient.pc" ;;
486 "pkgconfig/netapi.pc") CONFIG_FILES="$CONFIG_FILES pkgconfig/netapi.pc" ;;
487 "pkgconfig/smbsharemodes.pc") CONFIG_FILES="$CONFIG_FILES pkgconfig/smbsharemodes.pc" ;;
488 "../examples/libsmbclient/Makefile.internal") CONFIG_FILES="$CONFIG_FILES ../examples/libsmbclient/Makefile.internal" ;;
489
490 *) { { $as_echo "$as_me:81380: error: invalid argument: $ac_config_target" >&5
491$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
492 { (exit 1); exit 1; }; };;
493 esac
494done
495
496
497# If the user did not use the arguments to specify the items to instantiate,
498# then the envvar interface is used. Set only those that are not.
499# We use the long form for the default assignment because of an extremely
500# bizarre bug on SunOS 4.1.3.
501if $ac_need_defaults; then
502 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
503 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
504 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
505fi
506
507# Have a temporary directory for convenience. Make it in the build tree
508# simply because there is no reason against having it here, and in addition,
509# creating and moving files from /tmp can sometimes cause problems.
510# Hook for its removal unless debugging.
511# Note that there is a small window in which the directory will not be cleaned:
512# after its creation but before its name has been assigned to `$tmp'.
513$debug ||
514{
515 tmp=
516 trap 'exit_status=$?
517 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
518' 0
519 trap '{ (exit 1); exit 1; }' 1 2 13 15
520}
521# Create a (secure) tmp directory for tmp files.
522
523{
524 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
525 test -n "$tmp" && test -d "$tmp"
526} ||
527{
528 tmp=./conf$$-$RANDOM
529 (umask 077 && mkdir "$tmp")
530} ||
531{
532 $as_echo "$as_me: cannot create a temporary directory in ." >&2
533 { (exit 1); exit 1; }
534}
535
536# Set up the scripts for CONFIG_FILES section.
537# No need to generate them if there are no CONFIG_FILES.
538# This happens for instance with `./config.status config.h'.
539if test -n "$CONFIG_FILES"; then
540
541
542ac_cr='
543'
544ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
545if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
546 ac_cs_awk_cr='\\r'
547else
548 ac_cs_awk_cr=$ac_cr
549fi
550
551echo 'BEGIN {' >"$tmp/subs1.awk" &&
552cat >>"$tmp/subs1.awk" <<\_ACAWK &&
553S["LTLIBOBJS"]=""
554S["SMBD_LIBS"]=""
555S["DEVELOPER_CFLAGS"]="-g -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER -Wdeclaration-after-statement -Werror-implicit-function-"\
556"declaration"
557S["GPEXT_MODULES"]=""
558S["GPEXT_STATIC"]=""
559S["VFS_MODULES"]=""
560S["VFS_STATIC"]=" $(VFS_DEFAULT_OBJ) $(VFS_RECYCLE_OBJ) $(VFS_AUDIT_OBJ) $(VFS_EXTD_AUDIT_OBJ) $(VFS_FULL_AUDIT_OBJ) $(VFS_NETATALK_OBJ) $(VFS_FAKE_PERMS_OBJ) $(VFS_"\
561"DEFAULT_QUOTA_OBJ) $(VFS_READONLY_OBJ) $(VFS_CAP_OBJ) $(VFS_EXPAND_MSDFS_OBJ) $(VFS_SHADOW_COPY_OBJ) $(VFS_SHADOW_COPY2_OBJ) $(VFS_XATTR_TDB_OBJ) $("\
562"VFS_STREAMS_XATTR_OBJ) $(VFS_STREAMS_DEPOT_OBJ) $(VFS_READAHEAD_OBJ) $(VFS_ACL_XATTR_OBJ) $(VFS_ACL_TDB_OBJ) $(VFS_SMB_TRAFFIC_ANALYZER_OBJ)"
563S["AUTH_MODULES"]=""
564S["AUTH_STATIC"]=" $(AUTH_SAM_OBJ) $(AUTH_UNIX_OBJ) $(AUTH_WINBIND_OBJ) $(AUTH_SERVER_OBJ) $(AUTH_DOMAIN_OBJ) $(AUTH_BUILTIN_OBJ) $(AUTH_SCRIPT_OBJ)"
565S["CHARSET_MODULES"]=""
566S["CHARSET_STATIC"]=" modules/CP850.o modules/CP437.o"
567S["NSS_INFO_MODULES"]=""
568S["NSS_INFO_STATIC"]=" winbindd/nss_info_template.o"
569S["IDMAP_MODULES"]=""
570S["IDMAP_STATIC"]=" winbindd/idmap_tdb.o winbindd/idmap_passdb.o winbindd/idmap_nss.o"
571S["RPC_MODULES"]=""
572S["RPC_STATIC"]=" $(RPC_LSA_OBJ) $(RPC_REG_OBJ) $(RPC_INITSHUTDOWN_OBJ) $(RPC_DSSETUP_OBJ) $(RPC_WKS_OBJ) $(RPC_SVCCTL_OBJ) $(RPC_NTSVCS_OBJ) $(RPC_NETLOG_OBJ) $(RPC"\
573"_DFS_OBJ) $(RPC_SVC_OBJ) $(RPC_SPOOLSS_OBJ) $(RPC_EVENTLOG_OBJ) $(RPC_SAMR_OBJ)"
574S["PDB_MODULES"]=""
575S["PDB_STATIC"]=" passdb/pdb_smbpasswd.o passdb/pdb_tdb.o"
576S["INIPARSERLIBS"]=""
577S["BUILD_INIPARSER"]="$(INIPARSER_OBJ)"
578S["DNSSD_LIBS"]=""
579S["FLAGS1"]=" -I$(srcdir)/iniparser/src"
580S["POPTLIBS"]="-lpopt"
581S["BUILD_POPT"]=""
582S["WINBIND_KRB5_LOCATOR"]=""
583S["PAM_WINBIND_EXTRA_LIBS"]=""
584S["NSSSONAMEVERSIONSUFFIX"]=""
585S["WINBIND_NSS_EXTRA_LIBS"]=""
586S["WINBIND_NSS_EXTRA_OBJS"]=""
587S["WINBIND_NSS_LDSHFLAGS"]="shared-libraries-disabled"
588S["WINBIND_WINS_NSS"]=""
589S["WINBIND_NSS"]=""
590S["WINBIND_NSS_PTHREAD"]="-lpthread"
591S["LIBADDNS_SOVER"]="0"
592S["UNINSTALL_LIBADDNS"]=""
593S["INSTALL_LIBADDNS"]=""
594S["LIBADDNS_LIBS"]=""
595S["LIBADDNS_STATIC"]="$(LIBADDNS_OBJ0)"
596S["LIBADDNS_SHARED"]=""
597S["LIBADDNS_STATIC_TARGET"]="bin/libaddns.a"
598S["LIBADDNS_SHARED_TARGET"]="bin/libaddns.shared_libraries_disabled"
599S["LIBSMBSHAREMODES_SOVER"]="0"
600S["UNINSTALL_LIBSMBSHAREMODES"]="uninstalllibsmbsharemodes"
601S["INSTALL_LIBSMBSHAREMODES"]="installlibsmbsharemodes"
602S["LIBSMBSHAREMODES_LIBS"]=""
603S["LIBSMBSHAREMODES_STATIC"]="$(LIBSMBSHAREMODES_OBJ0)"
604S["LIBSMBSHAREMODES_SHARED"]=""
605S["LIBSMBSHAREMODES_STATIC_TARGET"]="bin/libsmbsharemodes.a"
606S["LIBSMBSHAREMODES_SHARED_TARGET"]="bin/libsmbsharemodes.shared_libraries_disabled"
607S["LIBSMBCLIENT_SOVER"]="0"
608S["UNINSTALL_LIBSMBCLIENT"]="uninstalllibsmbclient"
609S["INSTALL_LIBSMBCLIENT"]="installlibsmbclient"
610S["LIBSMBCLIENT_LIBS"]=""
611S["LIBSMBCLIENT_STATIC"]="$(LIBSMBCLIENT_OBJ0)"
612S["LIBSMBCLIENT_SHARED"]=""
613S["LIBSMBCLIENT_STATIC_TARGET"]="bin/libsmbclient.a"
614S["LIBSMBCLIENT_SHARED_TARGET"]="bin/libsmbclient.shared_libraries_disabled"
615S["LIBNETAPI_SOVER"]="0"
616S["UNINSTALL_LIBNETAPI"]="uninstalllibnetapi"
617S["INSTALL_LIBNETAPI"]="installlibnetapi"
618S["LIBNETAPI_LIBS"]=""
619S["LIBNETAPI_STATIC"]="$(LIBNETAPI_OBJ0)"
620S["LIBNETAPI_SHARED"]=""
621S["LIBNETAPI_STATIC_TARGET"]="bin/libnetapi.a"
622S["LIBNETAPI_SHARED_TARGET"]="bin/libnetapi.shared_libraries_disabled"
623S["LIBTDB_SOVER"]="1"
624S["UNINSTALL_LIBTDB"]="uninstalllibtdb"
625S["INSTALL_LIBTDB"]="installlibtdb"
626S["LIBTDB_LIBS"]=""
627S["LIBTDB_STATIC"]="$(LIBTDB_OBJ0)"
628S["LIBTDB_SHARED"]=""
629S["LIBTDB_STATIC_TARGET"]="bin/libtdb.a"
630S["LIBTDB_SHARED_TARGET"]="bin/libtdb.shared_libraries_disabled"
631S["LIBTALLOC_SOVER"]="1"
632S["UNINSTALL_LIBTALLOC"]="uninstalllibtalloc"
633S["INSTALL_LIBTALLOC"]="installlibtalloc"
634S["LIBTALLOC_LIBS"]=""
635S["LIBTALLOC_STATIC"]="$(LIBTALLOC_OBJ0)"
636S["LIBTALLOC_SHARED"]=""
637S["LIBTALLOC_STATIC_TARGET"]="bin/libtalloc.a"
638S["LIBTALLOC_SHARED_TARGET"]="bin/libtalloc.shared_libraries_disabled"
639S["USESHARED"]="false"
640S["KRB5CONFIG"]=""
641S["LDBLDAP"]=""
642S["SMBLDAPUTIL"]=""
643S["SMBLDAP"]=""
644S["FAKE_KASERVER_OBJ"]=""
645S["SMB_FAM_LIBS"]=""
646S["LIB_PATH_VAR"]=""
647S["ROFF"]=""
648S["SYMSEXT"]="syms"
649S["LIBUNWIND_PTRACE"]=""
650S["TERMLDFLAGS"]=""
651S["TERMLIBS"]="-lreadline -lncurses"
652S["CUPS_CONFIG"]=""
653S["LIBREPLACE_OBJS"]=" lib/replace/replace.o lib/replace/snprintf.o lib/replace/getpass.o lib/replace/timegm.o lib/replace/getaddrinfo.o lib/replace/getifaddrs.o"
654S["LIBDL"]=""
655S["LIBOBJS"]=""
656S["DYNEXP"]=""
657S["PIDL_ARGS"]=""
658S["BROKEN_CC"]="#"
659S["AR"]="ar.exe"
660S["PERL"]="u:/perl5/bin/perl.exe"
661S["AWK"]="gawk"
662S["SWAT_INSTALL_TARGETS"]="installswat"
663S["SWAT_SBIN_TARGETS"]="bin/swat$(EXEEXT)"
664S["NSS_WRAPPER_OBJS"]=""
665S["HAVE_NSS_WRAPPER"]="no"
666S["SOCKET_WRAPPER_OBJS"]=""
667S["HAVE_SOCKET_WRAPPER"]="no"
668S["DEFAULT_TEST_OPTIONS"]=""
669S["NSCD_LIBS"]=""
670S["CONFIG_LIBS"]=""
671S["EXTRA_ALL_TARGETS"]=""
672S["EXTRA_SBIN_PROGS"]=""
673S["UNINSTALL_CIFSUPCALL"]=""
674S["INSTALL_CIFSUPCALL"]=""
675S["CIFSUPCALL_PROGS"]=""
676S["UNINSTALL_CIFSMOUNT"]=""
677S["INSTALL_CIFSMOUNT"]=""
678S["CIFSMOUNT_PROGS"]=""
679S["EXTRA_BIN_PROGS"]=""
680S["NSS_MODULES"]=""
681S["UNINSTALL_PAM_MODULES"]=""
682S["INSTALL_PAM_MODULES"]=""
683S["PAM_MODULES"]=""
684S["GPEXT_LIBS"]=""
685S["LDAP_LIBS"]=""
686S["UUID_LIBS"]=""
687S["KRB5_LIBS"]=""
688S["IDMAP_LIBS"]=""
689S["PASSDB_LIBS"]=" "
690S["ACL_LIBS"]=""
691S["AUTH_LIBS"]=""
692S["PRINT_LIBS"]=""
693S["LIBSAMBAUTIL_SHARED"]=""
694S["WINBIND_LIBS"]=""
695S["LIBWBCLIENT"]=""
696S["LIBWBCLIENT_SOVER"]="0"
697S["LIBWBCLIENT_STATIC"]="bin/libwbclient.a"
698S["LIBWBCLIENT_STATIC_TARGET"]="bin/libwbclient.a"
699S["LIBWBCLIENT_SHARED"]=""
700S["LIBWBCLIENT_SHARED_TARGET"]="bin/libwbclient.shared_libraries_disabled"
701S["UNINSTALL_LIBWBCLIENT"]=""
702S["INSTALL_LIBWBCLIENT"]=""
703S["UNINSTALLLIBCMD_A"]="rm -f"
704S["UNINSTALLLIBCMD_SH"]=":"
705S["INSTALLLIBCMD_A"]="$(INSTALLCMD)"
706S["INSTALLLIBCMD_SH"]=":"
707S["SHLIBEXT"]="shared_libraries_disabled"
708S["RELRO_LDFLAGS"]=""
709S["PIE_LDFLAGS"]="-pie"
710S["PIE_CFLAGS"]="-fPIE"
711S["PICFLAG"]="-fPIE"
712S["HOST_OS"]="os2-emx"
713S["DSO_EXPORTS"]=""
714S["MODULE_EXPORTS"]=""
715S["SHLD"]="shared-libraries-disabled"
716S["SONAMEFLAG"]="shared-libraries-disabled"
717S["LDSHFLAGS"]="shared-libraries-disabled"
718S["SAMBA_CPPFLAGS"]="-Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc"
719S["TDB_OBJS"]=" lib/tdb/common/tdb.o lib/tdb/common/dump.o lib/tdb/common/transaction.o lib/tdb/common/error.o lib/tdb/common/traverse.o lib/tdb/common/freelist.o "\
720"lib/tdb/common/freelistcheck.o lib/tdb/common/io.o lib/tdb/common/lock.o lib/tdb/common/open.o"
721S["TDB_OBJ"]="common/tdb.o common/dump.o common/transaction.o common/error.o common/traverse.o common/freelist.o common/freelistcheck.o common/io.o common/lock.o "\
722"common/open.o"
723S["TDB_CFLAGS"]="-I./lib/tdb/include"
724S["tdbdir"]="lib/tdb"
725S["TALLOC_OBJS"]=" lib/talloc/talloc.o"
726S["TALLOC_LIBS"]=""
727S["TALLOC_CFLAGS"]="-I./lib/talloc"
728S["TALLOC_OBJ"]="talloc.o"
729S["tallocdir"]="lib/talloc"
730S["libreplace_cv_immediate_structures"]="yes"
731S["INSTALL_DATA"]="${INSTALL} -m 644"
732S["INSTALL_SCRIPT"]="${INSTALL}"
733S["INSTALL_PROGRAM"]="${INSTALL}"
734S["EGREP"]="u:/moztools/grep.exe -E"
735S["GREP"]="u:/moztools/grep.exe"
736S["CPP"]="gcc -E"
737S["OBJEXT"]="o"
738S["EXEEXT"]=".exe"
739S["ac_ct_CC"]="gcc"
740S["CPPFLAGS"]=" -Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc -I./lib/tdb/include -I./libaddns -I./librpc -I./popt"
741S["LDFLAGS"]="-Zexe -Zomf -Zmap -Zargs-wild -Zhigh-mem -D__ST_MT_ERRNO__ -s"
742S["CFLAGS"]=" -O -D_SAMBA_BUILD_=3"
743S["CC"]="gcc"
744S["smbtorture4_path"]=""
745S["selftest_prefix"]="./st"
746S["modulesdir"]="${exec_prefix}/lib"
747S["pammodulesdir"]="${exec_prefix}/lib/security"
748S["rootsbindir"]="${SBINDIR}"
749S["cachedir"]="${LOCKDIR}"
750S["statedir"]="${LOCKDIR}"
751S["codepagedir"]="${MODULESDIR}"
752S["swatdir"]="${prefix}/swat"
753S["privatedir"]="${prefix}/private"
754S["ctdbdir"]=""
755S["logfilebase"]="${VARDIR}"
756S["piddir"]="${VARDIR}/locks"
757S["lockdir"]="${VARDIR}/locks"
758S["configdir"]="${exec_prefix}/lib"
759S["target_os"]="os2-emx"
760S["target_vendor"]="pc"
761S["target_cpu"]="i386"
762S["target"]="i386-pc-os2-emx"
763S["host_os"]="os2-emx"
764S["host_vendor"]="pc"
765S["host_cpu"]="i386"
766S["host"]="i386-pc-os2-emx"
767S["build_os"]="os2-emx"
768S["build_vendor"]="pc"
769S["build_cpu"]="i386"
770S["build"]="i386-pc-os2-emx"
771S["LIBREPLACEOBJ"]="replace.o snprintf.o getpass.o timegm.o getaddrinfo.o getifaddrs.o"
772S["libreplacedir"]="./lib/replace"
773S["builddir"]="U:/DEV/samba-3.3.0/source"
774S["target_alias"]=""
775S["host_alias"]=""
776S["build_alias"]=""
777S["LIBS"]=""
778S["ECHO_T"]=""
779S["ECHO_N"]="-n"
780S["ECHO_C"]=""
781S["DEFS"]="-DHAVE_CONFIG_H"
782S["mandir"]="${datarootdir}/man"
783S["localedir"]="${prefix}/share/locale"
784S["libdir"]="${exec_prefix}/lib"
785S["psdir"]="${docdir}"
786S["pdfdir"]="${docdir}"
787S["dvidir"]="${docdir}"
788S["htmldir"]="${docdir}"
789S["infodir"]="${datarootdir}/info"
790S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
791S["oldincludedir"]="/usr/include"
792S["includedir"]="${prefix}/include"
793S["localstatedir"]="${prefix}/var"
794S["sharedstatedir"]="${prefix}/com"
795S["sysconfdir"]="${prefix}/etc"
796S["datadir"]="${datarootdir}"
797S["datarootdir"]="${prefix}/share"
798S["libexecdir"]="${exec_prefix}/libexec"
799S["sbindir"]="${exec_prefix}/sbin"
800S["bindir"]="${exec_prefix}/bin"
801S["program_transform_name"]="s,x,x,"
802S["prefix"]="/samba"
803S["exec_prefix"]="${prefix}"
804S["PACKAGE_BUGREPORT"]="samba-technical@samba.org"
805S["PACKAGE_STRING"]="Samba 3"
806S["PACKAGE_VERSION"]="3"
807S["PACKAGE_TARNAME"]="samba"
808S["PACKAGE_NAME"]="Samba"
809S["PATH_SEPARATOR"]=";"
810S["SHELL"]="sh"
811_ACAWK
812cat >>"$tmp/subs1.awk" <<_ACAWK &&
813 for (key in S) S_is_set[key] = 1
814 FS = ""
815
816}
817{
818 line = $ 0
819 nfields = split(line, field, "@")
820 substed = 0
821 len = length(field[1])
822 for (i = 2; i < nfields; i++) {
823 key = field[i]
824 keylen = length(key)
825 if (S_is_set[key]) {
826 value = S[key]
827 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
828 len += length(value) + length(field[++i])
829 substed = 1
830 } else
831 len += 1 + keylen
832 }
833
834 print line
835}
836
837_ACAWK
838if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
839 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
840else
841 cat
842fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
843 || { { $as_echo "$as_me:81555: error: could not setup config files machinery" >&5
844$as_echo "$as_me: error: could not setup config files machinery" >&2;}
845 { (exit 1); exit 1; }; }
846fi # test -n "$CONFIG_FILES"
847
848# Set up the scripts for CONFIG_HEADERS section.
849# No need to generate them if there are no CONFIG_HEADERS.
850# This happens for instance with `./config.status Makefile'.
851if test -n "$CONFIG_HEADERS"; then
852cat >"$tmp/defines.awk" <<\_ACAWK ||
853BEGIN {
854D["PACKAGE_NAME"]=" \"Samba\""
855D["PACKAGE_TARNAME"]=" \"samba\""
856D["PACKAGE_VERSION"]=" \"3\""
857D["PACKAGE_STRING"]=" \"Samba 3\""
858D["PACKAGE_BUGREPORT"]=" \"samba-technical@samba.org\""
859D["CONFIG_H_IS_FROM_SAMBA"]=" 1"
860D["STDC_HEADERS"]=" 1"
861D["HAVE_SYS_TYPES_H"]=" 1"
862D["HAVE_SYS_STAT_H"]=" 1"
863D["HAVE_STDLIB_H"]=" 1"
864D["HAVE_STRING_H"]=" 1"
865D["HAVE_MEMORY_H"]=" 1"
866D["HAVE_STRINGS_H"]=" 1"
867D["HAVE_INTTYPES_H"]=" 1"
868D["HAVE_STDINT_H"]=" 1"
869D["HAVE_UNISTD_H"]=" 1"
870D["__EXTENSIONS__"]=" 1"
871D["_ALL_SOURCE"]=" 1"
872D["_GNU_SOURCE"]=" 1"
873D["_POSIX_PTHREAD_SEMANTICS"]=" 1"
874D["_TANDEM_SOURCE"]=" 1"
875D["_XOPEN_SOURCE_EXTENDED"]=" 1"
876D["HAVE_LONG_LONG"]=" 1"
877D["SIZEOF_INT"]=" 4"
878D["SIZEOF_CHAR"]=" 1"
879D["SIZEOF_SHORT"]=" 2"
880D["SIZEOF_LONG"]=" 4"
881D["SIZEOF_LONG_LONG"]=" 8"
882D["uint_t"]=" unsigned int"
883D["SIZEOF_OFF_T"]=" 8"
884D["SIZEOF_SIZE_T"]=" 4"
885D["SIZEOF_SSIZE_T"]=" 4"
886D["HAVE_IMMEDIATE_STRUCTURES"]=" 1"
887D["SIZEOF_SIZE_T"]=" 4"
888D["SIZEOF_VOID_P"]=" 4"
889D["HAVE_VOLATILE"]=" 1"
890D["RETSIGTYPE"]=" void"
891D["HAVE_STRUCT_STAT_ST_RDEV"]=" 1"
892D["HAVE_ST_RDEV"]=" 1"
893D["loff_t"]=" off_t"
894D["offset_t"]=" loff_t"
895D["HAVE_PIPE"]=" 1"
896D["HAVE_STRFTIME"]=" 1"
897D["HAVE_SRANDOM"]=" 1"
898D["HAVE_RANDOM"]=" 1"
899D["HAVE_SRAND"]=" 1"
900D["HAVE_RAND"]=" 1"
901D["HAVE_USLEEP"]=" 1"
902D["HAVE_SETBUFFER"]=" 1"
903D["HAVE_LSTAT"]=" 1"
904D["HAVE_GETPGRP"]=" 1"
905D["HAVE_STDBOOL_H"]=" 1"
906D["HAVE_STDINT_H"]=" 1"
907D["HAVE_SYS_SELECT_H"]=" 1"
908D["HAVE_SETJMP_H"]=" 1"
909D["HAVE_BOOL"]=" 1"
910D["HAVE__Bool"]=" 1"
911D["HAVE_SYS_SYSLOG_H"]=" 1"
912D["HAVE_SYSLOG_H"]=" 1"
913D["HAVE_SYS_TIME_H"]=" 1"
914D["HAVE_TIME_H"]=" 1"
915D["HAVE_STDARG_H"]=" 1"
916D["HAVE_SYS_MOUNT_H"]=" 1"
917D["HAVE_SETEUID"]=" 1"
918D["HAVE_SETRESUID"]=" 1"
919D["HAVE_SETEGID"]=" 1"
920D["HAVE_SETRESGID"]=" 1"
921D["HAVE_CHROOT"]=" 1"
922D["HAVE_BZERO"]=" 1"
923D["HAVE_STRERROR"]=" 1"
924D["HAVE_VSYSLOG"]=" 1"
925D["HAVE_SETLINEBUF"]=" 1"
926D["HAVE_MKTIME"]=" 1"
927D["HAVE_FTRUNCATE"]=" 1"
928D["HAVE_CHSIZE"]=" 1"
929D["HAVE_RENAME"]=" 1"
930D["HAVE_WAITPID"]=" 1"
931D["HAVE_STRLCPY"]=" 1"
932D["HAVE_STRLCAT"]=" 1"
933D["HAVE_INITGROUPS"]=" 1"
934D["HAVE_MEMMOVE"]=" 1"
935D["HAVE_STRDUP"]=" 1"
936D["HAVE_PREAD"]=" 1"
937D["HAVE_PWRITE"]=" 1"
938D["HAVE_STRNDUP"]=" 1"
939D["HAVE_STRCASESTR"]=" 1"
940D["HAVE_STRTOK_R"]=" 1"
941D["HAVE_MKDTEMP"]=" 1"
942D["HAVE_ISATTY"]=" 1"
943D["HAVE_SETRESUID_DECL"]=" 1"
944D["HAVE_SETRESGID_DECL"]=" 1"
945D["HAVE_ERRNO_DECL"]=" 1"
946D["HAVE_SECURE_MKSTEMP"]=" 1"
947D["HAVE_STDIO_H"]=" 1"
948D["HAVE_STRINGS_H"]=" 1"
949D["HAVE_DECL_SNPRINTF"]=" 1"
950D["HAVE_DECL_VSNPRINTF"]=" 1"
951D["HAVE_DECL_ASPRINTF"]=" 1"
952D["HAVE_DECL_VASPRINTF"]=" 1"
953D["HAVE_SNPRINTF"]=" 1"
954D["HAVE_VSNPRINTF"]=" 1"
955D["HAVE_ASPRINTF"]=" 1"
956D["HAVE_VASPRINTF"]=" 1"
957D["HAVE_VA_COPY"]=" 1"
958D["HAVE_FUNCTION_MACRO"]=" 1"
959D["HAVE_SYS_PARAM_H"]=" 1"
960D["HAVE_LIMITS_H"]=" 1"
961D["HAVE_SETENV_DECL"]=" 1"
962D["HAVE_SETENV"]=" 1"
963D["HAVE_UNSETENV"]=" 1"
964D["HAVE_STRNLEN"]=" 1"
965D["HAVE_STRTOULL"]=" 1"
966D["HAVE_STRTOLL"]=" 1"
967D["HAVE__VA_ARGS__MACRO"]=" 1"
968D["HAVE_SIG_ATOMIC_T_TYPE"]=" 1"
969D["HAVE_VOLATILE"]=" 1"
970D["HAVE_DIRENT_H"]=" 1"
971D["HAVE_FCNTL_H"]=" 1"
972D["HAVE_SYS_FCNTL_H"]=" 1"
973D["HAVE_SYS_RESOURCE_H"]=" 1"
974D["HAVE_SYS_IOCTL_H"]=" 1"
975D["HAVE_SYS_FILIO_H"]=" 1"
976D["HAVE_SYS_SELECT_H"]=" 1"
977D["HAVE_SYS_TIME_H"]=" 1"
978D["HAVE_UTIME_H"]=" 1"
979D["TIME_WITH_SYS_TIME"]=" 1"
980D["HAVE_UTIME"]=" 1"
981D["HAVE_UTIMES"]=" 1"
982D["HAVE_SYS_WAIT_H"]=" 1"
983D["HAVE_GRP_H"]=" 1"
984D["HAVE_PWD_H"]=" 1"
985D["HAVE_GETPWNAM_R"]=" 1"
986D["HAVE_GETPWUID_R"]=" 1"
987D["HAVE_GETPWENT_R"]=" 1"
988D["HAVE_GETPWENT_R_DECL"]=" 1"
989D["HAVE_GETGRNAM_R"]=" 1"
990D["HAVE_GETGRGID_R"]=" 1"
991D["HAVE_GETGRENT_R"]=" 1"
992D["HAVE_GETGRENT_R_DECL"]=" 1"
993D["HAVE_CTYPE_H"]=" 1"
994D["HAVE_LOCALE_H"]=" 1"
995D["HAVE_FNMATCH_H"]=" 1"
996D["HAVE_SYS_IPC_H"]=" 1"
997D["HAVE_SYS_MMAN_H"]=" 1"
998D["HAVE_SYS_SHM_H"]=" 1"
999D["HAVE_TERMIOS_H"]=" 1"
1000D["HAVE_TERMIO_H"]=" 1"
1001D["HAVE_SYS_TERMIO_H"]=" 1"
1002D["HAVE_DLFCN_H"]=" 1"
1003D["HAVE_DLOPEN"]=" 1"
1004D["HAVE_DLSYM"]=" 1"
1005D["HAVE_DLERROR"]=" 1"
1006D["HAVE_DLCLOSE"]=" 1"
1007D["REPLACE_GETPASS"]=" 1"
1008D["HAVE_DIRECT_H"]=" 1"
1009D["HAVE_MKDIR_MODE"]=" 1"
1010D["HAVE_SYSLOG"]=" 1"
1011D["HAVE_PRINTF"]=" 1"
1012D["HAVE_MEMSET"]=" 1"
1013D["HAVE_MEMCPY"]=" 1"
1014D["LIBREPLACE_NETWORK_CHECKS"]=" 1"
1015D["HAVE_SYS_SOCKET_H"]=" 1"
1016D["HAVE_NETINET_IN_H"]=" 1"
1017D["HAVE_NETDB_H"]=" 1"
1018D["HAVE_ARPA_INET_H"]=" 1"
1019D["HAVE_NETINET_IP_H"]=" 1"
1020D["HAVE_NETINET_TCP_H"]=" 1"
1021D["HAVE_NETINET_IN_SYSTM_H"]=" 1"
1022D["HAVE_SYS_SOCKIO_H"]=" 1"
1023D["HAVE_SYS_UN_H"]=" 1"
1024D["HAVE_NET_IF_H"]=" 1"
1025D["HAVE_STRUCT_SOCKADDR"]=" 1"
1026D["HAVE_SOCK_SIN_LEN"]=" 1"
1027D["HAVE_UNIXSOCKET"]=" 1"
1028D["HAVE_CONNECT"]=" 1"
1029D["HAVE_GETHOSTBYNAME"]=" 1"
1030D["HAVE_SOCKETPAIR"]=" 1"
1031D["HAVE_INET_NTOA"]=" 1"
1032D["HAVE_INET_ATON"]=" 1"
1033D["HAVE_INET_NTOP"]=" 1"
1034D["HAVE_INET_PTON"]=" 1"
1035D["HAVE_STRUCT_SOCKADDR_SA_LEN"]=" 1"
1036D["HAVE_SOCKADDR_SA_LEN"]=" 1"
1037D["HAVE_SYS_FCNTL_H"]=" 1"
1038D["HAVE_SYS_SELECT_H"]=" 1"
1039D["HAVE_FCNTL_H"]=" 1"
1040D["HAVE_SYS_TIME_H"]=" 1"
1041D["HAVE_SYS_UNISTD_H"]=" 1"
1042D["HAVE_UNISTD_H"]=" 1"
1043D["HAVE_UTIME_H"]=" 1"
1044D["HAVE_GRP_H"]=" 1"
1045D["HAVE_MEMORY_H"]=" 1"
1046D["HAVE_ALLOCA_H"]=" 1"
1047D["HAVE_LIMITS_H"]=" 1"
1048D["HAVE_FLOAT_H"]=" 1"
1049D["HAVE_PTHREAD_H"]=" 1"
1050D["HAVE_LIBINTL_H"]=" 1"
1051D["HAVE_SYS_PARAM_H"]=" 1"
1052D["HAVE_CTYPE_H"]=" 1"
1053D["HAVE_SYS_WAIT_H"]=" 1"
1054D["HAVE_SYS_RESOURCE_H"]=" 1"
1055D["HAVE_SYS_IOCTL_H"]=" 1"
1056D["HAVE_SYS_IPC_H"]=" 1"
1057D["HAVE_SYS_MMAN_H"]=" 1"
1058D["HAVE_SYS_FILIO_H"]=" 1"
1059D["HAVE_SYS_SHM_H"]=" 1"
1060D["HAVE_STRING_H"]=" 1"
1061D["HAVE_STRINGS_H"]=" 1"
1062D["HAVE_STDLIB_H"]=" 1"
1063D["HAVE_SYS_MOUNT_H"]=" 1"
1064D["HAVE_SYS_VFS_H"]=" 1"
1065D["HAVE_TERMIOS_H"]=" 1"
1066D["HAVE_TERMIO_H"]=" 1"
1067D["HAVE_SYS_TERMIO_H"]=" 1"
1068D["HAVE_SYS_STATFS_H"]=" 1"
1069D["HAVE_SYS_STATVFS_H"]=" 1"
1070D["HAVE_STDARG_H"]=" 1"
1071D["HAVE_SYS_SYSLOG_H"]=" 1"
1072D["HAVE_SYSLOG_H"]=" 1"
1073D["HAVE_LANGINFO_H"]=" 1"
1074D["HAVE_LOCALE_H"]=" 1"
1075D["HAVE_NSS_H"]=" 1"
1076D["HAVE_NSSWITCH_H"]=" 1"
1077D["HAVE_SYS_UIO_H"]=" 1"
1078D["HAVE_SYS_EA_H"]=" 1"
1079D["HAVE_SYS_CDEFS_H"]=" 1"
1080D["HAVE_GLOB_H"]=" 1"
1081D["HAVE_UTMP_H"]=" 1"
1082D["SIZEOF_INT"]=" 4"
1083D["SIZEOF_LONG"]=" 4"
1084D["SIZEOF_LONG_LONG"]=" 8"
1085D["SIZEOF_SHORT"]=" 2"
1086D["RETSIGTYPE"]=" void"
1087D["HAVE_STRUCT_STAT_ST_RDEV"]=" 1"
1088D["HAVE_ST_RDEV"]=" 1"
1089D["HAVE_COMPILER_WILL_OPTIMIZE_OUT_FNS"]=" 1"
1090D["HAVE_MSGHDR_MSG_CONTROL"]=" 1"
1091D["HAVE_SIG_ATOMIC_T_TYPE"]=" 1"
1092D["HAVE_STRUCT_SIGEVENT"]=" 1"
1093D["HAVE_STRUCT_SIGEVENT_SIGEV_VALUE_SIVAL_PTR"]=" 1"
1094D["HAVE_STRUCT_SIGEVENT_SIGEV_VALUE_SIGVAL_PTR"]=" 1"
1095D["HAVE_STRUCT_TIMESPEC"]=" 1"
1096D["HAVE_ERRNO_DECL"]=" 1"
1097D["HAVE_SETRESUID_DECL"]=" 1"
1098D["HAVE_SETRESGID_DECL"]=" 1"
1099D["HAVE_SETRESUID"]=" 1"
1100D["HAVE_SETRESGID"]=" 1"
1101D["HAVE_READLINE_H"]=" 1"
1102D["HAVE_HISTORY_H"]=" 1"
1103D["HAVE_READLINE_READLINE_H"]=" 1"
1104D["HAVE_READLINE_HISTORY_H"]=" 1"
1105D["HAVE_READLINE_H"]=" 1"
1106D["HAVE_LIBREADLINE"]=" 1"
1107D["HAVE_NEW_LIBREADLINE"]=" 1"
1108D["HAVE_DECL_RL_EVENT_HOOK"]=" 0"
1109D["HAVE_HISTORY_LIST"]=" 1"
1110D["HAVE_EXECL"]=" 1"
1111D["HAVE_WAITPID"]=" 1"
1112D["HAVE_GETCWD"]=" 1"
1113D["HAVE_STRDUP"]=" 1"
1114D["HAVE_STRNDUP"]=" 1"
1115D["HAVE_STRNLEN"]=" 1"
1116D["HAVE_STRERROR"]=" 1"
1117D["HAVE_CHOWN"]=" 1"
1118D["HAVE_FCHOWN"]=" 1"
1119D["HAVE_LCHOWN"]=" 1"
1120D["HAVE_CHMOD"]=" 1"
1121D["HAVE_FCHMOD"]=" 1"
1122D["HAVE_CHROOT"]=" 1"
1123D["HAVE_LINK"]=" 1"
1124D["HAVE_MKNOD"]=" 1"
1125D["HAVE_STRTOL"]=" 1"
1126D["HAVE_STRTOLL"]=" 1"
1127D["HAVE_STRTOUL"]=" 1"
1128D["HAVE_STRTOULL"]=" 1"
1129D["HAVE_FSTAT"]=" 1"
1130D["HAVE_STRCHR"]=" 1"
1131D["HAVE_UTIME"]=" 1"
1132D["HAVE_UTIMES"]=" 1"
1133D["HAVE_GETRLIMIT"]=" 1"
1134D["HAVE_FSYNC"]=" 1"
1135D["HAVE_MEMSET"]=" 1"
1136D["HAVE_STRLCPY"]=" 1"
1137D["HAVE_STRLCAT"]=" 1"
1138D["HAVE_SETPGID"]=" 1"
1139D["HAVE_MEMMOVE"]=" 1"
1140D["HAVE_SETSID"]=" 1"
1141D["HAVE_GLOB"]=" 1"
1142D["HAVE_STRPBRK"]=" 1"
1143D["HAVE_PIPE"]=" 1"
1144D["HAVE_STRFTIME"]=" 1"
1145D["HAVE_SIGPROCMASK"]=" 1"
1146D["HAVE_SIGBLOCK"]=" 1"
1147D["HAVE_SIGACTION"]=" 1"
1148D["HAVE_SIGSET"]=" 1"
1149D["HAVE_INNETGR"]=" 1"
1150D["HAVE_SETNETGRENT"]=" 1"
1151D["HAVE_GETNETGRENT"]=" 1"
1152D["HAVE_ENDNETGRENT"]=" 1"
1153D["HAVE_INITGROUPS"]=" 1"
1154D["HAVE_SELECT"]=" 1"
1155D["HAVE_GETGRNAM"]=" 1"
1156D["HAVE_GETGRENT"]=" 1"
1157D["HAVE_PATHCONF"]=" 1"
1158D["HAVE_REALPATH"]=" 1"
1159D["HAVE_SETGROUPS"]=" 1"
1160D["HAVE_SYSCONF"]=" 1"
1161D["HAVE_MKTIME"]=" 1"
1162D["HAVE_RENAME"]=" 1"
1163D["HAVE_FTRUNCATE"]=" 1"
1164D["HAVE_CHSIZE"]=" 1"
1165D["HAVE_ATEXIT"]=" 1"
1166D["HAVE_DUP2"]=" 1"
1167D["HAVE_SETLINEBUF"]=" 1"
1168D["HAVE_GETPWENT_R"]=" 1"
1169D["HAVE_SRANDOM"]=" 1"
1170D["HAVE_RANDOM"]=" 1"
1171D["HAVE_SRAND"]=" 1"
1172D["HAVE_RAND"]=" 1"
1173D["HAVE_SETENV"]=" 1"
1174D["HAVE_USLEEP"]=" 1"
1175D["HAVE_STRCASECMP"]=" 1"
1176D["HAVE_SYMLINK"]=" 1"
1177D["HAVE_READLINK"]=" 1"
1178D["HAVE_SYSLOG"]=" 1"
1179D["HAVE_VSYSLOG"]=" 1"
1180D["HAVE_SETLOCALE"]=" 1"
1181D["HAVE_NL_LANGINFO"]=" 1"
1182D["HAVE_NANOSLEEP"]=" 1"
1183D["HAVE_MEMALIGN"]=" 1"
1184D["HAVE_POSIX_MEMALIGN"]=" 1"
1185D["HAVE_HSTRERROR"]=" 1"
1186D["HAVE_SYS_MMAN_H"]=" 1"
1187D["HAVE_SETBUFFER"]=" 1"
1188D["HAVE_SHMGET"]=" 1"
1189D["HAVE_GETTEXT"]=" 1"
1190D["HAVE_DGETTEXT"]=" 1"
1191D["HAVE__DUP"]=" 1"
1192D["HAVE__DUP2"]=" 1"
1193D["HAVE__OPENDIR"]=" 1"
1194D["HAVE__READDIR"]=" 1"
1195D["HAVE__SEEKDIR"]=" 1"
1196D["HAVE__TELLDIR"]=" 1"
1197D["HAVE__CLOSEDIR"]=" 1"
1198D["HAVE___DUP"]=" 1"
1199D["HAVE___DUP2"]=" 1"
1200D["HAVE__GETCWD"]=" 1"
1201D["HAVE__STAT"]=" 1"
1202D["HAVE__LSTAT"]=" 1"
1203D["HAVE__FSTAT"]=" 1"
1204D["HAVE__OPEN"]=" 1"
1205D["HAVE__CHDIR"]=" 1"
1206D["HAVE__CLOSE"]=" 1"
1207D["HAVE___CLOSE"]=" 1"
1208D["HAVE__FCHDIR"]=" 1"
1209D["HAVE__FCNTL"]=" 1"
1210D["HAVE__LSEEK"]=" 1"
1211D["HAVE__READ"]=" 1"
1212D["HAVE___READ"]=" 1"
1213D["HAVE__WRITE"]=" 1"
1214D["HAVE___WRITE"]=" 1"
1215D["HAVE__FORK"]=" 1"
1216D["HAVE_PREAD"]=" 1"
1217D["HAVE__PREAD"]=" 1"
1218D["HAVE_PWRITE"]=" 1"
1219D["HAVE__PWRITE"]=" 1"
1220D["HAVE_PRCTL"]=" 1"
1221D["HAVE_GETGROUPLIST"]=" 1"
1222D["HAVE_STAT_ST_BIRTHTIMESPEC"]=" 1"
1223D["HAVE_STRSIGNAL"]=" 1"
1224D["STAT_ST_BLOCKSIZE"]=" 512"
1225D["SHLIBEXT"]=" \"shared_libraries_disabled\""
1226D["HAVE_LONGLONG"]=" 1"
1227D["COMPILER_SUPPORTS_LL"]=" 1"
1228D["SIZEOF_OFF_T"]=" 8"
1229D["SIZEOF_INO_T"]=" 8"
1230D["HAVE_DEVICE_MAJOR_FN"]=" 1"
1231D["HAVE_DEVICE_MINOR_FN"]=" 1"
1232D["HAVE_MAKEDEV"]=" 1"
1233D["SEEKDIR_RETURNS_VOID"]=" 1"
1234D["HAVE_FUNCTION_MACRO"]=" 1"
1235D["HAVE_GETTIMEOFDAY_TZ"]=" 1"
1236D["HAVE_UTIMBUF"]=" 1"
1237D["HAVE_UT_UT_NAME"]=" 1"
1238D["HAVE_UT_UT_HOST"]=" 1"
1239D["HAVE_UT_UT_TIME"]=" 1"
1240D["HAVE_ICONV"]=" 1"
1241D["HAVE_NATIVE_ICONV"]=" 1"
1242D["DEFAULT_DOS_CHARSET"]=" \"CP850\""
1243D["DEFAULT_DISPLAY_CHARSET"]=" \"ASCII\""
1244D["DEFAULT_UNIX_CHARSET"]=" \"UTF-8\""
1245D["HAVE_FTRUNCATE_EXTEND"]=" 1"
1246D["SYSCONF_SC_NGROUPS_MAX"]=" 1"
1247D["SYSCONF_SC_NPROCESSORS_ONLN"]=" 1"
1248D["SYSCONF_SC_PAGESIZE"]=" 1"
1249D["HAVE_GETPAGESIZE"]=" 1"
1250D["USE_SETREUID"]=" 1"
1251D["HAVE_FCNTL_LOCK"]=" 1"
1252D["HAVE_STAT_ST_BLOCKS"]=" 1"
1253D["HAVE_STAT_ST_BLKSIZE"]=" 1"
1254D["HAVE_STAT_ST_FLAGS"]=" 1"
1255D["BROKEN_NISPLUS_INCLUDE_FILES"]=" 1"
1256D["REALPATH_TAKES_NULL"]=" 1"
1257D["HAVE_LDAP_H"]=" 1"
1258D["HAVE_LBER_H"]=" 1"
1259D["HAVE_BER_SCANF"]=" 1"
1260D["HAVE_LIBLBER"]=" 1"
1261D["HAVE_BER_SOCKBUF_ADD_IO"]=" 1"
1262D["HAVE_LDAP_SASL_WRAPPING"]=" 1"
1263D["HAVE_LBER_LOG_PRINT_FN"]=" 1"
1264D["LDAP_SET_REBIND_PROC_ARGS"]=" 3"
1265D["HAVE_CRYPT"]=" 1"
1266D["WITH_UTMP"]=" 1"
1267D["STAT_STATVFS"]=" 1"
1268D["HAVE_FSID_INT"]=" 1"
1269D["HAVE_FRSIZE"]=" 1"
1270D["HAVE_EXPLICIT_LARGEFILE_SUPPORT"]=" 1"
1271D["HAVE_NO_ACLS"]=" 1"
1272D["HAVE_NO_AIO"]=" 1"
1273D["HAVE_PTHREAD"]=" 1"
1274D["HAVE_SYS_STATFS_H"]=" 1"
1275D["static_init_pdb"]=" { pdb_smbpasswd_init(); pdb_tdbsam_init();}"
1276D["static_decl_pdb"]=" extern NTSTATUS pdb_smbpasswd_init(void); extern NTSTATUS pdb_tdbsam_init(void);"
1277D["static_init_rpc"]=" { rpc_lsarpc_init(); rpc_winreg_init(); rpc_initshutdown_init(); rpc_dssetup_init(); rpc_wkssvc_init(); rpc_svcctl2_in"\
1278"it(); rpc_ntsvcs2_init(); rpc_netlogon_init(); rpc_netdfs_init(); rpc_srvsvc_init(); rpc_spoolss_init(); rpc_eventlog2_init(); rpc_samr_init("\
1279");}"
1280D["static_decl_rpc"]=" extern NTSTATUS rpc_lsarpc_init(void); extern NTSTATUS rpc_winreg_init(void); extern NTSTATUS rpc_initshutdown_init(void); "\
1281"extern NTSTATUS rpc_dssetup_init(void); extern NTSTATUS rpc_wkssvc_init(void); extern NTSTATUS rpc_svcctl2_init(void); extern NTSTATUS rpc_ntsvcs2_i"\
1282"nit(void); extern NTSTATUS rpc_netlogon_init(void); extern NTSTATUS rpc_netdfs_init(void); extern NTSTATUS rpc_srvsvc_init(void); extern NTSTATUS rp"\
1283"c_spoolss_init(void); extern NTSTATUS rpc_eventlog2_init(void); extern NTSTATUS rpc_samr_init(void);"
1284D["static_init_idmap"]=" { idmap_tdb_init(); idmap_passdb_init(); idmap_nss_init();}"
1285D["static_decl_idmap"]=" extern NTSTATUS idmap_tdb_init(void); extern NTSTATUS idmap_passdb_init(void); extern NTSTATUS idmap_nss_init(void);"
1286D["static_init_nss_info"]=" { nss_info_template_init();}"
1287D["static_decl_nss_info"]=" extern NTSTATUS nss_info_template_init(void);"
1288D["static_init_charset"]=" { charset_CP850_init(); charset_CP437_init();}"
1289D["static_decl_charset"]=" extern NTSTATUS charset_CP850_init(void); extern NTSTATUS charset_CP437_init(void);"
1290D["static_init_auth"]=" { auth_sam_init(); auth_unix_init(); auth_winbind_init(); auth_server_init(); auth_domain_init(); auth_builtin_init()"\
1291"; auth_script_init();}"
1292D["static_decl_auth"]=" extern NTSTATUS auth_sam_init(void); extern NTSTATUS auth_unix_init(void); extern NTSTATUS auth_winbind_init(void); extern"\
1293" NTSTATUS auth_server_init(void); extern NTSTATUS auth_domain_init(void); extern NTSTATUS auth_builtin_init(void); extern NTSTATUS auth_script_init("\
1294"void);"
1295D["static_init_vfs"]=" { vfs_default_init(); vfs_recycle_init(); vfs_audit_init(); vfs_extd_audit_init(); vfs_full_audit_init(); vfs_netatalk"\
1296"_init(); vfs_fake_perms_init(); vfs_default_quota_init(); vfs_readonly_init(); vfs_cap_init(); vfs_expand_msdfs_init(); vfs_shadow_copy_init()"\
1297"; vfs_shadow_copy2_init(); vfs_xattr_tdb_init(); vfs_streams_xattr_init(); vfs_streams_depot_init(); vfs_readahead_init(); vfs_acl_xattr_init("\
1298"); vfs_acl_tdb_init(); vfs_smb_traffic_analyzer_init();}"
1299D["static_decl_vfs"]=" extern NTSTATUS vfs_default_init(void); extern NTSTATUS vfs_recycle_init(void); extern NTSTATUS vfs_audit_init(void); exter"\
1300"n NTSTATUS vfs_extd_audit_init(void); extern NTSTATUS vfs_full_audit_init(void); extern NTSTATUS vfs_netatalk_init(void); extern NTSTATUS vfs_fake_p"\
1301"erms_init(void); extern NTSTATUS vfs_default_quota_init(void); extern NTSTATUS vfs_readonly_init(void); extern NTSTATUS vfs_cap_init(void); extern N"\
1302"TSTATUS vfs_expand_msdfs_init(void); extern NTSTATUS vfs_shadow_copy_init(void); extern NTSTATUS vfs_shadow_copy2_init(void); extern NTSTATUS vfs_xa"\
1303"ttr_tdb_init(void); extern NTSTATUS vfs_streams_xattr_init(void); extern NTSTATUS vfs_streams_depot_init(void); extern NTSTATUS vfs_readahead_init(v"\
1304"oid); extern NTSTATUS vfs_acl_xattr_init(void); extern NTSTATUS vfs_acl_tdb_init(void); extern NTSTATUS vfs_smb_traffic_analyzer_init(void);"
1305D["static_init_gpext"]=" {}"
1306D["static_decl_gpext"]=" "
1307D["STRING_STATIC_MODULES"]=" \" pdb_smbpasswd pdb_tdbsam rpc_lsarpc rpc_winreg rpc_initshutdown rpc_dssetup rpc_wkssvc rpc_svcctl2 rpc_ntsvcs2 rpc_n"\
1308"etlogon rpc_netdfs rpc_srvsvc rpc_spoolss rpc_eventlog2 rpc_samr idmap_tdb idmap_passdb idmap_nss nss_info_template charset_CP850 charset_CP437 auth"\
1309"_sam auth_unix auth_winbind auth_server auth_domain auth_builtin auth_script vfs_default vfs_recycle vfs_audit vfs_extd_audit vfs_full_audit vfs_net"\
1310"atalk vfs_fake_perms vfs_default_quota vfs_readonly vfs_cap vfs_expand_msdfs vfs_shadow_copy vfs_shadow_copy2 vfs_xattr_tdb vfs_streams_xattr vfs_st"\
1311"reams_depot vfs_readahead vfs_acl_xattr vfs_acl_tdb vfs_smb_traffic_analyzer\""
1312 for (key in D) D_is_set[key] = 1
1313 FS = ""
1314}
1315/^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
1316 line = $ 0
1317 split(line, arg, " ")
1318 if (arg[1] == "#") {
1319 defundef = arg[2]
1320 mac1 = arg[3]
1321 } else {
1322 defundef = substr(arg[1], 2)
1323 mac1 = arg[2]
1324 }
1325 split(mac1, mac2, "(") #)
1326 macro = mac2[1]
1327 prefix = substr(line, 1, index(line, defundef) - 1)
1328 if (D_is_set[macro]) {
1329 # Preserve the white space surrounding the "#".
1330 print prefix "define", macro P[macro] D[macro]
1331 next
1332 } else {
1333 # Replace #undef with comments. This is necessary, for example,
1334 # in the case of _POSIX_SOURCE, which is predefined and required
1335 # on some systems where configure will not decide to define it.
1336 if (defundef == "undef") {
1337 print "/*", prefix defundef, macro, "*/"
1338 next
1339 }
1340 }
1341}
1342{ print }
1343_ACAWK
1344 { { $as_echo "$as_me:81685: error: could not setup config headers machinery" >&5
1345$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
1346 { (exit 1); exit 1; }; }
1347fi # test -n "$CONFIG_HEADERS"
1348
1349
1350eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
1351shift
1352for ac_tag
1353do
1354 case $ac_tag in
1355 :[FHLC]) ac_mode=$ac_tag; continue;;
1356 esac
1357 case $ac_mode$ac_tag in
1358 :[FHL]*:*);;
1359 :L* | :C*:*) { { $as_echo "$as_me:81700: error: invalid tag $ac_tag" >&5
1360$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
1361 { (exit 1); exit 1; }; };;
1362 :[FH]-) ac_tag=-:-;;
1363 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
1364 esac
1365 ac_save_IFS=$IFS
1366 IFS=:
1367 set x $ac_tag
1368 IFS=$ac_save_IFS
1369 shift
1370 ac_file=$1
1371 shift
1372
1373 case $ac_mode in
1374 :L) ac_source=$1;;
1375 :[FH])
1376 ac_file_inputs=
1377 for ac_f
1378 do
1379 case $ac_f in
1380 -) ac_f="$tmp/stdin";;
1381 *) # Look for the file first in the build tree, then in the source tree
1382 # (if the path is not absolute). The absolute path cannot be DOS-style,
1383 # because $ac_f cannot contain `:'.
1384 test -f "$ac_f" ||
1385 case $ac_f in
1386 [\\/$]*) false;;
1387 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
1388 esac ||
1389 { { $as_echo "$as_me:81730: error: cannot find input file: $ac_f" >&5
1390$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
1391 { (exit 1); exit 1; }; };;
1392 esac
1393 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
1394 ac_file_inputs="$ac_file_inputs '$ac_f'"
1395 done
1396
1397 # Let's still pretend it is `configure' which instantiates (i.e., don't
1398 # use $as_me), people would be surprised to read:
1399 # /* config.h. Generated by config.status. */
1400 configure_input='Generated from '`
1401 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
1402 `' by configure.'
1403 if test x"$ac_file" != x-; then
1404 configure_input="$ac_file. $configure_input"
1405 { $as_echo "$as_me:81746: creating $ac_file" >&5
1406$as_echo "$as_me: creating $ac_file" >&6;}
1407 fi
1408 # Neutralize special characters interpreted by sed in replacement strings.
1409 case $configure_input in #(
1410 *\&* | *\|* | *\\* )
1411 ac_sed_conf_input=`$as_echo "$configure_input" |
1412 sed 's/[\\\\&|]/\\\\&/g'`;; #(
1413 *) ac_sed_conf_input=$configure_input;;
1414 esac
1415
1416 case $ac_tag in
1417 *:-:* | *:-) cat >"$tmp/stdin" \
1418 || { { $as_echo "$as_me:81759: error: could not create $ac_file" >&5
1419$as_echo "$as_me: error: could not create $ac_file" >&2;}
1420 { (exit 1); exit 1; }; } ;;
1421 esac
1422 ;;
1423 esac
1424
1425 ac_dir=`$as_dirname -- "$ac_file" ||
1426$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1427 X"$ac_file" : 'X\(//\)[^/]' \| \
1428 X"$ac_file" : 'X\(//\)$' \| \
1429 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
1430$as_echo X"$ac_file" |
1431 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1432 s//\1/
1433 q
1434 }
1435 /^X\(\/\/\)[^/].*/{
1436 s//\1/
1437 q
1438 }
1439 /^X\(\/\/\)$/{
1440 s//\1/
1441 q
1442 }
1443 /^X\(\/\).*/{
1444 s//\1/
1445 q
1446 }
1447 s/.*/./; q'`
1448 { as_dir="$ac_dir"
1449 case $as_dir in #(
1450 -*) as_dir=./$as_dir;;
1451 esac
1452 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
1453 as_dirs=
1454 while :; do
1455 case $as_dir in #(
1456 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
1457 *) as_qdir=$as_dir;;
1458 esac
1459 as_dirs="'$as_qdir' $as_dirs"
1460 as_dir=`$as_dirname -- "$as_dir" ||
1461$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1462 X"$as_dir" : 'X\(//\)[^/]' \| \
1463 X"$as_dir" : 'X\(//\)$' \| \
1464 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
1465$as_echo X"$as_dir" |
1466 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1467 s//\1/
1468 q
1469 }
1470 /^X\(\/\/\)[^/].*/{
1471 s//\1/
1472 q
1473 }
1474 /^X\(\/\/\)$/{
1475 s//\1/
1476 q
1477 }
1478 /^X\(\/\).*/{
1479 s//\1/
1480 q
1481 }
1482 s/.*/./; q'`
1483 test -d "$as_dir" && break
1484 done
1485 test -z "$as_dirs" || eval "mkdir $as_dirs"
1486 } || test -d "$as_dir" || { { $as_echo "$as_me:81827: error: cannot create directory $as_dir" >&5
1487$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
1488 { (exit 1); exit 1; }; }; }
1489 ac_builddir=.
1490
1491case "$ac_dir" in
1492.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1493*)
1494 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1495 # A ".." for each directory in $ac_dir_suffix.
1496 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1497 case $ac_top_builddir_sub in
1498 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1499 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1500 esac ;;
1501esac
1502ac_abs_top_builddir=$ac_pwd
1503ac_abs_builddir=$ac_pwd$ac_dir_suffix
1504# for backward compatibility:
1505ac_top_builddir=$ac_top_build_prefix
1506
1507case $srcdir in
1508 .) # We are building in place.
1509 ac_srcdir=.
1510 ac_top_srcdir=$ac_top_builddir_sub
1511 ac_abs_top_srcdir=$ac_pwd ;;
1512 [\\/]* | ?:[\\/]* ) # Absolute name.
1513 ac_srcdir=$srcdir$ac_dir_suffix;
1514 ac_top_srcdir=$srcdir
1515 ac_abs_top_srcdir=$srcdir ;;
1516 *) # Relative name.
1517 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1518 ac_top_srcdir=$ac_top_build_prefix$srcdir
1519 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1520esac
1521ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1522
1523
1524 case $ac_mode in
1525 :F)
1526 #
1527 # CONFIG_FILE
1528 #
1529
1530 case $INSTALL in
1531 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
1532 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
1533 esac
1534# If the template does not know about datarootdir, expand it.
1535# FIXME: This hack should be removed a few years after 2.60.
1536ac_datarootdir_hack=; ac_datarootdir_seen=
1537
1538ac_sed_dataroot='
1539/datarootdir/ {
1540 p
1541 q
1542}
1543/@datadir@/p
1544/@docdir@/p
1545/@infodir@/p
1546/@localedir@/p
1547/@mandir@/p
1548'
1549case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
1550*datarootdir*) ac_datarootdir_seen=yes;;
1551*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
1552 { $as_echo "$as_me:81896: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
1553$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
1554 ac_datarootdir_hack='
1555 s&@datadir@&${datarootdir}&g
1556 s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
1557 s&@infodir@&${datarootdir}/info&g
1558 s&@localedir@&${prefix}/share/locale&g
1559 s&@mandir@&${datarootdir}/man&g
1560 s&\${datarootdir}&${prefix}/share&g' ;;
1561esac
1562ac_sed_extra="/^[ ]*VPATH[ ]*=/{
1563s/:*\$(srcdir):*/:/
1564s/:*\${srcdir}:*/:/
1565s/:*@srcdir@:*/:/
1566s/^\([^=]*=[ ]*\):*/\1/
1567s/:*$//
1568s/^[^=]*=[ ]*$//
1569}
1570
1571:t
1572/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
1573s|@configure_input@|$ac_sed_conf_input|;t t
1574s&@top_builddir@&$ac_top_builddir_sub&;t t
1575s&@top_build_prefix@&$ac_top_build_prefix&;t t
1576s&@srcdir@&$ac_srcdir&;t t
1577s&@abs_srcdir@&$ac_abs_srcdir&;t t
1578s&@top_srcdir@&$ac_top_srcdir&;t t
1579s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
1580s&@builddir@&$ac_builddir&;t t
1581s&@abs_builddir@&$ac_abs_builddir&;t t
1582s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
1583s&@INSTALL@&$ac_INSTALL&;t t
1584$ac_datarootdir_hack
1585"
1586eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
1587 || { { $as_echo "$as_me:81934: error: could not create $ac_file" >&5
1588$as_echo "$as_me: error: could not create $ac_file" >&2;}
1589 { (exit 1); exit 1; }; }
1590
1591test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
1592 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
1593 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
1594 { $as_echo "$as_me:81941: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1595which seems to be undefined. Please make sure it is defined." >&5
1596$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
1597which seems to be undefined. Please make sure it is defined." >&2;}
1598
1599 rm -f "$tmp/stdin"
1600 case $ac_file in
1601 -) cat "$tmp/out" && rm -f "$tmp/out";;
1602 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
1603 esac \
1604 || { { $as_echo "$as_me:81951: error: could not create $ac_file" >&5
1605$as_echo "$as_me: error: could not create $ac_file" >&2;}
1606 { (exit 1); exit 1; }; }
1607 ;;
1608 :H)
1609 #
1610 # CONFIG_HEADER
1611 #
1612 if test x"$ac_file" != x-; then
1613 {
1614 $as_echo "/* $configure_input */" \
1615 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
1616 } >"$tmp/config.h" \
1617 || { { $as_echo "$as_me:81964: error: could not create $ac_file" >&5
1618$as_echo "$as_me: error: could not create $ac_file" >&2;}
1619 { (exit 1); exit 1; }; }
1620 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
1621 { $as_echo "$as_me:81968: $ac_file is unchanged" >&5
1622$as_echo "$as_me: $ac_file is unchanged" >&6;}
1623 else
1624 rm -f "$ac_file"
1625 mv "$tmp/config.h" "$ac_file" \
1626 || { { $as_echo "$as_me:81973: error: could not create $ac_file" >&5
1627$as_echo "$as_me: error: could not create $ac_file" >&2;}
1628 { (exit 1); exit 1; }; }
1629 fi
1630 else
1631 $as_echo "/* $configure_input */" \
1632 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
1633 || { { $as_echo "$as_me:81980: error: could not create -" >&5
1634$as_echo "$as_me: error: could not create -" >&2;}
1635 { (exit 1); exit 1; }; }
1636 fi
1637 ;;
1638
1639 :C) { $as_echo "$as_me:81986: executing $ac_file commands" >&5
1640$as_echo "$as_me: executing $ac_file commands" >&6;}
1641 ;;
1642 esac
1643
1644
1645 case $ac_file$ac_mode in
1646 "rm-stdint.h":C) rm -f $libreplacedir/stdint.h ;;
1647 "mk-stdint.h":C) echo "#include \"replace.h\"" > $libreplacedir/stdint.h ;;
1648 "rm-stdbool.h":C) rm -f $libreplacedir/stdbool.h ;;
1649 "mk-stdbool.h":C) echo "#include \"replace.h\"" > $libreplacedir/stdbool.h ;;
1650
1651 esac
1652done # for ac_tag
1653
1654
1655{ (exit 0); exit 0; }
Note: See TracBrowser for help on using the repository browser.