~ubuntu-branches/ubuntu/oneiric/samba/oneiric-security

« back to all changes in this revision

Viewing changes to debian/patches/autoconf.patch

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2011-03-10 10:03:01 UTC
  • mfrom: (0.39.11 sid)
  • Revision ID: james.westby@ubuntu.com-20110310100301-jfjg41wv0iq05zj4
Tags: 2:3.5.8~dfsg-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  + debian/patches/VERSION.patch:
    - set SAMBA_VERSION_SUFFIX to Ubuntu.
  + debian/smb.conf:
    - add "(Samba, Ubuntu)" to server string.
    - comment out the default [homes] share, and add a comment about
      "valid users = %S" to show users how to restrict access to
      \\server\username to only username.
    - Set 'usershare allow guests', so that usershare admins are 
      allowed to create public shares in addition to authenticated
      ones.
    - add map to guest = Bad user, maps bad username to guest access. 
  + debian/samba-common.config:
    - Do not change priority to high if dhclient3 is installed.
    - Use priority medium instead of high for the workgroup question.
  + debian/mksmbpasswd.awk:
    - Do not add user with UID less than 1000 to smbpasswd
  + debian/control:
    - Make libwbclient0 replace/conflict with hardy's likewise-open.
    - Don't build against or suggest ctdb.
    - Add dependency on samba-common-bin to samba.
    - Add cuups breaks to push the package to aslo upgrade cups (LP: #639768)
  + debian/rules:
    - enable "native" PIE hardening.
    - Add BIND_NOW to maximize benefit of RELRO hardening.
  + Add ufw integration:
    - Created debian/samba.ufw.profile
    - debian/rules, debian/samba.dirs, debian/samba.files: install
      profile
    - debian/control: have samba suggest ufw
  + Add apport hook:
    - Created debian/source_samba.py.
    - debian/rules, debian/samba.dirs, debian/samba-common-bin.files: install
  + Switch to upstart:
    - Add debian/samba.{nmbd,smbd}.upstart.
    - Don't ship the /etc/network/if-up.d file.
  + debian/samba.postinst: 
    - Fixed bashism.
    - Avoid scary pdbedit warnings on first import.
  + debian/samba-common.postinst: Add more informative error message for
    the case where smb.conf was manually deleted
  + debian/samba.logrotate: Make it upstart compatible
  + debian/samba-common.dhcp: Fix typo to get a proper parsing in
    /etc/samba/dhcp.
  + Dropped:
    - debian/patches/fix-windows7-print-connection.patch: Merged upstream.
    - debian/patches/security-CVE-2011-0719.patch: Merged upstream. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
48566
48566
-  ;
48567
48567
-  return 0;
48568
48568
-}
48569
 
-_ACEOF
48570
 
-rm -f conftest.$ac_objext conftest$ac_exeext
48571
 
-if { (ac_try="$ac_link"
48572
 
-case "(($ac_try" in
48573
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48574
 
-  *) ac_try_echo=$ac_try;;
48575
 
-esac
48576
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
48577
 
-$as_echo "$ac_try_echo") >&5
48578
 
-  (eval "$ac_link") 2>conftest.er1
48579
 
-  ac_status=$?
48580
 
-  grep -v '^ *+' conftest.er1 >conftest.err
48581
 
-  rm -f conftest.er1
48582
 
-  cat conftest.err >&5
48583
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
48584
 
-  (exit $ac_status); } && {
48585
 
-        test -z "$ac_c_werror_flag" ||
48586
 
-        test ! -s conftest.err
48587
 
-       } && test -s conftest$ac_exeext && {
48588
 
-        test "$cross_compiling" = yes ||
48589
 
-        $as_test_x conftest$ac_exeext
48590
 
-       }; then
48591
 
-  eval "$as_ac_var=yes"
48592
48569
+if test "$cross_compiling" = yes; then :
48593
48570
+  libreplace_cv_HAVE_IFACE_IFREQ=cross
48594
48571
+else
48605
48582
+#include "$libreplacedir/getifaddrs.c"
48606
48583
+#define getifaddrs_test main
48607
48584
+#include "$libreplacedir/test/getifaddrs.c"
48608
 
+_ACEOF
 
48585
 _ACEOF
 
48586
-rm -f conftest.$ac_objext conftest$ac_exeext
 
48587
-if { (ac_try="$ac_link"
 
48588
-case "(($ac_try" in
 
48589
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
48590
-  *) ac_try_echo=$ac_try;;
 
48591
-esac
 
48592
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
48593
-$as_echo "$ac_try_echo") >&5
 
48594
-  (eval "$ac_link") 2>conftest.er1
 
48595
-  ac_status=$?
 
48596
-  grep -v '^ *+' conftest.er1 >conftest.err
 
48597
-  rm -f conftest.er1
 
48598
-  cat conftest.err >&5
 
48599
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48600
-  (exit $ac_status); } && {
 
48601
-        test -z "$ac_c_werror_flag" ||
 
48602
-        test ! -s conftest.err
 
48603
-       } && test -s conftest$ac_exeext && {
 
48604
-        test "$cross_compiling" = yes ||
 
48605
-        $as_test_x conftest$ac_exeext
 
48606
-       }; then
 
48607
-  eval "$as_ac_var=yes"
48609
48608
+if ac_fn_c_try_run "$LINENO"; then :
48610
48609
+  libreplace_cv_HAVE_IFACE_IFREQ=yes
48611
48610
 else
49565
49564
-  ;
49566
49565
-  return 0;
49567
49566
-}
49568
 
-_ACEOF
49569
 
-rm -f conftest.$ac_objext conftest$ac_exeext
49570
 
-if { (ac_try="$ac_link"
49571
 
-case "(($ac_try" in
49572
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49573
 
-  *) ac_try_echo=$ac_try;;
49574
 
-esac
49575
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
49576
 
-$as_echo "$ac_try_echo") >&5
49577
 
-  (eval "$ac_link") 2>conftest.er1
49578
 
-  ac_status=$?
49579
 
-  grep -v '^ *+' conftest.er1 >conftest.err
49580
 
-  rm -f conftest.er1
49581
 
-  cat conftest.err >&5
49582
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
49583
 
-  (exit $ac_status); } && {
49584
 
-        test -z "$ac_c_werror_flag" ||
49585
 
-        test ! -s conftest.err
49586
 
-       } && test -s conftest$ac_exeext && {
49587
 
-        test "$cross_compiling" = yes ||
49588
 
-        $as_test_x conftest$ac_exeext
49589
 
-       }; then
49590
 
-  eval "$as_ac_var=yes"
49591
 
-else
49592
 
-  $as_echo "$as_me: failed program was:" >&5
49593
 
-sed 's/^/| /' conftest.$ac_ext >&5
49594
49567
+## These fail to compile on IRIX so just check for their presence
49595
49568
+for ac_header in sys/mode.h
49596
49569
+do :
49598
49571
+if test "x$ac_cv_header_sys_mode_h" = x""yes; then :
49599
49572
+  cat >>confdefs.h <<_ACEOF
49600
49573
+#define HAVE_SYS_MODE_H 1
49601
 
+_ACEOF
 
49574
 _ACEOF
 
49575
-rm -f conftest.$ac_objext conftest$ac_exeext
 
49576
-if { (ac_try="$ac_link"
 
49577
-case "(($ac_try" in
 
49578
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
49579
-  *) ac_try_echo=$ac_try;;
 
49580
-esac
 
49581
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
49582
-$as_echo "$ac_try_echo") >&5
 
49583
-  (eval "$ac_link") 2>conftest.er1
 
49584
-  ac_status=$?
 
49585
-  grep -v '^ *+' conftest.er1 >conftest.err
 
49586
-  rm -f conftest.er1
 
49587
-  cat conftest.err >&5
 
49588
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
49589
-  (exit $ac_status); } && {
 
49590
-        test -z "$ac_c_werror_flag" ||
 
49591
-        test ! -s conftest.err
 
49592
-       } && test -s conftest$ac_exeext && {
 
49593
-        test "$cross_compiling" = yes ||
 
49594
-        $as_test_x conftest$ac_exeext
 
49595
-       }; then
 
49596
-  eval "$as_ac_var=yes"
 
49597
-else
 
49598
-  $as_echo "$as_me: failed program was:" >&5
 
49599
-sed 's/^/| /' conftest.$ac_ext >&5
49602
49600
 
49603
49601
-       eval "$as_ac_var=no"
49604
 
 fi
 
49602
-fi
 
49603
+fi
 
49604
+
 
49605
+done
 
49606
+
49605
49607
 
49606
49608
-rm -rf conftest.dSYM
49607
49609
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
49614
49616
-as_val=`eval 'as_val=${'$as_ac_var'}
49615
49617
-                $as_echo "$as_val"'`
49616
49618
-   if test "x$as_val" = x""yes; then
49617
 
+done
49618
 
+
49619
 
+
49620
49619
+# Look for Darwin headers
49621
49620
+old_CPPFLAGS="$CPPFLAGS"
49622
49621
+CPPFLAGS="-Iinclude $CPPFLAGS"
50431
50430
-cat >>confdefs.h <<\_ACEOF
50432
50431
-#define HAVE_STAT64 1
50433
50432
 _ACEOF
50434
 
-
50435
 
-  fi
50436
50433
+if ac_fn_c_try_compile "$LINENO"; then :
50437
50434
+  ac_cv_c_inline=$ac_kw
50438
 
 fi
 
50435
+fi
50439
50436
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50440
50437
+  test "$ac_cv_c_inline" != no && break
50441
50438
+done
50442
50439
 
 
50440
-  fi
 
50441
 fi
 
50442
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
 
50443
+$as_echo "$ac_cv_c_inline" >&6; }
 
50444
 
50443
50445
-if test x$ac_cv_func_lstat64 = xno ; then
50444
50446
-  { $as_echo "$as_me:$LINENO: checking for lstat64 in <sys/stat.h>" >&5
50445
50447
-$as_echo_n "checking for lstat64 in <sys/stat.h>... " >&6; }
50446
50448
-  cat >conftest.$ac_ext <<_ACEOF
50447
50449
-/* confdefs.h.  */
50448
 
-_ACEOF
50449
 
-cat confdefs.h >>conftest.$ac_ext
50450
 
-cat >>conftest.$ac_ext <<_ACEOF
50451
 
-/* end confdefs.h.  */
50452
 
+fi
50453
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
50454
 
+$as_echo "$ac_cv_c_inline" >&6; }
50455
 
 
50456
 
-#if defined(HAVE_UNISTD_H)
50457
 
-#include <unistd.h>
50458
50450
+case $ac_cv_c_inline in
50459
50451
+  inline | yes) ;;
50460
50452
+  *)
50465
50457
+    cat >>confdefs.h <<_ACEOF
50466
50458
+#ifndef __cplusplus
50467
50459
+#define inline $ac_val
50468
 
 #endif
50469
 
-#include <sys/stat.h>
50470
 
-
50471
 
-int
50472
 
-main ()
50473
 
-{
50474
 
-struct stat64 st64; exit(lstat64(".",&st64));
50475
 
-  ;
50476
 
-  return 0;
50477
 
-}
50478
 
 _ACEOF
50479
 
-rm -f conftest.$ac_objext conftest$ac_exeext
50480
 
-if { (ac_try="$ac_link"
50481
 
-case "(($ac_try" in
50482
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
50483
 
-  *) ac_try_echo=$ac_try;;
 
50460
+#endif
 
50461
+_ACEOF
50484
50462
+    ;;
50485
 
 esac
50486
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
50487
 
-$as_echo "$ac_try_echo") >&5
50488
 
-  (eval "$ac_link") 2>conftest.er1
50489
 
-  ac_status=$?
50490
 
-  grep -v '^ *+' conftest.er1 >conftest.err
50491
 
-  rm -f conftest.er1
50492
 
-  cat conftest.err >&5
50493
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
50494
 
-  (exit $ac_status); } && {
50495
 
-        test -z "$ac_c_werror_flag" ||
50496
 
-        test ! -s conftest.err
50497
 
-       } && test -s conftest$ac_exeext && {
50498
 
-        test "$cross_compiling" = yes ||
50499
 
-        $as_test_x conftest$ac_exeext
50500
 
-       }; then
50501
 
-  ac_cv_func_lstat64=yes
50502
 
-else
50503
 
-  $as_echo "$as_me: failed program was:" >&5
50504
 
-sed 's/^/| /' conftest.$ac_ext >&5
50505
 
-
50506
 
 
50507
 
-fi
 
50463
+esac
 
50464
+
50508
50465
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
50509
50466
+$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
50510
50467
+if test "${ac_cv_c_bigendian+set}" = set; then :
50518
50475
+              not a universal capable compiler
50519
50476
+            #endif
50520
50477
+            typedef int dummy;
50521
 
 
50522
 
-rm -rf conftest.dSYM
50523
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
50524
 
-      conftest$ac_exeext conftest.$ac_ext
50525
 
-  { $as_echo "$as_me:$LINENO: result: $ac_cv_func_lstat64" >&5
50526
 
-$as_echo "$ac_cv_func_lstat64" >&6; }
50527
 
-  if test x$ac_cv_func_lstat64 = xyes ; then
50528
 
-    cat >>confdefs.h <<\_ACEOF
50529
 
-#define HAVE_LSTAT64 Whether lstat64() is available
50530
 
 _ACEOF
 
50478
+
 
50479
+_ACEOF
50531
50480
+if ac_fn_c_try_compile "$LINENO"; then :
50532
 
 
50533
 
-  fi
 
50481
+
50534
50482
+       # Check for potential -arch flags.  It is not universal unless
50535
50483
+       # there are at least two -arch flags with different values.
50536
50484
+       ac_arch=
50552
50500
+          ac_prev=arch
50553
50501
+        fi
50554
50502
+       done
50555
 
 fi
 
50503
+fi
50556
50504
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50557
50505
+    if test $ac_cv_c_bigendian = unknown; then
50558
50506
+      # See if sys/param.h defines the BYTE_ORDER macro.
50560
50508
+/* end confdefs.h.  */
50561
50509
+#include <sys/types.h>
50562
50510
+            #include <sys/param.h>
50563
 
 
50564
 
-if test x$ac_cv_func_fstat64 = xno ; then
50565
 
-  { $as_echo "$as_me:$LINENO: checking for fstat64 in <sys/stat.h>" >&5
50566
 
-$as_echo_n "checking for fstat64 in <sys/stat.h>... " >&6; }
50567
 
-  cat >conftest.$ac_ext <<_ACEOF
50568
 
-/* confdefs.h.  */
 
50511
+
50569
50512
+int
50570
50513
+main ()
50571
50514
+{
50596
50539
 int
50597
50540
 main ()
50598
50541
 {
 
50542
-struct stat64 st64; exit(lstat64(".",&st64));
 
50543
+#if BYTE_ORDER != BIG_ENDIAN
 
50544
+                not big endian
 
50545
+               #endif
 
50546
+
 
50547
   ;
 
50548
   return 0;
 
50549
 }
 
50550
 _ACEOF
 
50551
-rm -f conftest.$ac_objext conftest$ac_exeext
 
50552
-if { (ac_try="$ac_link"
 
50553
-case "(($ac_try" in
 
50554
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
50555
-  *) ac_try_echo=$ac_try;;
 
50556
-esac
 
50557
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
50558
-$as_echo "$ac_try_echo") >&5
 
50559
-  (eval "$ac_link") 2>conftest.er1
 
50560
-  ac_status=$?
 
50561
-  grep -v '^ *+' conftest.er1 >conftest.err
 
50562
-  rm -f conftest.er1
 
50563
-  cat conftest.err >&5
 
50564
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
50565
-  (exit $ac_status); } && {
 
50566
-        test -z "$ac_c_werror_flag" ||
 
50567
-        test ! -s conftest.err
 
50568
-       } && test -s conftest$ac_exeext && {
 
50569
-        test "$cross_compiling" = yes ||
 
50570
-        $as_test_x conftest$ac_exeext
 
50571
-       }; then
 
50572
-  ac_cv_func_lstat64=yes
 
50573
+if ac_fn_c_try_compile "$LINENO"; then :
 
50574
+  ac_cv_c_bigendian=yes
 
50575
 else
 
50576
-  $as_echo "$as_me: failed program was:" >&5
 
50577
-sed 's/^/| /' conftest.$ac_ext >&5
 
50578
-
 
50579
-
 
50580
+  ac_cv_c_bigendian=no
 
50581
 fi
 
50582
-
 
50583
-rm -rf conftest.dSYM
 
50584
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
50585
-      conftest$ac_exeext conftest.$ac_ext
 
50586
-  { $as_echo "$as_me:$LINENO: result: $ac_cv_func_lstat64" >&5
 
50587
-$as_echo "$ac_cv_func_lstat64" >&6; }
 
50588
-  if test x$ac_cv_func_lstat64 = xyes ; then
 
50589
-    cat >>confdefs.h <<\_ACEOF
 
50590
-#define HAVE_LSTAT64 Whether lstat64() is available
 
50591
-_ACEOF
 
50592
-
 
50593
-  fi
 
50594
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
50595
 fi
 
50596
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
50597
+    fi
 
50598
+    if test $ac_cv_c_bigendian = unknown; then
 
50599
+      # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
 
50600
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
50601
+/* end confdefs.h.  */
 
50602
+#include <limits.h>
 
50603
 
 
50604
-if test x$ac_cv_func_fstat64 = xno ; then
 
50605
-  { $as_echo "$as_me:$LINENO: checking for fstat64 in <sys/stat.h>" >&5
 
50606
-$as_echo_n "checking for fstat64 in <sys/stat.h>... " >&6; }
 
50607
-  cat >conftest.$ac_ext <<_ACEOF
 
50608
-/* confdefs.h.  */
 
50609
+int
 
50610
+main ()
 
50611
+{
 
50612
+#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
 
50613
+             bogus endian macros
 
50614
+            #endif
 
50615
+
 
50616
+  ;
 
50617
+  return 0;
 
50618
+}
 
50619
 _ACEOF
 
50620
-cat confdefs.h >>conftest.$ac_ext
 
50621
-cat >>conftest.$ac_ext <<_ACEOF
 
50622
+if ac_fn_c_try_compile "$LINENO"; then :
 
50623
+  # It does; now see whether it defined to _BIG_ENDIAN or not.
 
50624
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
50625
 /* end confdefs.h.  */
 
50626
-
 
50627
-#if defined(HAVE_UNISTD_H)
 
50628
-#include <unistd.h>
 
50629
-#endif
 
50630
-#include <sys/stat.h>
 
50631
+#include <limits.h>
 
50632
 
 
50633
 int
 
50634
 main ()
 
50635
 {
50599
50636
-struct stat64 st64; exit(fstat64(0,&st64));
50600
 
+#if BYTE_ORDER != BIG_ENDIAN
 
50637
+#ifndef _BIG_ENDIAN
50601
50638
+                not big endian
50602
50639
+               #endif
50603
50640
+
50670
50707
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50671
50708
+    fi
50672
50709
+    if test $ac_cv_c_bigendian = unknown; then
50673
 
+      # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
50674
 
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50675
 
 /* end confdefs.h.  */
50676
 
-$ac_includes_default
50677
 
+#include <limits.h>
50678
 
+
50679
 
 int
50680
 
 main ()
50681
 
 {
50682
 
-static struct stat ac_aggr;
50683
 
-if (ac_aggr.st_mtim.tv_nsec)
50684
 
-return 0;
50685
 
+#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
50686
 
+             bogus endian macros
50687
 
+            #endif
50688
 
+
50689
 
   ;
50690
 
   return 0;
50691
 
 }
50692
 
 _ACEOF
50693
 
-rm -f conftest.$ac_objext
50694
 
-if { (ac_try="$ac_compile"
50695
 
-case "(($ac_try" in
50696
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
50697
 
-  *) ac_try_echo=$ac_try;;
50698
 
-esac
50699
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
50700
 
-$as_echo "$ac_try_echo") >&5
50701
 
-  (eval "$ac_compile") 2>conftest.er1
50702
 
-  ac_status=$?
50703
 
-  grep -v '^ *+' conftest.er1 >conftest.err
50704
 
-  rm -f conftest.er1
50705
 
-  cat conftest.err >&5
50706
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
50707
 
-  (exit $ac_status); } && {
50708
 
-        test -z "$ac_c_werror_flag" ||
50709
 
-        test ! -s conftest.err
50710
 
-       } && test -s conftest.$ac_objext; then
50711
 
-  ac_cv_member_struct_stat_st_mtim_tv_nsec=yes
50712
 
-else
50713
 
-  $as_echo "$as_me: failed program was:" >&5
50714
 
-sed 's/^/| /' conftest.$ac_ext >&5
50715
 
-
50716
 
-       cat >conftest.$ac_ext <<_ACEOF
50717
 
-/* confdefs.h.  */
50718
 
-_ACEOF
50719
 
-cat confdefs.h >>conftest.$ac_ext
50720
 
-cat >>conftest.$ac_ext <<_ACEOF
50721
 
+if ac_fn_c_try_compile "$LINENO"; then :
50722
 
+  # It does; now see whether it defined to _BIG_ENDIAN or not.
50723
 
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
50724
 
 /* end confdefs.h.  */
50725
 
-$ac_includes_default
50726
 
+#include <limits.h>
50727
 
+
50728
 
 int
50729
 
 main ()
50730
 
 {
50731
 
-static struct stat ac_aggr;
50732
 
-if (sizeof ac_aggr.st_mtim.tv_nsec)
50733
 
-return 0;
50734
 
+#ifndef _BIG_ENDIAN
50735
 
+                not big endian
50736
 
+               #endif
50737
 
+
50738
 
   ;
50739
 
   return 0;
50740
 
 }
50741
 
 _ACEOF
50742
 
-rm -f conftest.$ac_objext
50743
 
-if { (ac_try="$ac_compile"
50744
 
-case "(($ac_try" in
50745
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
50746
 
-  *) ac_try_echo=$ac_try;;
50747
 
-esac
50748
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
50749
 
-$as_echo "$ac_try_echo") >&5
50750
 
-  (eval "$ac_compile") 2>conftest.er1
50751
 
-  ac_status=$?
50752
 
-  grep -v '^ *+' conftest.er1 >conftest.err
50753
 
-  rm -f conftest.er1
50754
 
-  cat conftest.err >&5
50755
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
50756
 
-  (exit $ac_status); } && {
50757
 
-        test -z "$ac_c_werror_flag" ||
50758
 
-        test ! -s conftest.err
50759
 
-       } && test -s conftest.$ac_objext; then
50760
 
-  ac_cv_member_struct_stat_st_mtim_tv_nsec=yes
50761
 
+if ac_fn_c_try_compile "$LINENO"; then :
50762
 
+  ac_cv_c_bigendian=yes
50763
 
 else
50764
 
-  $as_echo "$as_me: failed program was:" >&5
50765
 
-sed 's/^/| /' conftest.$ac_ext >&5
50766
 
-
50767
 
-       ac_cv_member_struct_stat_st_mtim_tv_nsec=no
50768
 
+  ac_cv_c_bigendian=no
50769
 
 fi
50770
 
-
50771
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50772
 
 fi
50773
 
-
50774
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50775
 
-fi
50776
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim_tv_nsec" >&5
50777
 
-$as_echo "$ac_cv_member_struct_stat_st_mtim_tv_nsec" >&6; }
50778
 
-if test "x$ac_cv_member_struct_stat_st_mtim_tv_nsec" = x""yes; then
50779
 
-
50780
 
-cat >>confdefs.h <<_ACEOF
50781
 
-#define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
50782
 
-_ACEOF
50783
 
-
50784
 
-# Linux, Solaris
50785
 
-       samba_cv_stat_hires=yes
50786
 
-fi
50787
 
-
50788
 
-{ $as_echo "$as_me:$LINENO: checking for struct stat.st_mtimensec" >&5
50789
 
-$as_echo_n "checking for struct stat.st_mtimensec... " >&6; }
50790
 
-if test "${ac_cv_member_struct_stat_st_mtimensec+set}" = set; then
50791
 
-  $as_echo_n "(cached) " >&6
50792
 
-else
50793
 
-  cat >conftest.$ac_ext <<_ACEOF
50794
 
-/* confdefs.h.  */
50795
 
-_ACEOF
50796
 
-cat confdefs.h >>conftest.$ac_ext
50797
 
-cat >>conftest.$ac_ext <<_ACEOF
50798
 
+    fi
50799
 
+    if test $ac_cv_c_bigendian = unknown; then
50800
50710
+      # Compile a test program.
50801
50711
+      if test "$cross_compiling" = yes; then :
50802
50712
+  # Try to guess by grepping values from an object file.
50823
50733
 main ()
50824
50734
 {
50825
50735
-static struct stat ac_aggr;
50826
 
-if (ac_aggr.st_mtimensec)
 
50736
-if (ac_aggr.st_mtim.tv_nsec)
50827
50737
-return 0;
50828
50738
+return use_ascii (foo) == use_ebcdic (foo);
50829
50739
   ;
50848
50758
-        test -z "$ac_c_werror_flag" ||
50849
50759
-        test ! -s conftest.err
50850
50760
-       } && test -s conftest.$ac_objext; then
50851
 
-  ac_cv_member_struct_stat_st_mtimensec=yes
 
50761
-  ac_cv_member_struct_stat_st_mtim_tv_nsec=yes
50852
50762
+if ac_fn_c_try_compile "$LINENO"; then :
50853
50763
+  if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
50854
50764
+             ac_cv_c_bigendian=yes
50879
50789
 main ()
50880
50790
 {
50881
50791
-static struct stat ac_aggr;
50882
 
-if (sizeof ac_aggr.st_mtimensec)
 
50792
-if (sizeof ac_aggr.st_mtim.tv_nsec)
50883
50793
-return 0;
50884
50794
+
50885
50795
+            /* Are we little or big endian?  From Harbison&Steele.  */
50913
50823
-        test -z "$ac_c_werror_flag" ||
50914
50824
-        test ! -s conftest.err
50915
50825
-       } && test -s conftest.$ac_objext; then
50916
 
-  ac_cv_member_struct_stat_st_mtimensec=yes
 
50826
-  ac_cv_member_struct_stat_st_mtim_tv_nsec=yes
50917
50827
+if ac_fn_c_try_run "$LINENO"; then :
50918
50828
+  ac_cv_c_bigendian=no
50919
50829
 else
50920
50830
-  $as_echo "$as_me: failed program was:" >&5
50921
50831
-sed 's/^/| /' conftest.$ac_ext >&5
50922
50832
-
50923
 
-       ac_cv_member_struct_stat_st_mtimensec=no
 
50833
-       ac_cv_member_struct_stat_st_mtim_tv_nsec=no
50924
50834
+  ac_cv_c_bigendian=yes
50925
50835
 fi
50926
50836
-
50932
50842
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50933
50843
+    fi
50934
50844
 fi
50935
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtimensec" >&5
50936
 
-$as_echo "$ac_cv_member_struct_stat_st_mtimensec" >&6; }
50937
 
-if test "x$ac_cv_member_struct_stat_st_mtimensec" = x""yes; then
 
50845
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim_tv_nsec" >&5
 
50846
-$as_echo "$ac_cv_member_struct_stat_st_mtim_tv_nsec" >&6; }
 
50847
-if test "x$ac_cv_member_struct_stat_st_mtim_tv_nsec" = x""yes; then
50938
50848
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
50939
50849
+$as_echo "$ac_cv_c_bigendian" >&6; }
50940
50850
+ case $ac_cv_c_bigendian in #(
50946
50856
+   universal)
50947
50857
 
50948
50858
-cat >>confdefs.h <<_ACEOF
50949
 
-#define HAVE_STRUCT_STAT_ST_MTIMENSEC 1
 
50859
-#define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
50950
50860
-_ACEOF
50951
50861
+$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
50952
50862
 
50953
 
-# BSD, if defined _POSIX_SOURCE
 
50863
-# Linux, Solaris
50954
50864
-       samba_cv_stat_hires=yes
50955
50865
-fi
50956
50866
+     ;; #(
50959
50869
+ presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5  ;;
50960
50870
+ esac
50961
50871
 
50962
 
-{ $as_echo "$as_me:$LINENO: checking for struct stat.st_mtimespec.tv_nsec" >&5
50963
 
-$as_echo_n "checking for struct stat.st_mtimespec.tv_nsec... " >&6; }
50964
 
-if test "${ac_cv_member_struct_stat_st_mtimespec_tv_nsec+set}" = set; then
 
50872
-{ $as_echo "$as_me:$LINENO: checking for struct stat.st_mtimensec" >&5
 
50873
-$as_echo_n "checking for struct stat.st_mtimensec... " >&6; }
 
50874
-if test "${ac_cv_member_struct_stat_st_mtimensec+set}" = set; then
50965
50875
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether char is unsigned" >&5
50966
50876
+$as_echo_n "checking whether char is unsigned... " >&6; }
50967
50877
+if test "${ac_cv_c_char_unsigned+set}" = set; then :
50979
50889
 main ()
50980
50890
 {
50981
50891
-static struct stat ac_aggr;
50982
 
-if (ac_aggr.st_mtimespec.tv_nsec)
 
50892
-if (ac_aggr.st_mtimensec)
50983
50893
-return 0;
 
50894
-  ;
 
50895
-  return 0;
 
50896
-}
 
50897
-_ACEOF
 
50898
-rm -f conftest.$ac_objext
 
50899
-if { (ac_try="$ac_compile"
 
50900
-case "(($ac_try" in
 
50901
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
50902
-  *) ac_try_echo=$ac_try;;
 
50903
-esac
 
50904
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
50905
-$as_echo "$ac_try_echo") >&5
 
50906
-  (eval "$ac_compile") 2>conftest.er1
 
50907
-  ac_status=$?
 
50908
-  grep -v '^ *+' conftest.er1 >conftest.err
 
50909
-  rm -f conftest.er1
 
50910
-  cat conftest.err >&5
 
50911
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
50912
-  (exit $ac_status); } && {
 
50913
-        test -z "$ac_c_werror_flag" ||
 
50914
-        test ! -s conftest.err
 
50915
-       } && test -s conftest.$ac_objext; then
 
50916
-  ac_cv_member_struct_stat_st_mtimensec=yes
 
50917
-else
 
50918
-  $as_echo "$as_me: failed program was:" >&5
 
50919
-sed 's/^/| /' conftest.$ac_ext >&5
50984
50920
+static int test_array [1 - 2 * !(((char) -1) < 0)];
50985
50921
+test_array [0] = 0
50986
 
+
 
50922
 
 
50923
-       cat >conftest.$ac_ext <<_ACEOF
 
50924
-/* confdefs.h.  */
 
50925
-_ACEOF
 
50926
-cat confdefs.h >>conftest.$ac_ext
 
50927
-cat >>conftest.$ac_ext <<_ACEOF
 
50928
-/* end confdefs.h.  */
 
50929
-$ac_includes_default
 
50930
-int
 
50931
-main ()
 
50932
-{
 
50933
-static struct stat ac_aggr;
 
50934
-if (sizeof ac_aggr.st_mtimensec)
 
50935
-return 0;
50987
50936
   ;
50988
50937
   return 0;
50989
50938
 }
51006
50955
-        test -z "$ac_c_werror_flag" ||
51007
50956
-        test ! -s conftest.err
51008
50957
-       } && test -s conftest.$ac_objext; then
51009
 
-  ac_cv_member_struct_stat_st_mtimespec_tv_nsec=yes
 
50958
-  ac_cv_member_struct_stat_st_mtimensec=yes
51010
50959
+if ac_fn_c_try_compile "$LINENO"; then :
51011
50960
+  ac_cv_c_char_unsigned=no
51012
50961
 else
51013
50962
-  $as_echo "$as_me: failed program was:" >&5
51014
50963
-sed 's/^/| /' conftest.$ac_ext >&5
 
50964
-
 
50965
-       ac_cv_member_struct_stat_st_mtimensec=no
51015
50966
+  ac_cv_c_char_unsigned=yes
51016
 
+fi
51017
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51018
 
+fi
 
50967
 fi
 
50968
-
 
50969
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
50970
 fi
51019
50971
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_char_unsigned" >&5
51020
50972
+$as_echo "$ac_cv_c_char_unsigned" >&6; }
51021
50973
+if test $ac_cv_c_char_unsigned = yes && test "$GCC" != yes; then
51022
50974
+  $as_echo "#define __CHAR_UNSIGNED__ 1" >>confdefs.h
51023
50975
 
51024
 
-       cat >conftest.$ac_ext <<_ACEOF
51025
 
-/* confdefs.h.  */
 
50976
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
50977
 fi
 
50978
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtimensec" >&5
 
50979
-$as_echo "$ac_cv_member_struct_stat_st_mtimensec" >&6; }
 
50980
-if test "x$ac_cv_member_struct_stat_st_mtimensec" = x""yes; then
 
50981
-
 
50982
-cat >>confdefs.h <<_ACEOF
 
50983
-#define HAVE_STRUCT_STAT_ST_MTIMENSEC 1
51026
50984
-_ACEOF
51027
 
-cat confdefs.h >>conftest.$ac_ext
51028
 
-cat >>conftest.$ac_ext <<_ACEOF
51029
 
+fi
51030
 
+
51031
 
+
 
50985
 
 
50986
-# BSD, if defined _POSIX_SOURCE
 
50987
-       samba_cv_stat_hires=yes
 
50988
-fi
 
50989
 
 
50990
-{ $as_echo "$as_me:$LINENO: checking for struct stat.st_mtimespec.tv_nsec" >&5
 
50991
-$as_echo_n "checking for struct stat.st_mtimespec.tv_nsec... " >&6; }
 
50992
-if test "${ac_cv_member_struct_stat_st_mtimespec_tv_nsec+set}" = set; then
51032
50993
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
51033
50994
+$as_echo_n "checking return type of signal handlers... " >&6; }
51034
50995
+if test "${ac_cv_type_signal+set}" = set; then :
51035
 
+  $as_echo_n "(cached) " >&6
51036
 
+else
 
50996
   $as_echo_n "(cached) " >&6
 
50997
 else
 
50998
-  cat >conftest.$ac_ext <<_ACEOF
 
50999
-/* confdefs.h.  */
 
51000
-_ACEOF
 
51001
-cat confdefs.h >>conftest.$ac_ext
 
51002
-cat >>conftest.$ac_ext <<_ACEOF
51037
51003
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51038
51004
 /* end confdefs.h.  */
51039
51005
-$ac_includes_default
51044
51010
 main ()
51045
51011
 {
51046
51012
-static struct stat ac_aggr;
 
51013
-if (ac_aggr.st_mtimespec.tv_nsec)
 
51014
-return 0;
 
51015
+return *(signal (0, 0)) (0) == 1;
 
51016
   ;
 
51017
   return 0;
 
51018
 }
 
51019
 _ACEOF
 
51020
-rm -f conftest.$ac_objext
 
51021
-if { (ac_try="$ac_compile"
 
51022
-case "(($ac_try" in
 
51023
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
51024
-  *) ac_try_echo=$ac_try;;
 
51025
-esac
 
51026
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
51027
-$as_echo "$ac_try_echo") >&5
 
51028
-  (eval "$ac_compile") 2>conftest.er1
 
51029
-  ac_status=$?
 
51030
-  grep -v '^ *+' conftest.er1 >conftest.err
 
51031
-  rm -f conftest.er1
 
51032
-  cat conftest.err >&5
 
51033
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
51034
-  (exit $ac_status); } && {
 
51035
-        test -z "$ac_c_werror_flag" ||
 
51036
-        test ! -s conftest.err
 
51037
-       } && test -s conftest.$ac_objext; then
 
51038
-  ac_cv_member_struct_stat_st_mtimespec_tv_nsec=yes
 
51039
+if ac_fn_c_try_compile "$LINENO"; then :
 
51040
+  ac_cv_type_signal=int
 
51041
 else
 
51042
-  $as_echo "$as_me: failed program was:" >&5
 
51043
-sed 's/^/| /' conftest.$ac_ext >&5
 
51044
+  ac_cv_type_signal=void
 
51045
+fi
 
51046
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
51047
+fi
 
51048
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
 
51049
+$as_echo "$ac_cv_type_signal" >&6; }
 
51050
 
 
51051
-       cat >conftest.$ac_ext <<_ACEOF
 
51052
-/* confdefs.h.  */
 
51053
+cat >>confdefs.h <<_ACEOF
 
51054
+#define RETSIGTYPE $ac_cv_type_signal
 
51055
 _ACEOF
 
51056
-cat confdefs.h >>conftest.$ac_ext
 
51057
-cat >>conftest.$ac_ext <<_ACEOF
 
51058
+
 
51059
+
 
51060
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
 
51061
+$as_echo_n "checking for uid_t in sys/types.h... " >&6; }
 
51062
+if test "${ac_cv_type_uid_t+set}" = set; then :
 
51063
+  $as_echo_n "(cached) " >&6
 
51064
+else
 
51065
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
51066
 /* end confdefs.h.  */
 
51067
-$ac_includes_default
 
51068
-int
 
51069
-main ()
 
51070
-{
 
51071
-static struct stat ac_aggr;
51047
51072
-if (sizeof ac_aggr.st_mtimespec.tv_nsec)
51048
51073
-return 0;
51049
 
+return *(signal (0, 0)) (0) == 1;
51050
 
   ;
51051
 
   return 0;
51052
 
 }
 
51074
-  ;
 
51075
-  return 0;
 
51076
-}
 
51077
+#include <sys/types.h>
 
51078
+
51053
51079
 _ACEOF
51054
51080
-rm -f conftest.$ac_objext
51055
51081
-if { (ac_try="$ac_compile"
51070
51096
-        test ! -s conftest.err
51071
51097
-       } && test -s conftest.$ac_objext; then
51072
51098
-  ac_cv_member_struct_stat_st_mtimespec_tv_nsec=yes
51073
 
+if ac_fn_c_try_compile "$LINENO"; then :
51074
 
+  ac_cv_type_signal=int
 
51099
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
 
51100
+  $EGREP "uid_t" >/dev/null 2>&1; then :
 
51101
+  ac_cv_type_uid_t=yes
51075
51102
 else
51076
51103
-  $as_echo "$as_me: failed program was:" >&5
51077
51104
-sed 's/^/| /' conftest.$ac_ext >&5
51078
 
+  ac_cv_type_signal=void
51079
 
+fi
51080
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51081
 
+fi
51082
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
51083
 
+$as_echo "$ac_cv_type_signal" >&6; }
51084
 
+
51085
 
+cat >>confdefs.h <<_ACEOF
51086
 
+#define RETSIGTYPE $ac_cv_type_signal
51087
 
+_ACEOF
51088
 
+
51089
 
+
51090
 
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
51091
 
+$as_echo_n "checking for uid_t in sys/types.h... " >&6; }
51092
 
+if test "${ac_cv_type_uid_t+set}" = set; then :
51093
 
+  $as_echo_n "(cached) " >&6
51094
 
+else
51095
 
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
51096
 
+/* end confdefs.h.  */
51097
 
+#include <sys/types.h>
51098
 
 
 
51105
-
51099
51106
-       ac_cv_member_struct_stat_st_mtimespec_tv_nsec=no
51100
 
+_ACEOF
51101
 
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
51102
 
+  $EGREP "uid_t" >/dev/null 2>&1; then :
51103
 
+  ac_cv_type_uid_t=yes
51104
 
+else
51105
51107
+  ac_cv_type_uid_t=no
51106
51108
 fi
51107
51109
+rm -f conftest*
51497
51499
 else
51498
51500
-  $as_echo "$as_me: failed program was:" >&5
51499
51501
-sed 's/^/| /' conftest.$ac_ext >&5
 
51502
-
 
51503
-       ac_cv_member_struct_stat_st_umtime=no
51500
51504
+  ac_cv_lib_ext_cups_httpConnect=no;
51501
51505
+                 ac_cv_lib_ext_cups=no
51502
 
+fi
 
51506
 fi
51503
51507
+rm -f core conftest.err conftest.$ac_objext \
51504
51508
+    conftest$ac_exeext conftest.$ac_ext
51505
 
+
51506
 
+fi
 
51509
 
 
51510
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
51511
 fi
51507
51512
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ext_cups_httpConnect" >&5
51508
51513
+$as_echo "$ac_cv_lib_ext_cups_httpConnect" >&6; }
51509
51514
+    if test $ac_cv_lib_ext_cups_httpConnect = yes; then :
51511
51516
+#define HAVE_HTTPCONNECT 1
51512
51517
+_ACEOF
51513
51518
 
51514
 
-       ac_cv_member_struct_stat_st_umtime=no
51515
 
 fi
51516
 
+LIBS=$ac_check_lib_ext_save_LIBS
51517
 
 
51518
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51519
 
-fi
51520
 
+if test $ac_cv_lib_ext_cups = yes; then :
51521
 
+  PRINT_LIBS"$ac_save_PRINT_LIBS -lcups"
51522
 
 
51523
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51524
 
+
51525
 
+else
51526
 
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your cups library doesn't link with -lcups alone, it might be underlinked." >&5
51527
 
+$as_echo "$as_me: WARNING: your cups library doesn't link with -lcups alone, it might be underlinked." >&2;} ;
51528
 
+                                PRINT_LIBS="$ac_save_PRINT_LIBS `$CUPS_CONFIG --libs`"
 
51519
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
51529
51520
 fi
51530
51521
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_umtime" >&5
51531
51522
-$as_echo "$ac_cv_member_struct_stat_st_umtime" >&6; }
51532
51523
-if test "x$ac_cv_member_struct_stat_st_umtime" = x""yes; then
 
51524
+LIBS=$ac_check_lib_ext_save_LIBS
51533
51525
 
51534
51526
-cat >>confdefs.h <<_ACEOF
51535
51527
-#define HAVE_STRUCT_STAT_ST_UMTIME 1
51536
51528
-_ACEOF
 
51529
+if test $ac_cv_lib_ext_cups = yes; then :
 
51530
+  PRINT_LIBS"$ac_save_PRINT_LIBS -lcups"
51537
51531
 
51538
51532
-# Tru64
51539
51533
-       samba_cv_stat_hires=yes
51540
 
-fi
 
51534
+
 
51535
+else
 
51536
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: your cups library doesn't link with -lcups alone, it might be underlinked." >&5
 
51537
+$as_echo "$as_me: WARNING: your cups library doesn't link with -lcups alone, it might be underlinked." >&2;} ;
 
51538
+                                PRINT_LIBS="$ac_save_PRINT_LIBS `$CUPS_CONFIG --libs`"
 
51539
 fi
 
51540
 
 
51541
 
 
51542
-if test x"$samba_cv_stat_hires" = x"yes" ; then
51541
51543
+$as_echo "#define HAVE_CUPS 1" >>confdefs.h
51542
51544
 
 
51545
-cat >>confdefs.h <<\_ACEOF
 
51546
-#define HAVE_STAT_HIRES_TIMESTAMPS 1
 
51547
-_ACEOF
51543
51548
+                       samba_cv_HAVE_CUPS=yes
51544
51549
 
51545
 
-if test x"$samba_cv_stat_hires" = x"yes" ; then
51546
 
 
51547
 
-cat >>confdefs.h <<\_ACEOF
51548
 
-#define HAVE_STAT_HIRES_TIMESTAMPS 1
51549
 
-_ACEOF
51550
 
+ac_check_lib_ext_save_LIBS=$LIBS
51551
 
+LIBS="-lcups $PRINT_LIBS  $LIBS"
51552
 
 
51553
51550
-fi
51554
51551
 
51555
51552
-# recent FreeBSD, NetBSD have creation timestamps called birthtime:
51556
51553
-{ $as_echo "$as_me:$LINENO: checking for struct stat.st_birthtimespec.tv_nsec" >&5
51557
51554
-$as_echo_n "checking for struct stat.st_birthtimespec.tv_nsec... " >&6; }
51558
51555
-if test "${ac_cv_member_struct_stat_st_birthtimespec_tv_nsec+set}" = set; then
 
51556
+ac_check_lib_ext_save_LIBS=$LIBS
 
51557
+LIBS="-lcups $PRINT_LIBS  $LIBS"
 
51558
+
 
51559
+
51559
51560
+
51560
51561
+        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for httpConnectEncrypt in -lcups" >&5
51561
51562
+$as_echo_n "checking for httpConnectEncrypt in -lcups... " >&6; }
51713
51714
 
51714
51715
+if test x$enable_iprint != xno; then
51715
51716
+       if test x"$samba_cv_HAVE_CUPS" = xyes; then
51716
 
 
 
51717
+
51717
51718
+$as_echo "#define HAVE_IPRINT 1" >>confdefs.h
51718
 
+
 
51719
 
51719
51720
+       elif test x"$enable_iprint" = x"yes"; then
51720
51721
+               as_fn_error $? "iPrint support required but cups not enabled.  Make sure cups-devel related files are installed and that cups is enabled." "$LINENO" 5
51721
51722
+        fi
52108
52109
 
52109
52110
-if test x"$samba_cv_stat_dos_flags" = x"yes" ; then
52110
52111
+$as_echo "#define HAVE_STRUCT_SIGEVENT 1" >>confdefs.h
52111
 
+
 
52112
 
 
52113
-cat >>confdefs.h <<\_ACEOF
 
52114
-#define HAVE_STAT_DOS_FLAGS 1
52112
52115
+   ac_fn_c_check_member "$LINENO" "struct sigevent" "sigev_value.sival_ptr" "ac_cv_member_struct_sigevent_sigev_value_sival_ptr" "#include <signal.h>
52113
52116
+"
52114
52117
+if test "x$ac_cv_member_struct_sigevent_sigev_value_sival_ptr" = x""yes; then :
52115
 
 
52116
 
-cat >>confdefs.h <<\_ACEOF
52117
 
-#define HAVE_STAT_DOS_FLAGS 1
 
52118
+
52118
52119
+cat >>confdefs.h <<_ACEOF
52119
52120
+#define HAVE_STRUCT_SIGEVENT_SIGEV_VALUE_SIVAL_PTR 1
52120
52121
 _ACEOF
52342
52343
+if test "${samba_cv_have_setresgid+set}" = set; then :
52343
52344
+  $as_echo_n "(cached) " >&6
52344
52345
+else
52345
 
 
 
52346
+
52346
52347
+    if test "$cross_compiling" = yes; then :
52347
52348
+  samba_cv_have_setresgid=cross
52348
52349
+else
52359
52360
+fi
52360
52361
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
52361
52362
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
52363
+fi
 
52364
 
52362
52365
 fi
52363
 
 
52364
 
+fi
52365
52366
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $samba_cv_have_setresgid" >&5
52366
52367
+$as_echo "$samba_cv_have_setresgid" >&6; }
52367
52368
+if test x"$samba_cv_have_setresgid" = x"yes"; then
52368
52369
 
 
52370
+$as_echo "#define HAVE_SETRESGID 1" >>confdefs.h
 
52371
 
52369
52372
-{ $as_echo "$as_me:$LINENO: checking for __dn_expand in -lresolv" >&5
52370
52373
-$as_echo_n "checking for __dn_expand in -lresolv... " >&6; }
52371
52374
-if test "${ac_cv_lib_resolv___dn_expand+set}" = set; then
52372
 
+$as_echo "#define HAVE_SETRESGID 1" >>confdefs.h
52373
 
+
52374
52375
+fi
52375
52376
+
52376
52377
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for working memcmp" >&5
52483
52484
+# test for where we get readline() from
52484
52485
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use readline" >&5
52485
52486
+$as_echo_n "checking whether to use readline... " >&6; }
52486
 
+
 
52487
 
 
52488
-       ac_cv_lib_resolv___dn_expand=no
 
52489
-fi
52487
52490
+# Check whether --with-readline was given.
52488
52491
+if test "${with_readline+set}" = set; then :
52489
52492
+  withval=$with_readline;   case "$with_readline" in
52491
52494
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
52492
52495
+$as_echo "yes" >&6; }
52493
52496
 
52494
 
-       ac_cv_lib_resolv___dn_expand=no
52495
 
-fi
52496
 
+    for ac_header in readline.h history.h readline/readline.h
52497
 
+do :
52498
 
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
52499
 
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
52500
 
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
52501
 
+  cat >>confdefs.h <<_ACEOF
52502
 
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
52503
 
+_ACEOF
52504
 
 
52505
52497
-rm -rf conftest.dSYM
52506
52498
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
52507
52499
-      conftest$ac_exeext conftest.$ac_ext
52508
52500
-LIBS=$ac_check_lib_save_LIBS
52509
 
 fi
 
52501
-fi
52510
52502
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv___dn_expand" >&5
52511
52503
-$as_echo "$ac_cv_lib_resolv___dn_expand" >&6; }
52512
52504
-if test "x$ac_cv_lib_resolv___dn_expand" = x""yes; then
52513
 
+
52514
 
+done
52515
 
+
52516
 
+    for ac_header in readline/history.h
 
52505
+    for ac_header in readline.h history.h readline/readline.h
52517
52506
+do :
52518
 
+  ac_fn_c_check_header_mongrel "$LINENO" "readline/history.h" "ac_cv_header_readline_history_h" "$ac_includes_default"
52519
 
+if test "x$ac_cv_header_readline_history_h" = x""yes; then :
 
52507
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
52508
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
 
52509
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
52520
52510
   cat >>confdefs.h <<_ACEOF
52521
52511
-#define HAVE_LIBRESOLV 1
52522
 
+#define HAVE_READLINE_HISTORY_H 1
 
52512
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
52523
52513
 _ACEOF
52524
52514
 
52525
52515
-  LIBS="-lresolv $LIBS"
52526
52516
-
52527
52517
 fi
52528
52518
 
52529
 
-
 
52519
+done
 
52520
 
52530
52521
-#
52531
52522
-# Check for the functions putprpwnam, set_auth_parameters,
52532
52523
-# getspnam, bigcrypt and getprpwnam in -lsec and -lsecurity
52533
52524
-# Needed for OSF1 and HPUX.
52534
52525
-#
 
52526
+    for ac_header in readline/history.h
 
52527
+do :
 
52528
+  ac_fn_c_check_header_mongrel "$LINENO" "readline/history.h" "ac_cv_header_readline_history_h" "$ac_includes_default"
 
52529
+if test "x$ac_cv_header_readline_history_h" = x""yes; then :
 
52530
+  cat >>confdefs.h <<_ACEOF
 
52531
+#define HAVE_READLINE_HISTORY_H 1
 
52532
+_ACEOF
 
52533
 
 
52534
+fi
 
52535
+
52535
52536
+done
52536
52537
 
52537
52538
 
52538
 
+    for ac_header in readline.h readline/readline.h
52539
 
+do :
52540
 
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
52541
 
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
52542
 
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
52543
 
+  cat >>confdefs.h <<_ACEOF
52544
 
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
52545
 
+_ACEOF
52546
 
 
52547
52539
-for ac_func in putprpwnam
52548
52540
-do
52549
52541
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
52550
52542
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
52551
52543
-$as_echo_n "checking for $ac_func... " >&6; }
52552
52544
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
52545
+    for ac_header in readline.h readline/readline.h
 
52546
+do :
 
52547
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
52548
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
 
52549
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
 
52550
+  cat >>confdefs.h <<_ACEOF
 
52551
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
52552
+_ACEOF
 
52553
+
52553
52554
+      for termlib in ncurses curses termcap terminfo termlib tinfo; do
52554
52555
+       as_ac_Lib=`$as_echo "ac_cv_lib_${termlib}''_tgetent" | $as_tr_sh`
52555
52556
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgetent in -l${termlib}" >&5
53807
53808
+  cat >>confdefs.h <<_ACEOF
53808
53809
+#define HAVE_NANOSLEEP 1
53809
53810
+_ACEOF
53810
 
+
 
53811
 
53811
53812
+else
53812
53813
 
53813
 
 
53814
53814
-# UnixWare 7.x has its getspnam in -lgen
 
53815
+
53815
53816
+ac_check_lib_ext_save_LIBS=$LIBS
53816
53817
+LIBS="-lrt $LIBS  $LIBS"
53817
53818
 
55586
55587
-_ACEOF
55587
55588
-
55588
55589
-        # getprpwnam was found in libc or existing $LIBS
55589
 
-
 
55590
 
55590
55591
-
55591
55592
-cat >>confdefs.h <<\_ACEOF
55592
55593
-#define HAVE_GETPRPWNAM 1
55603
55604
-                   # getprpwnam was not found and we already had libsecurity
55604
55605
-                   # nothing to do here by default
55605
55606
-                   true
55606
 
 
 
55607
-
55607
55608
-           ;;
55608
55609
-          *)
55609
55610
-           # getprpwnam was not found, try adding libsecurity
56015
56016
 
56016
56017
 fi
56017
56018
-done
56018
 
-
56019
 
-
56020
56019
 
56021
56020
-
 
56021
-
 
56022
-
56022
56023
-for ac_func in strsignal
56023
56024
-do
56024
56025
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
56498
56499
-  eval "$as_ac_var=yes"
56499
56500
+if ac_fn_c_try_link "$LINENO"; then :
56500
56501
+  ac_cv_lib_security_putprpwnam=yes
56501
 
 else
56502
 
-  $as_echo "$as_me: failed program was:" >&5
56503
 
-sed 's/^/| /' conftest.$ac_ext >&5
 
56502
+else
56504
56503
+  ac_cv_lib_security_putprpwnam=no
56505
56504
+fi
56506
56505
+rm -f core conftest.err conftest.$ac_objext \
56518
56517
+
56519
56518
+
56520
56519
+
56521
 
+else
56522
 
+
 
56520
 else
 
56521
-  $as_echo "$as_me: failed program was:" >&5
 
56522
-sed 's/^/| /' conftest.$ac_ext >&5
 
56523
 
 
56524
-       eval "$as_ac_var=no"
56523
56525
+
56524
56526
+                       # putprpwnam was not found in libsecurity
56525
56527
+                       # nothing to do here by default
56526
56528
+                       true
56527
56529
+
56528
 
 
56529
 
-       eval "$as_ac_var=no"
 
56530
+
56530
56531
 fi
56531
56532
 
56532
56533
-rm -rf conftest.dSYM
56875
56876
+  cat >>confdefs.h <<_ACEOF
56876
56877
+#define HAVE_SET_AUTH_PARAMETERS 1
56877
56878
+_ACEOF
56878
 
+
 
56879
 
56879
56880
+        # set_auth_parameters was found in libc or existing $LIBS
56880
 
 
56881
 
 
 
56881
+
 
56882
+
56882
56883
+$as_echo "#define HAVE_SET_AUTH_PARAMETERS 1" >>confdefs.h
56883
 
+
 
56884
 
56884
56885
 
56885
56886
 
56886
56887
-for ac_func in getxattr lgetxattr fgetxattr listxattr llistxattr
56986
56987
-
56987
56988
-       eval "$as_ac_var=no"
56988
56989
+  ac_cv_lib_sec_set_auth_parameters=no
56989
 
 fi
 
56990
+fi
56990
56991
+rm -f core conftest.err conftest.$ac_objext \
56991
56992
+    conftest$ac_exeext conftest.$ac_ext
56992
56993
+LIBS=$ac_check_lib_save_LIBS
56993
 
+fi
 
56994
 fi
56994
56995
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sec_set_auth_parameters" >&5
56995
56996
+$as_echo "$ac_cv_lib_sec_set_auth_parameters" >&6; }
56996
56997
+if test "x$ac_cv_lib_sec_set_auth_parameters" = x""yes; then :
57034
57035
 
57035
57036
 
57036
57037
+# UnixWare 7.x has its getspnam in -lgen
57037
 
+
 
57038
 
57038
57039
+  for ac_func in getspnam
57039
57040
+do :
57040
57041
+  ac_fn_c_check_func "$LINENO" "getspnam" "ac_cv_func_getspnam"
57042
57043
+  cat >>confdefs.h <<_ACEOF
57043
57044
+#define HAVE_GETSPNAM 1
57044
57045
+_ACEOF
57045
 
 
 
57046
+
57046
57047
+        # getspnam was found in libc or existing $LIBS
57047
57048
+
57048
57049
+
57153
57154
-
57154
57155
-       eval "$as_ac_var=no"
57155
57156
+  ac_cv_lib_gen_getspnam=no
57156
 
+fi
 
57157
 fi
57157
57158
+rm -f core conftest.err conftest.$ac_objext \
57158
57159
+    conftest$ac_exeext conftest.$ac_ext
57159
57160
+LIBS=$ac_check_lib_save_LIBS
57160
 
 fi
 
57161
+fi
57161
57162
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gen_getspnam" >&5
57162
57163
+$as_echo "$ac_cv_lib_gen_getspnam" >&6; }
57163
57164
+if test "x$ac_cv_lib_gen_getspnam" = x""yes; then :
57313
57314
-  eval "$as_ac_var=yes"
57314
57315
+if ac_fn_c_try_link "$LINENO"; then :
57315
57316
+  ac_cv_lib_security_getspnam=yes
57316
 
 else
57317
 
-  $as_echo "$as_me: failed program was:" >&5
57318
 
-sed 's/^/| /' conftest.$ac_ext >&5
 
57317
+else
57319
57318
+  ac_cv_lib_security_getspnam=no
57320
57319
+fi
57321
57320
+rm -f core conftest.err conftest.$ac_objext \
57333
57332
+
57334
57333
+
57335
57334
+
57336
 
+else
57337
 
+
 
57335
 else
 
57336
-  $as_echo "$as_me: failed program was:" >&5
 
57337
-sed 's/^/| /' conftest.$ac_ext >&5
 
57338
 
 
57339
-       eval "$as_ac_var=no"
57338
57340
+
57339
57341
+                       # getspnam was not found in libsecurity
57340
57342
+                       # nothing to do here by default
57341
57343
+                       true
57342
57344
+
57343
 
 
57344
 
-       eval "$as_ac_var=no"
 
57345
+
57345
57346
 fi
57346
57347
 
57347
57348
-rm -rf conftest.dSYM
57504
57505
+                       # nothing to do here by default
57505
57506
+                       true
57506
57507
+
 
57508
+
 
57509
+fi
 
57510
+
 
57511
+         ;;
 
57512
+        esac
 
57513
+
 
57514
+fi
 
57515
+done
 
57516
+
 
57517
+
57507
57518
 
57508
57519
-       eval "$as_ac_var=no"
57509
 
 fi
 
57520
-fi
57510
57521
 
57511
57522
-rm -rf conftest.dSYM
57512
57523
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
57513
57524
-      conftest$ac_exeext conftest.$ac_ext
57514
 
+         ;;
57515
 
+        esac
57516
 
+
57517
 
 fi
 
57525
-fi
57518
57526
-ac_res=`eval 'as_val=${'$as_ac_var'}
57519
57527
-                $as_echo "$as_val"'`
57520
57528
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
57522
57530
-as_val=`eval 'as_val=${'$as_ac_var'}
57523
57531
-                $as_echo "$as_val"'`
57524
57532
-   if test "x$as_val" = x""yes; then
57525
 
+done
57526
 
+
57527
 
+
57528
 
+
57529
 
+
57530
57533
+  for ac_func in bigcrypt
57531
57534
+do :
57532
57535
+  ac_fn_c_check_func "$LINENO" "bigcrypt" "ac_cv_func_bigcrypt"
57539
57542
-fi
57540
57543
-done
57541
57544
+        # bigcrypt was found in libc or existing $LIBS
57542
 
+
 
57545
 
57543
57546
 
57544
57547
+$as_echo "#define HAVE_BIGCRYPT 1" >>confdefs.h
57545
 
 
 
57548
+
57546
57549
 
57547
57550
 
57548
57551
-for ac_func in setxattr lsetxattr fsetxattr
57642
57645
-  eval "$as_ac_var=yes"
57643
57646
+if ac_fn_c_try_link "$LINENO"; then :
57644
57647
+  ac_cv_lib_security_bigcrypt=yes
57645
 
+else
 
57648
 else
 
57649
-  $as_echo "$as_me: failed program was:" >&5
 
57650
-sed 's/^/| /' conftest.$ac_ext >&5
57646
57651
+  ac_cv_lib_security_bigcrypt=no
57647
57652
+fi
57648
57653
+rm -f core conftest.err conftest.$ac_objext \
57660
57665
+
57661
57666
+
57662
57667
+
57663
 
 else
57664
 
-  $as_echo "$as_me: failed program was:" >&5
57665
 
-sed 's/^/| /' conftest.$ac_ext >&5
57666
 
 
57667
 
-       eval "$as_ac_var=no"
 
57668
+else
 
57669
+
57668
57670
+
57669
57671
+                       # bigcrypt was not found in libsecurity
57670
57672
+                       # nothing to do here by default
57671
57673
+                       true
57672
57674
+
57673
 
+
 
57675
 
 
57676
-       eval "$as_ac_var=no"
57674
57677
 fi
57675
57678
 
57676
57679
-rm -rf conftest.dSYM
57806
57809
-  eval "$as_ac_var=yes"
57807
57810
+if ac_fn_c_try_link "$LINENO"; then :
57808
57811
+  ac_cv_lib_sec_bigcrypt=yes
57809
 
+else
 
57812
 else
 
57813
-  $as_echo "$as_me: failed program was:" >&5
 
57814
-sed 's/^/| /' conftest.$ac_ext >&5
57810
57815
+  ac_cv_lib_sec_bigcrypt=no
57811
57816
+fi
57812
57817
+rm -f core conftest.err conftest.$ac_objext \
57824
57829
+
57825
57830
+
57826
57831
+
57827
 
 else
57828
 
-  $as_echo "$as_me: failed program was:" >&5
57829
 
-sed 's/^/| /' conftest.$ac_ext >&5
57830
 
 
57831
 
-       eval "$as_ac_var=no"
 
57832
+else
 
57833
+
57832
57834
+
57833
57835
+                       # bigcrypt was not found in libsec
57834
57836
+                       # nothing to do here by default
57835
57837
+                       true
57836
57838
+
57837
 
+
 
57839
 
 
57840
-       eval "$as_ac_var=no"
57838
57841
 fi
57839
57842
 
57840
57843
-rm -rf conftest.dSYM
58146
58149
-sed 's/^/| /' conftest.$ac_ext >&5
58147
58150
-
58148
58151
-       eval "$as_ac_var=no"
58149
 
-fi
58150
 
-
58151
 
-rm -rf conftest.dSYM
58152
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
58153
 
-      conftest$ac_exeext conftest.$ac_ext
58154
58152
+  ac_cv_lib_sec_getprpwnam=no
58155
58153
 fi
 
58154
-
 
58155
-rm -rf conftest.dSYM
 
58156
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
58157
-      conftest$ac_exeext conftest.$ac_ext
 
58158
-fi
58156
58159
-ac_res=`eval 'as_val=${'$as_ac_var'}
58157
58160
-                $as_echo "$as_val"'`
58158
58161
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
58489
58492
 
58490
58493
 /* Override any GCC internal prototype to avoid an error.
58491
58494
    Use char because int might match the return type of a GCC
58492
 
@@ -51369,62 +17509,64 @@
 
58495
@@ -51369,62 +17509,52 @@
58493
58496
 #ifdef __cplusplus
58494
58497
 extern "C"
58495
58498
 #endif
58564
58567
+ac_res=$ac_cv_search_getxattr
58565
58568
+if test "$ac_res" != no; then :
58566
58569
+  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
58567
 
+
58568
 
+fi
58569
 
+
 
58570
 
 
58571
-       eval "$as_ac_var=no"
 
58572
 fi
 
58573
 
 
58574
-rm -rf conftest.dSYM
 
58575
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
58576
-      conftest$ac_exeext conftest.$ac_ext
 
58577
-fi
 
58578
-ac_res=`eval 'as_val=${'$as_ac_var'}
 
58579
-                $as_echo "$as_val"'`
 
58580
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
58581
-$as_echo "$ac_res" >&6; }
 
58582
-as_val=`eval 'as_val=${'$as_ac_var'}
 
58583
-                $as_echo "$as_val"'`
 
58584
-   if test "x$as_val" = x""yes; then
58570
58585
+       for ac_func in getxattr lgetxattr fgetxattr listxattr llistxattr
58571
58586
+do :
58572
58587
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
58573
58588
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
58574
58589
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
58575
 
+  cat >>confdefs.h <<_ACEOF
58576
 
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
58577
 
+_ACEOF
58578
 
 
58579
 
-       eval "$as_ac_var=no"
 
58590
   cat >>confdefs.h <<_ACEOF
 
58591
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
58592
 _ACEOF
 
58593
@@ -51432,102 +17562,59 @@
58580
58594
 fi
58581
 
+done
 
58595
 done
58582
58596
 
58583
 
-rm -rf conftest.dSYM
58584
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
58585
 
-      conftest$ac_exeext conftest.$ac_ext
58586
 
-fi
58587
 
-ac_res=`eval 'as_val=${'$as_ac_var'}
58588
 
-                $as_echo "$as_val"'`
58589
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
58590
 
-$as_echo "$ac_res" >&6; }
58591
 
-as_val=`eval 'as_val=${'$as_ac_var'}
58592
 
-                $as_echo "$as_val"'`
58593
 
-   if test "x$as_val" = x""yes; then
58594
58597
+       for ac_func in getea fgetea lgetea listea flistea llistea
58595
58598
+do :
58596
58599
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
58597
58600
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
58598
58601
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
58599
 
   cat >>confdefs.h <<_ACEOF
58600
 
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
58601
 
 _ACEOF
58602
 
@@ -51432,102 +17574,59 @@
58603
 
 fi
58604
 
 done
58605
 
 
 
58602
+  cat >>confdefs.h <<_ACEOF
 
58603
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
58604
+_ACEOF
 
58605
 
 
58606
+fi
 
58607
+done
 
58608
 
 
58609
-
 
58610
-for ac_func in extattr_list_fd extattr_list_file extattr_list_link
 
58611
-do
 
58612
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
58613
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 
58614
-$as_echo_n "checking for $ac_func... " >&6; }
 
58615
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
58616
-  $as_echo_n "(cached) " >&6
 
58617
-else
 
58618
-  cat >conftest.$ac_ext <<_ACEOF
 
58619
-/* confdefs.h.  */
58606
58620
+       for ac_func in removeea fremoveea lremoveea setea fsetea lsetea
58607
58621
+do :
58608
58622
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
58610
58624
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
58611
58625
+  cat >>confdefs.h <<_ACEOF
58612
58626
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
58613
 
+_ACEOF
 
58627
 _ACEOF
 
58628
-cat confdefs.h >>conftest.$ac_ext
 
58629
-cat >>conftest.$ac_ext <<_ACEOF
 
58630
-/* end confdefs.h.  */
 
58631
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 
58632
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
58633
-#define $ac_func innocuous_$ac_func
 
58634
-
 
58635
-/* System header to define __stub macros and hopefully few prototypes,
 
58636
-    which can conflict with char $ac_func (); below.
 
58637
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
58638
-    <limits.h> exists even on freestanding compilers.  */
58614
58639
 
 
58640
-#ifdef __STDC__
 
58641
-# include <limits.h>
 
58642
-#else
 
58643
-# include <assert.h>
 
58644
-#endif
58615
58645
+fi
58616
58646
+done
58617
58647
 
58618
 
-
58619
 
-for ac_func in extattr_list_fd extattr_list_file extattr_list_link
58620
 
-do
58621
 
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
58622
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
58623
 
-$as_echo_n "checking for $ac_func... " >&6; }
58624
 
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
58625
 
-  $as_echo_n "(cached) " >&6
58626
 
-else
58627
 
-  cat >conftest.$ac_ext <<_ACEOF
58628
 
-/* confdefs.h.  */
 
58648
-#undef $ac_func
58629
58649
+       for ac_func in flistxattr removexattr lremovexattr fremovexattr
58630
58650
+do :
58631
58651
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
58633
58653
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
58634
58654
+  cat >>confdefs.h <<_ACEOF
58635
58655
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
58636
 
 _ACEOF
58637
 
-cat confdefs.h >>conftest.$ac_ext
58638
 
-cat >>conftest.$ac_ext <<_ACEOF
58639
 
-/* end confdefs.h.  */
58640
 
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
58641
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
58642
 
-#define $ac_func innocuous_$ac_func
 
58656
+_ACEOF
58643
58657
 
58644
 
-/* System header to define __stub macros and hopefully few prototypes,
58645
 
-    which can conflict with char $ac_func (); below.
58646
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
58647
 
-    <limits.h> exists even on freestanding compilers.  */
58648
 
-
58649
 
-#ifdef __STDC__
58650
 
-# include <limits.h>
58651
 
-#else
58652
 
-# include <assert.h>
 
58658
-/* Override any GCC internal prototype to avoid an error.
 
58659
-   Use char because int might match the return type of a GCC
 
58660
-   builtin and then its argument prototype would still apply.  */
 
58661
-#ifdef __cplusplus
 
58662
-extern "C"
 
58663
-#endif
 
58664
-char $ac_func ();
 
58665
-/* The GNU C library defines this for functions which it implements
 
58666
-    to always fail with ENOSYS.  Some functions are actually named
 
58667
-    something starting with __ and the normal name is an alias.  */
 
58668
-#if defined __stub_$ac_func || defined __stub___$ac_func
 
58669
-choke me
58653
58670
-#endif
58654
58671
+fi
58655
58672
+done
58656
58673
 
58657
 
-#undef $ac_func
 
58674
-int
 
58675
-main ()
 
58676
-{
 
58677
-return $ac_func ();
 
58678
-  ;
 
58679
-  return 0;
 
58680
-}
58658
58681
+       for ac_func in setxattr lsetxattr fsetxattr
58659
58682
+do :
58660
58683
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
58662
58685
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
58663
58686
+  cat >>confdefs.h <<_ACEOF
58664
58687
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
58665
 
+_ACEOF
 
58688
 _ACEOF
 
58689
-rm -f conftest.$ac_objext conftest$ac_exeext
 
58690
-if { (ac_try="$ac_link"
 
58691
-case "(($ac_try" in
 
58692
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
58693
-  *) ac_try_echo=$ac_try;;
 
58694
-esac
 
58695
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
58696
-$as_echo "$ac_try_echo") >&5
 
58697
-  (eval "$ac_link") 2>conftest.er1
 
58698
-  ac_status=$?
 
58699
-  grep -v '^ *+' conftest.er1 >conftest.err
 
58700
-  rm -f conftest.er1
 
58701
-  cat conftest.err >&5
 
58702
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
58703
-  (exit $ac_status); } && {
 
58704
-        test -z "$ac_c_werror_flag" ||
 
58705
-        test ! -s conftest.err
 
58706
-       } && test -s conftest$ac_exeext && {
 
58707
-        test "$cross_compiling" = yes ||
 
58708
-        $as_test_x conftest$ac_exeext
 
58709
-       }; then
 
58710
-  eval "$as_ac_var=yes"
 
58711
-else
 
58712
-  $as_echo "$as_me: failed program was:" >&5
 
58713
-sed 's/^/| /' conftest.$ac_ext >&5
58666
58714
 
58667
 
-/* Override any GCC internal prototype to avoid an error.
58668
 
-   Use char because int might match the return type of a GCC
58669
 
-   builtin and then its argument prototype would still apply.  */
58670
 
-#ifdef __cplusplus
58671
 
-extern "C"
58672
 
-#endif
58673
 
-char $ac_func ();
58674
 
-/* The GNU C library defines this for functions which it implements
58675
 
-    to always fail with ENOSYS.  Some functions are actually named
58676
 
-    something starting with __ and the normal name is an alias.  */
58677
 
-#if defined __stub_$ac_func || defined __stub___$ac_func
58678
 
-choke me
58679
 
-#endif
58680
 
+fi
 
58715
-       eval "$as_ac_var=no"
 
58716
 fi
58681
58717
+done
58682
58718
 
58683
 
-int
58684
 
-main ()
58685
 
-{
58686
 
-return $ac_func ();
58687
 
-  ;
58688
 
-  return 0;
58689
 
-}
 
58719
-rm -rf conftest.dSYM
 
58720
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
58721
-      conftest$ac_exeext conftest.$ac_ext
 
58722
-fi
 
58723
-ac_res=`eval 'as_val=${'$as_ac_var'}
 
58724
-                $as_echo "$as_val"'`
 
58725
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
58726
-$as_echo "$ac_res" >&6; }
 
58727
-as_val=`eval 'as_val=${'$as_ac_var'}
 
58728
-                $as_echo "$as_val"'`
 
58729
-   if test "x$as_val" = x""yes; then
58690
58730
+       for ac_func in attr_get attr_list attr_set attr_remove
58691
58731
+do :
58692
58732
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
58693
58733
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
58694
58734
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
58695
 
+  cat >>confdefs.h <<_ACEOF
58696
 
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
58735
   cat >>confdefs.h <<_ACEOF
 
58736
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
58697
58737
 _ACEOF
58698
 
-rm -f conftest.$ac_objext conftest$ac_exeext
58699
 
-if { (ac_try="$ac_link"
58700
 
-case "(($ac_try" in
58701
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
58702
 
-  *) ac_try_echo=$ac_try;;
58703
 
-esac
58704
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
58705
 
-$as_echo "$ac_try_echo") >&5
58706
 
-  (eval "$ac_link") 2>conftest.er1
58707
 
-  ac_status=$?
58708
 
-  grep -v '^ *+' conftest.er1 >conftest.err
58709
 
-  rm -f conftest.er1
58710
 
-  cat conftest.err >&5
58711
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
58712
 
-  (exit $ac_status); } && {
58713
 
-        test -z "$ac_c_werror_flag" ||
58714
 
-        test ! -s conftest.err
58715
 
-       } && test -s conftest$ac_exeext && {
58716
 
-        test "$cross_compiling" = yes ||
58717
 
-        $as_test_x conftest$ac_exeext
58718
 
-       }; then
58719
 
-  eval "$as_ac_var=yes"
58720
 
-else
58721
 
-  $as_echo "$as_me: failed program was:" >&5
58722
 
-sed 's/^/| /' conftest.$ac_ext >&5
58723
 
 
58724
 
-       eval "$as_ac_var=no"
 
58738
@@ -51535,102 +17622,136 @@
58725
58739
 fi
58726
 
+done
 
58740
 done
58727
58741
 
58728
 
-rm -rf conftest.dSYM
58729
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
58730
 
-      conftest$ac_exeext conftest.$ac_ext
58731
 
-fi
58732
 
-ac_res=`eval 'as_val=${'$as_ac_var'}
58733
 
-                $as_echo "$as_val"'`
58734
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
58735
 
-$as_echo "$ac_res" >&6; }
58736
 
-as_val=`eval 'as_val=${'$as_ac_var'}
58737
 
-                $as_echo "$as_val"'`
58738
 
-   if test "x$as_val" = x""yes; then
58739
58742
+       for ac_func in attr_getf attr_listf attr_setf attr_removef
58740
58743
+do :
58741
58744
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
58742
58745
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
58743
58746
+if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
58744
 
   cat >>confdefs.h <<_ACEOF
58745
 
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
58746
 
 _ACEOF
58747
 
@@ -51535,102 +17634,124 @@
58748
 
 fi
58749
 
 done
 
58747
+  cat >>confdefs.h <<_ACEOF
 
58748
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
58749
+_ACEOF
 
58750
 
 
58751
+fi
 
58752
+done
58750
58753
 
58751
58754
+  ;;
58752
58755
+esac
58753
58756
 
 
58757
-for ac_func in extattr_set_fd extattr_set_file extattr_set_link
 
58758
-do
 
58759
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
58760
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 
58761
-$as_echo_n "checking for $ac_func... " >&6; }
 
58762
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
58763
-  $as_echo_n "(cached) " >&6
 
58764
-else
 
58765
-  cat >conftest.$ac_ext <<_ACEOF
 
58766
-/* confdefs.h.  */
58754
58767
+########################################################
58755
58768
+# Check if attropen() is present if this is Solaris
58756
58769
+case "$host_os" in
58761
58774
+if test "x$ac_cv_func_attropen" = x""yes; then :
58762
58775
+  cat >>confdefs.h <<_ACEOF
58763
58776
+#define HAVE_ATTROPEN 1
58764
 
+_ACEOF
 
58777
 _ACEOF
 
58778
-cat confdefs.h >>conftest.$ac_ext
 
58779
-cat >>conftest.$ac_ext <<_ACEOF
 
58780
-/* end confdefs.h.  */
 
58781
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 
58782
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
58783
-#define $ac_func innocuous_$ac_func
58765
58784
 
 
58785
-/* System header to define __stub macros and hopefully few prototypes,
 
58786
-    which can conflict with char $ac_func (); below.
 
58787
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
58788
-    <limits.h> exists even on freestanding compilers.  */
58766
58789
+fi
58767
58790
+done
58768
58791
 
58769
 
-for ac_func in extattr_set_fd extattr_set_file extattr_set_link
58770
 
-do
58771
 
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
58772
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
58773
 
-$as_echo_n "checking for $ac_func... " >&6; }
58774
 
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
58792
-#ifdef __STDC__
 
58793
-# include <limits.h>
 
58794
-#else
 
58795
-# include <assert.h>
 
58796
-#endif
58775
58797
+  ;;
58776
58798
+esac
58777
58799
+
58781
58803
+       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether xattr interface takes additional options" >&5
58782
58804
+$as_echo_n "checking whether xattr interface takes additional options... " >&6; }
58783
58805
+if test "${smb_attr_cv_xattr_add_opt+set}" = set; then :
58784
 
   $as_echo_n "(cached) " >&6
58785
 
 else
58786
 
-  cat >conftest.$ac_ext <<_ACEOF
58787
 
-/* confdefs.h.  */
58788
 
-_ACEOF
58789
 
-cat confdefs.h >>conftest.$ac_ext
58790
 
-cat >>conftest.$ac_ext <<_ACEOF
58791
 
-/* end confdefs.h.  */
58792
 
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
58793
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
58794
 
-#define $ac_func innocuous_$ac_func
58795
 
-
58796
 
-/* System header to define __stub macros and hopefully few prototypes,
58797
 
-    which can conflict with char $ac_func (); below.
58798
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
58799
 
-    <limits.h> exists even on freestanding compilers.  */
58800
 
-
58801
 
-#ifdef __STDC__
58802
 
-# include <limits.h>
58803
 
-#else
58804
 
-# include <assert.h>
58805
 
-#endif
 
58806
+  $as_echo_n "(cached) " >&6
 
58807
+else
58806
58808
 
58807
58809
-#undef $ac_func
58808
58810
+               old_LIBS=$LIBS
58871
58873
+  smb_attr_cv_xattr_add_opt=no;LIBS=$old_LIBS
58872
58874
+fi
58873
58875
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
58874
 
 
58875
 
-       eval "$as_ac_var=no"
58876
 
 fi
 
58876
+
 
58877
+fi
58877
58878
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $smb_attr_cv_xattr_add_opt" >&5
58878
58879
+$as_echo "$smb_attr_cv_xattr_add_opt" >&6; }
58879
58880
+       if test x"$smb_attr_cv_xattr_add_opt" = x"yes"; then
58880
58881
 
58881
 
-rm -rf conftest.dSYM
58882
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
58883
 
-      conftest$ac_exeext conftest.$ac_ext
 
58882
-       eval "$as_ac_var=no"
58884
58883
+$as_echo "#define XATTR_ADD_OPT 1" >>confdefs.h
58885
58884
+
58886
58885
+       fi
58887
58886
 fi
58888
 
-ac_res=`eval 'as_val=${'$as_ac_var'}
58889
 
-                $as_echo "$as_val"'`
58890
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
58891
 
-$as_echo "$ac_res" >&6; }
58892
 
-as_val=`eval 'as_val=${'$as_ac_var'}
58893
 
-                $as_echo "$as_val"'`
58894
 
-   if test "x$as_val" = x""yes; then
58895
 
+
 
58887
 
 
58888
-rm -rf conftest.dSYM
 
58889
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
58890
-      conftest$ac_exeext conftest.$ac_ext
58896
58891
+# Check if we have extattr
58897
58892
+case "$host_os" in
58898
58893
+  *freebsd4* | *dragonfly* )
58910
58905
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
58911
58906
+_ACEOF
58912
58907
+
58913
 
+fi
 
58908
 fi
 
58909
-ac_res=`eval 'as_val=${'$as_ac_var'}
 
58910
-                $as_echo "$as_val"'`
 
58911
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
58912
-$as_echo "$ac_res" >&6; }
 
58913
-as_val=`eval 'as_val=${'$as_ac_var'}
 
58914
-                $as_echo "$as_val"'`
 
58915
-   if test "x$as_val" = x""yes; then
58914
58916
+done
58915
58917
+
58916
58918
+    for ac_func in extattr_get_fd extattr_get_file extattr_get_link
59215
59217
 
59216
59218
                        # Use special PIC flags for the native HP-UX compiler.
59217
59219
                                BLDSHARED="true"
59218
 
@@ -52000,74 +18079,52 @@
 
59220
@@ -52000,20 +18079,14 @@
59219
59221
                                DYNEXP="-Wl,-E,+b/usr/local/lib:/usr/lib"
59220
59222
                        fi
59221
59223
 
59239
59241
 
59240
59242
                        BLDSHARED="true"
59241
59243
                        LDSHFLAGS="-shared"
59242
 
                        SONAMEFLAG="-Wl,-soname,"
59243
 
                        PICFLAG="-fPIC"
 
59244
@@ -52021,55 +18094,39 @@
 
59245
                        if test "${GCC}" = "yes"; then
 
59246
                                PICFLAG="-fPIC"
 
59247
                        fi
59244
59248
-                       cat >>confdefs.h <<\_ACEOF
59245
59249
-#define STAT_ST_BLOCKSIZE 512
59246
59250
-_ACEOF
59303
59307
   $as_echo_n "(cached) " >&6
59304
59308
 else
59305
59309
   if test -n "$ROFF"; then
59306
 
@@ -52078,91 +18135,71 @@
 
59310
@@ -52080,91 +18137,71 @@
59307
59311
 do
59308
59312
   IFS=$as_save_IFS
59309
59313
   test -z "$as_dir" && as_dir=.
59410
59414
 
59411
59415
                        BLDSHARED="true"
59412
59416
                        LDSHFLAGS="-dynamiclib -flat_namespace -undefined suppress"
59413
 
@@ -52176,16 +18213,12 @@
 
59417
@@ -52178,16 +18215,12 @@
59414
59418
                         # actually support the PIE stuff.
59415
59419
                         PIE_LDFLAGS=
59416
59420
                         PIE_CFLAGS=
59429
59433
 
59430
59434
                        ;;
59431
59435
   esac
59432
 
@@ -52202,20 +18235,16 @@
 
59436
@@ -52204,20 +18237,16 @@
59433
59437
        LDFLAGS="$LDFLAGS -L./bin"
59434
59438
 fi
59435
59439
 
59453
59457
 /* end confdefs.h.  */
59454
59458
 
59455
59459
 int
59456
 
@@ -52226,42 +18255,17 @@
 
59460
@@ -52228,42 +18257,17 @@
59457
59461
   return 0;
59458
59462
 }
59459
59463
 _ACEOF
59501
59505
        LDFLAGS="$LD_AS_NEEDED_FLAG $saved_ldflags"
59502
59506
        test x"$ld_as_needed_flag_found" = xyes && break
59503
59507
 done
59504
 
@@ -52274,16 +18278,12 @@
 
59508
@@ -52276,16 +18280,12 @@
59505
59509
 
59506
59510
 if test x$ac_cv_lib_readline_rl_callback_handler_install = xyes ; then
59507
59511
        if test x$ld_as_needed_flag_found = xyes ; then
59520
59524
 /* end confdefs.h.  */
59521
59525
 
59522
59526
 int
59523
 
@@ -52294,40 +18294,15 @@
 
59527
@@ -52296,40 +18296,15 @@
59524
59528
   return 0;
59525
59529
 }
59526
59530
 _ACEOF
59566
59570
                LIBS="$save_LIBS"
59567
59571
         fi
59568
59572
 fi
59569
 
@@ -52342,14 +18317,10 @@
 
59573
@@ -52344,14 +18319,10 @@
59570
59574
 
59571
59575
 for flags in "-Wl,-z,defs" "-error_unresolved" "-Wl,-error_unresolved" ; do
59572
59576
        saved_ldflags="$LDFLAGS"
59583
59587
 /* end confdefs.h.  */
59584
59588
 
59585
59589
 int
59586
 
@@ -52360,94 +18331,69 @@
 
59590
@@ -52362,94 +18333,69 @@
59587
59591
   return 0;
59588
59592
 }
59589
59593
 _ACEOF
59703
59707
   $as_echo_n "(cached) " >&6
59704
59708
 else
59705
59709
 
59706
 
@@ -52456,18 +18402,18 @@
 
59710
@@ -52458,18 +18404,18 @@
59707
59711
    # The $SHLD and $LDSHFLAGS variables may contain references to other
59708
59712
    # variables so they need to be eval'ed.
59709
59713
    if { ac_try='$CC $CPPFLAGS $CFLAGS $PICFLAG -c -o shlib.o ${srcdir-.}/../tests/shlib.c 1>&5'
59728
59732
      then
59729
59733
        ac_cv_shlib_works=yes
59730
59734
      fi
59731
 
@@ -52476,7 +18422,7 @@
 
59735
@@ -52478,7 +18424,7 @@
59732
59736
 
59733
59737
 
59734
59738
 fi
59737
59741
 $as_echo "$ac_cv_shlib_works" >&6; }
59738
59742
 if test $ac_cv_shlib_works = no; then
59739
59743
    BLDSHARED=false
59740
 
@@ -52493,9 +18439,9 @@
 
59744
@@ -52495,9 +18441,9 @@
59741
59745
        merged_build_possible=no
59742
59746
 fi
59743
59747
 
59749
59753
 $as_echo "$PICFLAG" >&6; }
59750
59754
 
59751
59755
 
59752
 
@@ -52567,10 +18513,10 @@
 
59756
@@ -52569,10 +18515,10 @@
59753
59757
 USESHARED=false
59754
59758
 
59755
59759
 
59762
59766
   enableval=$enable_shared_libs; enable_shared_libs=$enableval
59763
59767
 else
59764
59768
   enable_shared_libs=yes
59765
 
@@ -52581,11 +18527,11 @@
 
59769
@@ -52583,11 +18529,11 @@
59766
59770
        USESHARED=$BLDSHARED
59767
59771
 fi
59768
59772
 
59776
59780
 $as_echo "$as_me: WARNING: --enable-shared-libs: no support for shared libraries" >&2;}
59777
59781
 fi
59778
59782
 
59779
 
@@ -52613,14 +18559,13 @@
 
59783
@@ -52615,14 +18561,13 @@
59780
59784
 
59781
59785
 
59782
59786
 # Check whether --with-static-libs was given.
59793
59797
 fi
59794
59798
 
59795
59799
 
59796
 
@@ -52642,7 +18587,7 @@
 
59800
@@ -52644,7 +18589,7 @@
59797
59801
 #  be extracted from their respective source directories
59798
59802
 #
59799
59803
 # Check whether --enable-external_libtalloc was given.
59802
59806
   enableval=$enable_external_libtalloc;  enable_external_libtalloc=$enableval
59803
59807
 else
59804
59808
    enable_external_libtalloc=auto
59805
 
@@ -52657,9 +18602,9 @@
 
59809
@@ -52659,9 +18604,9 @@
59806
59810
        if test -n "$ac_tool_prefix"; then
59807
59811
   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
59808
59812
 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
59814
59818
   $as_echo_n "(cached) " >&6
59815
59819
 else
59816
59820
   case $PKG_CONFIG in
59817
 
@@ -52672,14 +18617,14 @@
 
59821
@@ -52674,14 +18619,14 @@
59818
59822
 do
59819
59823
   IFS=$as_save_IFS
59820
59824
   test -z "$as_dir" && as_dir=.
59832
59836
 IFS=$as_save_IFS
59833
59837
 
59834
59838
   ;;
59835
 
@@ -52687,10 +18632,10 @@
 
59839
@@ -52689,10 +18634,10 @@
59836
59840
 fi
59837
59841
 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
59838
59842
 if test -n "$PKG_CONFIG"; then
59845
59849
 $as_echo "no" >&6; }
59846
59850
 fi
59847
59851
 
59848
 
@@ -52700,9 +18645,9 @@
 
59852
@@ -52702,9 +18647,9 @@
59849
59853
   ac_pt_PKG_CONFIG=$PKG_CONFIG
59850
59854
   # Extract the first word of "pkg-config", so it can be a program name with args.
59851
59855
 set dummy pkg-config; ac_word=$2
59857
59861
   $as_echo_n "(cached) " >&6
59858
59862
 else
59859
59863
   case $ac_pt_PKG_CONFIG in
59860
 
@@ -52715,14 +18660,14 @@
 
59864
@@ -52717,14 +18662,14 @@
59861
59865
 do
59862
59866
   IFS=$as_save_IFS
59863
59867
   test -z "$as_dir" && as_dir=.
59875
59879
 IFS=$as_save_IFS
59876
59880
 
59877
59881
   ;;
59878
 
@@ -52730,10 +18675,10 @@
 
59882
@@ -52732,10 +18677,10 @@
59879
59883
 fi
59880
59884
 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
59881
59885
 if test -n "$ac_pt_PKG_CONFIG"; then
59888
59892
 $as_echo "no" >&6; }
59889
59893
 fi
59890
59894
 
59891
 
@@ -52742,7 +18687,7 @@
 
59895
@@ -52744,7 +18689,7 @@
59892
59896
   else
59893
59897
     case $cross_compiling:$ac_tool_warned in
59894
59898
 yes:)
59897
59901
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
59898
59902
 ac_tool_warned=yes ;;
59899
59903
 esac
59900
 
@@ -52755,13 +18700,13 @@
 
59904
@@ -52757,13 +18702,13 @@
59901
59905
 fi
59902
59906
 if test -n "$PKG_CONFIG"; then
59903
59907
        _pkg_min_version=0.9.0
59914
59918
 $as_echo "no" >&6; }
59915
59919
                PKG_CONFIG=""
59916
59920
        fi
59917
 
@@ -52769,7 +18714,7 @@
 
59921
@@ -52771,7 +18716,7 @@
59918
59922
 fi
59919
59923
 
59920
59924
 pkg_failed=no
59923
59927
 $as_echo_n "checking for LIBTALLOC... " >&6; }
59924
59928
 
59925
59929
 if test -n "$PKG_CONFIG"; then
59926
 
@@ -52777,11 +18722,11 @@
 
59930
@@ -52779,11 +18724,11 @@
59927
59931
         pkg_cv_LIBTALLOC_CFLAGS="$LIBTALLOC_CFLAGS"
59928
59932
     else
59929
59933
         if test -n "$PKG_CONFIG" && \
59938
59942
   pkg_cv_LIBTALLOC_CFLAGS=`$PKG_CONFIG --cflags "talloc >= 2.0.1" 2>/dev/null`
59939
59943
 else
59940
59944
   pkg_failed=yes
59941
 
@@ -52795,11 +18740,11 @@
 
59945
@@ -52797,11 +18742,11 @@
59942
59946
         pkg_cv_LIBTALLOC_LIBS="$LIBTALLOC_LIBS"
59943
59947
     else
59944
59948
         if test -n "$PKG_CONFIG" && \
59953
59957
   pkg_cv_LIBTALLOC_LIBS=`$PKG_CONFIG --libs "talloc >= 2.0.1" 2>/dev/null`
59954
59958
 else
59955
59959
   pkg_failed=yes
59956
 
@@ -52826,768 +18771,110 @@
 
59960
@@ -52828,21 +18773,17 @@
59957
59961
        # Put the nasty error message in config.log where it belongs
59958
59962
        echo "$LIBTALLOC_PKG_ERRORS" >&5
59959
59963
 
59974
59978
-                       { { $as_echo "$as_me:$LINENO: error: Unable to find libtalloc" >&5
59975
59979
-$as_echo "$as_me: error: Unable to find libtalloc" >&2;}
59976
59980
-   { (exit 1); exit 1; }; }
59977
 
-                 else
59978
 
-                       enable_external_libtalloc=no
59979
 
-                 fi
59980
 
-
59981
 
-else
59982
 
-       LIBTALLOC_CFLAGS=$pkg_cv_LIBTALLOC_CFLAGS
59983
 
-       LIBTALLOC_LIBS=$pkg_cv_LIBTALLOC_LIBS
 
59981
+                       as_fn_error $? "Unable to find libtalloc" "$LINENO" 5
 
59982
                  else
 
59983
                        enable_external_libtalloc=no
 
59984
                  fi
 
59985
@@ -52850,746 +18791,92 @@
 
59986
 else
 
59987
        LIBTALLOC_CFLAGS=$pkg_cv_LIBTALLOC_CFLAGS
 
59988
        LIBTALLOC_LIBS=$pkg_cv_LIBTALLOC_LIBS
59984
59989
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
59985
 
-$as_echo "yes" >&6; }
59986
 
-        enable_external_libtalloc=yes
59987
 
-fi
59988
 
-fi
 
59990
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
59991
 $as_echo "yes" >&6; }
 
59992
         enable_external_libtalloc=yes
 
59993
 fi
 
59994
 fi
59989
59995
-
59990
59996
-if test "x$enable_external_libtalloc" = xno
59991
59997
-then
60342
60348
-  $as_echo "$as_me: program exited with status $ac_status" >&5
60343
60349
-$as_echo "$as_me: failed program was:" >&5
60344
60350
-sed 's/^/| /' conftest.$ac_ext >&5
60345
 
+                       as_fn_error $? "Unable to find libtalloc" "$LINENO" 5
60346
 
+                 else
60347
 
+                       enable_external_libtalloc=no
60348
 
+                 fi
60349
 
 
 
60351
-
60350
60352
-( exit $ac_status )
60351
60353
-if test "$ac_cv_type_size_t" = yes; then
60352
60354
-     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
60359
60361
-   else
60360
60362
-     ac_cv_sizeof_size_t=0
60361
60363
-   fi
60362
 
+else
60363
 
+       LIBTALLOC_CFLAGS=$pkg_cv_LIBTALLOC_CFLAGS
60364
 
+       LIBTALLOC_LIBS=$pkg_cv_LIBTALLOC_LIBS
60365
 
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
60366
 
+$as_echo "yes" >&6; }
60367
 
+        enable_external_libtalloc=yes
60368
 
 fi
 
60364
-fi
60369
60365
-rm -rf conftest.dSYM
60370
60366
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
60371
 
 fi
 
60367
-fi
60372
60368
-rm -f conftest.val
60373
60369
+
60374
60370
+if test "x$enable_external_libtalloc" = xno
60783
60779
 $as_echo "$ac_cv_sizeof_void_p" >&6; }
60784
60780
 
60785
60781
 
60786
 
@@ -53599,17 +18886,15 @@
 
60782
@@ -53601,17 +18888,15 @@
60787
60783
 
60788
60784
 
60789
60785
 if test $ac_cv_sizeof_size_t -lt $ac_cv_sizeof_void_p; then
60806
60802
 fi
60807
60803
 
60808
60804
 if test x"$VERSIONSCRIPT" != "x"; then
60809
 
@@ -53644,16 +18929,16 @@
 
60805
@@ -53646,16 +18931,16 @@
60810
60806
 
60811
60807
 
60812
60808
 
60826
60822
 $as_echo "no" >&6; }
60827
60823
                build_lib=no
60828
60824
                ;;
60829
 
@@ -53679,7 +18964,7 @@
 
60825
@@ -53681,7 +18966,7 @@
60830
60826
        if eval $BLDSHARED = true; then
60831
60827
                LIBTALLOC_SHARED=$LIBTALLOC_SHARED_TARGET
60832
60828
                LIBTALLOC_TARGET=$LIBTALLOC_SHARED_TARGET
60835
60831
 $as_echo "yes" >&6; }
60836
60832
                if test x"$USESHARED" != x"true" -o x"$LINK_LIBTALLOC" = "xSTATIC" ; then
60837
60833
                        enable_static=yes
60838
 
@@ -53692,12 +18977,12 @@
 
60834
@@ -53694,12 +18979,12 @@
60839
60835
                enable_static=yes
60840
60836
                LIBTALLOC_TARGET=$LIBTALLOC_STATIC_TARGET
60841
60837
                LIBTALLOC_LIBS=$LIBTALLOC_STATIC_TARGET
60850
60846
 $as_echo "shared library not selected" >&6; }
60851
60847
 fi
60852
60848
 if test $enable_static = yes; then
60853
 
@@ -53723,7 +19008,7 @@
 
60849
@@ -53725,7 +19010,7 @@
60854
60850
 
60855
60851
 
60856
60852
 # Check whether --enable-external_libtdb was given.
60859
60855
   enableval=$enable_external_libtdb;  enable_external_libtalloc=$enableval
60860
60856
 else
60861
60857
    enable_external_libtalloc=auto
60862
 
@@ -53734,7 +19019,7 @@
 
60858
@@ -53736,7 +19021,7 @@
60863
60859
 then
60864
60860
 
60865
60861
 pkg_failed=no
60868
60864
 $as_echo_n "checking for LIBTDB... " >&6; }
60869
60865
 
60870
60866
 if test -n "$PKG_CONFIG"; then
60871
 
@@ -53742,11 +19027,11 @@
 
60867
@@ -53744,11 +19029,11 @@
60872
60868
         pkg_cv_LIBTDB_CFLAGS="$LIBTDB_CFLAGS"
60873
60869
     else
60874
60870
         if test -n "$PKG_CONFIG" && \
60883
60879
   pkg_cv_LIBTDB_CFLAGS=`$PKG_CONFIG --cflags "tdb >= 1.2.1" 2>/dev/null`
60884
60880
 else
60885
60881
   pkg_failed=yes
60886
 
@@ -53760,11 +19045,11 @@
 
60882
@@ -53762,11 +19047,11 @@
60887
60883
         pkg_cv_LIBTDB_LIBS="$LIBTDB_LIBS"
60888
60884
     else
60889
60885
         if test -n "$PKG_CONFIG" && \
60898
60894
   pkg_cv_LIBTDB_LIBS=`$PKG_CONFIG --libs "tdb >= 1.2.1" 2>/dev/null`
60899
60895
 else
60900
60896
   pkg_failed=yes
60901
 
@@ -53791,13 +19076,11 @@
 
60897
@@ -53793,13 +19078,11 @@
60902
60898
        # Put the nasty error message in config.log where it belongs
60903
60899
        echo "$LIBTDB_PKG_ERRORS" >&5
60904
60900
 
60914
60910
                else
60915
60911
                        enable_external_libtdb=no
60916
60912
                fi
60917
 
@@ -53805,9 +19088,7 @@
 
60913
@@ -53807,9 +19090,7 @@
60918
60914
 elif test $pkg_failed = untried; then
60919
60915
 
60920
60916
                if test x$enable_external_libtdb = xyes; then
60925
60921
                else
60926
60922
                        enable_external_libtdb=no
60927
60923
                fi
60928
 
@@ -53815,7 +19096,7 @@
 
60924
@@ -53817,7 +19098,7 @@
60929
60925
 else
60930
60926
        LIBTDB_CFLAGS=$pkg_cv_LIBTDB_CFLAGS
60931
60927
        LIBTDB_LIBS=$pkg_cv_LIBTDB_LIBS
60934
60930
 $as_echo "yes" >&6; }
60935
60931
         enable_external_libtdb=yes
60936
60932
 fi
60937
 
@@ -53834,9 +19115,7 @@
 
60933
@@ -53836,9 +19117,7 @@
60938
60934
        fi
60939
60935
 done
60940
60936
 if test x"$tdbdir" = "x"; then
60945
60941
 fi
60946
60942
 TDB_OBJ="common/tdb.o common/dump.o common/transaction.o common/error.o common/traverse.o"
60947
60943
 TDB_OBJ="$TDB_OBJ common/freelist.o common/freelistcheck.o common/io.o common/lock.o common/open.o common/check.o"
60948
 
@@ -53849,104 +19128,11 @@
 
60944
@@ -53851,104 +19130,11 @@
60949
60945
 TDB_CFLAGS="-I$tdbdir/include"
60950
60946
 
60951
60947
 
61054
61050
   cat >>confdefs.h <<_ACEOF
61055
61051
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
61056
61052
 _ACEOF
61057
 
@@ -53954,151 +19140,11 @@
 
61053
@@ -53956,151 +19142,11 @@
61058
61054
 fi
61059
61055
 done
61060
61056
 
61210
61206
   cat >>confdefs.h <<_ACEOF
61211
61207
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
61212
61208
 _ACEOF
61213
 
@@ -54109,17 +19155,13 @@
 
61209
@@ -54111,17 +19157,13 @@
61214
61210
 
61215
61211
 
61216
61212
 
61231
61227
 /* end confdefs.h.  */
61232
61228
 #include <unistd.h>
61233
61229
 int
61234
 
@@ -54130,56 +19172,29 @@
 
61230
@@ -54132,56 +19174,29 @@
61235
61231
   return 0;
61236
61232
 }
61237
61233
 _ACEOF
61295
61291
 /* end confdefs.h.  */
61296
61292
 #include <unistd.h>
61297
61293
 int
61298
 
@@ -54190,41 +19205,18 @@
 
61294
@@ -54192,41 +19207,18 @@
61299
61295
   return 0;
61300
61296
 }
61301
61297
 _ACEOF
61341
61337
 
61342
61338
  fi
61343
61339
 
61344
 
@@ -54261,16 +19253,16 @@
 
61340
@@ -54263,16 +19255,16 @@
61345
61341
 
61346
61342
 
61347
61343
 
61361
61357
 $as_echo "no" >&6; }
61362
61358
                build_lib=no
61363
61359
                ;;
61364
 
@@ -54296,7 +19288,7 @@
 
61360
@@ -54298,7 +19290,7 @@
61365
61361
        if eval $BLDSHARED = true; then
61366
61362
                LIBTDB_SHARED=$LIBTDB_SHARED_TARGET
61367
61363
                LIBTDB_TARGET=$LIBTDB_SHARED_TARGET
61370
61366
 $as_echo "yes" >&6; }
61371
61367
                if test x"$USESHARED" != x"true" -o x"$LINK_LIBTDB" = "xSTATIC" ; then
61372
61368
                        enable_static=yes
61373
 
@@ -54309,12 +19301,12 @@
 
61369
@@ -54311,12 +19303,12 @@
61374
61370
                enable_static=yes
61375
61371
                LIBTDB_TARGET=$LIBTDB_STATIC_TARGET
61376
61372
                LIBTDB_LIBS=$LIBTDB_STATIC_TARGET
61385
61381
 $as_echo "shared library not selected" >&6; }
61386
61382
 fi
61387
61383
 if test $enable_static = yes; then
61388
 
@@ -54370,16 +19362,16 @@
 
61384
@@ -54372,16 +19364,16 @@
61389
61385
 
61390
61386
 
61391
61387
 
61405
61401
 $as_echo "no" >&6; }
61406
61402
                build_lib=no
61407
61403
                ;;
61408
 
@@ -54405,7 +19397,7 @@
 
61404
@@ -54407,7 +19399,7 @@
61409
61405
        if eval $BLDSHARED = true; then
61410
61406
                LIBNETAPI_SHARED=$LIBNETAPI_SHARED_TARGET
61411
61407
                LIBNETAPI_TARGET=$LIBNETAPI_SHARED_TARGET
61414
61410
 $as_echo "yes" >&6; }
61415
61411
                if test x"$USESHARED" != x"true" -o x"$LINK_LIBNETAPI" = "xSTATIC" ; then
61416
61412
                        enable_static=yes
61417
 
@@ -54418,12 +19410,12 @@
 
61413
@@ -54420,12 +19412,12 @@
61418
61414
                enable_static=yes
61419
61415
                LIBNETAPI_TARGET=$LIBNETAPI_STATIC_TARGET
61420
61416
                LIBNETAPI_LIBS=$LIBNETAPI_STATIC_TARGET
61429
61425
 $as_echo "shared library not selected" >&6; }
61430
61426
 fi
61431
61427
 if test $enable_static = yes; then
61432
 
@@ -54461,16 +19453,16 @@
 
61428
@@ -54463,16 +19455,16 @@
61433
61429
 
61434
61430
 
61435
61431
 
61449
61445
 $as_echo "no" >&6; }
61450
61446
                build_lib=no
61451
61447
                ;;
61452
 
@@ -54496,7 +19488,7 @@
 
61448
@@ -54498,7 +19490,7 @@
61453
61449
        if eval $BLDSHARED = true; then
61454
61450
                LIBSMBCLIENT_SHARED=$LIBSMBCLIENT_SHARED_TARGET
61455
61451
                LIBSMBCLIENT_TARGET=$LIBSMBCLIENT_SHARED_TARGET
61458
61454
 $as_echo "yes" >&6; }
61459
61455
                if test x"$USESHARED" != x"true" -o x"$LINK_LIBSMBCLIENT" = "xSTATIC" ; then
61460
61456
                        enable_static=yes
61461
 
@@ -54509,12 +19501,12 @@
 
61457
@@ -54511,12 +19503,12 @@
61462
61458
                enable_static=yes
61463
61459
                LIBSMBCLIENT_TARGET=$LIBSMBCLIENT_STATIC_TARGET
61464
61460
                LIBSMBCLIENT_LIBS=$LIBSMBCLIENT_STATIC_TARGET
61473
61469
 $as_echo "shared library not selected" >&6; }
61474
61470
 fi
61475
61471
 if test $enable_static = yes; then
61476
 
@@ -54552,16 +19544,16 @@
 
61472
@@ -54554,16 +19546,16 @@
61477
61473
 
61478
61474
 
61479
61475
 
61493
61489
 $as_echo "no" >&6; }
61494
61490
                build_lib=no
61495
61491
                ;;
61496
 
@@ -54587,7 +19579,7 @@
 
61492
@@ -54589,7 +19581,7 @@
61497
61493
        if eval $BLDSHARED = true; then
61498
61494
                LIBSMBSHAREMODES_SHARED=$LIBSMBSHAREMODES_SHARED_TARGET
61499
61495
                LIBSMBSHAREMODES_TARGET=$LIBSMBSHAREMODES_SHARED_TARGET
61502
61498
 $as_echo "yes" >&6; }
61503
61499
                if test x"$USESHARED" != x"true" -o x"$LINK_LIBSMBSHAREMODES" = "xSTATIC" ; then
61504
61500
                        enable_static=yes
61505
 
@@ -54600,12 +19592,12 @@
 
61501
@@ -54602,12 +19594,12 @@
61506
61502
                enable_static=yes
61507
61503
                LIBSMBSHAREMODES_TARGET=$LIBSMBSHAREMODES_STATIC_TARGET
61508
61504
                LIBSMBSHAREMODES_LIBS=$LIBSMBSHAREMODES_STATIC_TARGET
61517
61513
 $as_echo "shared library not selected" >&6; }
61518
61514
 fi
61519
61515
 if test $enable_static = yes; then
61520
 
@@ -54643,19 +19635,19 @@
 
61516
@@ -54645,19 +19637,19 @@
61521
61517
 
61522
61518
 
61523
61519
 
61540
61536
 $as_echo "no" >&6; }
61541
61537
                build_lib=no
61542
61538
                ;;
61543
 
@@ -54664,7 +19656,7 @@
 
61539
@@ -54666,7 +19658,7 @@
61544
61540
 else
61545
61541
 
61546
61542
 # if unspecified, default is not to build
61549
61545
 $as_echo "no" >&6; }
61550
61546
 build_lib=no
61551
61547
 
61552
 
@@ -54680,7 +19672,7 @@
 
61548
@@ -54682,7 +19674,7 @@
61553
61549
        if eval $BLDSHARED = true; then
61554
61550
                LIBADDNS_SHARED=$LIBADDNS_SHARED_TARGET
61555
61551
                LIBADDNS_TARGET=$LIBADDNS_SHARED_TARGET
61558
61554
 $as_echo "yes" >&6; }
61559
61555
                if test x"$USESHARED" != x"true" -o x"$LINK_LIBADDNS" = "xSTATIC" ; then
61560
61556
                        enable_static=yes
61561
 
@@ -54693,12 +19685,12 @@
 
61557
@@ -54695,12 +19687,12 @@
61562
61558
                enable_static=yes
61563
61559
                LIBADDNS_TARGET=$LIBADDNS_STATIC_TARGET
61564
61560
                LIBADDNS_LIBS=$LIBADDNS_STATIC_TARGET
61573
61569
 $as_echo "shared library not selected" >&6; }
61574
61570
 fi
61575
61571
 if test $enable_static = yes; then
61576
 
@@ -54715,270 +19707,51 @@
 
61572
@@ -54717,270 +19709,51 @@
61577
61573
 
61578
61574
 ################
61579
61575
 
61581
61577
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for long long" >&5
61582
61578
 $as_echo_n "checking for long long... " >&6; }
61583
61579
-if test "${samba_cv_have_longlong+set}" = set; then
61584
 
-  $as_echo_n "(cached) " >&6
61585
 
-else
61586
 
-
 
61580
+if test "${samba_cv_have_longlong+set}" = set; then :
 
61581
   $as_echo_n "(cached) " >&6
 
61582
 else
 
61583
 
61587
61584
-if test "$cross_compiling" = yes; then
61588
 
-  samba_cv_have_longlong=cross
61589
 
-else
 
61585
+if test "$cross_compiling" = yes; then :
 
61586
   samba_cv_have_longlong=cross
 
61587
 else
61590
61588
-  cat >conftest.$ac_ext <<_ACEOF
61591
61589
-/* confdefs.h.  */
61592
61590
-_ACEOF
61749
61747
-    { $as_echo "$as_me:$LINENO: checking for intptr_t" >&5
61750
61748
-$as_echo_n "checking for intptr_t... " >&6; }
61751
61749
-if test "${ac_cv_type_intptr_t+set}" = set; then
61752
 
+if test "${samba_cv_have_longlong+set}" = set; then :
61753
 
   $as_echo_n "(cached) " >&6
 
61750
-  $as_echo_n "(cached) " >&6
61754
61751
-else
61755
61752
-  ac_cv_type_intptr_t=no
61756
61753
-cat >conftest.$ac_ext <<_ACEOF
61792
61789
-_ACEOF
61793
61790
-cat confdefs.h >>conftest.$ac_ext
61794
61791
-cat >>conftest.$ac_ext <<_ACEOF
61795
 
+else
61796
 
+
61797
 
+if test "$cross_compiling" = yes; then :
61798
 
+  samba_cv_have_longlong=cross
61799
 
+else
61800
61792
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
61801
61793
 /* end confdefs.h.  */
61802
61794
-$ac_includes_default
61808
61800
-  ;
61809
61801
-  return 0;
61810
61802
-}
 
61803
-_ACEOF
 
61804
-rm -f conftest.$ac_objext
 
61805
-if { (ac_try="$ac_compile"
 
61806
-case "(($ac_try" in
 
61807
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
61808
-  *) ac_try_echo=$ac_try;;
 
61809
-esac
 
61810
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
61811
-$as_echo "$ac_try_echo") >&5
 
61812
-  (eval "$ac_compile") 2>conftest.er1
 
61813
-  ac_status=$?
 
61814
-  grep -v '^ *+' conftest.er1 >conftest.err
 
61815
-  rm -f conftest.er1
 
61816
-  cat conftest.err >&5
 
61817
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
61818
-  (exit $ac_status); } && {
 
61819
-        test -z "$ac_c_werror_flag" ||
 
61820
-        test ! -s conftest.err
 
61821
-       } && test -s conftest.$ac_objext; then
 
61822
-  :
61811
61823
+#include <stdio.h>
61812
61824
+main() { long long x = 1000000; x *= x; exit(((x/1000000) == 1000000)? 0: 1); }
61813
 
 _ACEOF
61814
 
-rm -f conftest.$ac_objext
61815
 
-if { (ac_try="$ac_compile"
61816
 
-case "(($ac_try" in
61817
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
61818
 
-  *) ac_try_echo=$ac_try;;
61819
 
-esac
61820
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
61821
 
-$as_echo "$ac_try_echo") >&5
61822
 
-  (eval "$ac_compile") 2>conftest.er1
61823
 
-  ac_status=$?
61824
 
-  grep -v '^ *+' conftest.er1 >conftest.err
61825
 
-  rm -f conftest.er1
61826
 
-  cat conftest.err >&5
61827
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
61828
 
-  (exit $ac_status); } && {
61829
 
-        test -z "$ac_c_werror_flag" ||
61830
 
-        test ! -s conftest.err
61831
 
-       } && test -s conftest.$ac_objext; then
61832
 
-  :
 
61825
+_ACEOF
61833
61826
+if ac_fn_c_try_run "$LINENO"; then :
61834
61827
+  samba_cv_have_longlong=yes
61835
61828
 else
61876
61869
 else
61877
61870
 
61878
61871
 cat >>confdefs.h <<_ACEOF
61879
 
@@ -54993,17 +19766,13 @@
 
61872
@@ -54995,17 +19768,13 @@
61880
61873
 # Check if the compiler supports the LL prefix on long long integers.
61881
61874
 # AIX needs this.
61882
61875
 
61897
61890
 /* end confdefs.h.  */
61898
61891
 #include <stdio.h>
61899
61892
 int
61900
 
@@ -55014,190 +19783,97 @@
 
61893
@@ -55016,124 +19785,64 @@
61901
61894
   return 0;
61902
61895
 }
61903
61896
 _ACEOF
62019
62012
 
62020
62013
 fi
62021
62014
 
 
62015
-{ $as_echo "$as_me:$LINENO: checking for TIME_T_MAX" >&5
 
62016
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for TIME_T_MAX" >&5
 
62017
 $as_echo_n "checking for TIME_T_MAX... " >&6; }
 
62018
-if test "${samba_cv_TIME_T_MAX+set}" = set; then
 
62019
+if test "${samba_cv_TIME_T_MAX+set}" = set; then :
 
62020
   $as_echo_n "(cached) " >&6
 
62021
 else
 
62022
 
 
62023
-if test "$cross_compiling" = yes; then
 
62024
+if test "$cross_compiling" = yes; then :
 
62025
   samba_cv_TIME_T_MAX=cross
 
62026
 else
 
62027
-  cat >conftest.$ac_ext <<_ACEOF
 
62028
-/* confdefs.h.  */
 
62029
-_ACEOF
 
62030
-cat confdefs.h >>conftest.$ac_ext
 
62031
-cat >>conftest.$ac_ext <<_ACEOF
 
62032
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
62033
 /* end confdefs.h.  */
 
62034
 #include <time.h>
 
62035
 main() {
 
62036
@@ -55154,134 +19863,68 @@
 
62037
        exit(1);
 
62038
 }
 
62039
 _ACEOF
 
62040
-rm -f conftest$ac_exeext
 
62041
-if { (ac_try="$ac_link"
 
62042
-case "(($ac_try" in
 
62043
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
62044
-  *) ac_try_echo=$ac_try;;
 
62045
-esac
 
62046
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
62047
-$as_echo "$ac_try_echo") >&5
 
62048
-  (eval "$ac_link") 2>&5
 
62049
-  ac_status=$?
 
62050
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
62051
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
62052
-  { (case "(($ac_try" in
 
62053
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
62054
-  *) ac_try_echo=$ac_try;;
 
62055
-esac
 
62056
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
62057
-$as_echo "$ac_try_echo") >&5
 
62058
-  (eval "$ac_try") 2>&5
 
62059
-  ac_status=$?
 
62060
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
62061
-  (exit $ac_status); }; }; then
 
62062
+if ac_fn_c_try_run "$LINENO"; then :
 
62063
   samba_cv_TIME_T_MAX=yes
 
62064
 else
 
62065
-  $as_echo "$as_me: program exited with status $ac_status" >&5
 
62066
-$as_echo "$as_me: failed program was:" >&5
 
62067
-sed 's/^/| /' conftest.$ac_ext >&5
 
62068
-
 
62069
-( exit $ac_status )
 
62070
-samba_cv_TIME_T_MAX=no
 
62071
+  samba_cv_TIME_T_MAX=no
 
62072
 fi
 
62073
-rm -rf conftest.dSYM
 
62074
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
62075
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
62076
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
62077
 fi
 
62078
 
 
62079
-
 
62080
 fi
 
62081
-{ $as_echo "$as_me:$LINENO: result: $samba_cv_TIME_T_MAX" >&5
 
62082
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $samba_cv_TIME_T_MAX" >&5
 
62083
 $as_echo "$samba_cv_TIME_T_MAX" >&6; }
 
62084
 if test x"$samba_cv_TIME_T_MAX" = x"yes"; then
 
62085
 
 
62086
-cat >>confdefs.h <<\_ACEOF
 
62087
-#define TIME_T_MAX 67768036191676799ll
 
62088
-_ACEOF
 
62089
+$as_echo "#define TIME_T_MAX 67768036191676799ll" >>confdefs.h
 
62090
 
 
62091
 fi
 
62092
 
 
62093
 
62022
62094
-{ $as_echo "$as_me:$LINENO: checking for 64 bit off_t" >&5
62023
62095
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for 64 bit off_t" >&5
62024
62096
 $as_echo_n "checking for 64 bit off_t... " >&6; }
62116
62188
 /* end confdefs.h.  */
62117
62189
 
62118
62190
 #if defined(HAVE_UNISTD_H)
62119
 
@@ -55207,67 +19883,34 @@
 
62191
@@ -55291,67 +19934,34 @@
62120
62192
 #include <sys/stat.h>
62121
62193
 main() { struct stat64 st; off64_t s; if (sizeof(off_t) == sizeof(off64_t)) exit(1); exit((lstat64("/dev/null", &st)==0)?0:1); }
62122
62194
 _ACEOF
62194
62266
 /* end confdefs.h.  */
62195
62267
 
62196
62268
 #if defined(HAVE_UNISTD_H)
62197
 
@@ -55277,67 +19920,34 @@
 
62269
@@ -55361,67 +19971,34 @@
62198
62270
 #include <sys/stat.h>
62199
62271
 main() { exit((sizeof(ino_t) == 8) ? 0 : 1); }
62200
62272
 _ACEOF
62272
62344
 /* end confdefs.h.  */
62273
62345
 
62274
62346
 #if defined(HAVE_UNISTD_H)
62275
 
@@ -55347,67 +19957,34 @@
 
62347
@@ -55431,67 +20008,34 @@
62276
62348
 #include <sys/stat.h>
62277
62349
 main() { struct stat64 st; ino64_t s; if (sizeof(ino_t) == sizeof(ino64_t)) exit(1); exit((lstat64("/dev/null", &st)==0)?0:1); }
62278
62350
 _ACEOF
62350
62422
 /* end confdefs.h.  */
62351
62423
 
62352
62424
 #if defined(HAVE_UNISTD_H)
62353
 
@@ -55417,67 +19994,34 @@
 
62425
@@ -55501,67 +20045,34 @@
62354
62426
 #include <sys/stat.h>
62355
62427
 main() { exit((sizeof(dev_t) == 8) ? 0 : 1); }
62356
62428
 _ACEOF
62428
62500
 /* end confdefs.h.  */
62429
62501
 
62430
62502
 #if defined(HAVE_UNISTD_H)
62431
 
@@ -55487,64 +20031,31 @@
 
62503
@@ -55571,64 +20082,31 @@
62432
62504
 #include <sys/stat.h>
62433
62505
 main() { struct stat64 st; dev64_t s; if (sizeof(dev_t) == sizeof(dev64_t)) exit(1); exit((lstat64("/dev/null", &st)==0)?0:1); }
62434
62506
 _ACEOF
62502
62574
 /* end confdefs.h.  */
62503
62575
 
62504
62576
 #if defined(HAVE_UNISTD_H)
62505
 
@@ -55560,55 +20071,28 @@
 
62577
@@ -55644,55 +20122,28 @@
62506
62578
   return 0;
62507
62579
 }
62508
62580
 _ACEOF
62565
62637
 /* end confdefs.h.  */
62566
62638
 
62567
62639
 #if defined(HAVE_UNISTD_H)
62568
 
@@ -55624,58 +20108,31 @@
 
62640
@@ -55708,58 +20159,31 @@
62569
62641
   return 0;
62570
62642
 }
62571
62643
 _ACEOF
62632
62704
 /* end confdefs.h.  */
62633
62705
 
62634
62706
 #if defined(HAVE_UNISTD_H)
62635
 
@@ -55684,67 +20141,34 @@
 
62707
@@ -55768,67 +20192,34 @@
62636
62708
 #include <sys/types.h>
62637
62709
 main() { dev_t dev; int i = major(dev); return 0; }
62638
62710
 _ACEOF
62710
62782
 /* end confdefs.h.  */
62711
62783
 
62712
62784
 #if defined(HAVE_UNISTD_H)
62713
 
@@ -55753,67 +20177,34 @@
 
62785
@@ -55837,67 +20228,34 @@
62714
62786
 #include <sys/types.h>
62715
62787
 main() { dev_t dev; int i = minor(dev); return 0; }
62716
62788
 _ACEOF
62788
62860
 /* end confdefs.h.  */
62789
62861
 
62790
62862
 #if defined(HAVE_UNISTD_H)
62791
 
@@ -55822,129 +20213,63 @@
 
62863
@@ -55906,129 +20264,63 @@
62792
62864
 #include <sys/types.h>
62793
62865
 main() { dev_t dev = makedev(1,2); return 0; }
62794
62866
 _ACEOF
62937
63009
 /* end confdefs.h.  */
62938
63010
 #include <sys/types.h>
62939
63011
 #include <dirent.h>
62940
 
@@ -55957,55 +20282,28 @@
 
63012
@@ -56041,55 +20333,28 @@
62941
63013
   return 0;
62942
63014
 }
62943
63015
 _ACEOF
63000
63072
 /* end confdefs.h.  */
63001
63073
 #include <stdio.h>
63002
63074
 int
63003
 
@@ -56016,55 +20314,28 @@
 
63075
@@ -56100,55 +20365,28 @@
63004
63076
   return 0;
63005
63077
 }
63006
63078
 _ACEOF
63063
63135
 /* end confdefs.h.  */
63064
63136
 
63065
63137
 #include <sys/time.h>
63066
 
@@ -56077,46 +20348,19 @@
 
63138
@@ -56161,46 +20399,19 @@
63067
63139
   return 0;
63068
63140
 }
63069
63141
 _ACEOF
63116
63188
 
63117
63189
 fi
63118
63190
 
63119
 
@@ -56128,120 +20372,24 @@
 
63191
@@ -56212,120 +20423,24 @@
63120
63192
     # which rely on signals.
63121
63193
 
63122
63194
 
63245
63317
 /* end confdefs.h.  */
63246
63318
 
63247
63319
 #if TIME_WITH_SYS_TIME
63248
 
@@ -56265,58 +20413,27 @@
 
63320
@@ -56349,58 +20464,27 @@
63249
63321
   return 0;
63250
63322
 }
63251
63323
 _ACEOF
63312
63384
 /* end confdefs.h.  */
63313
63385
 
63314
63386
 #if TIME_WITH_SYS_TIME
63315
 
@@ -56340,58 +20457,27 @@
 
63387
@@ -56424,58 +20508,27 @@
63316
63388
   return 0;
63317
63389
 }
63318
63390
 _ACEOF
63379
63451
 /* end confdefs.h.  */
63380
63452
 
63381
63453
 #if TIME_WITH_SYS_TIME
63382
 
@@ -56415,49 +20501,22 @@
 
63454
@@ -56499,49 +20552,22 @@
63383
63455
   return 0;
63384
63456
 }
63385
63457
 _ACEOF
63435
63507
 
63436
63508
 
63437
63509
 
63438
 
@@ -56475,18 +20534,14 @@
 
63510
@@ -56559,18 +20585,14 @@
63439
63511
            ;;
63440
63512
           *)
63441
63513
            # clock_gettime was not found, try adding librt
63457
63529
 /* end confdefs.h.  */
63458
63530
 
63459
63531
 /* Override any GCC internal prototype to avoid an error.
63460
 
@@ -56504,60 +20559,29 @@
 
63532
@@ -56588,60 +20610,29 @@
63461
63533
   return 0;
63462
63534
 }
63463
63535
 _ACEOF
63527
63599
 /* end confdefs.h.  */
63528
63600
 
63529
63601
 #if TIME_WITH_SYS_TIME
63530
 
@@ -56581,58 +20605,27 @@
 
63602
@@ -56665,58 +20656,27 @@
63531
63603
   return 0;
63532
63604
 }
63533
63605
 _ACEOF
63594
63666
 /* end confdefs.h.  */
63595
63667
 
63596
63668
 #if TIME_WITH_SYS_TIME
63597
 
@@ -56656,58 +20649,27 @@
 
63669
@@ -56740,58 +20700,27 @@
63598
63670
   return 0;
63599
63671
 }
63600
63672
 _ACEOF
63661
63733
 /* end confdefs.h.  */
63662
63734
 
63663
63735
 #if TIME_WITH_SYS_TIME
63664
 
@@ -56731,49 +20693,22 @@
 
63736
@@ -56815,49 +20744,22 @@
63665
63737
   return 0;
63666
63738
 }
63667
63739
 _ACEOF
63717
63789
 
63718
63790
 
63719
63791
 
63720
 
@@ -56798,85 +20733,48 @@
 
63792
@@ -56882,85 +20784,48 @@
63721
63793
 
63722
63794
 fi
63723
63795
 
63823
63895
 /* end confdefs.h.  */
63824
63896
 #include <sys/types.h>
63825
63897
 #include <utime.h>
63826
 
@@ -56888,41 +20786,18 @@
 
63898
@@ -56972,41 +20837,18 @@
63827
63899
   return 0;
63828
63900
 }
63829
63901
 _ACEOF
63869
63941
 
63870
63942
 fi
63871
63943
 
63872
 
@@ -56930,105 +20805,11 @@
 
63944
@@ -57014,105 +20856,11 @@
63873
63945
 # Check utmp details, but only if our OS offers utmp.h
63874
63946
 if test x"$ac_cv_header_utmp_h" = x"yes"; then
63875
63947
 
63979
64051
   cat >>confdefs.h <<_ACEOF
63980
64052
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
63981
64053
 _ACEOF
63982
 
@@ -57037,17 +20818,13 @@
 
64054
@@ -57121,17 +20869,13 @@
63983
64055
 done
63984
64056
 
63985
64057
 
64000
64072
 /* end confdefs.h.  */
64001
64073
 #include <sys/types.h>
64002
64074
 #include <utmp.h>
64003
 
@@ -57059,55 +20836,28 @@
 
64075
@@ -57143,55 +20887,28 @@
64004
64076
   return 0;
64005
64077
 }
64006
64078
 _ACEOF
64063
64135
 /* end confdefs.h.  */
64064
64136
 #include <sys/types.h>
64065
64137
 #include <utmp.h>
64066
 
@@ -57119,55 +20869,28 @@
 
64138
@@ -57203,55 +20920,28 @@
64067
64139
   return 0;
64068
64140
 }
64069
64141
 _ACEOF
64126
64198
 /* end confdefs.h.  */
64127
64199
 #include <sys/types.h>
64128
64200
 #include <utmp.h>
64129
 
@@ -57179,55 +20902,28 @@
 
64201
@@ -57263,55 +20953,28 @@
64130
64202
   return 0;
64131
64203
 }
64132
64204
 _ACEOF
64189
64261
 /* end confdefs.h.  */
64190
64262
 #include <sys/types.h>
64191
64263
 #include <utmp.h>
64192
 
@@ -57239,55 +20935,28 @@
 
64264
@@ -57323,55 +20986,28 @@
64193
64265
   return 0;
64194
64266
 }
64195
64267
 _ACEOF
64252
64324
 /* end confdefs.h.  */
64253
64325
 #include <sys/types.h>
64254
64326
 #include <utmp.h>
64255
 
@@ -57299,55 +20968,28 @@
 
64327
@@ -57383,55 +21019,28 @@
64256
64328
   return 0;
64257
64329
 }
64258
64330
 _ACEOF
64315
64387
 /* end confdefs.h.  */
64316
64388
 #include <sys/types.h>
64317
64389
 #include <utmp.h>
64318
 
@@ -57359,55 +21001,28 @@
 
64390
@@ -57443,55 +21052,28 @@
64319
64391
   return 0;
64320
64392
 }
64321
64393
 _ACEOF
64378
64450
 /* end confdefs.h.  */
64379
64451
 #include <sys/types.h>
64380
64452
 #include <utmp.h>
64381
 
@@ -57419,55 +21034,28 @@
 
64453
@@ -57503,55 +21085,28 @@
64382
64454
   return 0;
64383
64455
 }
64384
64456
 _ACEOF
64441
64513
 /* end confdefs.h.  */
64442
64514
 #include <sys/types.h>
64443
64515
 #include <utmp.h>
64444
 
@@ -57479,55 +21067,28 @@
 
64516
@@ -57563,55 +21118,28 @@
64445
64517
   return 0;
64446
64518
 }
64447
64519
 _ACEOF
64504
64576
 /* end confdefs.h.  */
64505
64577
 #include <sys/types.h>
64506
64578
 #include <utmp.h>
64507
 
@@ -57539,55 +21100,28 @@
 
64579
@@ -57623,55 +21151,28 @@
64508
64580
   return 0;
64509
64581
 }
64510
64582
 _ACEOF
64567
64639
 /* end confdefs.h.  */
64568
64640
 #include <sys/types.h>
64569
64641
 #include <utmp.h>
64570
 
@@ -57599,55 +21133,28 @@
 
64642
@@ -57683,55 +21184,28 @@
64571
64643
   return 0;
64572
64644
 }
64573
64645
 _ACEOF
64630
64702
 /* end confdefs.h.  */
64631
64703
 #include <sys/types.h>
64632
64704
 #include <utmp.h>
64633
 
@@ -57659,56 +21166,29 @@
 
64705
@@ -57743,56 +21217,29 @@
64634
64706
   return 0;
64635
64707
 }
64636
64708
 _ACEOF
64694
64766
 /* end confdefs.h.  */
64695
64767
 #include <sys/types.h>
64696
64768
 #include <utmp.h>
64697
 
@@ -57720,56 +21200,29 @@
 
64769
@@ -57804,56 +21251,29 @@
64698
64770
   return 0;
64699
64771
 }
64700
64772
 _ACEOF
64758
64830
 /* end confdefs.h.  */
64759
64831
 #include <sys/types.h>
64760
64832
 #include <utmpx.h>
64761
 
@@ -57781,41 +21234,18 @@
 
64833
@@ -57865,41 +21285,18 @@
64762
64834
   return 0;
64763
64835
 }
64764
64836
 _ACEOF
64804
64876
 
64805
64877
 fi
64806
64878
 
64807
 
@@ -57826,12 +21256,10 @@
 
64879
@@ -57910,12 +21307,10 @@
64808
64880
 ICONV_LOOK_DIRS="/usr /usr/local /sw /opt"
64809
64881
 
64810
64882
 # Check whether --with-libiconv was given.
64819
64891
   else
64820
64892
      if test "$withval" != "yes" ; then
64821
64893
        ICONV_PATH_SPEC=yes
64822
 
@@ -57877,7 +21305,7 @@
 
64894
@@ -57961,7 +21356,7 @@
64823
64895
                export LDFLAGS LIBS CPPFLAGS
64824
64896
                # Try to find iconv(3)
64825
64897
 
64828
64900
 $as_echo_n "checking for iconv in $i/$l... " >&6; }
64829
64901
     jm_cv_func_iconv="no"
64830
64902
     jm_cv_lib_iconv=""
64831
 
@@ -57885,11 +21313,7 @@
 
64903
@@ -57969,11 +21364,7 @@
64832
64904
     jm_save_LIBS="$LIBS"
64833
64905
 
64834
64906
     if test "$jm_cv_func_iconv" != yes; then
64841
64913
 /* end confdefs.h.  */
64842
64914
 #include <stdlib.h>
64843
64915
 #include <giconv.h>
64844
 
@@ -57903,48 +21327,17 @@
 
64916
@@ -57987,48 +21378,17 @@
64845
64917
   return 0;
64846
64918
 }
64847
64919
 _ACEOF
64894
64966
 /* end confdefs.h.  */
64895
64967
 #include <stdlib.h>
64896
64968
 #include <iconv.h>
64897
 
@@ -57958,49 +21351,18 @@
 
64969
@@ -58042,49 +21402,18 @@
64898
64970
   return 0;
64899
64971
 }
64900
64972
 _ACEOF
64948
65020
 /* end confdefs.h.  */
64949
65021
 #include <stdlib.h>
64950
65022
 #include <giconv.h>
64951
 
@@ -58014,53 +21376,22 @@
 
65023
@@ -58098,53 +21427,22 @@
64952
65024
   return 0;
64953
65025
 }
64954
65026
 _ACEOF
65006
65078
 /* end confdefs.h.  */
65007
65079
 #include <stdlib.h>
65008
65080
 #include <iconv.h>
65009
 
@@ -58074,50 +21405,19 @@
 
65081
@@ -58158,50 +21456,19 @@
65010
65082
   return 0;
65011
65083
 }
65012
65084
 _ACEOF
65061
65133
 /* end confdefs.h.  */
65062
65134
 #include <stdlib.h>
65063
65135
 #include <biconv.h>
65064
 
@@ -58131,42 +21431,15 @@
 
65136
@@ -58215,42 +21482,15 @@
65065
65137
   return 0;
65066
65138
 }
65067
65139
 _ACEOF
65107
65179
 
65108
65180
             LIBS="$jm_save_LIBS"
65109
65181
           fi
65110
 
@@ -58177,36 +21450,30 @@
 
65182
@@ -58261,36 +21501,30 @@
65111
65183
   if test "$jm_cv_func_iconv" = yes; then
65112
65184
     if test "$jm_cv_giconv" = yes; then
65113
65185
 
65151
65223
 $as_echo "no" >&6; }
65152
65224
   fi
65153
65225
 
65154
 
@@ -58244,16 +21511,12 @@
 
65226
@@ -58328,16 +21562,12 @@
65155
65227
        # check for default dos charset name
65156
65228
        for j in CP850 IBM850 ; do
65157
65229
 
65171
65243
 /* end confdefs.h.  */
65172
65244
 
65173
65245
 #include <$jm_cv_include>
65174
 
@@ -58266,43 +21529,16 @@
 
65246
@@ -58350,43 +21580,16 @@
65175
65247
 }
65176
65248
 
65177
65249
 _ACEOF
65220
65292
 $as_echo "$ICONV_CHARSET" >&6; }
65221
65293
 
65222
65294
            default_dos_charset="$ICONV_CHARSET"
65223
 
@@ -58314,16 +21550,12 @@
 
65295
@@ -58398,16 +21601,12 @@
65224
65296
        # check for default display charset name
65225
65297
        for j in ASCII 646 ; do
65226
65298
 
65240
65312
 /* end confdefs.h.  */
65241
65313
 
65242
65314
 #include <$jm_cv_include>
65243
 
@@ -58336,43 +21568,16 @@
 
65315
@@ -58420,43 +21619,16 @@
65244
65316
 }
65245
65317
 
65246
65318
 _ACEOF
65289
65361
 $as_echo "$ICONV_CHARSET" >&6; }
65290
65362
 
65291
65363
            default_display_charset="$ICONV_CHARSET"
65292
 
@@ -58384,16 +21589,12 @@
 
65364
@@ -58468,16 +21640,12 @@
65293
65365
        # check for default unix charset name
65294
65366
        for j in UTF-8 UTF8 ; do
65295
65367
 
65309
65381
 /* end confdefs.h.  */
65310
65382
 
65311
65383
 #include <$jm_cv_include>
65312
 
@@ -58406,43 +21607,16 @@
 
65384
@@ -58490,43 +21658,16 @@
65313
65385
 }
65314
65386
 
65315
65387
 _ACEOF
65358
65430
 $as_echo "$ICONV_CHARSET" >&6; }
65359
65431
 
65360
65432
            default_unix_charset="$ICONV_CHARSET"
65361
 
@@ -58481,9 +21655,9 @@
 
65433
@@ -58565,9 +21706,9 @@
65362
65434
            default_display_charset="ASCII"
65363
65435
            default_unix_charset="UTF-8"
65364
65436
            samba_cv_HAVE_NATIVE_ICONV=yes
65370
65442
 $as_echo "$as_me: WARNING: $default_dos_charset, $default_display_charset and $default_unix_charset to UCS-16LE" >&2;}
65371
65443
        fi
65372
65444
 
65373
 
@@ -58507,9 +21681,7 @@
 
65445
@@ -58591,9 +21732,7 @@
65374
65446
            default_unix_charset="\"$default_unix_charset\""
65375
65447
 
65376
65448
 
65381
65453
 
65382
65454
 
65383
65455
 cat >>confdefs.h <<_ACEOF
65384
 
@@ -58543,7 +21715,7 @@
 
65456
@@ -58627,7 +21766,7 @@
65385
65457
 
65386
65458
 
65387
65459
 if test x"$ICONV_FOUND" = x"no" -o x"$samba_cv_HAVE_NATIVE_ICONV" != x"yes" ; then
65390
65462
     Install libiconv from http://freshmeat.net/projects/libiconv/ for better charset compatibility!" >&5
65391
65463
 $as_echo "$as_me: WARNING: Sufficient support for iconv function was not found.
65392
65464
     Install libiconv from http://freshmeat.net/projects/libiconv/ for better charset compatibility!" >&2;}
65393
 
@@ -58565,20 +21737,16 @@
 
65465
@@ -58649,20 +21788,16 @@
65394
65466
 fi
65395
65467
 
65396
65468
 
65415
65487
 /* end confdefs.h.  */
65416
65488
 
65417
65489
 #include <sys/types.h>
65418
 
@@ -58592,67 +21760,34 @@
 
65490
@@ -58676,67 +21811,34 @@
65419
65491
 }
65420
65492
 
65421
65493
 _ACEOF
65493
65565
 /* end confdefs.h.  */
65494
65566
 
65495
65567
 #include <sys/types.h>
65496
 
@@ -58666,325 +21801,62 @@
 
65568
@@ -58750,325 +21852,62 @@
65497
65569
 }
65498
65570
 
65499
65571
 _ACEOF
65848
65920
 /* end confdefs.h.  */
65849
65921
 #include <asm/unistd.h>
65850
65922
 int
65851
 
@@ -58995,54 +21867,29 @@
 
65923
@@ -59079,54 +21918,29 @@
65852
65924
   return 0;
65853
65925
 }
65854
65926
 _ACEOF
65909
65981
 
65910
65982
 fi
65911
65983
 
65912
 
@@ -59051,157 +21898,18 @@
 
65984
@@ -59135,157 +21949,18 @@
65913
65985
 #      http://oss.sgi.com/projects/fam/
65914
65986
 #      http://savannah.nongnu.org/projects/fam/
65915
65987
 # Check whether --enable-fam was given.
66073
66145
 _ACEOF
66074
66146
  samba_cv_HAVE_FAM_H=yes
66075
66147
 else
66076
 
@@ -59213,18 +21921,14 @@
 
66148
@@ -59297,18 +21972,14 @@
66077
66149
     if test x"$samba_cv_HAVE_FAM_H" = x"yes"; then
66078
66150
         # On IRIX, libfam requires libC, but other FAM implementations
66079
66151
        # might not need it.
66095
66167
 /* end confdefs.h.  */
66096
66168
 
66097
66169
 /* Override any GCC internal prototype to avoid an error.
66098
 
@@ -59242,43 +21946,18 @@
 
66170
@@ -59326,43 +21997,18 @@
66099
66171
   return 0;
66100
66172
 }
66101
66173
 _ACEOF
66145
66217
   samba_cv_HAVE_LIBFAM=yes; SMB_FAM_LIBS="-lfam"
66146
66218
 else
66147
66219
   samba_cv_HAVE_LIBFAM=no
66148
 
@@ -59289,23 +21968,17 @@
 
66220
@@ -59373,23 +22019,17 @@
66149
66221
             samba_fam_xtra=-lC
66150
66222
 
66151
66223
 
66172
66244
 /* end confdefs.h.  */
66173
66245
 
66174
66246
 /* Override any GCC internal prototype to avoid an error.
66175
 
@@ -59323,72 +21996,41 @@
 
66247
@@ -59407,72 +22047,41 @@
66176
66248
   return 0;
66177
66249
 }
66178
66250
 _ACEOF
66253
66325
 /* end confdefs.h.  */
66254
66326
 #include <fam.h>
66255
66327
 int
66256
 
@@ -59399,43 +22041,16 @@
 
66328
@@ -59483,43 +22092,16 @@
66257
66329
   return 0;
66258
66330
 }
66259
66331
 _ACEOF
66300
66372
     fi
66301
66373
 fi
66302
66374
 
66303
 
@@ -59448,18 +22063,14 @@
 
66375
@@ -59532,18 +22114,14 @@
66304
66376
     samba_dmapi_libs=""
66305
66377
 
66306
66378
     if test x"$samba_dmapi_libs" = x"" ; then
66322
66394
 /* end confdefs.h.  */
66323
66395
 
66324
66396
 /* Override any GCC internal prototype to avoid an error.
66325
 
@@ -59477,61 +22088,32 @@
 
66397
@@ -59561,61 +22139,32 @@
66326
66398
   return 0;
66327
66399
 }
66328
66400
 _ACEOF
66393
66465
 /* end confdefs.h.  */
66394
66466
 
66395
66467
 /* Override any GCC internal prototype to avoid an error.
66396
 
@@ -59549,61 +22131,32 @@
 
66468
@@ -59633,61 +22182,32 @@
66397
66469
   return 0;
66398
66470
 }
66399
66471
 _ACEOF
66464
66536
 /* end confdefs.h.  */
66465
66537
 
66466
66538
 /* Override any GCC internal prototype to avoid an error.
66467
 
@@ -59621,61 +22174,32 @@
 
66539
@@ -59705,61 +22225,32 @@
66468
66540
   return 0;
66469
66541
 }
66470
66542
 _ACEOF
66535
66607
 /* end confdefs.h.  */
66536
66608
 
66537
66609
 /* Override any GCC internal prototype to avoid an error.
66538
 
@@ -59693,43 +22217,18 @@
 
66610
@@ -59777,43 +22268,18 @@
66539
66611
   return 0;
66540
66612
 }
66541
66613
 _ACEOF
66585
66657
   samba_dmapi_libs="-lxdsm"
66586
66658
 fi
66587
66659
 
66588
 
@@ -59738,153 +22237,11 @@
 
66660
@@ -59822,153 +22288,11 @@
66589
66661
 
66590
66662
     # Only bother to test ehaders if we have a candidate DMAPI library
66591
66663
     if test x"$samba_dmapi_libs" != x"" ; then
66744
66816
   cat >>confdefs.h <<_ACEOF
66745
66817
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
66746
66818
 _ACEOF
66747
 
@@ -59898,11 +22255,7 @@
 
66819
@@ -59982,11 +22306,7 @@
66748
66820
     if test x"$samba_dmapi_libs" != x"" ; then
66749
66821
        samba_dmapi_save_LIBS="$LIBS"
66750
66822
        LIBS="$LIBS $samba_dmapi_libs"
66757
66829
 /* end confdefs.h.  */
66758
66830
 
66759
66831
 #include <time.h>      /* needed by Tru64 */
66760
 
@@ -59937,466 +22290,154 @@
 
66832
@@ -60021,466 +22341,154 @@
66761
66833
   return 0;
66762
66834
 }
66763
66835
 _ACEOF
67319
67391
 
67320
67392
 
67321
67393
 
67322
 
@@ -60413,18 +22454,14 @@
 
67394
@@ -60497,18 +22505,14 @@
67323
67395
            ;;
67324
67396
           *)
67325
67397
            # cap_get_proc was not found, try adding libcap
67341
67413
 /* end confdefs.h.  */
67342
67414
 
67343
67415
 /* Override any GCC internal prototype to avoid an error.
67344
 
@@ -60442,50 +22479,23 @@
 
67416
@@ -60526,50 +22530,23 @@
67345
67417
   return 0;
67346
67418
 }
67347
67419
 _ACEOF
67399
67471
 
67400
67472
 
67401
67473
 
67402
 
@@ -60507,20 +22517,16 @@
 
67474
@@ -60591,20 +22568,16 @@
67403
67475
 
67404
67476
 
67405
67477
 
67424
67496
 /* end confdefs.h.  */
67425
67497
 
67426
67498
 #include <sys/types.h>
67427
 
@@ -60536,52 +22542,23 @@
 
67499
@@ -60620,52 +22593,23 @@
67428
67500
  exit(0);
67429
67501
 }
67430
67502
 _ACEOF
67483
67555
 
67484
67556
 else
67485
67557
     LIBS=$ac_save_LIBS
67486
 
@@ -60594,17 +22571,13 @@
 
67558
@@ -60678,17 +22622,13 @@
67487
67559
 # This is *really* broken but some systems (DEC OSF1) do this.... JRA.
67488
67560
 #
67489
67561
 
67504
67576
 /* end confdefs.h.  */
67505
67577
 #include <sys/types.h>
67506
67578
 #if defined(HAVE_RPC_RPC_H)
67507
 
@@ -60618,55 +22591,28 @@
 
67579
@@ -60702,55 +22642,28 @@
67508
67580
   return 0;
67509
67581
 }
67510
67582
 _ACEOF
67567
67639
 /* end confdefs.h.  */
67568
67640
 #include <sys/types.h>
67569
67641
 #if defined(HAVE_RPC_RPC_H)
67570
 
@@ -60680,55 +22626,28 @@
 
67642
@@ -60764,55 +22677,28 @@
67571
67643
   return 0;
67572
67644
 }
67573
67645
 _ACEOF
67630
67702
 /* end confdefs.h.  */
67631
67703
 #include <sys/types.h>
67632
67704
 #if defined(HAVE_RPC_RPC_H)
67633
 
@@ -60742,55 +22661,28 @@
 
67705
@@ -60826,55 +22712,28 @@
67634
67706
   return 0;
67635
67707
 }
67636
67708
 _ACEOF
67693
67765
 /* end confdefs.h.  */
67694
67766
 #include <sys/types.h>
67695
67767
 #if defined(HAVE_RPC_RPC_H)
67696
 
@@ -60804,56 +22696,29 @@
 
67768
@@ -60888,56 +22747,29 @@
67697
67769
   return 0;
67698
67770
 }
67699
67771
 _ACEOF
67757
67829
 /* end confdefs.h.  */
67758
67830
 #include <sys/types.h>
67759
67831
 #ifdef HAVE_SYS_SECURITY_H
67760
 
@@ -60871,238 +22736,112 @@
 
67832
@@ -60955,238 +22787,112 @@
67761
67833
   return 0;
67762
67834
 }
67763
67835
 _ACEOF
68032
68104
 /* end confdefs.h.  */
68033
68105
 #include <unistd.h>
68034
68106
 int
68035
 
@@ -61113,63 +22852,32 @@
 
68107
@@ -61197,63 +22903,32 @@
68036
68108
   return 0;
68037
68109
 }
68038
68110
 _ACEOF
68105
68177
 /* end confdefs.h.  */
68106
68178
 #include <unistd.h>
68107
68179
 int
68108
 
@@ -61180,63 +22888,32 @@
 
68180
@@ -61264,63 +22939,32 @@
68109
68181
   return 0;
68110
68182
 }
68111
68183
 _ACEOF
68178
68250
 /* end confdefs.h.  */
68179
68251
 #include <unistd.h>
68180
68252
 int
68181
 
@@ -61247,63 +22924,32 @@
 
68253
@@ -61331,63 +22975,32 @@
68182
68254
   return 0;
68183
68255
 }
68184
68256
 _ACEOF
68251
68323
 /* end confdefs.h.  */
68252
68324
 #include <unistd.h>
68253
68325
 int
68254
 
@@ -61314,147 +22960,30 @@
 
68326
@@ -61398,147 +23011,30 @@
68255
68327
   return 0;
68256
68328
 }
68257
68329
 _ACEOF
68409
68481
 _ACEOF
68410
68482
 
68411
68483
 fi
68412
 
@@ -61466,20 +22995,16 @@
 
68484
@@ -61550,20 +23046,16 @@
68413
68485
 seteuid=no;
68414
68486
 
68415
68487
 if test $seteuid = no; then
68434
68506
 /* end confdefs.h.  */
68435
68507
 
68436
68508
 #define AUTOCONF_TEST 1
68437
 
@@ -61487,50 +23012,21 @@
 
68509
@@ -61571,50 +23063,21 @@
68438
68510
 #include "confdefs.h"
68439
68511
 #include "${srcdir-.}/lib/util_sec.c"
68440
68512
 _ACEOF
68491
68563
 
68492
68564
 fi
68493
68565
 fi
68494
 
@@ -61538,20 +23034,16 @@
 
68566
@@ -61622,20 +23085,16 @@
68495
68567
 # we check for setresuid second as it conflicts with AIO on Linux.
68496
68568
 # see http://samba.org/~tridge/junkcode/aio_uid.c
68497
68569
 if test $seteuid = no; then
68516
68588
 /* end confdefs.h.  */
68517
68589
 
68518
68590
 #define AUTOCONF_TEST 1
68519
 
@@ -61559,69 +23051,36 @@
 
68591
@@ -61643,69 +23102,36 @@
68520
68592
 #include "confdefs.h"
68521
68593
 #include "${srcdir-.}/lib/util_sec.c"
68522
68594
 _ACEOF
68596
68668
 /* end confdefs.h.  */
68597
68669
 
68598
68670
 #define AUTOCONF_TEST 1
68599
 
@@ -61629,69 +23088,36 @@
 
68671
@@ -61713,69 +23139,36 @@
68600
68672
 #include "confdefs.h"
68601
68673
 #include "${srcdir-.}/lib/util_sec.c"
68602
68674
 _ACEOF
68676
68748
 /* end confdefs.h.  */
68677
68749
 
68678
68750
 #define AUTOCONF_TEST 1
68679
 
@@ -61699,64 +23125,31 @@
 
68751
@@ -61783,64 +23176,31 @@
68680
68752
 #include "confdefs.h"
68681
68753
 #include "${srcdir-.}/lib/util_sec.c"
68682
68754
 _ACEOF
68750
68822
 /* end confdefs.h.  */
68751
68823
 
68752
68824
 #include <sys/syscall.h>
68753
 
@@ -61770,195 +23163,98 @@
 
68825
@@ -61854,195 +23214,98 @@
68754
68826
   return 0;
68755
68827
 }
68756
68828
 _ACEOF
68984
69056
 /* end confdefs.h.  */
68985
69057
 
68986
69058
 #if defined(HAVE_UNISTD_H)
68987
 
@@ -61982,67 +23278,34 @@
 
69059
@@ -62066,67 +23329,34 @@
68988
69060
 #endif
68989
69061
 }
68990
69062
 _ACEOF
69061
69133
 /* end confdefs.h.  */
69062
69134
 
69063
69135
   #define _XOPEN_SOURCE 600
69064
 
@@ -62060,56 +23323,29 @@
 
69136
@@ -62144,56 +23374,29 @@
69065
69137
   return 0;
69066
69138
 }
69067
69139
 _ACEOF
69125
69197
 /* end confdefs.h.  */
69126
69198
 #include <sys/types.h>
69127
69199
 #include <sys/stat.h>
69128
 
@@ -62122,141 +23358,24 @@
 
69200
@@ -62206,141 +23409,24 @@
69129
69201
   return 0;
69130
69202
 }
69131
69203
 _ACEOF
69274
69346
 
69275
69347
 cat >>confdefs.h <<_ACEOF
69276
69348
 #define HAVE_BLKSIZE_T 1
69277
 
@@ -62264,103 +23383,9 @@
 
69349
@@ -62348,103 +23434,9 @@
69278
69350
 
69279
69351
 
69280
69352
 fi
69381
69453
 
69382
69454
 cat >>confdefs.h <<_ACEOF
69383
69455
 #define HAVE_BLKCNT_T 1
69384
 
@@ -62370,17 +23395,13 @@
 
69456
@@ -62454,17 +23446,13 @@
69385
69457
 fi
69386
69458
 
69387
69459
 
69402
69474
 /* end confdefs.h.  */
69403
69475
 #include <sys/types.h>
69404
69476
 #include <sys/stat.h>
69405
 
@@ -62393,55 +23414,28 @@
 
69477
@@ -62477,55 +23465,28 @@
69406
69478
   return 0;
69407
69479
 }
69408
69480
 _ACEOF
69465
69537
 /* end confdefs.h.  */
69466
69538
 #include <sys/types.h>
69467
69539
 #include <sys/stat.h>
69468
 
@@ -62454,57 +23448,30 @@
 
69540
@@ -62538,57 +23499,30 @@
69469
69541
   return 0;
69470
69542
 }
69471
69543
 _ACEOF
69530
69602
 /* end confdefs.h.  */
69531
69603
 
69532
69604
 #include <sys/types.h>
69533
 
@@ -62520,58 +23487,31 @@
 
69605
@@ -62604,58 +23538,31 @@
69534
69606
   return 0;
69535
69607
 }
69536
69608
 _ACEOF
69597
69669
 /* end confdefs.h.  */
69598
69670
 
69599
69671
 #include <stdio.h>
69600
 
@@ -62590,74 +23530,45 @@
 
69672
@@ -62674,74 +23581,45 @@
69601
69673
 }
69602
69674
 
69603
69675
 _ACEOF
69683
69755
 $as_echo "no" >&6; }
69684
69756
 
69685
69757
 fi
69686
 
@@ -62666,24 +23577,24 @@
 
69758
@@ -62750,24 +23628,24 @@
69687
69759
 ####################################################
69688
69760
 # check for Linux-specific AFS fake-kaserver support
69689
69761
 samba_cv_WITH_FAKE_KASERVER=no
69713
69785
 $as_echo "no" >&6; }
69714
69786
 
69715
69787
 fi
69716
 
@@ -62695,18 +23606,14 @@
 
69788
@@ -62779,18 +23657,14 @@
69717
69789
    test x"$samba_cv_WITH_FAKE_KASERVER" != x"no"; then
69718
69790
 
69719
69791
     # see if this box has the OpenSSL DES libraries
69735
69807
 /* end confdefs.h.  */
69736
69808
 
69737
69809
 /* Override any GCC internal prototype to avoid an error.
69738
 
@@ -62724,208 +23631,42 @@
 
69810
@@ -62808,208 +23682,42 @@
69739
69811
   return 0;
69740
69812
 }
69741
69813
 _ACEOF
69959
70031
   cat >>confdefs.h <<_ACEOF
69960
70032
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
69961
70033
 _ACEOF
69962
 
@@ -62937,12 +23678,10 @@
 
70034
@@ -63021,12 +23729,10 @@
69963
70035
     if test x"$ac_cv_header_afs_h" = x"no" && test x"$ac_cv_header_afs_afs_h" = x"no"; then
69964
70036
        if test x"$samba_cv_WITH_FAKE_KASERVER" = x"auto" ||
69965
70037
           test x"$samba_cv_WITH_AFS" = x"auto"; then
69974
70046
        fi
69975
70047
     else
69976
70048
        have_afs_headers=yes
69977
 
@@ -62952,9 +23691,7 @@
 
70049
@@ -63036,9 +23742,7 @@
69978
70050
 FAKE_KASERVER_OBJ=""
69979
70051
 if test x"$samba_cv_WITH_FAKE_KASERVER" != x"no" && test x"$have_afs_headers" = x"yes"; then
69980
70052
 
69985
70057
 
69986
70058
     FAKE_KASERVER_OBJ="utils/net_afs.o"
69987
70059
 fi
69988
 
@@ -62963,24 +23700,24 @@
 
70060
@@ -63047,24 +23751,24 @@
69989
70061
 #################################################
69990
70062
 # check whether to compile AFS/NT ACL mapping module
69991
70063
 samba_cv_WITH_VFS_AFSACL=no
70015
70087
 $as_echo "no" >&6; }
70016
70088
 
70017
70089
 fi
70018
 
@@ -62992,36 +23729,32 @@
 
70090
@@ -63076,36 +23780,32 @@
70019
70091
 
70020
70092
 if test x"$samba_cv_WITH_AFS" != x"no" && test x"$have_afs_headers" = x"yes"; then
70021
70093
 
70059
70131
 $as_echo "no" >&6; }
70060
70132
 
70061
70133
 fi
70062
 
@@ -63031,12 +23764,12 @@
 
70134
@@ -63115,12 +23815,12 @@
70063
70135
 # Compile with LDAP support?
70064
70136
 
70065
70137
 with_ldap_support=auto
70074
70146
   withval=$with_ldap;  case "$withval" in
70075
70147
     yes|no)
70076
70148
        with_ldap_support=$withval
70077
 
@@ -63045,7 +23778,7 @@
 
70149
@@ -63129,7 +23829,7 @@
70078
70150
 fi
70079
70151
 
70080
70152
 
70083
70155
 $as_echo "$with_ldap_support" >&6; }
70084
70156
 
70085
70157
 SMBLDAP=""
70086
 
@@ -63060,150 +23793,11 @@
 
70158
@@ -63144,150 +23844,11 @@
70087
70159
   ##################################################################
70088
70160
   # first test for ldap.h and lber.h
70089
70161
   # (ldap.h is required for this test)
70239
70311
   cat >>confdefs.h <<_ACEOF
70240
70312
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
70241
70313
 _ACEOF
70242
 
@@ -63215,11 +23809,9 @@
 
70314
@@ -63299,11 +23860,9 @@
70243
70315
 
70244
70316
   if test x"$ac_cv_header_ldap_h" != x"yes"; then
70245
70317
        if test x"$with_ldap_support" = x"yes"; then
70253
70325
 $as_echo "$as_me: WARNING: ldap.h is needed for LDAP support" >&2;}
70254
70326
        fi
70255
70327
 
70256
 
@@ -63231,117 +23823,24 @@
 
70328
@@ -63315,117 +23874,24 @@
70257
70329
   # unsigned int in include/includes.h
70258
70330
   case $host_os in
70259
70331
        *hpux*)
70378
70450
 $as_echo "$as_me: WARNING: ber_tag_t is needed for LDAP support" >&2;}
70379
70451
                fi
70380
70452
                with_ldap_support=no
70381
 
@@ -63358,23 +23857,17 @@
 
70453
@@ -63442,23 +23908,17 @@
70382
70454
   # this test must be before the libldap test
70383
70455
 
70384
70456
 
70405
70477
 /* end confdefs.h.  */
70406
70478
 
70407
70479
 /* Override any GCC internal prototype to avoid an error.
70408
 
@@ -63392,54 +23885,28 @@
 
70480
@@ -63476,54 +23936,28 @@
70409
70481
   return 0;
70410
70482
 }
70411
70483
 _ACEOF
70467
70539
   cat >>confdefs.h <<_ACEOF
70468
70540
 #define HAVE_LIBLBER 1
70469
70541
 _ACEOF
70470
 
@@ -63455,25 +23922,19 @@
 
70542
@@ -63539,25 +23973,19 @@
70471
70543
 
70472
70544
 fi
70473
70545
 
70496
70568
 /* end confdefs.h.  */
70497
70569
 /* Define ber_sockbuf_add_io to an innocuous variant, in case <limits.h> declares ber_sockbuf_add_io.
70498
70570
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
70499
 
@@ -63514,61 +23975,31 @@
 
70571
@@ -63598,61 +24026,31 @@
70500
70572
   return 0;
70501
70573
 }
70502
70574
 _ACEOF
70567
70639
 /* end confdefs.h.  */
70568
70640
 #include <ldap.h>
70569
70641
 int
70570
 
@@ -63579,59 +24010,32 @@
 
70642
@@ -63663,59 +24061,32 @@
70571
70643
   return 0;
70572
70644
 }
70573
70645
 _ACEOF
70634
70706
 /* end confdefs.h.  */
70635
70707
 #include <lber.h>
70636
70708
 int
70637
 
@@ -63642,42 +24046,19 @@
 
70709
@@ -63726,42 +24097,19 @@
70638
70710
   return 0;
70639
70711
 }
70640
70712
 _ACEOF
70681
70753
 
70682
70754
   fi
70683
70755
 
70684
 
@@ -63685,23 +24066,17 @@
 
70756
@@ -63769,23 +24117,17 @@
70685
70757
   # now see if we can find the ldap libs in standard paths
70686
70758
 
70687
70759
 
70708
70780
 /* end confdefs.h.  */
70709
70781
 
70710
70782
 /* Override any GCC internal prototype to avoid an error.
70711
 
@@ -63719,54 +24094,28 @@
 
70783
@@ -63803,54 +24145,28 @@
70712
70784
   return 0;
70713
70785
 }
70714
70786
 _ACEOF
70770
70842
   cat >>confdefs.h <<_ACEOF
70771
70843
 #define HAVE_LIBLDAP 1
70772
70844
 _ACEOF
70773
 
@@ -63782,25 +24131,19 @@
 
70845
@@ -63866,25 +24182,19 @@
70774
70846
 
70775
70847
 fi
70776
70848
 
70799
70871
 /* end confdefs.h.  */
70800
70872
 /* Define ldap_set_rebind_proc to an innocuous variant, in case <limits.h> declares ldap_set_rebind_proc.
70801
70873
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
70802
 
@@ -63841,62 +24184,32 @@
 
70874
@@ -63925,62 +24235,32 @@
70803
70875
   return 0;
70804
70876
 }
70805
70877
 _ACEOF
70871
70943
 /* end confdefs.h.  */
70872
70944
 
70873
70945
        #include <lber.h>
70874
 
@@ -63909,37 +24222,16 @@
 
70946
@@ -63993,37 +24273,16 @@
70875
70947
   return 0;
70876
70948
 }
70877
70949
 _ACEOF
70912
70984
 $as_echo "$smb_ldap_cv_ldap_set_rebind_proc" >&6; }
70913
70985
 
70914
70986
 
70915
 
@@ -63950,19 +24242,14 @@
 
70987
@@ -64034,19 +24293,14 @@
70916
70988
 
70917
70989
 
70918
70990
 
70935
71007
 /* end confdefs.h.  */
70936
71008
 /* Define ldap_initialize to an innocuous variant, in case <limits.h> declares ldap_initialize.
70937
71009
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
70938
 
@@ -64003,55 +24290,27 @@
 
71010
@@ -64087,55 +24341,27 @@
70939
71011
   return 0;
70940
71012
 }
70941
71013
 _ACEOF
70998
71070
 
70999
71071
     CPPFLAGS="$CPPFLAGS -DLDAP_DEPRECATED"
71000
71072
     default_static_modules="$default_static_modules pdb_ldap idmap_ldap";
71001
 
@@ -64059,17 +24318,15 @@
 
71073
@@ -64143,17 +24369,15 @@
71002
71074
     SMBLDAP="lib/smbldap.o"
71003
71075
     SMBLDAPUTIL="lib/smbldap_util.o"
71004
71076
     with_ldap_support=yes
71020
71092
 $as_echo "$as_me: WARNING: libldap is needed for LDAP support" >&2;}
71021
71093
     fi
71022
71094
 
71023
 
@@ -64084,12 +24341,12 @@
 
71095
@@ -64168,12 +24392,12 @@
71024
71096
 # active directory support
71025
71097
 
71026
71098
 with_ads_support=auto
71035
71107
   withval=$with_ads;  case "$withval" in
71036
71108
     yes|no)
71037
71109
        with_ads_support="$withval"
71038
 
@@ -64098,7 +24355,7 @@
 
71110
@@ -64182,7 +24406,7 @@
71039
71111
 fi
71040
71112
 
71041
71113
 
71044
71116
 $as_echo "$with_ads_support" >&6; }
71045
71117
 
71046
71118
 FOUND_KRB5=no
71047
 
@@ -64107,11 +24364,9 @@
 
71119
@@ -64191,11 +24415,9 @@
71048
71120
 if test x"$with_ldap_support" != x"yes"; then
71049
71121
 
71050
71122
     if test x"$with_ads_support" = x"yes"; then
71058
71130
 $as_echo "$as_me: WARNING: Disabling Active Directory support (requires LDAP support)" >&2;}
71059
71131
        with_ads_support=no
71060
71132
     fi
71061
 
@@ -64126,19 +24381,14 @@
 
71133
@@ -64210,19 +24432,14 @@
71062
71134
        *hpux*)
71063
71135
 
71064
71136
 
71081
71153
 /* end confdefs.h.  */
71082
71154
 /* Define ldap_init to an innocuous variant, in case <limits.h> declares ldap_init.
71083
71155
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
71084
 
@@ -64179,57 +24429,29 @@
 
71156
@@ -64263,57 +24480,29 @@
71085
71157
   return 0;
71086
71158
 }
71087
71159
 _ACEOF
71147
71219
 $as_echo "$as_me: WARNING: Disabling Active Directory support (requires ldap_init on HPUX)" >&2;}
71148
71220
            with_ads_support=no
71149
71221
        fi
71150
 
@@ -64238,19 +24460,14 @@
 
71222
@@ -64322,19 +24511,14 @@
71151
71223
        *)
71152
71224
 
71153
71225
 
71170
71242
 /* end confdefs.h.  */
71171
71243
 /* Define ldap_initialize to an innocuous variant, in case <limits.h> declares ldap_initialize.
71172
71244
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
71173
 
@@ -64291,57 +24508,29 @@
 
71245
@@ -64375,57 +24559,29 @@
71174
71246
   return 0;
71175
71247
 }
71176
71248
 _ACEOF
71236
71308
 $as_echo "$as_me: WARNING: Disabling Active Directory support (requires ldap_initialize)" >&2;}
71237
71309
            with_ads_support=no
71238
71310
        fi
71239
 
@@ -64352,19 +24541,14 @@
 
71311
@@ -64436,19 +24592,14 @@
71240
71312
 
71241
71313
 
71242
71314
 
71259
71331
 /* end confdefs.h.  */
71260
71332
 /* Define ldap_add_result_entry to an innocuous variant, in case <limits.h> declares ldap_add_result_entry.
71261
71333
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
71262
 
@@ -64405,57 +24589,29 @@
 
71334
@@ -64489,57 +24640,29 @@
71263
71335
   return 0;
71264
71336
 }
71265
71337
 _ACEOF
71325
71397
 $as_echo "$as_me: WARNING: Disabling Active Directory support (requires ldap_add_result_entry)" >&2;}
71326
71398
            with_ads_support=no
71327
71399
        fi
71328
 
@@ -64471,23 +24627,23 @@
 
71400
@@ -64555,23 +24678,23 @@
71329
71401
   if test x$FOUND_KRB5 = x"no"; then
71330
71402
     #################################################
71331
71403
     # check for location of Kerberos 5 install
71354
71426
 $as_echo "$withval" >&6; }
71355
71427
         KRB5_CFLAGS="-I$withval/include"
71356
71428
         KRB5_CPPFLAGS="-I$withval/include"
71357
 
@@ -64499,7 +24655,7 @@
 
71429
@@ -64583,7 +24706,7 @@
71358
71430
         ;;
71359
71431
       esac
71360
71432
 else
71363
71435
 $as_echo "no krb5-path given" >&6; }
71364
71436
 
71365
71437
 fi
71366
 
@@ -64510,9 +24666,9 @@
 
71438
@@ -64594,9 +24717,9 @@
71367
71439
   # check for krb5-config from recent MIT and Heimdal kerberos 5
71368
71440
   # Extract the first word of "krb5-config", so it can be a program name with args.
71369
71441
 set dummy krb5-config; ac_word=$2
71375
71447
   $as_echo_n "(cached) " >&6
71376
71448
 else
71377
71449
   case $KRB5CONFIG in
71378
 
@@ -64525,14 +24681,14 @@
 
71450
@@ -64609,14 +24732,14 @@
71379
71451
 do
71380
71452
   IFS=$as_save_IFS
71381
71453
   test -z "$as_dir" && as_dir=.
71393
71465
 IFS=$as_save_IFS
71394
71466
 
71395
71467
   ;;
71396
 
@@ -64540,15 +24696,15 @@
 
71468
@@ -64624,15 +24747,15 @@
71397
71469
 fi
71398
71470
 KRB5CONFIG=$ac_cv_path_KRB5CONFIG
71399
71471
 if test -n "$KRB5CONFIG"; then
71412
71484
 $as_echo_n "checking for working krb5-config... " >&6; }
71413
71485
   if test -x "$KRB5CONFIG" && $KRB5CONFIG --libs gssapi > /dev/null ; then
71414
71486
     ac_save_CFLAGS=$CFLAGS
71415
 
@@ -64562,17 +24718,17 @@
 
71487
@@ -64646,17 +24769,17 @@
71416
71488
     CFLAGS=$ac_save_CFLAGS;export CFLAGS
71417
71489
     LDFLAGS=$ac_save_LDFLAGS;export LDFLAGS
71418
71490
     FOUND_KRB5=yes
71433
71505
 $as_echo_n "checking for /usr/include/heimdal... " >&6; }
71434
71506
     if test -d /usr/include/heimdal; then
71435
71507
       if test -f /usr/lib/heimdal/lib/libkrb5.a; then
71436
 
@@ -64580,17 +24736,17 @@
 
71508
@@ -64664,17 +24787,17 @@
71437
71509
           KRB5_CPPFLAGS="-I/usr/include/heimdal"
71438
71510
           KRB5_LDFLAGS="-L/usr/lib/heimdal/lib"
71439
71511
          FOUND_KRB5=yes
71454
71526
 $as_echo "no" >&6; }
71455
71527
     fi
71456
71528
   fi
71457
 
@@ -64598,17 +24754,17 @@
 
71529
@@ -64682,17 +24805,17 @@
71458
71530
   if test x$FOUND_KRB5 = x"no"; then
71459
71531
     #################################################
71460
71532
     # see if this box has the RedHat location for kerberos
71475
71547
 $as_echo "no" >&6; }
71476
71548
     fi
71477
71549
   fi
71478
 
@@ -64616,16 +24772,16 @@
 
71550
@@ -64700,16 +24823,16 @@
71479
71551
   if test x$FOUND_KRB5 = x"no"; then
71480
71552
     #################################################
71481
71553
     # see if this box has the OpenBSD location for heimdal krb5
71495
71567
 $as_echo "no" >&6; }
71496
71568
     fi
71497
71569
   fi
71498
 
@@ -64712,151 +24868,12 @@
 
71570
@@ -64796,151 +24919,12 @@
71499
71571
   # now check for krb5.h. Some systems have the libraries without the headers!
71500
71572
   # note that this check is done here to allow for different kerberos
71501
71573
   # include paths
71652
71724
 _ACEOF
71653
71725
 
71654
71726
 fi
71655
 
@@ -64870,11 +24887,9 @@
 
71727
@@ -64954,11 +24938,9 @@
71656
71728
     # i.e with_ads_support = auto, otherwise die with an error.
71657
71729
 
71658
71730
     if test x"$with_ads_support" = x"yes"; then
71666
71738
 $as_echo "$as_me: WARNING: Active Directory cannot be supported without krb5.h" >&2;}
71667
71739
     fi
71668
71740
 
71669
 
@@ -64886,65 +24901,16 @@
 
71741
@@ -64970,65 +24952,16 @@
71670
71742
     CPPFLAGS=$ac_save_CPPFLAGS
71671
71743
     LDFLAGS=$ac_save_LDFLAGS
71672
71744
   fi
71738
71810
 _ACEOF
71739
71811
 
71740
71812
 fi
71741
 
@@ -64961,17 +24927,13 @@
 
71813
@@ -65045,17 +24978,13 @@
71742
71814
 
71743
71815
   # check for new heimdal KRB5_DEPRECATED handling
71744
71816
 
71759
71831
 /* end confdefs.h.  */
71760
71832
 #define KRB5_DEPRECATED 1
71761
71833
       #include <krb5.h>
71762
 
@@ -64983,42 +24945,19 @@
 
71834
@@ -65067,42 +24996,19 @@
71763
71835
   return 0;
71764
71836
 }
71765
71837
 _ACEOF
71806
71878
 
71807
71879
   fi
71808
71880
 fi
71809
 
@@ -65032,152 +24971,11 @@
 
71881
@@ -65116,152 +25022,11 @@
71810
71882
 
71811
71883
   # now check for gssapi headers.  This is also done here to allow for
71812
71884
   # different kerberos include paths
71964
72036
   cat >>confdefs.h <<_ACEOF
71965
72037
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
71966
72038
 _ACEOF
71967
 
@@ -65191,23 +24989,17 @@
 
72039
@@ -65275,23 +25040,17 @@
71968
72040
   # we might need the k5crypto and com_err libraries on some systems
71969
72041
 
71970
72042
 
71991
72063
 /* end confdefs.h.  */
71992
72064
 
71993
72065
 /* Override any GCC internal prototype to avoid an error.
71994
 
@@ -65225,54 +25017,28 @@
 
72066
@@ -65309,54 +25068,28 @@
71995
72067
   return 0;
71996
72068
 }
71997
72069
 _ACEOF
72053
72125
   cat >>confdefs.h <<_ACEOF
72054
72126
 #define HAVE_LIBCOM_ERR 1
72055
72127
 _ACEOF
72056
 
@@ -65289,24 +25055,17 @@
 
72128
@@ -65373,24 +25106,17 @@
72057
72129
 fi
72058
72130
 
72059
72131
 
72081
72153
 /* end confdefs.h.  */
72082
72154
 
72083
72155
 /* Override any GCC internal prototype to avoid an error.
72084
 
@@ -65324,54 +25083,28 @@
 
72156
@@ -65408,54 +25134,28 @@
72085
72157
   return 0;
72086
72158
 }
72087
72159
 _ACEOF
72143
72215
   cat >>confdefs.h <<_ACEOF
72144
72216
 #define HAVE_LIBK5CRYPTO 1
72145
72217
 _ACEOF
72146
 
@@ -65387,27 +25120,20 @@
 
72218
@@ -65471,27 +25171,20 @@
72147
72219
 
72148
72220
 fi
72149
72221
 
72174
72246
 /* end confdefs.h.  */
72175
72247
 
72176
72248
 /* Override any GCC internal prototype to avoid an error.
72177
 
@@ -65425,54 +25151,28 @@
 
72249
@@ -65509,54 +25202,28 @@
72178
72250
   return 0;
72179
72251
 }
72180
72252
 _ACEOF
72236
72308
   cat >>confdefs.h <<_ACEOF
72237
72309
 #define HAVE_LIBCRYPTO 1
72238
72310
 _ACEOF
72239
 
@@ -65489,24 +25189,17 @@
 
72311
@@ -65573,24 +25240,17 @@
72240
72312
 fi
72241
72313
 
72242
72314
 
72264
72336
 /* end confdefs.h.  */
72265
72337
 
72266
72338
 /* Override any GCC internal prototype to avoid an error.
72267
 
@@ -65524,54 +25217,28 @@
 
72339
@@ -65608,54 +25268,28 @@
72268
72340
   return 0;
72269
72341
 }
72270
72342
 _ACEOF
72326
72398
   cat >>confdefs.h <<_ACEOF
72327
72399
 #define HAVE_LIBASN1 1
72328
72400
 _ACEOF
72329
 
@@ -65588,24 +25255,17 @@
 
72401
@@ -65672,24 +25306,17 @@
72330
72402
 fi
72331
72403
 
72332
72404
 
72354
72426
 /* end confdefs.h.  */
72355
72427
 
72356
72428
 /* Override any GCC internal prototype to avoid an error.
72357
 
@@ -65623,54 +25283,28 @@
 
72429
@@ -65707,54 +25334,28 @@
72358
72430
   return 0;
72359
72431
 }
72360
72432
 _ACEOF
72416
72488
   cat >>confdefs.h <<_ACEOF
72417
72489
 #define HAVE_LIBROKEN 1
72418
72490
 _ACEOF
72419
 
@@ -65686,27 +25320,20 @@
 
72491
@@ -65770,27 +25371,20 @@
72420
72492
 
72421
72493
 fi
72422
72494
 
72447
72519
 /* end confdefs.h.  */
72448
72520
 
72449
72521
 /* Override any GCC internal prototype to avoid an error.
72450
 
@@ -65724,54 +25351,28 @@
 
72522
@@ -65808,54 +25402,28 @@
72451
72523
   return 0;
72452
72524
 }
72453
72525
 _ACEOF
72509
72581
   cat >>confdefs.h <<_ACEOF
72510
72582
 #define HAVE_LIBGSSAPI 1
72511
72583
 _ACEOF
72512
 
@@ -65787,29 +25388,22 @@
 
72584
@@ -65871,29 +25439,22 @@
72513
72585
 
72514
72586
 fi
72515
72587
 
72542
72614
 /* end confdefs.h.  */
72543
72615
 
72544
72616
 /* Override any GCC internal prototype to avoid an error.
72545
 
@@ -65827,54 +25421,28 @@
 
72617
@@ -65911,54 +25472,28 @@
72546
72618
   return 0;
72547
72619
 }
72548
72620
 _ACEOF
72604
72676
   cat >>confdefs.h <<_ACEOF
72605
72677
 #define HAVE_LIBKRB5 1
72606
72678
 _ACEOF
72607
 
@@ -65891,24 +25459,17 @@
 
72679
@@ -65975,24 +25510,17 @@
72608
72680
 fi
72609
72681
 
72610
72682
 
72632
72704
 /* end confdefs.h.  */
72633
72705
 
72634
72706
 /* Override any GCC internal prototype to avoid an error.
72635
 
@@ -65926,54 +25487,28 @@
 
72707
@@ -66010,54 +25538,28 @@
72636
72708
   return 0;
72637
72709
 }
72638
72710
 _ACEOF
72694
72766
   cat >>confdefs.h <<_ACEOF
72695
72767
 #define HAVE_LIBKRB5 1
72696
72768
 _ACEOF
72697
 
@@ -65989,29 +25524,22 @@
 
72769
@@ -66073,29 +25575,22 @@
72698
72770
 
72699
72771
 fi
72700
72772
 
72727
72799
 /* end confdefs.h.  */
72728
72800
 
72729
72801
 /* Override any GCC internal prototype to avoid an error.
72730
 
@@ -66029,54 +25557,28 @@
 
72802
@@ -66113,54 +25608,28 @@
72731
72803
   return 0;
72732
72804
 }
72733
72805
 _ACEOF
72789
72861
   cat >>confdefs.h <<_ACEOF
72790
72862
 #define HAVE_LIBGSSAPI_KRB5 1
72791
72863
 _ACEOF
72792
 
@@ -66091,24 +25593,18 @@
 
72864
@@ -66175,24 +25644,18 @@
72793
72865
                have_gssapi=yes
72794
72866
 
72795
72867
 fi
72817
72889
 /* end confdefs.h.  */
72818
72890
 /* Define krb5_set_real_time to an innocuous variant, in case <limits.h> declares krb5_set_real_time.
72819
72891
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
72820
 
@@ -66149,43 +25645,18 @@
 
72892
@@ -66233,43 +25696,18 @@
72821
72893
   return 0;
72822
72894
 }
72823
72895
 _ACEOF
72867
72939
   cat >>confdefs.h <<_ACEOF
72868
72940
 #define HAVE_KRB5_SET_REAL_TIME 1
72869
72941
 _ACEOF
72870
 
@@ -66193,20 +25664,14 @@
 
72942
@@ -66277,20 +25715,14 @@
72871
72943
 fi
72872
72944
 
72873
72945
 
72891
72963
 /* end confdefs.h.  */
72892
72964
 /* Define krb5_set_default_in_tkt_etypes to an innocuous variant, in case <limits.h> declares krb5_set_default_in_tkt_etypes.
72893
72965
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
72894
 
@@ -66247,43 +25712,18 @@
 
72966
@@ -66331,43 +25763,18 @@
72895
72967
   return 0;
72896
72968
 }
72897
72969
 _ACEOF
72941
73013
   cat >>confdefs.h <<_ACEOF
72942
73014
 #define HAVE_KRB5_SET_DEFAULT_IN_TKT_ETYPES 1
72943
73015
 _ACEOF
72944
 
@@ -66291,20 +25731,14 @@
 
73016
@@ -66375,20 +25782,14 @@
72945
73017
 fi
72946
73018
 
72947
73019
 
72965
73037
 /* end confdefs.h.  */
72966
73038
 /* Define krb5_set_default_tgs_enctypes to an innocuous variant, in case <limits.h> declares krb5_set_default_tgs_enctypes.
72967
73039
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
72968
 
@@ -66345,43 +25779,18 @@
 
73040
@@ -66429,43 +25830,18 @@
72969
73041
   return 0;
72970
73042
 }
72971
73043
 _ACEOF
73015
73087
   cat >>confdefs.h <<_ACEOF
73016
73088
 #define HAVE_KRB5_SET_DEFAULT_TGS_ENCTYPES 1
73017
73089
 _ACEOF
73018
 
@@ -66389,20 +25798,14 @@
 
73090
@@ -66473,20 +25849,14 @@
73019
73091
 fi
73020
73092
 
73021
73093
 
73039
73111
 /* end confdefs.h.  */
73040
73112
 /* Define krb5_set_default_tgs_ktypes to an innocuous variant, in case <limits.h> declares krb5_set_default_tgs_ktypes.
73041
73113
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
73042
 
@@ -66443,43 +25846,18 @@
 
73114
@@ -66527,43 +25897,18 @@
73043
73115
   return 0;
73044
73116
 }
73045
73117
 _ACEOF
73089
73161
   cat >>confdefs.h <<_ACEOF
73090
73162
 #define HAVE_KRB5_SET_DEFAULT_TGS_KTYPES 1
73091
73163
 _ACEOF
73092
 
@@ -66487,20 +25865,14 @@
 
73164
@@ -66571,20 +25916,14 @@
73093
73165
 fi
73094
73166
 
73095
73167
 
73113
73185
 /* end confdefs.h.  */
73114
73186
 /* Define krb5_principal2salt to an innocuous variant, in case <limits.h> declares krb5_principal2salt.
73115
73187
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
73116
 
@@ -66541,43 +25913,18 @@
 
73188
@@ -66625,43 +25964,18 @@
73117
73189
   return 0;
73118
73190
 }
73119
73191
 _ACEOF
73163
73235
   cat >>confdefs.h <<_ACEOF
73164
73236
 #define HAVE_KRB5_PRINCIPAL2SALT 1
73165
73237
 _ACEOF
73166
 
@@ -66585,20 +25932,14 @@
 
73238
@@ -66669,20 +25983,14 @@
73167
73239
 fi
73168
73240
 
73169
73241
 
73187
73259
 /* end confdefs.h.  */
73188
73260
 /* Define krb5_use_enctype to an innocuous variant, in case <limits.h> declares krb5_use_enctype.
73189
73261
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
73190
 
@@ -66639,43 +25980,18 @@
 
73262
@@ -66723,43 +26031,18 @@
73191
73263
   return 0;
73192
73264
 }
73193
73265
 _ACEOF
73237
73309
   cat >>confdefs.h <<_ACEOF
73238
73310
 #define HAVE_KRB5_USE_ENCTYPE 1
73239
73311
 _ACEOF
73240
 
@@ -66683,20 +25999,14 @@
 
73312
@@ -66767,20 +26050,14 @@
73241
73313
 fi
73242
73314
 
73243
73315
 
73261
73333
 /* end confdefs.h.  */
73262
73334
 /* Define krb5_string_to_key to an innocuous variant, in case <limits.h> declares krb5_string_to_key.
73263
73335
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
73264
 
@@ -66737,43 +26047,18 @@
 
73336
@@ -66821,43 +26098,18 @@
73265
73337
   return 0;
73266
73338
 }
73267
73339
 _ACEOF
73311
73383
   cat >>confdefs.h <<_ACEOF
73312
73384
 #define HAVE_KRB5_STRING_TO_KEY 1
73313
73385
 _ACEOF
73314
 
@@ -66781,20 +26066,14 @@
 
73386
@@ -66865,20 +26117,14 @@
73315
73387
 fi
73316
73388
 
73317
73389
 
73335
73407
 /* end confdefs.h.  */
73336
73408
 /* Define krb5_get_pw_salt to an innocuous variant, in case <limits.h> declares krb5_get_pw_salt.
73337
73409
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
73338
 
@@ -66835,43 +26114,18 @@
 
73410
@@ -66919,43 +26165,18 @@
73339
73411
   return 0;
73340
73412
 }
73341
73413
 _ACEOF
73385
73457
   cat >>confdefs.h <<_ACEOF
73386
73458
 #define HAVE_KRB5_GET_PW_SALT 1
73387
73459
 _ACEOF
73388
 
@@ -66879,20 +26133,14 @@
 
73460
@@ -66963,20 +26184,14 @@
73389
73461
 fi
73390
73462
 
73391
73463
 
73409
73481
 /* end confdefs.h.  */
73410
73482
 /* Define krb5_string_to_key_salt to an innocuous variant, in case <limits.h> declares krb5_string_to_key_salt.
73411
73483
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
73412
 
@@ -66933,43 +26181,18 @@
 
73484
@@ -67017,43 +26232,18 @@
73413
73485
   return 0;
73414
73486
 }
73415
73487
 _ACEOF
73459
73531
   cat >>confdefs.h <<_ACEOF
73460
73532
 #define HAVE_KRB5_STRING_TO_KEY_SALT 1
73461
73533
 _ACEOF
73462
 
@@ -66977,20 +26200,14 @@
 
73534
@@ -67061,20 +26251,14 @@
73463
73535
 fi
73464
73536
 
73465
73537
 
73483
73555
 /* end confdefs.h.  */
73484
73556
 /* Define krb5_auth_con_setkey to an innocuous variant, in case <limits.h> declares krb5_auth_con_setkey.
73485
73557
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
73486
 
@@ -67031,43 +26248,18 @@
 
73558
@@ -67115,43 +26299,18 @@
73487
73559
   return 0;
73488
73560
 }
73489
73561
 _ACEOF
73533
73605
   cat >>confdefs.h <<_ACEOF
73534
73606
 #define HAVE_KRB5_AUTH_CON_SETKEY 1
73535
73607
 _ACEOF
73536
 
@@ -67075,20 +26267,14 @@
 
73608
@@ -67159,20 +26318,14 @@
73537
73609
 fi
73538
73610
 
73539
73611
 
73557
73629
 /* end confdefs.h.  */
73558
73630
 /* Define krb5_auth_con_setuseruserkey to an innocuous variant, in case <limits.h> declares krb5_auth_con_setuseruserkey.
73559
73631
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
73560
 
@@ -67129,43 +26315,18 @@
 
73632
@@ -67213,43 +26366,18 @@
73561
73633
   return 0;
73562
73634
 }
73563
73635
 _ACEOF
73607
73679
   cat >>confdefs.h <<_ACEOF
73608
73680
 #define HAVE_KRB5_AUTH_CON_SETUSERUSERKEY 1
73609
73681
 _ACEOF
73610
 
@@ -67173,20 +26334,14 @@
 
73682
@@ -67257,20 +26385,14 @@
73611
73683
 fi
73612
73684
 
73613
73685
 
73631
73703
 /* end confdefs.h.  */
73632
73704
 /* Define krb5_locate_kdc to an innocuous variant, in case <limits.h> declares krb5_locate_kdc.
73633
73705
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
73634
 
@@ -67227,43 +26382,18 @@
 
73706
@@ -67311,43 +26433,18 @@
73635
73707
   return 0;
73636
73708
 }
73637
73709
 _ACEOF
73681
73753
   cat >>confdefs.h <<_ACEOF
73682
73754
 #define HAVE_KRB5_LOCATE_KDC 1
73683
73755
 _ACEOF
73684
 
@@ -67271,20 +26401,14 @@
 
73756
@@ -67355,20 +26452,14 @@
73685
73757
 fi
73686
73758
 
73687
73759
 
73705
73777
 /* end confdefs.h.  */
73706
73778
 /* Define krb5_get_permitted_enctypes to an innocuous variant, in case <limits.h> declares krb5_get_permitted_enctypes.
73707
73779
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
73708
 
@@ -67325,43 +26449,18 @@
 
73780
@@ -67409,43 +26500,18 @@
73709
73781
   return 0;
73710
73782
 }
73711
73783
 _ACEOF
73755
73827
   cat >>confdefs.h <<_ACEOF
73756
73828
 #define HAVE_KRB5_GET_PERMITTED_ENCTYPES 1
73757
73829
 _ACEOF
73758
 
@@ -67369,20 +26468,14 @@
 
73830
@@ -67453,20 +26519,14 @@
73759
73831
 fi
73760
73832
 
73761
73833
 
73779
73851
 /* end confdefs.h.  */
73780
73852
 /* Define krb5_get_default_in_tkt_etypes to an innocuous variant, in case <limits.h> declares krb5_get_default_in_tkt_etypes.
73781
73853
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
73782
 
@@ -67423,43 +26516,18 @@
 
73854
@@ -67507,43 +26567,18 @@
73783
73855
   return 0;
73784
73856
 }
73785
73857
 _ACEOF
73829
73901
   cat >>confdefs.h <<_ACEOF
73830
73902
 #define HAVE_KRB5_GET_DEFAULT_IN_TKT_ETYPES 1
73831
73903
 _ACEOF
73832
 
@@ -67467,20 +26535,14 @@
 
73904
@@ -67551,20 +26586,14 @@
73833
73905
 fi
73834
73906
 
73835
73907
 
73853
73925
 /* end confdefs.h.  */
73854
73926
 /* Define krb5_free_data_contents to an innocuous variant, in case <limits.h> declares krb5_free_data_contents.
73855
73927
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
73856
 
@@ -67521,43 +26583,18 @@
 
73928
@@ -67605,43 +26634,18 @@
73857
73929
   return 0;
73858
73930
 }
73859
73931
 _ACEOF
73903
73975
   cat >>confdefs.h <<_ACEOF
73904
73976
 #define HAVE_KRB5_FREE_DATA_CONTENTS 1
73905
73977
 _ACEOF
73906
 
@@ -67565,20 +26602,14 @@
 
73978
@@ -67649,20 +26653,14 @@
73907
73979
 fi
73908
73980
 
73909
73981
 
73927
73999
 /* end confdefs.h.  */
73928
74000
 /* Define krb5_principal_get_comp_string to an innocuous variant, in case <limits.h> declares krb5_principal_get_comp_string.
73929
74001
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
73930
 
@@ -67619,43 +26650,18 @@
 
74002
@@ -67703,43 +26701,18 @@
73931
74003
   return 0;
73932
74004
 }
73933
74005
 _ACEOF
73977
74049
   cat >>confdefs.h <<_ACEOF
73978
74050
 #define HAVE_KRB5_PRINCIPAL_GET_COMP_STRING 1
73979
74051
 _ACEOF
73980
 
@@ -67663,20 +26669,14 @@
 
74052
@@ -67747,20 +26720,14 @@
73981
74053
 fi
73982
74054
 
73983
74055
 
74001
74073
 /* end confdefs.h.  */
74002
74074
 /* Define krb5_free_unparsed_name to an innocuous variant, in case <limits.h> declares krb5_free_unparsed_name.
74003
74075
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
74004
 
@@ -67717,43 +26717,18 @@
 
74076
@@ -67801,43 +26768,18 @@
74005
74077
   return 0;
74006
74078
 }
74007
74079
 _ACEOF
74051
74123
   cat >>confdefs.h <<_ACEOF
74052
74124
 #define HAVE_KRB5_FREE_UNPARSED_NAME 1
74053
74125
 _ACEOF
74054
 
@@ -67761,20 +26736,14 @@
 
74126
@@ -67845,20 +26787,14 @@
74055
74127
 fi
74056
74128
 
74057
74129
 
74075
74147
 /* end confdefs.h.  */
74076
74148
 /* Define krb5_free_keytab_entry_contents to an innocuous variant, in case <limits.h> declares krb5_free_keytab_entry_contents.
74077
74149
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
74078
 
@@ -67815,43 +26784,18 @@
 
74150
@@ -67899,43 +26835,18 @@
74079
74151
   return 0;
74080
74152
 }
74081
74153
 _ACEOF
74125
74197
   cat >>confdefs.h <<_ACEOF
74126
74198
 #define HAVE_KRB5_FREE_KEYTAB_ENTRY_CONTENTS 1
74127
74199
 _ACEOF
74128
 
@@ -67859,20 +26803,14 @@
 
74200
@@ -67943,20 +26854,14 @@
74129
74201
 fi
74130
74202
 
74131
74203
 
74149
74221
 /* end confdefs.h.  */
74150
74222
 /* Define krb5_kt_free_entry to an innocuous variant, in case <limits.h> declares krb5_kt_free_entry.
74151
74223
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
74152
 
@@ -67913,43 +26851,18 @@
 
74224
@@ -67997,43 +26902,18 @@
74153
74225
   return 0;
74154
74226
 }
74155
74227
 _ACEOF
74199
74271
   cat >>confdefs.h <<_ACEOF
74200
74272
 #define HAVE_KRB5_KT_FREE_ENTRY 1
74201
74273
 _ACEOF
74202
 
@@ -67957,20 +26870,14 @@
 
74274
@@ -68041,20 +26921,14 @@
74203
74275
 fi
74204
74276
 
74205
74277
 
74223
74295
 /* end confdefs.h.  */
74224
74296
 /* Define krb5_krbhst_init to an innocuous variant, in case <limits.h> declares krb5_krbhst_init.
74225
74297
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
74226
 
@@ -68011,43 +26918,18 @@
 
74298
@@ -68095,43 +26969,18 @@
74227
74299
   return 0;
74228
74300
 }
74229
74301
 _ACEOF
74273
74345
   cat >>confdefs.h <<_ACEOF
74274
74346
 #define HAVE_KRB5_KRBHST_INIT 1
74275
74347
 _ACEOF
74276
 
@@ -68055,20 +26937,14 @@
 
74348
@@ -68139,20 +26988,14 @@
74277
74349
 fi
74278
74350
 
74279
74351
 
74297
74369
 /* end confdefs.h.  */
74298
74370
 /* Define krb5_krbhst_get_addrinfo to an innocuous variant, in case <limits.h> declares krb5_krbhst_get_addrinfo.
74299
74371
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
74300
 
@@ -68109,43 +26985,18 @@
 
74372
@@ -68193,43 +27036,18 @@
74301
74373
   return 0;
74302
74374
 }
74303
74375
 _ACEOF
74347
74419
   cat >>confdefs.h <<_ACEOF
74348
74420
 #define HAVE_KRB5_KRBHST_GET_ADDRINFO 1
74349
74421
 _ACEOF
74350
 
@@ -68153,20 +27004,14 @@
 
74422
@@ -68237,20 +27055,14 @@
74351
74423
 fi
74352
74424
 
74353
74425
 
74371
74443
 /* end confdefs.h.  */
74372
74444
 /* Define krb5_c_enctype_compare to an innocuous variant, in case <limits.h> declares krb5_c_enctype_compare.
74373
74445
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
74374
 
@@ -68207,43 +27052,18 @@
 
74446
@@ -68291,43 +27103,18 @@
74375
74447
   return 0;
74376
74448
 }
74377
74449
 _ACEOF
74421
74493
   cat >>confdefs.h <<_ACEOF
74422
74494
 #define HAVE_KRB5_C_ENCTYPE_COMPARE 1
74423
74495
 _ACEOF
74424
 
@@ -68251,20 +27071,14 @@
 
74496
@@ -68335,20 +27122,14 @@
74425
74497
 fi
74426
74498
 
74427
74499
 
74445
74517
 /* end confdefs.h.  */
74446
74518
 /* Define krb5_enctypes_compatible_keys to an innocuous variant, in case <limits.h> declares krb5_enctypes_compatible_keys.
74447
74519
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
74448
 
@@ -68305,43 +27119,18 @@
 
74520
@@ -68389,43 +27170,18 @@
74449
74521
   return 0;
74450
74522
 }
74451
74523
 _ACEOF
74495
74567
   cat >>confdefs.h <<_ACEOF
74496
74568
 #define HAVE_KRB5_ENCTYPES_COMPATIBLE_KEYS 1
74497
74569
 _ACEOF
74498
 
@@ -68349,20 +27138,14 @@
 
74570
@@ -68433,20 +27189,14 @@
74499
74571
 fi
74500
74572
 
74501
74573
 
74519
74591
 /* end confdefs.h.  */
74520
74592
 /* Define krb5_crypto_init to an innocuous variant, in case <limits.h> declares krb5_crypto_init.
74521
74593
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
74522
 
@@ -68403,43 +27186,18 @@
 
74594
@@ -68487,43 +27237,18 @@
74523
74595
   return 0;
74524
74596
 }
74525
74597
 _ACEOF
74569
74641
   cat >>confdefs.h <<_ACEOF
74570
74642
 #define HAVE_KRB5_CRYPTO_INIT 1
74571
74643
 _ACEOF
74572
 
@@ -68447,20 +27205,14 @@
 
74644
@@ -68531,20 +27256,14 @@
74573
74645
 fi
74574
74646
 
74575
74647
 
74593
74665
 /* end confdefs.h.  */
74594
74666
 /* Define krb5_crypto_destroy to an innocuous variant, in case <limits.h> declares krb5_crypto_destroy.
74595
74667
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
74596
 
@@ -68501,43 +27253,18 @@
 
74668
@@ -68585,43 +27304,18 @@
74597
74669
   return 0;
74598
74670
 }
74599
74671
 _ACEOF
74643
74715
   cat >>confdefs.h <<_ACEOF
74644
74716
 #define HAVE_KRB5_CRYPTO_DESTROY 1
74645
74717
 _ACEOF
74646
 
@@ -68545,20 +27272,14 @@
 
74718
@@ -68629,20 +27323,14 @@
74647
74719
 fi
74648
74720
 
74649
74721
 
74667
74739
 /* end confdefs.h.  */
74668
74740
 /* Define krb5_decode_ap_req to an innocuous variant, in case <limits.h> declares krb5_decode_ap_req.
74669
74741
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
74670
 
@@ -68599,43 +27320,18 @@
 
74742
@@ -68683,43 +27371,18 @@
74671
74743
   return 0;
74672
74744
 }
74673
74745
 _ACEOF
74717
74789
   cat >>confdefs.h <<_ACEOF
74718
74790
 #define HAVE_KRB5_DECODE_AP_REQ 1
74719
74791
 _ACEOF
74720
 
@@ -68643,20 +27339,14 @@
 
74792
@@ -68727,20 +27390,14 @@
74721
74793
 fi
74722
74794
 
74723
74795
 
74741
74813
 /* end confdefs.h.  */
74742
74814
 /* Define free_AP_REQ to an innocuous variant, in case <limits.h> declares free_AP_REQ.
74743
74815
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
74744
 
@@ -68697,43 +27387,18 @@
 
74816
@@ -68781,43 +27438,18 @@
74745
74817
   return 0;
74746
74818
 }
74747
74819
 _ACEOF
74791
74863
   cat >>confdefs.h <<_ACEOF
74792
74864
 #define HAVE_FREE_AP_REQ 1
74793
74865
 _ACEOF
74794
 
@@ -68741,20 +27406,14 @@
 
74866
@@ -68825,20 +27457,14 @@
74795
74867
 fi
74796
74868
 
74797
74869
 
74815
74887
 /* end confdefs.h.  */
74816
74888
 /* Define krb5_verify_checksum to an innocuous variant, in case <limits.h> declares krb5_verify_checksum.
74817
74889
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
74818
 
@@ -68795,43 +27454,18 @@
 
74890
@@ -68879,43 +27505,18 @@
74819
74891
   return 0;
74820
74892
 }
74821
74893
 _ACEOF
74865
74937
   cat >>confdefs.h <<_ACEOF
74866
74938
 #define HAVE_KRB5_VERIFY_CHECKSUM 1
74867
74939
 _ACEOF
74868
 
@@ -68839,20 +27473,14 @@
 
74940
@@ -68923,20 +27524,14 @@
74869
74941
 fi
74870
74942
 
74871
74943
 
74889
74961
 /* end confdefs.h.  */
74890
74962
 /* Define krb5_c_verify_checksum to an innocuous variant, in case <limits.h> declares krb5_c_verify_checksum.
74891
74963
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
74892
 
@@ -68893,43 +27521,18 @@
 
74964
@@ -68977,43 +27572,18 @@
74893
74965
   return 0;
74894
74966
 }
74895
74967
 _ACEOF
74939
75011
   cat >>confdefs.h <<_ACEOF
74940
75012
 #define HAVE_KRB5_C_VERIFY_CHECKSUM 1
74941
75013
 _ACEOF
74942
 
@@ -68937,20 +27540,14 @@
 
75014
@@ -69021,20 +27591,14 @@
74943
75015
 fi
74944
75016
 
74945
75017
 
74963
75035
 /* end confdefs.h.  */
74964
75036
 /* Define krb5_principal_compare_any_realm to an innocuous variant, in case <limits.h> declares krb5_principal_compare_any_realm.
74965
75037
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
74966
 
@@ -68991,43 +27588,18 @@
 
75038
@@ -69075,43 +27639,18 @@
74967
75039
   return 0;
74968
75040
 }
74969
75041
 _ACEOF
75013
75085
   cat >>confdefs.h <<_ACEOF
75014
75086
 #define HAVE_KRB5_PRINCIPAL_COMPARE_ANY_REALM 1
75015
75087
 _ACEOF
75016
 
@@ -69035,20 +27607,14 @@
 
75088
@@ -69119,20 +27658,14 @@
75017
75089
 fi
75018
75090
 
75019
75091
 
75037
75109
 /* end confdefs.h.  */
75038
75110
 /* Define krb5_parse_name_norealm to an innocuous variant, in case <limits.h> declares krb5_parse_name_norealm.
75039
75111
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
75040
 
@@ -69089,43 +27655,18 @@
 
75112
@@ -69173,43 +27706,18 @@
75041
75113
   return 0;
75042
75114
 }
75043
75115
 _ACEOF
75087
75159
   cat >>confdefs.h <<_ACEOF
75088
75160
 #define HAVE_KRB5_PARSE_NAME_NOREALM 1
75089
75161
 _ACEOF
75090
 
@@ -69133,20 +27674,14 @@
 
75162
@@ -69217,20 +27725,14 @@
75091
75163
 fi
75092
75164
 
75093
75165
 
75111
75183
 /* end confdefs.h.  */
75112
75184
 /* Define krb5_princ_size to an innocuous variant, in case <limits.h> declares krb5_princ_size.
75113
75185
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
75114
 
@@ -69187,43 +27722,18 @@
 
75186
@@ -69271,43 +27773,18 @@
75115
75187
   return 0;
75116
75188
 }
75117
75189
 _ACEOF
75161
75233
   cat >>confdefs.h <<_ACEOF
75162
75234
 #define HAVE_KRB5_PRINC_SIZE 1
75163
75235
 _ACEOF
75164
 
@@ -69231,20 +27741,14 @@
 
75236
@@ -69315,20 +27792,14 @@
75165
75237
 fi
75166
75238
 
75167
75239
 
75185
75257
 /* end confdefs.h.  */
75186
75258
 /* Define krb5_get_init_creds_opt_set_pac_request to an innocuous variant, in case <limits.h> declares krb5_get_init_creds_opt_set_pac_request.
75187
75259
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
75188
 
@@ -69285,43 +27789,18 @@
 
75260
@@ -69369,43 +27840,18 @@
75189
75261
   return 0;
75190
75262
 }
75191
75263
 _ACEOF
75235
75307
   cat >>confdefs.h <<_ACEOF
75236
75308
 #define HAVE_KRB5_GET_INIT_CREDS_OPT_SET_PAC_REQUEST 1
75237
75309
 _ACEOF
75238
 
@@ -69329,20 +27808,14 @@
 
75310
@@ -69413,20 +27859,14 @@
75239
75311
 fi
75240
75312
 
75241
75313
 
75259
75331
 /* end confdefs.h.  */
75260
75332
 /* Define krb5_get_renewed_creds to an innocuous variant, in case <limits.h> declares krb5_get_renewed_creds.
75261
75333
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
75262
 
@@ -69374,52 +27847,27 @@
 
75334
@@ -69458,52 +27898,27 @@
75263
75335
 #if defined __stub_krb5_get_renewed_creds || defined __stub___krb5_get_renewed_creds
75264
75336
 choke me
75265
75337
 #endif
75327
75399
   cat >>confdefs.h <<_ACEOF
75328
75400
 #define HAVE_KRB5_GET_RENEWED_CREDS 1
75329
75401
 _ACEOF
75330
 
@@ -69427,20 +27875,14 @@
 
75402
@@ -69511,20 +27926,14 @@
75331
75403
 fi
75332
75404
 
75333
75405
 
75351
75423
 /* end confdefs.h.  */
75352
75424
 /* Define krb5_get_kdc_cred to an innocuous variant, in case <limits.h> declares krb5_get_kdc_cred.
75353
75425
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
75354
 
@@ -69481,43 +27923,18 @@
 
75426
@@ -69565,43 +27974,18 @@
75355
75427
   return 0;
75356
75428
 }
75357
75429
 _ACEOF
75401
75473
   cat >>confdefs.h <<_ACEOF
75402
75474
 #define HAVE_KRB5_GET_KDC_CRED 1
75403
75475
 _ACEOF
75404
 
@@ -69525,20 +27942,14 @@
 
75476
@@ -69609,20 +27993,14 @@
75405
75477
 fi
75406
75478
 
75407
75479
 
75425
75497
 /* end confdefs.h.  */
75426
75498
 /* Define krb5_free_error_contents to an innocuous variant, in case <limits.h> declares krb5_free_error_contents.
75427
75499
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
75428
 
@@ -69579,43 +27990,18 @@
 
75500
@@ -69663,43 +28041,18 @@
75429
75501
   return 0;
75430
75502
 }
75431
75503
 _ACEOF
75475
75547
   cat >>confdefs.h <<_ACEOF
75476
75548
 #define HAVE_KRB5_FREE_ERROR_CONTENTS 1
75477
75549
 _ACEOF
75478
 
@@ -69623,20 +28009,14 @@
 
75550
@@ -69707,20 +28060,14 @@
75479
75551
 fi
75480
75552
 
75481
75553
 
75499
75571
 /* end confdefs.h.  */
75500
75572
 /* Define initialize_krb5_error_table to an innocuous variant, in case <limits.h> declares initialize_krb5_error_table.
75501
75573
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
75502
 
@@ -69677,43 +28057,18 @@
 
75574
@@ -69761,43 +28108,18 @@
75503
75575
   return 0;
75504
75576
 }
75505
75577
 _ACEOF
75549
75621
   cat >>confdefs.h <<_ACEOF
75550
75622
 #define HAVE_INITIALIZE_KRB5_ERROR_TABLE 1
75551
75623
 _ACEOF
75552
 
@@ -69721,20 +28076,14 @@
 
75624
@@ -69805,20 +28127,14 @@
75553
75625
 fi
75554
75626
 
75555
75627
 
75573
75645
 /* end confdefs.h.  */
75574
75646
 /* Define krb5_get_init_creds_opt_alloc to an innocuous variant, in case <limits.h> declares krb5_get_init_creds_opt_alloc.
75575
75647
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
75576
 
@@ -69775,43 +28124,18 @@
 
75648
@@ -69859,43 +28175,18 @@
75577
75649
   return 0;
75578
75650
 }
75579
75651
 _ACEOF
75623
75695
   cat >>confdefs.h <<_ACEOF
75624
75696
 #define HAVE_KRB5_GET_INIT_CREDS_OPT_ALLOC 1
75625
75697
 _ACEOF
75626
 
@@ -69819,20 +28143,14 @@
 
75698
@@ -69903,20 +28194,14 @@
75627
75699
 fi
75628
75700
 
75629
75701
 
75647
75719
 /* end confdefs.h.  */
75648
75720
 /* Define krb5_get_init_creds_opt_free to an innocuous variant, in case <limits.h> declares krb5_get_init_creds_opt_free.
75649
75721
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
75650
 
@@ -69873,43 +28191,18 @@
 
75722
@@ -69957,43 +28242,18 @@
75651
75723
   return 0;
75652
75724
 }
75653
75725
 _ACEOF
75697
75769
   cat >>confdefs.h <<_ACEOF
75698
75770
 #define HAVE_KRB5_GET_INIT_CREDS_OPT_FREE 1
75699
75771
 _ACEOF
75700
 
@@ -69917,20 +28210,14 @@
 
75772
@@ -70001,20 +28261,14 @@
75701
75773
 fi
75702
75774
 
75703
75775
 
75721
75793
 /* end confdefs.h.  */
75722
75794
 /* Define krb5_get_init_creds_opt_get_error to an innocuous variant, in case <limits.h> declares krb5_get_init_creds_opt_get_error.
75723
75795
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
75724
 
@@ -69971,43 +28258,18 @@
 
75796
@@ -70055,43 +28309,18 @@
75725
75797
   return 0;
75726
75798
 }
75727
75799
 _ACEOF
75771
75843
   cat >>confdefs.h <<_ACEOF
75772
75844
 #define HAVE_KRB5_GET_INIT_CREDS_OPT_GET_ERROR 1
75773
75845
 _ACEOF
75774
 
@@ -70015,20 +28277,14 @@
 
75846
@@ -70099,20 +28328,14 @@
75775
75847
 fi
75776
75848
 
75777
75849
 
75795
75867
 /* end confdefs.h.  */
75796
75868
 /* Define krb5_enctype_to_string to an innocuous variant, in case <limits.h> declares krb5_enctype_to_string.
75797
75869
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
75798
 
@@ -70069,43 +28325,18 @@
 
75870
@@ -70153,43 +28376,18 @@
75799
75871
   return 0;
75800
75872
 }
75801
75873
 _ACEOF
75845
75917
   cat >>confdefs.h <<_ACEOF
75846
75918
 #define HAVE_KRB5_ENCTYPE_TO_STRING 1
75847
75919
 _ACEOF
75848
 
@@ -70113,20 +28344,14 @@
 
75920
@@ -70197,20 +28395,14 @@
75849
75921
 fi
75850
75922
 
75851
75923
 
75869
75941
 /* end confdefs.h.  */
75870
75942
 /* Define krb5_fwd_tgt_creds to an innocuous variant, in case <limits.h> declares krb5_fwd_tgt_creds.
75871
75943
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
75872
 
@@ -70167,43 +28392,18 @@
 
75944
@@ -70251,43 +28443,18 @@
75873
75945
   return 0;
75874
75946
 }
75875
75947
 _ACEOF
75919
75991
   cat >>confdefs.h <<_ACEOF
75920
75992
 #define HAVE_KRB5_FWD_TGT_CREDS 1
75921
75993
 _ACEOF
75922
 
@@ -70211,20 +28411,14 @@
 
75994
@@ -70295,20 +28462,14 @@
75923
75995
 fi
75924
75996
 
75925
75997
 
75943
76015
 /* end confdefs.h.  */
75944
76016
 /* Define krb5_auth_con_set_req_cksumtype to an innocuous variant, in case <limits.h> declares krb5_auth_con_set_req_cksumtype.
75945
76017
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
75946
 
@@ -70265,43 +28459,18 @@
 
76018
@@ -70349,43 +28510,18 @@
75947
76019
   return 0;
75948
76020
 }
75949
76021
 _ACEOF
75993
76065
   cat >>confdefs.h <<_ACEOF
75994
76066
 #define HAVE_KRB5_AUTH_CON_SET_REQ_CKSUMTYPE 1
75995
76067
 _ACEOF
75996
 
@@ -70309,20 +28478,14 @@
 
76068
@@ -70393,20 +28529,14 @@
75997
76069
 fi
75998
76070
 
75999
76071
 
76017
76089
 /* end confdefs.h.  */
76018
76090
 /* Define krb5_get_creds_opt_alloc to an innocuous variant, in case <limits.h> declares krb5_get_creds_opt_alloc.
76019
76091
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
76020
 
@@ -70363,43 +28526,18 @@
 
76092
@@ -70447,43 +28577,18 @@
76021
76093
   return 0;
76022
76094
 }
76023
76095
 _ACEOF
76067
76139
   cat >>confdefs.h <<_ACEOF
76068
76140
 #define HAVE_KRB5_GET_CREDS_OPT_ALLOC 1
76069
76141
 _ACEOF
76070
 
@@ -70407,20 +28545,14 @@
 
76142
@@ -70491,20 +28596,14 @@
76071
76143
 fi
76072
76144
 
76073
76145
 
76091
76163
 /* end confdefs.h.  */
76092
76164
 /* Define krb5_get_creds_opt_set_impersonate to an innocuous variant, in case <limits.h> declares krb5_get_creds_opt_set_impersonate.
76093
76165
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
76094
 
@@ -70461,43 +28593,18 @@
 
76166
@@ -70545,43 +28644,18 @@
76095
76167
   return 0;
76096
76168
 }
76097
76169
 _ACEOF
76141
76213
   cat >>confdefs.h <<_ACEOF
76142
76214
 #define HAVE_KRB5_GET_CREDS_OPT_SET_IMPERSONATE 1
76143
76215
 _ACEOF
76144
 
@@ -70505,20 +28612,14 @@
 
76216
@@ -70589,20 +28663,14 @@
76145
76217
 fi
76146
76218
 
76147
76219
 
76165
76237
 /* end confdefs.h.  */
76166
76238
 /* Define krb5_get_creds to an innocuous variant, in case <limits.h> declares krb5_get_creds.
76167
76239
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
76168
 
@@ -70559,43 +28660,18 @@
 
76240
@@ -70643,43 +28711,18 @@
76169
76241
   return 0;
76170
76242
 }
76171
76243
 _ACEOF
76215
76287
   cat >>confdefs.h <<_ACEOF
76216
76288
 #define HAVE_KRB5_GET_CREDS 1
76217
76289
 _ACEOF
76218
 
@@ -70603,20 +28679,14 @@
 
76290
@@ -70687,20 +28730,14 @@
76219
76291
 fi
76220
76292
 
76221
76293
 
76239
76311
 /* end confdefs.h.  */
76240
76312
 /* Define krb5_get_credentials_for_user to an innocuous variant, in case <limits.h> declares krb5_get_credentials_for_user.
76241
76313
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
76242
 
@@ -70657,43 +28727,18 @@
 
76314
@@ -70741,43 +28778,18 @@
76243
76315
   return 0;
76244
76316
 }
76245
76317
 _ACEOF
76289
76361
   cat >>confdefs.h <<_ACEOF
76290
76362
 #define HAVE_KRB5_GET_CREDENTIALS_FOR_USER 1
76291
76363
 _ACEOF
76292
 
@@ -70701,20 +28746,14 @@
 
76364
@@ -70785,20 +28797,14 @@
76293
76365
 fi
76294
76366
 
76295
76367
 
76313
76385
 /* end confdefs.h.  */
76314
76386
 /* Define krb5_get_host_realm to an innocuous variant, in case <limits.h> declares krb5_get_host_realm.
76315
76387
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
76316
 
@@ -70755,43 +28794,18 @@
 
76388
@@ -70839,43 +28845,18 @@
76317
76389
   return 0;
76318
76390
 }
76319
76391
 _ACEOF
76363
76435
   cat >>confdefs.h <<_ACEOF
76364
76436
 #define HAVE_KRB5_GET_HOST_REALM 1
76365
76437
 _ACEOF
76366
 
@@ -70799,20 +28813,14 @@
 
76438
@@ -70883,20 +28864,14 @@
76367
76439
 fi
76368
76440
 
76369
76441
 
76387
76459
 /* end confdefs.h.  */
76388
76460
 /* Define krb5_free_host_realm to an innocuous variant, in case <limits.h> declares krb5_free_host_realm.
76389
76461
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
76390
 
@@ -70853,208 +28861,62 @@
 
76462
@@ -70937,208 +28912,62 @@
76391
76463
   return 0;
76392
76464
 }
76393
76465
 _ACEOF
76617
76689
 /* end confdefs.h.  */
76618
76690
 
76619
76691
                #include <krb5.h>
76620
 
@@ -71074,57 +28936,30 @@
 
76692
@@ -71158,57 +28987,30 @@
76621
76693
   return 0;
76622
76694
 }
76623
76695
 _ACEOF
76682
76754
 /* end confdefs.h.  */
76683
76755
 
76684
76756
                    #include <krb5.h>
76685
 
@@ -71140,58 +28975,31 @@
 
76757
@@ -71224,58 +29026,31 @@
76686
76758
   return 0;
76687
76759
 }
76688
76760
 _ACEOF
76748
76820
 /* end confdefs.h.  */
76749
76821
 
76750
76822
        #include <krb5.h>
76751
 
@@ -71203,36 +29011,15 @@
 
76823
@@ -71287,36 +29062,15 @@
76752
76824
   return 0;
76753
76825
 }
76754
76826
 _ACEOF
76788
76860
 $as_echo "$smb_krb5_cv_verify_checksum" >&6; }
76789
76861
 
76790
76862
 cat >>confdefs.h <<_ACEOF
76791
 
@@ -71240,17 +29027,13 @@
 
76863
@@ -71324,17 +29078,13 @@
76792
76864
 _ACEOF
76793
76865
 
76794
76866
 
76809
76881
 /* end confdefs.h.  */
76810
76882
 #include <krb5.h>
76811
76883
 int
76812
 
@@ -71261,56 +29044,29 @@
 
76884
@@ -71345,56 +29095,29 @@
76813
76885
   return 0;
76814
76886
 }
76815
76887
 _ACEOF
76873
76945
 /* end confdefs.h.  */
76874
76946
 #include <krb5.h>
76875
76947
 int
76876
 
@@ -71321,56 +29077,29 @@
 
76948
@@ -71405,56 +29128,29 @@
76877
76949
   return 0;
76878
76950
 }
76879
76951
 _ACEOF
76937
77009
 /* end confdefs.h.  */
76938
77010
 #include <krb5.h>
76939
77011
 int
76940
 
@@ -71381,56 +29110,29 @@
 
77012
@@ -71465,56 +29161,29 @@
76941
77013
   return 0;
76942
77014
 }
76943
77015
 _ACEOF
77001
77073
 /* end confdefs.h.  */
77002
77074
 #include <krb5.h>
77003
77075
 int
77004
 
@@ -71441,56 +29143,29 @@
 
77076
@@ -71525,56 +29194,29 @@
77005
77077
   return 0;
77006
77078
 }
77007
77079
 _ACEOF
77065
77137
 /* end confdefs.h.  */
77066
77138
 #include <krb5.h>
77067
77139
 int
77068
 
@@ -71501,56 +29176,29 @@
 
77140
@@ -71585,56 +29227,29 @@
77069
77141
   return 0;
77070
77142
 }
77071
77143
 _ACEOF
77129
77201
 /* end confdefs.h.  */
77130
77202
 #include <krb5.h>
77131
77203
 int
77132
 
@@ -71561,56 +29209,29 @@
 
77204
@@ -71645,56 +29260,29 @@
77133
77205
   return 0;
77134
77206
 }
77135
77207
 _ACEOF
77193
77265
 /* end confdefs.h.  */
77194
77266
 #include <krb5.h>
77195
77267
 int
77196
 
@@ -71621,56 +29242,29 @@
 
77268
@@ -71705,56 +29293,29 @@
77197
77269
   return 0;
77198
77270
 }
77199
77271
 _ACEOF
77257
77329
 /* end confdefs.h.  */
77258
77330
 #include <krb5.h>
77259
77331
 int
77260
 
@@ -71681,55 +29275,28 @@
 
77332
@@ -71765,55 +29326,28 @@
77261
77333
   return 0;
77262
77334
 }
77263
77335
 _ACEOF
77320
77392
 /* end confdefs.h.  */
77321
77393
 #include <krb5.h>
77322
77394
 int
77323
 
@@ -71740,56 +29307,29 @@
 
77395
@@ -71824,56 +29358,29 @@
77324
77396
   return 0;
77325
77397
 }
77326
77398
 _ACEOF
77384
77456
 /* end confdefs.h.  */
77385
77457
 #include <krb5.h>
77386
77458
 int
77387
 
@@ -71800,56 +29340,29 @@
 
77459
@@ -71884,56 +29391,29 @@
77388
77460
   return 0;
77389
77461
 }
77390
77462
 _ACEOF
77448
77520
 /* end confdefs.h.  */
77449
77521
 #include <krb5.h>
77450
77522
 int
77451
 
@@ -71860,56 +29373,29 @@
 
77523
@@ -71944,56 +29424,29 @@
77452
77524
   return 0;
77453
77525
 }
77454
77526
 _ACEOF
77512
77584
 /* end confdefs.h.  */
77513
77585
 #include <krb5.h>
77514
77586
 int
77515
 
@@ -71920,56 +29406,29 @@
 
77587
@@ -72004,56 +29457,29 @@
77516
77588
   return 0;
77517
77589
 }
77518
77590
 _ACEOF
77576
77648
 /* end confdefs.h.  */
77577
77649
 #include <krb5.h>
77578
77650
 int
77579
 
@@ -71980,47 +29439,22 @@
 
77651
@@ -72064,47 +29490,22 @@
77580
77652
   return 0;
77581
77653
 }
77582
77654
 _ACEOF
77630
77702
 /* end confdefs.h.  */
77631
77703
 #include <krb5.h>
77632
77704
 int
77633
 
@@ -72031,58 +29465,31 @@
 
77705
@@ -72115,58 +29516,31 @@
77634
77706
   return 0;
77635
77707
 }
77636
77708
 _ACEOF
77696
77768
 /* end confdefs.h.  */
77697
77769
 #include <krb5.h>
77698
77770
 int
77699
 
@@ -72093,56 +29500,29 @@
 
77771
@@ -72177,56 +29551,29 @@
77700
77772
   return 0;
77701
77773
 }
77702
77774
 _ACEOF
77760
77832
 /* end confdefs.h.  */
77761
77833
 #include <krb5.h>
77762
77834
 int
77763
 
@@ -72153,56 +29533,29 @@
 
77835
@@ -72237,56 +29584,29 @@
77764
77836
   return 0;
77765
77837
 }
77766
77838
 _ACEOF
77824
77896
 /* end confdefs.h.  */
77825
77897
 #include <krb5.h>
77826
77898
 int
77827
 
@@ -72213,56 +29566,29 @@
 
77899
@@ -72297,56 +29617,29 @@
77828
77900
   return 0;
77829
77901
 }
77830
77902
 _ACEOF
77888
77960
 /* end confdefs.h.  */
77889
77961
 #include <krb5.h>
77890
77962
 int
77891
 
@@ -72273,56 +29599,29 @@
 
77963
@@ -72357,56 +29650,29 @@
77892
77964
   return 0;
77893
77965
 }
77894
77966
 _ACEOF
77952
78024
 /* end confdefs.h.  */
77953
78025
 #include <krb5.h>
77954
78026
 int
77955
 
@@ -72333,61 +29632,30 @@
 
78027
@@ -72417,61 +29683,30 @@
77956
78028
   return 0;
77957
78029
 }
77958
78030
 _ACEOF
78023
78095
 /* end confdefs.h.  */
78024
78096
 #include <krb5.h>
78025
78097
 int
78026
 
@@ -72398,56 +29666,29 @@
 
78098
@@ -72482,56 +29717,29 @@
78027
78099
   return 0;
78028
78100
 }
78029
78101
 _ACEOF
78087
78159
 /* end confdefs.h.  */
78088
78160
 #include <krb5.h>
78089
78161
 int
78090
 
@@ -72458,56 +29699,29 @@
 
78162
@@ -72542,56 +29750,29 @@
78091
78163
   return 0;
78092
78164
 }
78093
78165
 _ACEOF
78151
78223
 /* end confdefs.h.  */
78152
78224
 #include <krb5.h>
78153
78225
 int
78154
 
@@ -72518,65 +29732,35 @@
 
78226
@@ -72602,65 +29783,35 @@
78155
78227
   return 0;
78156
78228
 }
78157
78229
 _ACEOF
78228
78300
 /* end confdefs.h.  */
78229
78301
 
78230
78302
 #include<krb5.h>
78231
 
@@ -72589,65 +29773,32 @@
 
78303
@@ -72673,65 +29824,32 @@
78232
78304
     return krb5_kt_resolve(context, "WRFILE:api", &keytab);
78233
78305
   }
78234
78306
 _ACEOF
78303
78375
 /* end confdefs.h.  */
78304
78376
 #include <krb5.h>
78305
78377
 int
78306
 
@@ -72658,56 +29809,29 @@
 
78378
@@ -72742,56 +29860,29 @@
78307
78379
   return 0;
78308
78380
 }
78309
78381
 _ACEOF
78367
78439
 /* end confdefs.h.  */
78368
78440
 #include <krb5.h>
78369
78441
 int
78370
 
@@ -72721,56 +29845,29 @@
 
78442
@@ -72805,56 +29896,29 @@
78371
78443
   return 0;
78372
78444
 }
78373
78445
 _ACEOF
78431
78503
 /* end confdefs.h.  */
78432
78504
 #include <krb5.h>
78433
78505
 int
78434
 
@@ -72781,56 +29878,29 @@
 
78506
@@ -72865,56 +29929,29 @@
78435
78507
   return 0;
78436
78508
 }
78437
78509
 _ACEOF
78495
78567
 /* end confdefs.h.  */
78496
78568
 #include <krb5.h>
78497
78569
 int
78498
 
@@ -72842,49 +29912,26 @@
 
78570
@@ -72926,49 +29963,26 @@
78499
78571
   return 0;
78500
78572
 }
78501
78573
 _ACEOF
78551
78623
   $as_echo_n "(cached) " >&6
78552
78624
 else
78553
78625
 
78554
 
@@ -72898,20 +29945,13 @@
 
78626
@@ -72982,20 +29996,13 @@
78555
78627
        old_LDFLAGS="$LDFLAGS";
78556
78628
        LDFLAGS="$LDFLAGS";
78557
78629
        export LDFLAGS;
78577
78649
 /* end confdefs.h.  */
78578
78650
 
78579
78651
                #include <stdlib.h>
78580
 
@@ -72925,42 +29965,15 @@
 
78652
@@ -73009,42 +30016,15 @@
78581
78653
                }
78582
78654
 
78583
78655
 _ACEOF
78624
78696
        CFLAGS="$old_CFLAGS";
78625
78697
        old_CFLAGS="";
78626
78698
        export CFLAGS;
78627
 
@@ -72972,20 +29985,18 @@
 
78699
@@ -73056,20 +30036,18 @@
78628
78700
        export LDFLAGS;
78629
78701
 
78630
78702
 fi
78649
78721
   $as_echo_n "(cached) " >&6
78650
78722
 else
78651
78723
 
78652
 
@@ -72999,20 +30010,13 @@
 
78724
@@ -73083,20 +30061,13 @@
78653
78725
        old_LDFLAGS="$LDFLAGS";
78654
78726
        LDFLAGS="$LDFLAGS";
78655
78727
        export LDFLAGS;
78675
78747
 /* end confdefs.h.  */
78676
78748
 
78677
78749
                #include <krb5.h>
78678
 
@@ -73023,42 +30027,15 @@
 
78750
@@ -73107,42 +30078,15 @@
78679
78751
                }
78680
78752
 
78681
78753
 _ACEOF
78722
78794
        CFLAGS="$old_CFLAGS";
78723
78795
        old_CFLAGS="";
78724
78796
        export CFLAGS;
78725
 
@@ -73070,29 +30047,23 @@
 
78797
@@ -73154,29 +30098,23 @@
78726
78798
        export LDFLAGS;
78727
78799
 
78728
78800
 fi
78757
78829
 /* end confdefs.h.  */
78758
78830
 #include <krb5.h>
78759
78831
 int
78760
 
@@ -73103,61 +30074,30 @@
 
78832
@@ -73187,61 +30125,30 @@
78761
78833
   return 0;
78762
78834
 }
78763
78835
 _ACEOF
78828
78900
 /* end confdefs.h.  */
78829
78901
 #include <krb5.h>
78830
78902
 int
78831
 
@@ -73168,47 +30108,20 @@
 
78903
@@ -73252,47 +30159,20 @@
78832
78904
   return 0;
78833
78905
 }
78834
78906
 _ACEOF
78882
78954
 
78883
78955
   fi
78884
78956
 
78885
 
@@ -73220,7 +30133,7 @@
 
78957
@@ -73304,7 +30184,7 @@
78886
78958
   #
78887
78959
   #
78888
78960
   if test x"$ac_cv_lib_ext_krb5_krb5_mk_req_extended" != x"yes"; then
78891
78963
 $as_echo "$as_me: WARNING: krb5_mk_req_extended not found in -lkrb5" >&2;}
78892
78964
     use_ads=no
78893
78965
   fi
78894
 
@@ -73228,7 +30141,7 @@
 
78966
@@ -73312,7 +30192,7 @@
78895
78967
   if test x"$ac_cv_func_ext_krb5_principal2salt" != x"yes" -a \
78896
78968
           x"$ac_cv_func_ext_krb5_get_pw_salt" != x"yes"
78897
78969
   then
78900
78972
 $as_echo "$as_me: WARNING: no CREATE_KEY_FUNCTIONS detected" >&2;}
78901
78973
     use_ads=no
78902
78974
   fi
78903
 
@@ -73236,7 +30149,7 @@
 
78975
@@ -73320,7 +30200,7 @@
78904
78976
   if test x"$ac_cv_func_ext_krb5_get_permitted_enctypes" != x"yes" -a \
78905
78977
           x"$ac_cv_func_ext_krb5_get_default_in_tkt_etypes" != x"yes"
78906
78978
   then
78909
78981
 $as_echo "$as_me: WARNING: no GET_ENCTYPES_FUNCTIONS detected" >&2;}
78910
78982
     use_ads=no
78911
78983
   fi
78912
 
@@ -73244,7 +30157,7 @@
 
78984
@@ -73328,7 +30208,7 @@
78913
78985
   if test x"$ac_cv_func_ext_krb5_kt_free_entry" != x"yes" -a \
78914
78986
           x"$ac_cv_func_ext_krb5_free_keytab_entry_contents" != x"yes"
78915
78987
   then
78918
78990
 $as_echo "$as_me: WARNING: no KT_FREE_FUNCTION detected" >&2;}
78919
78991
     use_ads=no
78920
78992
   fi
78921
 
@@ -73252,7 +30165,7 @@
 
78993
@@ -73336,7 +30216,7 @@
78922
78994
   if test x"$ac_cv_func_ext_krb5_c_verify_checksum" != x"yes" -a \
78923
78995
           x"$ac_cv_func_ext_krb5_verify_checksum" != x"yes"
78924
78996
   then
78927
78999
 $as_echo "$as_me: WARNING: no KRB5_VERIFY_CHECKSUM_FUNCTION detected" >&2;}
78928
79000
     use_ads=no
78929
79001
   fi
78930
 
@@ -73264,14 +30177,14 @@
 
79002
@@ -73348,14 +30228,14 @@
78931
79003
 
78932
79004
       if test x"$ac_cv_func_ext_free_AP_REQ" != x"yes"
78933
79005
       then
78944
79016
 $as_echo "$as_me: WARNING: no KRB5_AP_REQ_DECODING_FUNCTION detected" >&2;}
78945
79017
        use_ads=no
78946
79018
       fi
78947
 
@@ -73280,29 +30193,21 @@
 
79019
@@ -73364,29 +30244,21 @@
78948
79020
 
78949
79021
   if test x"$use_ads" = x"yes"; then
78950
79022
 
78979
79051
 $as_echo "$as_me: WARNING: krb5 libs don't have all features required for Active Directory support" >&2;}
78980
79052
     fi
78981
79053
 
78982
 
@@ -73328,9 +30233,9 @@
 
79054
@@ -73412,9 +30284,9 @@
78983
79055
     KRB5_LIBS=""
78984
79056
     with_ads_support=no
78985
79057
   fi
78991
79063
 $as_echo "$use_ads" >&6; }
78992
79064
 
78993
79065
 LIBS="$ac_save_LIBS"
78994
 
@@ -73342,23 +30247,17 @@
 
79066
@@ -73426,23 +30298,17 @@
78995
79067
 
78996
79068
 
78997
79069
 
79018
79090
 /* end confdefs.h.  */
79019
79091
 
79020
79092
 /* Override any GCC internal prototype to avoid an error.
79021
 
@@ -73376,54 +30275,28 @@
 
79093
@@ -73460,54 +30326,28 @@
79022
79094
   return 0;
79023
79095
 }
79024
79096
 _ACEOF
79080
79152
   cat >>confdefs.h <<_ACEOF
79081
79153
 #define HAVE_LIBNSCD 1
79082
79154
 _ACEOF
79083
 
@@ -73438,7 +30311,6 @@
 
79155
@@ -73522,7 +30362,6 @@
79084
79156
 
79085
79157
 
79086
79158
 fi
79088
79160
 PASSDB_LIBS="$PASSDB_LIBS $NSCD_LIBS"
79089
79161
 
79090
79162
 
79091
 
@@ -73446,12 +30318,12 @@
 
79163
@@ -73530,12 +30369,12 @@
79092
79164
 # Compile with DNS Updates support?
79093
79165
 
79094
79166
 with_dnsupdate_support=no
79103
79175
   withval=$with_dnsupdate;  case "$withval" in
79104
79176
     yes|no)
79105
79177
        with_dnsupdate_support=$withval
79106
 
@@ -73460,7 +30332,7 @@
 
79178
@@ -73544,7 +30383,7 @@
79107
79179
 fi
79108
79180
 
79109
79181
 
79112
79184
 $as_echo "$with_dnsupdate_support" >&6; }
79113
79185
 
79114
79186
 if test x"$with_dnsupdate_support" != x"no"; then
79115
 
@@ -73474,151 +30346,12 @@
 
79187
@@ -73558,151 +30397,12 @@
79116
79188
   ##################################################################
79117
79189
   # then test for uuid.h (necessary to generate unique DNS keynames
79118
79190
   # (uuid.h is required for this test)
79269
79341
 _ACEOF
79270
79342
 
79271
79343
 fi
79272
 
@@ -73628,11 +30361,9 @@
 
79344
@@ -73712,11 +30412,9 @@
79273
79345
 
79274
79346
   if test x"$ac_cv_header_uuid_uuid_h" != x"yes"; then
79275
79347
        if test x"$with_dnsupdate_support" = x"yes"; then
79283
79355
 $as_echo "$as_me: WARNING: uuid.h is needed to enable DNS Updates support" >&2;}
79284
79356
        fi
79285
79357
        with_dnsupdate_support=no
79286
 
@@ -73648,102 +30379,12 @@
 
79358
@@ -73732,102 +30430,12 @@
79287
79359
 
79288
79360
   UUID_LIBS=""
79289
79361
 
79391
79463
 _ACEOF
79392
79464
 
79393
79465
         # uuid_generate was found in libc or existing $LIBS
79394
 
@@ -73760,9 +30401,7 @@
 
79466
@@ -73844,9 +30452,7 @@
79395
79467
 
79396
79468
            with_dnsupdate_support=yes
79397
79469
 
79402
79474
 
79403
79475
 
79404
79476
 
79405
 
@@ -73775,11 +30414,9 @@
 
79477
@@ -73859,11 +30465,9 @@
79406
79478
 
79407
79479
 
79408
79480
            if test x"$with_dnsupdate_support" = x"yes"; then
79416
79488
 $as_echo "$as_me: WARNING: libuuid is needed to enable DNS Updates support" >&2;}
79417
79489
            fi
79418
79490
            with_dnsupdate_support=no
79419
 
@@ -73788,18 +30425,14 @@
 
79491
@@ -73872,18 +30476,14 @@
79420
79492
            ;;
79421
79493
           *)
79422
79494
            # uuid_generate was not found, try adding libuuid
79438
79510
 /* end confdefs.h.  */
79439
79511
 
79440
79512
 /* Override any GCC internal prototype to avoid an error.
79441
 
@@ -73817,43 +30450,18 @@
 
79513
@@ -73901,43 +30501,18 @@
79442
79514
   return 0;
79443
79515
 }
79444
79516
 _ACEOF
79488
79560
 
79489
79561
                LIBS="-luuid $LIBS"
79490
79562
 
79491
 
@@ -73869,9 +30477,7 @@
 
79563
@@ -73953,9 +30528,7 @@
79492
79564
 
79493
79565
            with_dnsupdate_support=yes
79494
79566
 
79499
79571
 
79500
79572
 
79501
79573
 
79502
 
@@ -73881,11 +30487,9 @@
 
79574
@@ -73965,11 +30538,9 @@
79503
79575
 
79504
79576
 
79505
79577
            if test x"$with_dnsupdate_support" = x"yes"; then
79513
79585
 $as_echo "$as_me: WARNING: libuuid is needed to enable DNS Updates support" >&2;}
79514
79586
            fi
79515
79587
            with_dnsupdate_support=no
79516
 
@@ -73905,28 +30509,26 @@
 
79588
@@ -73989,28 +30560,26 @@
79517
79589
 
79518
79590
 #################################################
79519
79591
 # check for automount support
79548
79620
 $as_echo "no" >&6; }
79549
79621
 
79550
79622
 fi
79551
 
@@ -73937,34 +30539,30 @@
 
79623
@@ -74021,34 +30590,30 @@
79552
79624
 CIFSMOUNT_PROGS=""
79553
79625
 INSTALL_CIFSMOUNT=""
79554
79626
 UNINSTALL_CIFSMOUNT=""
79589
79661
                ;;
79590
79662
        esac
79591
79663
     ;;
79592
 
@@ -73972,19 +30570,17 @@
 
79664
@@ -74056,19 +30621,17 @@
79593
79665
 else
79594
79666
    case "$host_os" in
79595
79667
   *linux*)
79612
79684
 $as_echo "no" >&6; }
79613
79685
        ;;
79614
79686
   esac
79615
 
@@ -73995,192 +30591,49 @@
 
79687
@@ -74079,192 +30642,49 @@
79616
79688
 CIFSUMOUNT_PROGS=""
79617
79689
 INSTALL_CIFSUMOUNT=""
79618
79690
 UNINSTALL_CIFSUMOUNT=""
79821
79893
 _ACEOF
79822
79894
  HAVE_KEYUTILS_H=1
79823
79895
 else
79824
 
@@ -74192,34 +30645,28 @@
 
79896
@@ -74276,34 +30696,28 @@
79825
79897
 CIFSUPCALL_PROGS=""
79826
79898
 INSTALL_CIFSUPCALL=""
79827
79899
 UNINSTALL_CIFSUPCALL=""
79863
79935
 
79864
79936
                        CIFSUPCALL_PROGS="bin/cifs.upcall"
79865
79937
                        INSTALL_CIFSUPCALL="installcifsupcall"
79866
 
@@ -74227,9 +30674,7 @@
 
79938
@@ -74311,9 +30725,7 @@
79867
79939
                fi
79868
79940
                ;;
79869
79941
        *)
79874
79946
                ;;
79875
79947
        esac
79876
79948
     ;;
79877
 
@@ -74238,18 +30683,16 @@
 
79949
@@ -74322,18 +30734,16 @@
79878
79950
    case "$host_os" in
79879
79951
   *linux*)
79880
79952
        if test x"$use_ads" != x"yes"; then
79897
79969
 
79898
79970
                CIFSUPCALL_PROGS="bin/cifs.upcall"
79899
79971
                INSTALL_CIFSUPCALL="installcifsupcall"
79900
 
@@ -74257,7 +30700,7 @@
 
79972
@@ -74341,7 +30751,7 @@
79901
79973
        fi
79902
79974
        ;;
79903
79975
   *)
79906
79978
 $as_echo "no" >&6; }
79907
79979
        ;;
79908
79980
   esac
79909
 
@@ -74274,11 +30717,11 @@
 
79981
@@ -74358,11 +30768,11 @@
79910
79982
 
79911
79983
 with_pam_for_crypt=no
79912
79984
 try_pam=auto
79920
79992
   withval=$with_pam;  case "$withval" in
79921
79993
   yes|no|auto)
79922
79994
     try_pam=$withval
79923
 
@@ -74287,7 +30730,7 @@
 
79995
@@ -74371,7 +30781,7 @@
79924
79996
 
79925
79997
 fi
79926
79998
 
79929
80001
 $as_echo "$try_pam" >&6; }
79930
80002
 
79931
80003
 use_pam=no
79932
 
@@ -74298,150 +30741,11 @@
 
80004
@@ -74382,150 +30792,11 @@
79933
80005
 
79934
80006
        # Most systems have PAM headers in /usr/include/security, but Darwin
79935
80007
        # has them in /usr/include/pam.
80085
80157
   cat >>confdefs.h <<_ACEOF
80086
80158
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
80087
80159
 _ACEOF
80088
 
@@ -74453,9 +30757,7 @@
 
80160
@@ -74537,9 +30808,7 @@
80089
80161
        if test x"$ac_cv_header_security_pam_appl_h" != x"yes" -a \
80090
80162
                x"$ac_cv_header_pam_pam_appl_h" != x"yes"; then
80091
80163
                if test x"${try_pam}" = x"yes";then
80096
80168
                fi
80097
80169
                use_pam=no
80098
80170
                create_pam_modules=no
80099
 
@@ -74463,23 +30765,17 @@
 
80171
@@ -74547,23 +30816,17 @@
80100
80172
 
80101
80173
 
80102
80174
 
80123
80195
 /* end confdefs.h.  */
80124
80196
 
80125
80197
 /* Override any GCC internal prototype to avoid an error.
80126
 
@@ -74497,54 +30793,28 @@
 
80198
@@ -74581,54 +30844,28 @@
80127
80199
   return 0;
80128
80200
 }
80129
80201
 _ACEOF
80185
80257
   cat >>confdefs.h <<_ACEOF
80186
80258
 #define HAVE_LIBPAM 1
80187
80259
 _ACEOF
80188
 
@@ -74559,34 +30829,18 @@
 
80260
@@ -74643,34 +30880,18 @@
80189
80261
 
80190
80262
 
80191
80263
 fi
80225
80297
                #if HAVE_SECURITY_PAM_APPL_H
80226
80298
                #include <security/pam_appl.h>
80227
80299
                #endif
80228
 
@@ -74594,44 +30848,8 @@
 
80300
@@ -74678,44 +30899,8 @@
80229
80301
                #include <pam/pam_appl.h>
80230
80302
                #endif
80231
80303
 
80272
80344
   cat >>confdefs.h <<_ACEOF
80273
80345
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
80274
80346
 _ACEOF
80275
 
@@ -74643,179 +30861,32 @@
 
80347
@@ -74727,179 +30912,32 @@
80276
80348
        if test x"$ac_cv_header_security_pam_modules_h" = x"no" -a \
80277
80349
                x"$ac_cv_header_pam_pam_modules_h" = x"no" ; then
80278
80350
                if test x"${try_pam}" = x"yes";then
80461
80533
   cat >>confdefs.h <<_ACEOF
80462
80534
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
80463
80535
 _ACEOF
80464
 
@@ -74824,150 +30895,11 @@
 
80536
@@ -74908,150 +30946,11 @@
80465
80537
 
80466
80538
 done
80467
80539
 
80617
80689
   cat >>confdefs.h <<_ACEOF
80618
80690
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
80619
80691
 _ACEOF
80620
 
@@ -74978,19 +30910,14 @@
 
80692
@@ -75062,19 +30961,14 @@
80621
80693
 
80622
80694
 
80623
80695
 
80640
80712
 /* end confdefs.h.  */
80641
80713
 /* Define pam_vsyslog to an innocuous variant, in case <limits.h> declares pam_vsyslog.
80642
80714
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
80643
 
@@ -75031,72 +30958,42 @@
 
80715
@@ -75115,72 +31009,42 @@
80644
80716
   return 0;
80645
80717
 }
80646
80718
 _ACEOF
80725
80797
 /* end confdefs.h.  */
80726
80798
 
80727
80799
 #if (!defined(LINUX))
80728
 
@@ -75134,36 +31031,11 @@
 
80800
@@ -75218,36 +31082,11 @@
80729
80801
   return 0;
80730
80802
 }
80731
80803
 _ACEOF
80764
80836
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
80765
80837
 
80766
80838
 #################################################
80767
 
@@ -75173,19 +31045,17 @@
 
80839
@@ -75257,19 +31096,17 @@
80768
80840
 UNINSTALL_PAM_MODULES=""
80769
80841
 
80770
80842
 try_pam_smbpass=auto
80787
80859
   ;;
80788
80860
   esac
80789
80861
 
80790
 
@@ -75199,16 +31069,12 @@
 
80862
@@ -75283,16 +31120,12 @@
80791
80863
        # Conditions under which pam_smbpass can't be built.
80792
80864
        if test x"$BLDSHARED" != xtrue ; then
80793
80865
                if test x"${try_pam_smbpass}" = xyes ; then
80806
80878
                fi
80807
80879
                use_pam_smbpass=no
80808
80880
        fi
80809
 
@@ -75219,7 +31085,7 @@
 
80881
@@ -75303,7 +31136,7 @@
80810
80882
                UNINSTALL_PAM_MODULES="uninstallpammodules"
80811
80883
        fi
80812
80884
 fi
80815
80887
 $as_echo "$use_pam_smbpass" >&6; }
80816
80888
 
80817
80889
 
80818
 
@@ -75230,98 +31096,63 @@
 
80890
@@ -75314,98 +31147,63 @@
80819
80891
 ## $with_pam_for_crypt variable as above   --jerry
80820
80892
 ##
80821
80893
 if test $with_pam_for_crypt = no; then
80930
81002
 $as_echo "no" >&6; }
80931
81003
 
80932
81004
 fi
80933
 
@@ -75329,28 +31160,26 @@
 
81005
@@ -75413,28 +31211,26 @@
80934
81006
 
80935
81007
 #################################################
80936
81008
 # check for syslog logging
80965
81037
 $as_echo "no" >&6; }
80966
81038
 
80967
81039
 fi
80968
 
@@ -75358,16 +31187,14 @@
 
81040
@@ -75442,16 +31238,14 @@
80969
81041
 
80970
81042
 #################################################
80971
81043
 # check for custom syslog facility
80985
81057
   else
80986
81058
      if test "$withval" != "yes" ; then
80987
81059
         syslog_facility="$withval"
80988
 
@@ -75392,14 +31219,14 @@
 
81060
@@ -75476,14 +31270,14 @@
80989
81061
 samba_cv_TRY_SYS_QUOTAS=auto
80990
81062
 samba_cv_SYSQUOTA_FOUND=no
80991
81063
 
81003
81075
 $as_echo "yes" >&6; }
81004
81076
     samba_cv_WITH_QUOTAS=yes
81005
81077
     samba_cv_TRY_QUOTAS=yes
81006
 
@@ -75408,7 +31235,7 @@
 
81078
@@ -75492,7 +31286,7 @@
81007
81079
     samba_cv_TRY_SYS_QUOTAS=auto
81008
81080
     ;;
81009
81081
   auto)
81012
81084
 $as_echo "auto" >&6; }
81013
81085
     samba_cv_WITH_QUOTAS=auto
81014
81086
     samba_cv_TRY_QUOTAS=auto
81015
 
@@ -75417,719 +31244,165 @@
 
81087
@@ -75501,719 +31295,165 @@
81016
81088
     samba_cv_TRY_SYS_QUOTAS=auto
81017
81089
     ;;
81018
81090
   no)
81822
81894
 _ACEOF
81823
81895
 
81824
81896
 fi
81825
 
@@ -76139,17 +31412,13 @@
 
81897
@@ -76223,17 +31463,13 @@
81826
81898
 
81827
81899
 if test x"$samba_cv_found_xfs_header" != x"yes"; then
81828
81900
 # if we have xfs quota support <sys/quota.h> (IRIX) we should use it
81843
81915
 /* end confdefs.h.  */
81844
81916
 
81845
81917
 #include "confdefs.h"
81846
 
@@ -76169,35 +31438,14 @@
 
81918
@@ -76253,35 +31489,14 @@
81847
81919
   return 0;
81848
81920
 }
81849
81921
 _ACEOF
81882
81954
 $as_echo "$samba_cv_HAVE_SYS_QUOTA_XFS" >&6; }
81883
81955
 if test "$samba_cv_HAVE_SYS_QUOTA_XFS"x = "yes"x; then
81884
81956
        samba_cv_found_xfs_header=yes
81885
 
@@ -76205,17 +31453,13 @@
 
81957
@@ -76289,17 +31504,13 @@
81886
81958
 fi
81887
81959
 
81888
81960
 # if we have struct dqblk .dqb_fsoftlimit instead of .dqb_isoftlimit on IRIX
81903
81975
 /* end confdefs.h.  */
81904
81976
 
81905
81977
 #include "confdefs.h"
81906
 
@@ -76233,41 +31477,18 @@
 
81978
@@ -76317,41 +31528,18 @@
81907
81979
   return 0;
81908
81980
 }
81909
81981
 _ACEOF
81949
82021
 
81950
82022
 fi
81951
82023
 
81952
 
@@ -76275,9 +31496,9 @@
 
82024
@@ -76359,9 +31547,9 @@
81953
82025
 # look for a working quota system
81954
82026
 
81955
82027
 if test x"$samba_cv_SYSQUOTA_FOUND" != x"yes"; then
81961
82033
   $as_echo_n "(cached) " >&6
81962
82034
 else
81963
82035
 
81964
 
@@ -76291,14 +31512,10 @@
 
82036
@@ -76375,14 +31563,10 @@
81965
82037
        old_LDFLAGS="$LDFLAGS";
81966
82038
        LDFLAGS="$LDFLAGS";
81967
82039
        export LDFLAGS;
81978
82050
 /* end confdefs.h.  */
81979
82051
 
81980
82052
 #define HAVE_QUOTACTL_4A 1
81981
 
@@ -76306,42 +31523,15 @@
 
82053
@@ -76390,42 +31574,15 @@
81982
82054
 #include "confdefs.h"
81983
82055
 #include "${srcdir-.}/../tests/sysquotas.c"
81984
82056
 _ACEOF
82025
82097
        CFLAGS="$old_CFLAGS";
82026
82098
        old_CFLAGS="";
82027
82099
        export CFLAGS;
82028
 
@@ -76353,23 +31543,21 @@
 
82100
@@ -76437,23 +31594,21 @@
82029
82101
        export LDFLAGS;
82030
82102
 
82031
82103
 fi
82053
82125
   $as_echo_n "(cached) " >&6
82054
82126
 else
82055
82127
 
82056
 
@@ -76383,14 +31571,10 @@
 
82128
@@ -76467,14 +31622,10 @@
82057
82129
        old_LDFLAGS="$LDFLAGS";
82058
82130
        LDFLAGS="$LDFLAGS";
82059
82131
        export LDFLAGS;
82070
82142
 /* end confdefs.h.  */
82071
82143
 
82072
82144
 #define HAVE_QUOTACTL_4B 1
82073
 
@@ -76398,42 +31582,15 @@
 
82145
@@ -76482,42 +31633,15 @@
82074
82146
 #include "confdefs.h"
82075
82147
 #include "${srcdir-.}/../tests/sysquotas.c"
82076
82148
 _ACEOF
82117
82189
        CFLAGS="$old_CFLAGS";
82118
82190
        old_CFLAGS="";
82119
82191
        export CFLAGS;
82120
 
@@ -76445,24 +31602,22 @@
 
82192
@@ -76529,24 +31653,22 @@
82121
82193
        export LDFLAGS;
82122
82194
 
82123
82195
 fi
82146
82218
   $as_echo_n "(cached) " >&6
82147
82219
 else
82148
82220
 
82149
 
@@ -76476,14 +31631,10 @@
 
82221
@@ -76560,14 +31682,10 @@
82150
82222
        old_LDFLAGS="$LDFLAGS";
82151
82223
        LDFLAGS="$LDFLAGS";
82152
82224
        export LDFLAGS;
82163
82235
 /* end confdefs.h.  */
82164
82236
 
82165
82237
 #define HAVE_QUOTACTL_3 1
82166
 
@@ -76491,42 +31642,15 @@
 
82238
@@ -76575,42 +31693,15 @@
82167
82239
 #include "confdefs.h"
82168
82240
 #include "${srcdir-.}/../tests/sysquotas.c"
82169
82241
 _ACEOF
82210
82282
        CFLAGS="$old_CFLAGS";
82211
82283
        old_CFLAGS="";
82212
82284
        export CFLAGS;
82213
 
@@ -76538,15 +31662,13 @@
 
82285
@@ -76622,15 +31713,13 @@
82214
82286
        export LDFLAGS;
82215
82287
 
82216
82288
 fi
82228
82300
 
82229
82301
     samba_cv_sysquotas_file="lib/sysquotas_3.c"
82230
82302
 fi
82231
 
@@ -76554,151 +31676,12 @@
 
82303
@@ -76638,151 +31727,12 @@
82232
82304
 
82233
82305
 #################################################
82234
82306
 # check for mntent.h and struct mntent
82384
82456
 _ACEOF
82385
82457
 
82386
82458
 fi
82387
 
@@ -76707,102 +31690,11 @@
 
82459
@@ -76791,102 +31741,11 @@
82388
82460
 
82389
82461
 #################################################
82390
82462
 # check for setmntent,getmntent,endmntent
82491
82563
   cat >>confdefs.h <<_ACEOF
82492
82564
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
82493
82565
 _ACEOF
82494
 
@@ -76813,151 +31705,12 @@
 
82566
@@ -76897,151 +31756,12 @@
82495
82567
 
82496
82568
 #################################################
82497
82569
 # check for devnm.h and struct mntent
82647
82719
 _ACEOF
82648
82720
 
82649
82721
 fi
82650
 
@@ -76966,102 +31719,12 @@
 
82722
@@ -77050,102 +31770,12 @@
82651
82723
 
82652
82724
 #################################################
82653
82725
 # check for devnm
82754
82826
 _ACEOF
82755
82827
 
82756
82828
 fi
82757
 
@@ -77084,19 +31747,15 @@
 
82829
@@ -77168,19 +31798,15 @@
82758
82830
 fi
82759
82831
 
82760
82832
 if test x"$samba_cv_SYSQUOTA_FOUND" != x"no"; then
82777
82849
 /* end confdefs.h.  */
82778
82850
 
82779
82851
 #include "confdefs.h"
82780
 
@@ -77114,76 +31773,47 @@
 
82852
@@ -77198,76 +31824,47 @@
82781
82853
   return 0;
82782
82854
 }
82783
82855
 _ACEOF
82865
82937
 /* end confdefs.h.  */
82866
82938
 
82867
82939
 #include "confdefs.h"
82868
 
@@ -77201,62 +31831,35 @@
 
82940
@@ -77285,62 +31882,35 @@
82869
82941
   return 0;
82870
82942
 }
82871
82943
 _ACEOF
82935
83007
 /* end confdefs.h.  */
82936
83008
 
82937
83009
 #include "confdefs.h"
82938
 
@@ -77272,56 +31875,33 @@
 
83010
@@ -77356,56 +31926,33 @@
82939
83011
   return 0;
82940
83012
 }
82941
83013
 _ACEOF
83000
83072
 $as_echo "no" >&6; }
83001
83073
     fi
83002
83074
 fi
83003
 
@@ -77333,12 +31913,12 @@
 
83075
@@ -77417,12 +31964,12 @@
83004
83076
 #################################################
83005
83077
 # check for experimental utmp accounting
83006
83078
 
83015
83087
   withval=$with_utmp;  case "$withval" in
83016
83088
   no)
83017
83089
                WITH_UTMP=no
83018
 
@@ -77361,41 +31941,35 @@
 
83090
@@ -77445,41 +31992,35 @@
83019
83091
 # Display test results
83020
83092
 
83021
83093
 if test x"$WITH_UTMP" = x"yes"; then
83065
83137
 /* end confdefs.h.  */
83066
83138
 
83067
83139
 #if defined(HAVE_UNISTD_H)
83068
 
@@ -77409,51 +31983,22 @@
 
83140
@@ -77493,51 +32034,22 @@
83069
83141
     exit (statvfs64 (".", &fsd));
83070
83142
   }
83071
83143
 _ACEOF
83123
83195
 
83124
83196
   fi
83125
83197
 fi
83126
 
@@ -77466,16 +32011,12 @@
 
83198
@@ -77550,16 +32062,12 @@
83127
83199
 # is what it gets when this test fails.
83128
83200
 if test $space = no; then
83129
83201
   # SVR4
83143
83215
 /* end confdefs.h.  */
83144
83216
 #include <sys/types.h>
83145
83217
 #include <sys/statvfs.h>
83146
 
@@ -77487,47 +32028,20 @@
 
83218
@@ -77571,47 +32079,20 @@
83147
83219
   return 0;
83148
83220
 }
83149
83221
 _ACEOF
83197
83269
 
83198
83270
   fi
83199
83271
 fi
83200
 
@@ -77535,17 +32049,13 @@
 
83272
@@ -77619,17 +32100,13 @@
83201
83273
 # smbd/statvfs.c assumes that statvfs.f_fsid is an integer.
83202
83274
 # This is not the case on ancient Linux systems.
83203
83275
 
83218
83290
 /* end confdefs.h.  */
83219
83291
 #include <sys/types.h>
83220
83292
 #include <sys/statvfs.h>
83221
 
@@ -77557,57 +32067,30 @@
 
83293
@@ -77641,57 +32118,30 @@
83222
83294
   return 0;
83223
83295
 }
83224
83296
 _ACEOF
83283
83355
 /* end confdefs.h.  */
83284
83356
 #include <sys/types.h>
83285
83357
 #include <sys/statvfs.h>
83286
 
@@ -77619,56 +32102,29 @@
 
83358
@@ -77703,56 +32153,29 @@
83287
83359
   return 0;
83288
83360
 }
83289
83361
 _ACEOF
83347
83419
 /* end confdefs.h.  */
83348
83420
 #include <sys/types.h>
83349
83421
 #include <sys/statvfs.h>
83350
 
@@ -77680,55 +32136,28 @@
 
83422
@@ -77764,55 +32187,28 @@
83351
83423
   return 0;
83352
83424
 }
83353
83425
 _ACEOF
83410
83482
 /* end confdefs.h.  */
83411
83483
 #include <sys/types.h>
83412
83484
 #include <sys/statvfs.h>
83413
 
@@ -77740,59 +32169,32 @@
 
83485
@@ -77824,59 +32220,32 @@
83414
83486
   return 0;
83415
83487
 }
83416
83488
 _ACEOF
83478
83550
 /* end confdefs.h.  */
83479
83551
 
83480
83552
 #include <sys/param.h>
83481
 
@@ -77805,71 +32207,38 @@
 
83553
@@ -77889,71 +32258,38 @@
83482
83554
     exit (statfs (".", &fsd, sizeof (struct statfs)));
83483
83555
   }
83484
83556
 _ACEOF
83560
83632
 /* end confdefs.h.  */
83561
83633
 
83562
83634
 #ifdef HAVE_SYS_PARAM_H
83563
 
@@ -77888,71 +32257,38 @@
 
83635
@@ -77972,71 +32308,38 @@
83564
83636
   exit (statfs (".", &fsd));
83565
83637
   }
83566
83638
 _ACEOF
83642
83714
 /* end confdefs.h.  */
83643
83715
 #include <sys/types.h>
83644
83716
 #include <sys/statfs.h>
83645
 
@@ -77962,71 +32298,38 @@
 
83717
@@ -78046,71 +32349,38 @@
83646
83718
   exit (statfs (".", &fsd, sizeof fsd, 0));
83647
83719
   }
83648
83720
 _ACEOF
83724
83796
 /* end confdefs.h.  */
83725
83797
 #include <sys/types.h>
83726
83798
 #ifdef HAVE_SYS_PARAM_H
83727
 
@@ -78042,71 +32345,38 @@
 
83799
@@ -78126,71 +32396,38 @@
83728
83800
   exit (statfs (".", &fsd));
83729
83801
   }
83730
83802
 _ACEOF
83806
83878
 /* end confdefs.h.  */
83807
83879
 #include <sys/types.h>
83808
83880
 #ifdef HAVE_SYS_PARAM_H
83809
 
@@ -78126,52 +32396,23 @@
 
83881
@@ -78210,52 +32447,23 @@
83810
83882
   exit (statfs (".", &fsd) != 1);
83811
83883
   }
83812
83884
 _ACEOF
83865
83937
 
83866
83938
   fi
83867
83939
 fi
83868
 
@@ -78181,513 +32422,99 @@
 
83940
@@ -78265,513 +32473,99 @@
83869
83941
 # use <4GB files we must have the following minimal support
83870
83942
 # available.
83871
83943
 # long long, and a 64 bit off_t or off64_t.
84444
84516
 /* end confdefs.h.  */
84445
84517
 
84446
84518
 #include "confdefs.h"
84447
 
@@ -78700,116 +32527,109 @@
 
84519
@@ -78784,116 +32578,109 @@
84448
84520
 #include <ctdb.h>
84449
84521
 #include <ctdb_private.h>
84450
84522
 
84630
84702
   withval=$with_cluster_support;
84631
84703
 fi
84632
84704
 
84633
 
@@ -78820,44 +32640,38 @@
 
84705
@@ -78904,44 +32691,38 @@
84634
84706
 
84635
84707
 if test x"$ac_cv_header_ctdb_private_h" != x"yes"; then
84636
84708
        if test "x$with_cluster_support" = "xyes"; then
84682
84754
   withval=$with_acl_support;  case "$withval" in
84683
84755
        yes|no)
84684
84756
                with_acl_support="$withval"
84685
 
@@ -78870,105 +32684,85 @@
 
84757
@@ -78954,105 +32735,85 @@
84686
84758
        with_acl_support="auto"
84687
84759
 fi
84688
84760
 
84809
84881
 /* end confdefs.h.  */
84810
84882
 
84811
84883
 /* Override any GCC internal prototype to avoid an error.
84812
 
@@ -78986,60 +32780,31 @@
 
84884
@@ -79070,60 +32831,31 @@
84813
84885
   return 0;
84814
84886
 }
84815
84887
 _ACEOF
84879
84951
 /* end confdefs.h.  */
84880
84952
 
84881
84953
 /* Override any GCC internal prototype to avoid an error.
84882
 
@@ -79057,61 +32822,32 @@
 
84954
@@ -79141,61 +32873,32 @@
84883
84955
   return 0;
84884
84956
 }
84885
84957
 _ACEOF
84950
85022
 /* end confdefs.h.  */
84951
85023
 
84952
85024
                                #include <sys/types.h>
84953
 
@@ -79130,64 +32866,33 @@
 
85025
@@ -79214,64 +32917,33 @@
84954
85026
   return 0;
84955
85027
 }
84956
85028
 _ACEOF
85025
85097
 /* end confdefs.h.  */
85026
85098
 
85027
85099
                                        #include <sys/types.h>
85028
 
@@ -79205,58 +32910,29 @@
 
85100
@@ -79289,58 +32961,29 @@
85029
85101
   return 0;
85030
85102
 }
85031
85103
 _ACEOF
85092
85164
 
85093
85165
                fi
85094
85166
                ;;
85095
 
@@ -79268,31 +32944,27 @@
 
85167
@@ -79352,31 +32995,27 @@
85096
85168
 #################################################
85097
85169
 # check for AIO support
85098
85170
 
85130
85202
 /* end confdefs.h.  */
85131
85203
 
85132
85204
 /* Override any GCC internal prototype to avoid an error.
85133
 
@@ -79310,58 +32982,29 @@
 
85205
@@ -79394,58 +33033,29 @@
85134
85206
   return 0;
85135
85207
 }
85136
85208
 _ACEOF
85198
85270
 /* end confdefs.h.  */
85199
85271
 
85200
85272
 /* Override any GCC internal prototype to avoid an error.
85201
 
@@ -79379,59 +33022,30 @@
 
85273
@@ -79463,59 +33073,30 @@
85202
85274
   return 0;
85203
85275
 }
85204
85276
 _ACEOF
85267
85339
 /* end confdefs.h.  */
85268
85340
 #include <sys/types.h>
85269
85341
 #include <aio.h>
85270
 
@@ -79443,55 +33057,26 @@
 
85342
@@ -79527,55 +33108,26 @@
85271
85343
   return 0;
85272
85344
 }
85273
85345
 _ACEOF
85331
85403
 /* end confdefs.h.  */
85332
85404
 #include <sys/types.h>
85333
85405
 #include <aio.h>
85334
 
@@ -79503,716 +33088,317 @@
 
85406
@@ -79587,716 +33139,317 @@
85335
85407
   return 0;
85336
85408
 }
85337
85409
 _ACEOF
86186
86258
 $as_echo "no" >&6; }
86187
86259
 
86188
86260
 fi
86189
 
@@ -80229,30 +33415,26 @@
 
86261
@@ -80313,30 +33466,26 @@
86190
86262
 # check for sendfile support
86191
86263
 
86192
86264
 with_sendfile_support=yes
86223
86295
 /* end confdefs.h.  */
86224
86296
 #include <sys/sendfile.h>
86225
86297
 int
86226
 
@@ -80268,53 +33450,24 @@
 
86298
@@ -80352,53 +33501,24 @@
86227
86299
   return 0;
86228
86300
 }
86229
86301
 _ACEOF
86285
86357
 /* end confdefs.h.  */
86286
86358
 #include <sys/sendfile.h>
86287
86359
 int
86288
 
@@ -80330,54 +33483,25 @@
 
86360
@@ -80414,54 +33534,25 @@
86289
86361
   return 0;
86290
86362
 }
86291
86363
 _ACEOF
86348
86420
 /* end confdefs.h.  */
86349
86421
 \
86350
86422
 #if defined(_FILE_OFFSET_BITS) && (_FILE_OFFSET_BITS == 64)
86351
 
@@ -80397,103 +33521,58 @@
 
86423
@@ -80481,103 +33572,58 @@
86352
86424
   return 0;
86353
86425
 }
86354
86426
 _ACEOF
86469
86541
 /* end confdefs.h.  */
86470
86542
 \
86471
86543
 #include <sys/types.h>
86472
 
@@ -80520,76 +33599,41 @@
 
86544
@@ -80604,76 +33650,41 @@
86473
86545
   return 0;
86474
86546
 }
86475
86547
 _ACEOF
86558
86630
 /* end confdefs.h.  */
86559
86631
 \
86560
86632
 #include <sys/socket.h>
86561
 
@@ -80613,73 +33657,38 @@
 
86633
@@ -80697,73 +33708,38 @@
86562
86634
   return 0;
86563
86635
 }
86564
86636
 _ACEOF
86644
86716
 /* end confdefs.h.  */
86645
86717
 \
86646
86718
 #include <sys/socket.h>
86647
 
@@ -80703,77 +33712,41 @@
 
86719
@@ -80787,77 +33763,41 @@
86648
86720
   return 0;
86649
86721
 }
86650
86722
 _ACEOF
86734
86806
 /* end confdefs.h.  */
86735
86807
 
86736
86808
 /* Override any GCC internal prototype to avoid an error.
86737
 
@@ -80791,43 +33764,18 @@
 
86809
@@ -80875,43 +33815,18 @@
86738
86810
   return 0;
86739
86811
 }
86740
86812
 _ACEOF
86784
86856
   cat >>confdefs.h <<_ACEOF
86785
86857
 #define HAVE_LIBSENDFILE 1
86786
86858
 _ACEOF
86787
 
@@ -80836,17 +33784,13 @@
 
86859
@@ -80920,17 +33835,13 @@
86788
86860
 
86789
86861
 fi
86790
86862
 
86805
86877
 /* end confdefs.h.  */
86806
86878
 \
86807
86879
 #include <sys/sendfile.h>
86808
 
@@ -80877,74 +33821,39 @@
 
86880
@@ -80961,74 +33872,39 @@
86809
86881
   return 0;
86810
86882
 }
86811
86883
 _ACEOF
86892
86964
 /* end confdefs.h.  */
86893
86965
 \
86894
86966
 #include <sys/sendfile.h>
86895
 
@@ -80975,75 +33884,40 @@
 
86967
@@ -81059,75 +33935,40 @@
86896
86968
   return 0;
86897
86969
 }
86898
86970
 _ACEOF
86980
87052
 /* end confdefs.h.  */
86981
87053
 \
86982
87054
 #include <sys/socket.h>
86983
 
@@ -81071,59 +33945,28 @@
 
87055
@@ -81155,59 +33996,28 @@
86984
87056
   return 0;
86985
87057
 }
86986
87058
 _ACEOF
87049
87121
 $as_echo "no" >&6; };
87050
87122
        fi
87051
87123
        ;;
87052
 
@@ -81132,12 +33975,12 @@
 
87124
@@ -81216,12 +34026,12 @@
87053
87125
         esac
87054
87126
         ;;
87055
87127
   *)
87064
87136
 $as_echo "yes" >&6; }
87065
87137
 
87066
87138
 fi
87067
 
@@ -81146,17 +33989,13 @@
 
87139
@@ -81230,17 +34040,13 @@
87068
87140
 ############################################
87069
87141
 # See if we have the Linux readahead syscall.
87070
87142
 
87085
87157
 /* end confdefs.h.  */
87086
87158
 
87087
87159
 #if defined(HAVE_UNISTD_H)
87088
 
@@ -81171,62 +34010,31 @@
 
87160
@@ -81255,62 +34061,31 @@
87089
87161
   return 0;
87090
87162
 }
87091
87163
 _ACEOF
87157
87229
 /* end confdefs.h.  */
87158
87230
 #include <fcntl.h>
87159
87231
 int
87160
 
@@ -81237,41 +34045,18 @@
 
87232
@@ -81321,41 +34096,18 @@
87161
87233
   return 0;
87162
87234
 }
87163
87235
 _ACEOF
87203
87275
 
87204
87276
  fi
87205
87277
 
87206
 
@@ -81279,17 +34064,13 @@
 
87278
@@ -81363,17 +34115,13 @@
87207
87279
 ############################################
87208
87280
 # See if we have the posix_fadvise syscall.
87209
87281
 
87224
87296
 /* end confdefs.h.  */
87225
87297
 
87226
87298
 #if defined(HAVE_UNISTD_H)
87227
 
@@ -81304,47 +34085,20 @@
 
87299
@@ -81388,47 +34136,20 @@
87228
87300
   return 0;
87229
87301
 }
87230
87302
 _ACEOF
87278
87350
 
87279
87351
 fi
87280
87352
 
87281
 
@@ -81353,17 +34107,13 @@
 
87353
@@ -81437,17 +34158,13 @@
87282
87354
 
87283
87355
 case "$host_os" in
87284
87356
 *linux*)
87299
87371
 /* end confdefs.h.  */
87300
87372
 
87301
87373
 #if defined(HAVE_UNISTD_H)
87302
 
@@ -81378,40 +34128,15 @@
 
87374
@@ -81462,40 +34179,15 @@
87303
87375
   return 0;
87304
87376
 }
87305
87377
 _ACEOF
87345
87417
 $as_echo "$samba_cv_HAVE_LINUX_SPLICE" >&6; }
87346
87418
 ;;
87347
87419
 *)
87348
 
@@ -81421,24 +34146,18 @@
 
87420
@@ -81505,24 +34197,18 @@
87349
87421
 
87350
87422
 if test x"$samba_cv_HAVE_LINUX_SPLICE" = x"yes"; then
87351
87423
 
87374
87446
 /* end confdefs.h.  */
87375
87447
 #include <fcntl.h>
87376
87448
 int
87377
 
@@ -81449,41 +34168,18 @@
 
87449
@@ -81533,41 +34219,18 @@
87378
87450
   return 0;
87379
87451
 }
87380
87452
 _ACEOF
87420
87492
 
87421
87493
  fi
87422
87494
 
87423
 
@@ -81491,68 +34187,35 @@
 
87495
@@ -81575,68 +34238,35 @@
87424
87496
 ############################################
87425
87497
 # See if we have the a broken readlink syscall.
87426
87498
 
87499
87571
 
87500
87572
 fi
87501
87573
 
87502
 
@@ -81560,7 +34223,7 @@
 
87574
@@ -81644,7 +34274,7 @@
87503
87575
 # Check whether winbind is supported on this platform.  If so we need to
87504
87576
 # build and install client programs, sbin programs and shared libraries
87505
87577
 
87508
87580
 $as_echo_n "checking whether to build winbind... " >&6; }
87509
87581
 
87510
87582
 # Initially, the value of $host_os decides whether winbind is supported
87511
 
@@ -81572,7 +34235,7 @@
 
87583
@@ -81656,7 +34286,7 @@
87512
87584
 # We define this here so --with-winbind can override it.
87513
87585
 
87514
87586
 # Check whether --with-wbclient was given.
87517
87589
   withval=$with_wbclient;
87518
87590
   case "$withval" in
87519
87591
         no)
87520
 
@@ -81670,7 +34333,7 @@
 
87592
@@ -81754,7 +34384,7 @@
87521
87593
 
87522
87594
 
87523
87595
 # Check whether --with-winbind was given.
87526
87598
   withval=$with_winbind;
87527
87599
   case "$withval" in
87528
87600
        yes)
87529
 
@@ -81701,18 +34364,14 @@
 
87601
@@ -81785,18 +34415,14 @@
87530
87602
        WINBIND_WINS_NSS=""
87531
87603
 fi
87532
87604
 if test x"$HAVE_WBCLIENT" = x"yes"; then
87548
87620
 /* end confdefs.h.  */
87549
87621
 
87550
87622
 /* Override any GCC internal prototype to avoid an error.
87551
 
@@ -81730,57 +34389,28 @@
 
87623
@@ -81814,57 +34440,28 @@
87552
87624
   return 0;
87553
87625
 }
87554
87626
 _ACEOF
87615
87687
 
87616
87688
        EXTRA_BIN_PROGS="$EXTRA_BIN_PROGS bin/wbinfo\$(EXEEXT)"
87617
87689
 else
87618
 
@@ -81809,12 +34439,10 @@
 
87690
@@ -81893,12 +34490,10 @@
87619
87691
 fi
87620
87692
 
87621
87693
 if test x"$HAVE_WINBIND" = x"yes"; then
87630
87702
 
87631
87703
 
87632
87704
        EXTRA_BIN_PROGS="$EXTRA_BIN_PROGS bin/wbinfo\$(EXEEXT)"
87633
 
@@ -81825,7 +34453,7 @@
 
87705
@@ -81909,7 +34504,7 @@
87634
87706
                UNINSTALL_PAM_MODULES="uninstallpammodules"
87635
87707
        fi
87636
87708
 else
87639
87711
 $as_echo "no$winbind_no_reason" >&6; }
87640
87712
 fi
87641
87713
 
87642
 
@@ -81838,108 +34466,11 @@
 
87714
@@ -81922,108 +34517,11 @@
87643
87715
 
87644
87716
 
87645
87717
 # Solaris 10 does have new member in nss_XbyY_key
87752
87824
 
87753
87825
 fi
87754
87826
 
87755
 
@@ -81947,424 +34478,40 @@
 
87827
@@ -82031,424 +34529,40 @@
87756
87828
 # Solaris has some extra fields in struct passwd that need to be
87757
87829
 # initialised otherwise nscd crashes.
87758
87830
 
88195
88267
 
88196
88268
 cat >>confdefs.h <<_ACEOF
88197
88269
 #define HAVE_STRUCT_SECMETHOD_TABLE_METHOD_VERSION 1
88198
 
@@ -82374,17 +34521,13 @@
 
88270
@@ -82458,17 +34572,13 @@
88199
88271
 fi
88200
88272
 
88201
88273
 
88216
88288
 /* end confdefs.h.  */
88217
88289
 #include <sys/types.h>
88218
88290
 #include <sys/socket.h>
88219
 
@@ -82399,41 +34542,18 @@
 
88291
@@ -82483,41 +34593,18 @@
88220
88292
   return 0;
88221
88293
 }
88222
88294
 _ACEOF
88262
88334
 
88263
88335
 fi
88264
88336
 
88265
 
@@ -82443,7 +34563,7 @@
 
88337
@@ -82527,7 +34614,7 @@
88266
88338
 
88267
88339
 
88268
88340
 # Check whether --with-included-popt was given.
88271
88343
   withval=$with_included_popt;
88272
88344
   case "$withval" in
88273
88345
        yes)
88274
 
@@ -82456,18 +34576,14 @@
 
88346
@@ -82540,18 +34627,14 @@
88275
88347
 fi
88276
88348
 
88277
88349
 if test x"$INCLUDED_POPT" != x"yes"; then
88293
88365
 /* end confdefs.h.  */
88294
88366
 
88295
88367
 /* Override any GCC internal prototype to avoid an error.
88296
 
@@ -82485,43 +34601,18 @@
 
88368
@@ -82569,43 +34652,18 @@
88297
88369
   return 0;
88298
88370
 }
88299
88371
 _ACEOF
88343
88415
   INCLUDED_POPT=no
88344
88416
 else
88345
88417
   INCLUDED_POPT=yes
88346
 
@@ -82529,16 +34620,16 @@
 
88418
@@ -82613,16 +34671,16 @@
88347
88419
 
88348
88420
 fi
88349
88421
 
88363
88435
 $as_echo "no" >&6; }
88364
88436
        BUILD_POPT=""
88365
88437
     POPTLIBS="-lpopt"
88366
 
@@ -82551,7 +34642,7 @@
 
88438
@@ -82635,7 +34693,7 @@
88367
88439
 # Check if user wants DNS service discovery support
88368
88440
 
88369
88441
 # Check whether --enable-dnssd was given.
88372
88444
   enableval=$enable_dnssd;
88373
88445
 fi
88374
88446
 
88375
 
@@ -82560,151 +34651,12 @@
 
88447
@@ -82644,151 +34702,12 @@
88376
88448
 if test x"$enable_dnssd" = x"yes"; then
88377
88449
     have_dnssd_support=yes
88378
88450
 
88529
88601
 _ACEOF
88530
88602
 
88531
88603
 fi
88532
 
@@ -82717,102 +34669,12 @@
 
88604
@@ -82801,102 +34720,12 @@
88533
88605
 
88534
88606
     # On Darwin the DNSSD API is in libc, but on other platforms it's
88535
88607
     # probably in -ldns_sd
88637
88709
 _ACEOF
88638
88710
 
88639
88711
 fi
88640
 
@@ -82820,23 +34682,17 @@
 
88712
@@ -82904,23 +34733,17 @@
88641
88713
 
88642
88714
 
88643
88715
 
88664
88736
 /* end confdefs.h.  */
88665
88737
 
88666
88738
 /* Override any GCC internal prototype to avoid an error.
88667
 
@@ -82854,54 +34710,28 @@
 
88739
@@ -82938,54 +34761,28 @@
88668
88740
   return 0;
88669
88741
 }
88670
88742
 _ACEOF
88726
88798
   cat >>confdefs.h <<_ACEOF
88727
88799
 #define HAVE_LIBDNS_SD 1
88728
88800
 _ACEOF
88729
 
@@ -82916,7 +34746,6 @@
 
88801
@@ -83000,7 +34797,6 @@
88730
88802
 
88731
88803
 
88732
88804
 fi
88734
88806
     if test x"$ac_cv_func_DNSServiceRegister" != x"yes" -a \
88735
88807
             x"$ac_cv_lib_ext_dns_sd_DNSServiceRegister" != x"yes"; then
88736
88808
        have_dnssd_support=no
88737
 
@@ -82924,15 +34753,11 @@
 
88809
@@ -83008,15 +34804,11 @@
88738
88810
 
88739
88811
     if test x"$have_dnssd_support" = x"yes"; then
88740
88812
 
88752
88824
        fi
88753
88825
     fi
88754
88826
 
88755
 
@@ -82942,7 +34767,7 @@
 
88827
@@ -83026,7 +34818,7 @@
88756
88828
 # Check if user wants avahi support
88757
88829
 
88758
88830
 # Check whether --enable-avahi was given.
88761
88833
   enableval=$enable_avahi;
88762
88834
 fi
88763
88835
 
88764
 
@@ -82950,151 +34775,12 @@
 
88836
@@ -83034,151 +34826,12 @@
88765
88837
 if test x"$enable_avahi" != x"no"; then
88766
88838
     have_avahi_support=yes
88767
88839
 
88918
88990
 _ACEOF
88919
88991
 
88920
88992
 fi
88921
 
@@ -83105,151 +34791,12 @@
 
88993
@@ -83189,151 +34842,12 @@
88922
88994
        have_avahi_support=no
88923
88995
     fi
88924
88996
 
89075
89147
 _ACEOF
89076
89148
 
89077
89149
 fi
89078
 
@@ -83261,18 +34808,14 @@
 
89150
@@ -83345,18 +34859,14 @@
89079
89151
     fi
89080
89152
 
89081
89153
     save_LIBS="$LIBS"
89097
89169
 /* end confdefs.h.  */
89098
89170
 
89099
89171
 /* Override any GCC internal prototype to avoid an error.
89100
 
@@ -83290,58 +34833,29 @@
 
89172
@@ -83374,58 +34884,29 @@
89101
89173
   return 0;
89102
89174
 }
89103
89175
 _ACEOF
89165
89237
 /* end confdefs.h.  */
89166
89238
 
89167
89239
 /* Override any GCC internal prototype to avoid an error.
89168
 
@@ -83359,43 +34873,18 @@
 
89240
@@ -83443,43 +34924,18 @@
89169
89241
   return 0;
89170
89242
 }
89171
89243
 _ACEOF
89215
89287
   have_avahi_strerror=yes
89216
89288
 fi
89217
89289
 
89218
 
@@ -83410,17 +34899,13 @@
 
89290
@@ -83494,17 +34950,13 @@
89219
89291
         AVAHI_LIBS="-lavahi-client -lavahi-common"
89220
89292
 
89221
89293
 
89235
89307
        fi
89236
89308
     fi
89237
89309
 fi
89238
 
@@ -83435,18 +34920,14 @@
 
89310
@@ -83519,18 +34971,14 @@
89239
89311
 # If it's error, then the user didn't
89240
89312
 # define it.
89241
89313
 if test "x$PTHREAD_LDFLAGS" = xerror; then
89257
89329
 /* end confdefs.h.  */
89258
89330
 
89259
89331
 /* Override any GCC internal prototype to avoid an error.
89260
 
@@ -83464,43 +34945,18 @@
 
89332
@@ -83548,43 +34996,18 @@
89261
89333
   return 0;
89262
89334
 }
89263
89335
 _ACEOF
89307
89379
 
89308
89380
             PTHREAD_CFLAGS="-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS"
89309
89381
             PTHREAD_LDFLAGS="-lpthread"
89310
 
@@ -83509,18 +34965,14 @@
 
89382
@@ -83593,18 +35016,14 @@
89311
89383
 fi
89312
89384
 
89313
89385
 if test "x$PTHREAD_LDFLAGS" = xerror; then
89329
89401
 /* end confdefs.h.  */
89330
89402
 
89331
89403
 /* Override any GCC internal prototype to avoid an error.
89332
 
@@ -83538,43 +34990,18 @@
 
89404
@@ -83622,43 +35041,18 @@
89333
89405
   return 0;
89334
89406
 }
89335
89407
 _ACEOF
89379
89451
 
89380
89452
             PTHREAD_CFLAGS="-D_THREAD_SAFE"
89381
89453
             PTHREAD_LDFLAGS="-lpthreads"
89382
 
@@ -83583,18 +35010,14 @@
 
89454
@@ -83667,18 +35061,14 @@
89383
89455
 fi
89384
89456
 
89385
89457
 if test "x$PTHREAD_LDFLAGS" = xerror; then
89401
89473
 /* end confdefs.h.  */
89402
89474
 
89403
89475
 /* Override any GCC internal prototype to avoid an error.
89404
 
@@ -83612,43 +35035,18 @@
 
89476
@@ -83696,43 +35086,18 @@
89405
89477
   return 0;
89406
89478
 }
89407
89479
 _ACEOF
89451
89523
 
89452
89524
                PTHREAD_CFLAGS="-D_THREAD_SAFE -pthread"
89453
89525
                PTHREAD_LDFLAGS="-pthread"
89454
 
@@ -83657,92 +35055,8 @@
 
89526
@@ -83741,92 +35106,8 @@
89455
89527
 fi
89456
89528
 
89457
89529
 if test "x$PTHREAD_LDFLAGS" = xerror; then
89546
89618
 
89547
89619
                 PTHREAD_CFLAGS="-D_REENTRANT"
89548
89620
                 PTHREAD_LDFLAGS="-lpthread"
89549
 
@@ -83753,18 +35067,14 @@
 
89621
@@ -83837,18 +35118,14 @@
89550
89622
 # especially for HP-UX, where the AC_CHECK_FUNC macro fails to test for
89551
89623
 # pthread_attr_init. On pthread_mutex_lock it works there...
89552
89624
 if test "x$PTHREAD_LDFLAGS" = xerror; then
89568
89640
 /* end confdefs.h.  */
89569
89641
 
89570
89642
 /* Override any GCC internal prototype to avoid an error.
89571
 
@@ -83774,51 +35084,26 @@
 
89643
@@ -83858,51 +35135,26 @@
89572
89644
 extern "C"
89573
89645
 #endif
89574
89646
 char pthread_mutex_lock ();
89634
89706
 
89635
89707
                PTHREAD_CFLAGS="-D_REENTRANT"
89636
89708
                PTHREAD_LDFLAGS="-lpthread"
89637
 
@@ -83837,151 +35122,12 @@
 
89709
@@ -83921,151 +35173,12 @@
89638
89710
        CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
89639
89711
        ac_save_LDFLAGS=$LDFLAGS
89640
89712
        LDFLAGS="$LDFLAGS $PTHREAD_LDFLAGS"
89791
89863
 _ACEOF
89792
89864
 
89793
89865
 fi
89794
 
@@ -83991,9 +35137,7 @@
 
89866
@@ -84075,9 +35188,7 @@
89795
89867
        CFLAGS=$ac_save_CFLAGS
89796
89868
        LDFLAGS=$ac_save_LDFLAGS
89797
89869
 
89802
89874
 
89803
89875
 fi
89804
89876
 
89805
 
@@ -84001,24 +35145,20 @@
 
89877
@@ -84085,24 +35196,20 @@
89806
89878
 # Check if user wants pthreadpool support
89807
89879
 
89808
89880
 # Check whether --enable-pthreadpool was given.
89830
89902
 
89831
89903
     PTHREADPOOL_OBJ="lib/pthreadpool.o"
89832
89904
 
89833
 
@@ -84029,7 +35169,7 @@
 
89905
@@ -84113,7 +35220,7 @@
89834
89906
 
89835
89907
 
89836
89908
 # Check whether --with-included-iniparser was given.
89839
89911
   withval=$with_included_iniparser;
89840
89912
   case "$withval" in
89841
89913
        yes)
89842
 
@@ -84042,18 +35182,14 @@
 
89914
@@ -84126,18 +35233,14 @@
89843
89915
 fi
89844
89916
 
89845
89917
 if test x"$INCLUDED_INIPARSER" != x"yes"; then
89861
89933
 /* end confdefs.h.  */
89862
89934
 
89863
89935
 /* Override any GCC internal prototype to avoid an error.
89864
 
@@ -84071,43 +35207,18 @@
 
89936
@@ -84155,43 +35258,18 @@
89865
89937
   return 0;
89866
89938
 }
89867
89939
 _ACEOF
89911
89983
   INCLUDED_INIPARSER=no
89912
89984
 else
89913
89985
   INCLUDED_INIPARSER=yes
89914
 
@@ -84115,16 +35226,16 @@
 
89986
@@ -84199,16 +35277,16 @@
89915
89987
 
89916
89988
 fi
89917
89989
 
89931
90003
 $as_echo "no" >&6; }
89932
90004
        BUILD_INIPARSER=""
89933
90005
     INIPARSERLIBS="-liniparser"
89934
 
@@ -84137,238 +35248,18 @@
 
90006
@@ -84221,238 +35299,18 @@
89935
90007
 
89936
90008
 # Checks for the vfs_fileid module
89937
90009
 # Start
90176
90248
 _ACEOF
90177
90249
 
90178
90250
 fi
90179
 
@@ -84376,20 +35267,16 @@
 
90251
@@ -84460,20 +35318,16 @@
90180
90252
 done
90181
90253
 
90182
90254
 
90201
90273
 /* end confdefs.h.  */
90202
90274
 
90203
90275
                #include <sys/types.h>
90204
 
@@ -84401,46 +35288,19 @@
 
90276
@@ -84485,46 +35339,19 @@
90205
90277
                        return statfs (".", &fsd);
90206
90278
                }
90207
90279
 _ACEOF
90253
90325
 $as_echo "$vfsfileid_cv_statfs" >&6; }
90254
90326
 
90255
90327
 if test x"$ac_cv_func_getmntent" = x"yes" -a \
90256
 
@@ -84475,7 +35335,7 @@
 
90328
@@ -84559,7 +35386,7 @@
90257
90329
 
90258
90330
 
90259
90331
 # Check whether --with-static-modules was given.
90262
90334
   withval=$with_static_modules;  if test $withval; then
90263
90335
        for i in `echo $withval | sed -e 's/,/ /g'`
90264
90336
        do
90265
 
@@ -84487,7 +35347,7 @@
 
90337
@@ -84571,7 +35398,7 @@
90266
90338
 
90267
90339
 
90268
90340
 # Check whether --with-shared-modules was given.
90271
90343
   withval=$with_shared_modules;  if test $withval; then
90272
90344
        for i in `echo $withval | sed -e 's/,/ /g'`
90273
90345
        do
90274
 
@@ -84504,7 +35364,7 @@
 
90346
@@ -84588,7 +35415,7 @@
90275
90347
 fi
90276
90348
 
90277
90349
 
90280
90352
 $as_echo_n "checking how to build pdb_ldap... " >&6; }
90281
90353
        if test "$MODULE_pdb_ldap"; then
90282
90354
                DEST=$MODULE_pdb_ldap
90283
 
@@ -84516,12 +35376,10 @@
 
90355
@@ -84600,12 +35427,10 @@
90284
90356
 
90285
90357
        if test x"$DEST" = xSHARED; then
90286
90358
 
90295
90367
 $as_echo "shared" >&6; }
90296
90368
 
90297
90369
                string_shared_modules="$string_shared_modules pdb_ldap"
90298
 
@@ -84532,16 +35390,16 @@
 
90370
@@ -84616,16 +35441,16 @@
90299
90371
                PDB_STATIC="$PDB_STATIC passdb/pdb_ldap.o passdb/pdb_nds.o"
90300
90372
 
90301
90373
                 PASSDB_LIBS="$PASSDB_LIBS $LDAP_LIBS"
90315
90387
 $as_echo_n "checking how to build pdb_ads... " >&6; }
90316
90388
        if test "$MODULE_pdb_ads"; then
90317
90389
                DEST=$MODULE_pdb_ads
90318
 
@@ -84553,12 +35411,10 @@
 
90390
@@ -84637,12 +35462,10 @@
90319
90391
 
90320
90392
        if test x"$DEST" = xSHARED; then
90321
90393
 
90330
90402
 $as_echo "shared" >&6; }
90331
90403
 
90332
90404
                string_shared_modules="$string_shared_modules pdb_ads"
90333
 
@@ -84569,16 +35425,16 @@
 
90405
@@ -84653,16 +35476,16 @@
90334
90406
                PDB_STATIC="$PDB_STATIC passdb/pdb_ads.o \$(TLDAP_OBJ)"
90335
90407
 
90336
90408
 
90350
90422
 $as_echo_n "checking how to build pdb_smbpasswd... " >&6; }
90351
90423
        if test "$MODULE_pdb_smbpasswd"; then
90352
90424
                DEST=$MODULE_pdb_smbpasswd
90353
 
@@ -84590,12 +35446,10 @@
 
90425
@@ -84674,12 +35497,10 @@
90354
90426
 
90355
90427
        if test x"$DEST" = xSHARED; then
90356
90428
 
90365
90437
 $as_echo "shared" >&6; }
90366
90438
 
90367
90439
                string_shared_modules="$string_shared_modules pdb_smbpasswd"
90368
 
@@ -84606,16 +35460,16 @@
 
90440
@@ -84690,16 +35511,16 @@
90369
90441
                PDB_STATIC="$PDB_STATIC passdb/pdb_smbpasswd.o"
90370
90442
 
90371
90443
 
90385
90457
 $as_echo_n "checking how to build pdb_tdbsam... " >&6; }
90386
90458
        if test "$MODULE_pdb_tdbsam"; then
90387
90459
                DEST=$MODULE_pdb_tdbsam
90388
 
@@ -84627,12 +35481,10 @@
 
90460
@@ -84711,12 +35532,10 @@
90389
90461
 
90390
90462
        if test x"$DEST" = xSHARED; then
90391
90463
 
90400
90472
 $as_echo "shared" >&6; }
90401
90473
 
90402
90474
                string_shared_modules="$string_shared_modules pdb_tdbsam"
90403
 
@@ -84643,16 +35495,16 @@
 
90475
@@ -84727,16 +35546,16 @@
90404
90476
                PDB_STATIC="$PDB_STATIC passdb/pdb_tdb.o"
90405
90477
 
90406
90478
 
90420
90492
 $as_echo_n "checking how to build pdb_wbc_sam... " >&6; }
90421
90493
        if test "$MODULE_pdb_wbc_sam"; then
90422
90494
                DEST=$MODULE_pdb_wbc_sam
90423
 
@@ -84664,12 +35516,10 @@
 
90495
@@ -84748,12 +35567,10 @@
90424
90496
 
90425
90497
        if test x"$DEST" = xSHARED; then
90426
90498
 
90435
90507
 $as_echo "shared" >&6; }
90436
90508
 
90437
90509
                string_shared_modules="$string_shared_modules pdb_wbc_sam"
90438
 
@@ -84680,11 +35530,11 @@
 
90510
@@ -84764,11 +35581,11 @@
90439
90511
                PDB_STATIC="$PDB_STATIC passdb/pdb_wbc_sam.o"
90440
90512
 
90441
90513
 
90449
90521
 $as_echo "not" >&6; }
90450
90522
        fi
90451
90523
 
90452
 
@@ -84706,7 +35556,7 @@
 
90524
@@ -84790,7 +35607,7 @@
90453
90525
 
90454
90526
 
90455
90527
 
90458
90530
 $as_echo_n "checking how to build rpc_lsarpc... " >&6; }
90459
90531
        if test "$MODULE_rpc_lsarpc"; then
90460
90532
                DEST=$MODULE_rpc_lsarpc
90461
 
@@ -84718,12 +35568,10 @@
 
90533
@@ -84802,12 +35619,10 @@
90462
90534
 
90463
90535
        if test x"$DEST" = xSHARED; then
90464
90536
 
90473
90545
 $as_echo "shared" >&6; }
90474
90546
 
90475
90547
                string_shared_modules="$string_shared_modules rpc_lsarpc"
90476
 
@@ -84734,16 +35582,16 @@
 
90548
@@ -84818,16 +35633,16 @@
90477
90549
                RPC_STATIC="$RPC_STATIC \$(RPC_LSA_OBJ)"
90478
90550
 
90479
90551
 
90493
90565
 $as_echo_n "checking how to build rpc_winreg... " >&6; }
90494
90566
        if test "$MODULE_rpc_winreg"; then
90495
90567
                DEST=$MODULE_rpc_winreg
90496
 
@@ -84755,12 +35603,10 @@
 
90568
@@ -84839,12 +35654,10 @@
90497
90569
 
90498
90570
        if test x"$DEST" = xSHARED; then
90499
90571
 
90508
90580
 $as_echo "shared" >&6; }
90509
90581
 
90510
90582
                string_shared_modules="$string_shared_modules rpc_winreg"
90511
 
@@ -84771,16 +35617,16 @@
 
90583
@@ -84855,16 +35668,16 @@
90512
90584
                RPC_STATIC="$RPC_STATIC \$(RPC_REG_OBJ)"
90513
90585
 
90514
90586
 
90528
90600
 $as_echo_n "checking how to build rpc_initshutdown... " >&6; }
90529
90601
        if test "$MODULE_rpc_initshutdown"; then
90530
90602
                DEST=$MODULE_rpc_initshutdown
90531
 
@@ -84792,12 +35638,10 @@
 
90603
@@ -84876,12 +35689,10 @@
90532
90604
 
90533
90605
        if test x"$DEST" = xSHARED; then
90534
90606
 
90543
90615
 $as_echo "shared" >&6; }
90544
90616
 
90545
90617
                string_shared_modules="$string_shared_modules rpc_initshutdown"
90546
 
@@ -84808,16 +35652,16 @@
 
90618
@@ -84892,16 +35703,16 @@
90547
90619
                RPC_STATIC="$RPC_STATIC \$(RPC_INITSHUTDOWN_OBJ)"
90548
90620
 
90549
90621
 
90563
90635
 $as_echo_n "checking how to build rpc_dssetup... " >&6; }
90564
90636
        if test "$MODULE_rpc_dssetup"; then
90565
90637
                DEST=$MODULE_rpc_dssetup
90566
 
@@ -84829,12 +35673,10 @@
 
90638
@@ -84913,12 +35724,10 @@
90567
90639
 
90568
90640
        if test x"$DEST" = xSHARED; then
90569
90641
 
90578
90650
 $as_echo "shared" >&6; }
90579
90651
 
90580
90652
                string_shared_modules="$string_shared_modules rpc_dssetup"
90581
 
@@ -84845,16 +35687,16 @@
 
90653
@@ -84929,16 +35738,16 @@
90582
90654
                RPC_STATIC="$RPC_STATIC \$(RPC_DSSETUP_OBJ)"
90583
90655
 
90584
90656
 
90598
90670
 $as_echo_n "checking how to build rpc_wkssvc... " >&6; }
90599
90671
        if test "$MODULE_rpc_wkssvc"; then
90600
90672
                DEST=$MODULE_rpc_wkssvc
90601
 
@@ -84866,12 +35708,10 @@
 
90673
@@ -84950,12 +35759,10 @@
90602
90674
 
90603
90675
        if test x"$DEST" = xSHARED; then
90604
90676
 
90613
90685
 $as_echo "shared" >&6; }
90614
90686
 
90615
90687
                string_shared_modules="$string_shared_modules rpc_wkssvc"
90616
 
@@ -84882,16 +35722,16 @@
 
90688
@@ -84966,16 +35773,16 @@
90617
90689
                RPC_STATIC="$RPC_STATIC \$(RPC_WKS_OBJ)"
90618
90690
 
90619
90691
 
90633
90705
 $as_echo_n "checking how to build rpc_svcctl... " >&6; }
90634
90706
        if test "$MODULE_rpc_svcctl"; then
90635
90707
                DEST=$MODULE_rpc_svcctl
90636
 
@@ -84903,12 +35743,10 @@
 
90708
@@ -84987,12 +35794,10 @@
90637
90709
 
90638
90710
        if test x"$DEST" = xSHARED; then
90639
90711
 
90648
90720
 $as_echo "shared" >&6; }
90649
90721
 
90650
90722
                string_shared_modules="$string_shared_modules rpc_svcctl"
90651
 
@@ -84919,16 +35757,16 @@
 
90723
@@ -85003,16 +35808,16 @@
90652
90724
                RPC_STATIC="$RPC_STATIC \$(RPC_SVCCTL_OBJ)"
90653
90725
 
90654
90726
 
90668
90740
 $as_echo_n "checking how to build rpc_ntsvcs... " >&6; }
90669
90741
        if test "$MODULE_rpc_ntsvcs"; then
90670
90742
                DEST=$MODULE_rpc_ntsvcs
90671
 
@@ -84940,12 +35778,10 @@
 
90743
@@ -85024,12 +35829,10 @@
90672
90744
 
90673
90745
        if test x"$DEST" = xSHARED; then
90674
90746
 
90683
90755
 $as_echo "shared" >&6; }
90684
90756
 
90685
90757
                string_shared_modules="$string_shared_modules rpc_ntsvcs"
90686
 
@@ -84956,16 +35792,16 @@
 
90758
@@ -85040,16 +35843,16 @@
90687
90759
                RPC_STATIC="$RPC_STATIC \$(RPC_NTSVCS_OBJ)"
90688
90760
 
90689
90761
 
90703
90775
 $as_echo_n "checking how to build rpc_netlogon... " >&6; }
90704
90776
        if test "$MODULE_rpc_netlogon"; then
90705
90777
                DEST=$MODULE_rpc_netlogon
90706
 
@@ -84977,12 +35813,10 @@
 
90778
@@ -85061,12 +35864,10 @@
90707
90779
 
90708
90780
        if test x"$DEST" = xSHARED; then
90709
90781
 
90718
90790
 $as_echo "shared" >&6; }
90719
90791
 
90720
90792
                string_shared_modules="$string_shared_modules rpc_netlogon"
90721
 
@@ -84993,16 +35827,16 @@
 
90793
@@ -85077,16 +35878,16 @@
90722
90794
                RPC_STATIC="$RPC_STATIC \$(RPC_NETLOG_OBJ)"
90723
90795
 
90724
90796
 
90738
90810
 $as_echo_n "checking how to build rpc_netdfs... " >&6; }
90739
90811
        if test "$MODULE_rpc_netdfs"; then
90740
90812
                DEST=$MODULE_rpc_netdfs
90741
 
@@ -85014,12 +35848,10 @@
 
90813
@@ -85098,12 +35899,10 @@
90742
90814
 
90743
90815
        if test x"$DEST" = xSHARED; then
90744
90816
 
90753
90825
 $as_echo "shared" >&6; }
90754
90826
 
90755
90827
                string_shared_modules="$string_shared_modules rpc_netdfs"
90756
 
@@ -85030,16 +35862,16 @@
 
90828
@@ -85114,16 +35913,16 @@
90757
90829
                RPC_STATIC="$RPC_STATIC \$(RPC_DFS_OBJ)"
90758
90830
 
90759
90831
 
90773
90845
 $as_echo_n "checking how to build rpc_srvsvc... " >&6; }
90774
90846
        if test "$MODULE_rpc_srvsvc"; then
90775
90847
                DEST=$MODULE_rpc_srvsvc
90776
 
@@ -85051,12 +35883,10 @@
 
90848
@@ -85135,12 +35934,10 @@
90777
90849
 
90778
90850
        if test x"$DEST" = xSHARED; then
90779
90851
 
90788
90860
 $as_echo "shared" >&6; }
90789
90861
 
90790
90862
                string_shared_modules="$string_shared_modules rpc_srvsvc"
90791
 
@@ -85067,16 +35897,16 @@
 
90863
@@ -85151,16 +35948,16 @@
90792
90864
                RPC_STATIC="$RPC_STATIC \$(RPC_SVC_OBJ)"
90793
90865
 
90794
90866
 
90808
90880
 $as_echo_n "checking how to build rpc_spoolss... " >&6; }
90809
90881
        if test "$MODULE_rpc_spoolss"; then
90810
90882
                DEST=$MODULE_rpc_spoolss
90811
 
@@ -85088,12 +35918,10 @@
 
90883
@@ -85172,12 +35969,10 @@
90812
90884
 
90813
90885
        if test x"$DEST" = xSHARED; then
90814
90886
 
90823
90895
 $as_echo "shared" >&6; }
90824
90896
 
90825
90897
                string_shared_modules="$string_shared_modules rpc_spoolss"
90826
 
@@ -85104,16 +35932,16 @@
 
90898
@@ -85188,16 +35983,16 @@
90827
90899
                RPC_STATIC="$RPC_STATIC \$(RPC_SPOOLSS_OBJ)"
90828
90900
 
90829
90901
 
90843
90915
 $as_echo_n "checking how to build rpc_eventlog... " >&6; }
90844
90916
        if test "$MODULE_rpc_eventlog"; then
90845
90917
                DEST=$MODULE_rpc_eventlog
90846
 
@@ -85125,12 +35953,10 @@
 
90918
@@ -85209,12 +36004,10 @@
90847
90919
 
90848
90920
        if test x"$DEST" = xSHARED; then
90849
90921
 
90858
90930
 $as_echo "shared" >&6; }
90859
90931
 
90860
90932
                string_shared_modules="$string_shared_modules rpc_eventlog"
90861
 
@@ -85141,16 +35967,16 @@
 
90933
@@ -85225,16 +36018,16 @@
90862
90934
                RPC_STATIC="$RPC_STATIC \$(RPC_EVENTLOG_OBJ)"
90863
90935
 
90864
90936
 
90878
90950
 $as_echo_n "checking how to build rpc_samr... " >&6; }
90879
90951
        if test "$MODULE_rpc_samr"; then
90880
90952
                DEST=$MODULE_rpc_samr
90881
 
@@ -85162,12 +35988,10 @@
 
90953
@@ -85246,12 +36039,10 @@
90882
90954
 
90883
90955
        if test x"$DEST" = xSHARED; then
90884
90956
 
90893
90965
 $as_echo "shared" >&6; }
90894
90966
 
90895
90967
                string_shared_modules="$string_shared_modules rpc_samr"
90896
 
@@ -85178,16 +36002,16 @@
 
90968
@@ -85262,16 +36053,16 @@
90897
90969
                RPC_STATIC="$RPC_STATIC \$(RPC_SAMR_OBJ)"
90898
90970
 
90899
90971
 
90913
90985
 $as_echo_n "checking how to build rpc_rpcecho... " >&6; }
90914
90986
        if test "$MODULE_rpc_rpcecho"; then
90915
90987
                DEST=$MODULE_rpc_rpcecho
90916
 
@@ -85199,12 +36023,10 @@
 
90988
@@ -85283,12 +36074,10 @@
90917
90989
 
90918
90990
        if test x"$DEST" = xSHARED; then
90919
90991
 
90928
91000
 $as_echo "shared" >&6; }
90929
91001
 
90930
91002
                string_shared_modules="$string_shared_modules rpc_rpcecho"
90931
 
@@ -85215,11 +36037,11 @@
 
91003
@@ -85299,11 +36088,11 @@
90932
91004
                RPC_STATIC="$RPC_STATIC \$(RPC_ECHO_OBJ)"
90933
91005
 
90934
91006
 
90942
91014
 $as_echo "not" >&6; }
90943
91015
        fi
90944
91016
 
90945
 
@@ -85240,7 +36062,7 @@
 
91017
@@ -85324,7 +36113,7 @@
90946
91018
 
90947
91019
 
90948
91020
 
90951
91023
 $as_echo_n "checking how to build idmap_ldap... " >&6; }
90952
91024
        if test "$MODULE_idmap_ldap"; then
90953
91025
                DEST=$MODULE_idmap_ldap
90954
 
@@ -85252,12 +36074,10 @@
 
91026
@@ -85336,12 +36125,10 @@
90955
91027
 
90956
91028
        if test x"$DEST" = xSHARED; then
90957
91029
 
90966
91038
 $as_echo "shared" >&6; }
90967
91039
 
90968
91040
                string_shared_modules="$string_shared_modules idmap_ldap"
90969
 
@@ -85268,16 +36088,16 @@
 
91041
@@ -85352,16 +36139,16 @@
90970
91042
                IDMAP_STATIC="$IDMAP_STATIC winbindd/idmap_ldap.o"
90971
91043
 
90972
91044
 
90986
91058
 $as_echo_n "checking how to build idmap_tdb... " >&6; }
90987
91059
        if test "$MODULE_idmap_tdb"; then
90988
91060
                DEST=$MODULE_idmap_tdb
90989
 
@@ -85289,12 +36109,10 @@
 
91061
@@ -85373,12 +36160,10 @@
90990
91062
 
90991
91063
        if test x"$DEST" = xSHARED; then
90992
91064
 
91001
91073
 $as_echo "shared" >&6; }
91002
91074
 
91003
91075
                string_shared_modules="$string_shared_modules idmap_tdb"
91004
 
@@ -85305,16 +36123,16 @@
 
91076
@@ -85389,16 +36174,16 @@
91005
91077
                IDMAP_STATIC="$IDMAP_STATIC winbindd/idmap_tdb.o"
91006
91078
 
91007
91079
 
91021
91093
 $as_echo_n "checking how to build idmap_tdb2... " >&6; }
91022
91094
        if test "$MODULE_idmap_tdb2"; then
91023
91095
                DEST=$MODULE_idmap_tdb2
91024
 
@@ -85326,12 +36144,10 @@
 
91096
@@ -85410,12 +36195,10 @@
91025
91097
 
91026
91098
        if test x"$DEST" = xSHARED; then
91027
91099
 
91036
91108
 $as_echo "shared" >&6; }
91037
91109
 
91038
91110
                string_shared_modules="$string_shared_modules idmap_tdb2"
91039
 
@@ -85342,16 +36158,16 @@
 
91111
@@ -85426,16 +36209,16 @@
91040
91112
                IDMAP_STATIC="$IDMAP_STATIC winbindd/idmap_tdb2.o"
91041
91113
 
91042
91114
 
91056
91128
 $as_echo_n "checking how to build idmap_passdb... " >&6; }
91057
91129
        if test "$MODULE_idmap_passdb"; then
91058
91130
                DEST=$MODULE_idmap_passdb
91059
 
@@ -85363,12 +36179,10 @@
 
91131
@@ -85447,12 +36230,10 @@
91060
91132
 
91061
91133
        if test x"$DEST" = xSHARED; then
91062
91134
 
91071
91143
 $as_echo "shared" >&6; }
91072
91144
 
91073
91145
                string_shared_modules="$string_shared_modules idmap_passdb"
91074
 
@@ -85379,16 +36193,16 @@
 
91146
@@ -85463,16 +36244,16 @@
91075
91147
                IDMAP_STATIC="$IDMAP_STATIC winbindd/idmap_passdb.o"
91076
91148
 
91077
91149
 
91091
91163
 $as_echo_n "checking how to build idmap_nss... " >&6; }
91092
91164
        if test "$MODULE_idmap_nss"; then
91093
91165
                DEST=$MODULE_idmap_nss
91094
 
@@ -85400,12 +36214,10 @@
 
91166
@@ -85484,12 +36265,10 @@
91095
91167
 
91096
91168
        if test x"$DEST" = xSHARED; then
91097
91169
 
91106
91178
 $as_echo "shared" >&6; }
91107
91179
 
91108
91180
                string_shared_modules="$string_shared_modules idmap_nss"
91109
 
@@ -85416,16 +36228,16 @@
 
91181
@@ -85500,16 +36279,16 @@
91110
91182
                IDMAP_STATIC="$IDMAP_STATIC winbindd/idmap_nss.o"
91111
91183
 
91112
91184
 
91126
91198
 $as_echo_n "checking how to build idmap_rid... " >&6; }
91127
91199
        if test "$MODULE_idmap_rid"; then
91128
91200
                DEST=$MODULE_idmap_rid
91129
 
@@ -85437,12 +36249,10 @@
 
91201
@@ -85521,12 +36300,10 @@
91130
91202
 
91131
91203
        if test x"$DEST" = xSHARED; then
91132
91204
 
91141
91213
 $as_echo "shared" >&6; }
91142
91214
 
91143
91215
                string_shared_modules="$string_shared_modules idmap_rid"
91144
 
@@ -85453,16 +36263,16 @@
 
91216
@@ -85537,16 +36314,16 @@
91145
91217
                IDMAP_STATIC="$IDMAP_STATIC winbindd/idmap_rid.o"
91146
91218
 
91147
91219
 
91161
91233
 $as_echo_n "checking how to build idmap_ad... " >&6; }
91162
91234
        if test "$MODULE_idmap_ad"; then
91163
91235
                DEST=$MODULE_idmap_ad
91164
 
@@ -85474,12 +36284,10 @@
 
91236
@@ -85558,12 +36335,10 @@
91165
91237
 
91166
91238
        if test x"$DEST" = xSHARED; then
91167
91239
 
91176
91248
 $as_echo "shared" >&6; }
91177
91249
 
91178
91250
                string_shared_modules="$string_shared_modules idmap_ad"
91179
 
@@ -85490,16 +36298,16 @@
 
91251
@@ -85574,16 +36349,16 @@
91180
91252
                IDMAP_STATIC="$IDMAP_STATIC winbindd/idmap_ad.o"
91181
91253
 
91182
91254
 
91196
91268
 $as_echo_n "checking how to build idmap_hash... " >&6; }
91197
91269
        if test "$MODULE_idmap_hash"; then
91198
91270
                DEST=$MODULE_idmap_hash
91199
 
@@ -85511,12 +36319,10 @@
 
91271
@@ -85595,12 +36370,10 @@
91200
91272
 
91201
91273
        if test x"$DEST" = xSHARED; then
91202
91274
 
91211
91283
 $as_echo "shared" >&6; }
91212
91284
 
91213
91285
                string_shared_modules="$string_shared_modules idmap_hash"
91214
 
@@ -85527,16 +36333,16 @@
 
91286
@@ -85611,16 +36384,16 @@
91215
91287
                IDMAP_STATIC="$IDMAP_STATIC \$(IDMAP_HASH_OBJ)"
91216
91288
 
91217
91289
 
91231
91303
 $as_echo_n "checking how to build idmap_adex... " >&6; }
91232
91304
        if test "$MODULE_idmap_adex"; then
91233
91305
                DEST=$MODULE_idmap_adex
91234
 
@@ -85548,12 +36354,10 @@
 
91306
@@ -85632,12 +36405,10 @@
91235
91307
 
91236
91308
        if test x"$DEST" = xSHARED; then
91237
91309
 
91246
91318
 $as_echo "shared" >&6; }
91247
91319
 
91248
91320
                string_shared_modules="$string_shared_modules idmap_adex"
91249
 
@@ -85564,11 +36368,11 @@
 
91321
@@ -85648,11 +36419,11 @@
91250
91322
                IDMAP_STATIC="$IDMAP_STATIC \$(IDMAP_ADEX_OBJ)"
91251
91323
 
91252
91324
 
91260
91332
 $as_echo "not" >&6; }
91261
91333
        fi
91262
91334
 
91263
 
@@ -85589,7 +36393,7 @@
 
91335
@@ -85673,7 +36444,7 @@
91264
91336
 
91265
91337
 
91266
91338
 
91269
91341
 $as_echo_n "checking how to build nss_info_template... " >&6; }
91270
91342
        if test "$MODULE_nss_info_template"; then
91271
91343
                DEST=$MODULE_nss_info_template
91272
 
@@ -85601,12 +36405,10 @@
 
91344
@@ -85685,12 +36456,10 @@
91273
91345
 
91274
91346
        if test x"$DEST" = xSHARED; then
91275
91347
 
91284
91356
 $as_echo "shared" >&6; }
91285
91357
 
91286
91358
                string_shared_modules="$string_shared_modules nss_info_template"
91287
 
@@ -85617,11 +36419,11 @@
 
91359
@@ -85701,11 +36470,11 @@
91288
91360
                NSS_INFO_STATIC="$NSS_INFO_STATIC winbindd/nss_info_template.o"
91289
91361
 
91290
91362
 
91298
91370
 $as_echo "not" >&6; }
91299
91371
        fi
91300
91372
 
91301
 
@@ -85642,7 +36444,7 @@
 
91373
@@ -85726,7 +36495,7 @@
91302
91374
 
91303
91375
 
91304
91376
 
91307
91379
 $as_echo_n "checking how to build charset_weird... " >&6; }
91308
91380
        if test "$MODULE_charset_weird"; then
91309
91381
                DEST=$MODULE_charset_weird
91310
 
@@ -85654,12 +36456,10 @@
 
91382
@@ -85738,12 +36507,10 @@
91311
91383
 
91312
91384
        if test x"$DEST" = xSHARED; then
91313
91385
 
91322
91394
 $as_echo "shared" >&6; }
91323
91395
 
91324
91396
                string_shared_modules="$string_shared_modules charset_weird"
91325
 
@@ -85670,16 +36470,16 @@
 
91397
@@ -85754,16 +36521,16 @@
91326
91398
                CHARSET_STATIC="$CHARSET_STATIC modules/weird.o"
91327
91399
 
91328
91400
 
91342
91414
 $as_echo_n "checking how to build charset_CP850... " >&6; }
91343
91415
        if test "$MODULE_charset_CP850"; then
91344
91416
                DEST=$MODULE_charset_CP850
91345
 
@@ -85691,12 +36491,10 @@
 
91417
@@ -85775,12 +36542,10 @@
91346
91418
 
91347
91419
        if test x"$DEST" = xSHARED; then
91348
91420
 
91357
91429
 $as_echo "shared" >&6; }
91358
91430
 
91359
91431
                string_shared_modules="$string_shared_modules charset_CP850"
91360
 
@@ -85707,16 +36505,16 @@
 
91432
@@ -85791,16 +36556,16 @@
91361
91433
                CHARSET_STATIC="$CHARSET_STATIC modules/CP850.o"
91362
91434
 
91363
91435
 
91377
91449
 $as_echo_n "checking how to build charset_CP437... " >&6; }
91378
91450
        if test "$MODULE_charset_CP437"; then
91379
91451
                DEST=$MODULE_charset_CP437
91380
 
@@ -85728,12 +36526,10 @@
 
91452
@@ -85812,12 +36577,10 @@
91381
91453
 
91382
91454
        if test x"$DEST" = xSHARED; then
91383
91455
 
91392
91464
 $as_echo "shared" >&6; }
91393
91465
 
91394
91466
                string_shared_modules="$string_shared_modules charset_CP437"
91395
 
@@ -85744,16 +36540,16 @@
 
91467
@@ -85828,16 +36591,16 @@
91396
91468
                CHARSET_STATIC="$CHARSET_STATIC modules/CP437.o"
91397
91469
 
91398
91470
 
91412
91484
 $as_echo_n "checking how to build charset_macosxfs... " >&6; }
91413
91485
        if test "$MODULE_charset_macosxfs"; then
91414
91486
                DEST=$MODULE_charset_macosxfs
91415
 
@@ -85765,12 +36561,10 @@
 
91487
@@ -85849,12 +36612,10 @@
91416
91488
 
91417
91489
        if test x"$DEST" = xSHARED; then
91418
91490
 
91427
91499
 $as_echo "shared" >&6; }
91428
91500
 
91429
91501
                string_shared_modules="$string_shared_modules charset_macosxfs"
91430
 
@@ -85781,11 +36575,11 @@
 
91502
@@ -85865,11 +36626,11 @@
91431
91503
                CHARSET_STATIC="$CHARSET_STATIC modules/charset_macosxfs.o"
91432
91504
 
91433
91505
 
91441
91513
 $as_echo "not" >&6; }
91442
91514
        fi
91443
91515
 
91444
 
@@ -85806,7 +36600,7 @@
 
91516
@@ -85890,7 +36651,7 @@
91445
91517
 
91446
91518
 
91447
91519
 
91450
91522
 $as_echo_n "checking how to build auth_sam... " >&6; }
91451
91523
        if test "$MODULE_auth_sam"; then
91452
91524
                DEST=$MODULE_auth_sam
91453
 
@@ -85818,12 +36612,10 @@
 
91525
@@ -85902,12 +36663,10 @@
91454
91526
 
91455
91527
        if test x"$DEST" = xSHARED; then
91456
91528
 
91465
91537
 $as_echo "shared" >&6; }
91466
91538
 
91467
91539
                string_shared_modules="$string_shared_modules auth_sam"
91468
 
@@ -85834,16 +36626,16 @@
 
91540
@@ -85918,16 +36677,16 @@
91469
91541
                AUTH_STATIC="$AUTH_STATIC \$(AUTH_SAM_OBJ)"
91470
91542
 
91471
91543
 
91485
91557
 $as_echo_n "checking how to build auth_unix... " >&6; }
91486
91558
        if test "$MODULE_auth_unix"; then
91487
91559
                DEST=$MODULE_auth_unix
91488
 
@@ -85855,12 +36647,10 @@
 
91560
@@ -85939,12 +36698,10 @@
91489
91561
 
91490
91562
        if test x"$DEST" = xSHARED; then
91491
91563
 
91500
91572
 $as_echo "shared" >&6; }
91501
91573
 
91502
91574
                string_shared_modules="$string_shared_modules auth_unix"
91503
 
@@ -85871,16 +36661,16 @@
 
91575
@@ -85955,16 +36712,16 @@
91504
91576
                AUTH_STATIC="$AUTH_STATIC \$(AUTH_UNIX_OBJ)"
91505
91577
 
91506
91578
 
91520
91592
 $as_echo_n "checking how to build auth_winbind... " >&6; }
91521
91593
        if test "$MODULE_auth_winbind"; then
91522
91594
                DEST=$MODULE_auth_winbind
91523
 
@@ -85892,12 +36682,10 @@
 
91595
@@ -85976,12 +36733,10 @@
91524
91596
 
91525
91597
        if test x"$DEST" = xSHARED; then
91526
91598
 
91535
91607
 $as_echo "shared" >&6; }
91536
91608
 
91537
91609
                string_shared_modules="$string_shared_modules auth_winbind"
91538
 
@@ -85908,16 +36696,16 @@
 
91610
@@ -85992,16 +36747,16 @@
91539
91611
                AUTH_STATIC="$AUTH_STATIC \$(AUTH_WINBIND_OBJ)"
91540
91612
 
91541
91613
 
91555
91627
 $as_echo_n "checking how to build auth_wbc... " >&6; }
91556
91628
        if test "$MODULE_auth_wbc"; then
91557
91629
                DEST=$MODULE_auth_wbc
91558
 
@@ -85929,12 +36717,10 @@
 
91630
@@ -86013,12 +36768,10 @@
91559
91631
 
91560
91632
        if test x"$DEST" = xSHARED; then
91561
91633
 
91570
91642
 $as_echo "shared" >&6; }
91571
91643
 
91572
91644
                string_shared_modules="$string_shared_modules auth_wbc"
91573
 
@@ -85945,16 +36731,16 @@
 
91645
@@ -86029,16 +36782,16 @@
91574
91646
                AUTH_STATIC="$AUTH_STATIC \$(AUTH_WBC_OBJ)"
91575
91647
 
91576
91648
 
91590
91662
 $as_echo_n "checking how to build auth_server... " >&6; }
91591
91663
        if test "$MODULE_auth_server"; then
91592
91664
                DEST=$MODULE_auth_server
91593
 
@@ -85966,12 +36752,10 @@
 
91665
@@ -86050,12 +36803,10 @@
91594
91666
 
91595
91667
        if test x"$DEST" = xSHARED; then
91596
91668
 
91605
91677
 $as_echo "shared" >&6; }
91606
91678
 
91607
91679
                string_shared_modules="$string_shared_modules auth_server"
91608
 
@@ -85982,16 +36766,16 @@
 
91680
@@ -86066,16 +36817,16 @@
91609
91681
                AUTH_STATIC="$AUTH_STATIC \$(AUTH_SERVER_OBJ)"
91610
91682
 
91611
91683
 
91625
91697
 $as_echo_n "checking how to build auth_domain... " >&6; }
91626
91698
        if test "$MODULE_auth_domain"; then
91627
91699
                DEST=$MODULE_auth_domain
91628
 
@@ -86003,12 +36787,10 @@
 
91700
@@ -86087,12 +36838,10 @@
91629
91701
 
91630
91702
        if test x"$DEST" = xSHARED; then
91631
91703
 
91640
91712
 $as_echo "shared" >&6; }
91641
91713
 
91642
91714
                string_shared_modules="$string_shared_modules auth_domain"
91643
 
@@ -86019,16 +36801,16 @@
 
91715
@@ -86103,16 +36852,16 @@
91644
91716
                AUTH_STATIC="$AUTH_STATIC \$(AUTH_DOMAIN_OBJ)"
91645
91717
 
91646
91718
 
91660
91732
 $as_echo_n "checking how to build auth_builtin... " >&6; }
91661
91733
        if test "$MODULE_auth_builtin"; then
91662
91734
                DEST=$MODULE_auth_builtin
91663
 
@@ -86040,12 +36822,10 @@
 
91735
@@ -86124,12 +36873,10 @@
91664
91736
 
91665
91737
        if test x"$DEST" = xSHARED; then
91666
91738
 
91675
91747
 $as_echo "shared" >&6; }
91676
91748
 
91677
91749
                string_shared_modules="$string_shared_modules auth_builtin"
91678
 
@@ -86056,16 +36836,16 @@
 
91750
@@ -86140,16 +36887,16 @@
91679
91751
                AUTH_STATIC="$AUTH_STATIC \$(AUTH_BUILTIN_OBJ)"
91680
91752
 
91681
91753
 
91695
91767
 $as_echo_n "checking how to build auth_script... " >&6; }
91696
91768
        if test "$MODULE_auth_script"; then
91697
91769
                DEST=$MODULE_auth_script
91698
 
@@ -86077,12 +36857,10 @@
 
91770
@@ -86161,12 +36908,10 @@
91699
91771
 
91700
91772
        if test x"$DEST" = xSHARED; then
91701
91773
 
91710
91782
 $as_echo "shared" >&6; }
91711
91783
 
91712
91784
                string_shared_modules="$string_shared_modules auth_script"
91713
 
@@ -86093,16 +36871,16 @@
 
91785
@@ -86177,16 +36922,16 @@
91714
91786
                AUTH_STATIC="$AUTH_STATIC \$(AUTH_SCRIPT_OBJ)"
91715
91787
 
91716
91788
 
91730
91802
 $as_echo_n "checking how to build auth_netlogond... " >&6; }
91731
91803
        if test "$MODULE_auth_netlogond"; then
91732
91804
                DEST=$MODULE_auth_netlogond
91733
 
@@ -86114,12 +36892,10 @@
 
91805
@@ -86198,12 +36943,10 @@
91734
91806
 
91735
91807
        if test x"$DEST" = xSHARED; then
91736
91808
 
91745
91817
 $as_echo "shared" >&6; }
91746
91818
 
91747
91819
                string_shared_modules="$string_shared_modules auth_netlogond"
91748
 
@@ -86130,11 +36906,11 @@
 
91820
@@ -86214,11 +36957,11 @@
91749
91821
                AUTH_STATIC="$AUTH_STATIC \$(AUTH_NETLOGOND_OBJ)"
91750
91822
 
91751
91823
 
91759
91831
 $as_echo "not" >&6; }
91760
91832
        fi
91761
91833
 
91762
 
@@ -86155,7 +36931,7 @@
 
91834
@@ -86239,7 +36982,7 @@
91763
91835
 
91764
91836
 
91765
91837
 
91768
91840
 $as_echo_n "checking how to build vfs_default... " >&6; }
91769
91841
        if test "$MODULE_vfs_default"; then
91770
91842
                DEST=$MODULE_vfs_default
91771
 
@@ -86167,12 +36943,10 @@
 
91843
@@ -86251,12 +36994,10 @@
91772
91844
 
91773
91845
        if test x"$DEST" = xSHARED; then
91774
91846
 
91783
91855
 $as_echo "shared" >&6; }
91784
91856
 
91785
91857
                string_shared_modules="$string_shared_modules vfs_default"
91786
 
@@ -86183,16 +36957,16 @@
 
91858
@@ -86267,16 +37008,16 @@
91787
91859
                VFS_STATIC="$VFS_STATIC \$(VFS_DEFAULT_OBJ)"
91788
91860
 
91789
91861
 
91803
91875
 $as_echo_n "checking how to build vfs_recycle... " >&6; }
91804
91876
        if test "$MODULE_vfs_recycle"; then
91805
91877
                DEST=$MODULE_vfs_recycle
91806
 
@@ -86204,12 +36978,10 @@
 
91878
@@ -86288,12 +37029,10 @@
91807
91879
 
91808
91880
        if test x"$DEST" = xSHARED; then
91809
91881
 
91818
91890
 $as_echo "shared" >&6; }
91819
91891
 
91820
91892
                string_shared_modules="$string_shared_modules vfs_recycle"
91821
 
@@ -86220,16 +36992,16 @@
 
91893
@@ -86304,16 +37043,16 @@
91822
91894
                VFS_STATIC="$VFS_STATIC \$(VFS_RECYCLE_OBJ)"
91823
91895
 
91824
91896
 
91838
91910
 $as_echo_n "checking how to build vfs_audit... " >&6; }
91839
91911
        if test "$MODULE_vfs_audit"; then
91840
91912
                DEST=$MODULE_vfs_audit
91841
 
@@ -86241,12 +37013,10 @@
 
91913
@@ -86325,12 +37064,10 @@
91842
91914
 
91843
91915
        if test x"$DEST" = xSHARED; then
91844
91916
 
91853
91925
 $as_echo "shared" >&6; }
91854
91926
 
91855
91927
                string_shared_modules="$string_shared_modules vfs_audit"
91856
 
@@ -86257,16 +37027,16 @@
 
91928
@@ -86341,16 +37078,16 @@
91857
91929
                VFS_STATIC="$VFS_STATIC \$(VFS_AUDIT_OBJ)"
91858
91930
 
91859
91931
 
91873
91945
 $as_echo_n "checking how to build vfs_extd_audit... " >&6; }
91874
91946
        if test "$MODULE_vfs_extd_audit"; then
91875
91947
                DEST=$MODULE_vfs_extd_audit
91876
 
@@ -86278,12 +37048,10 @@
 
91948
@@ -86362,12 +37099,10 @@
91877
91949
 
91878
91950
        if test x"$DEST" = xSHARED; then
91879
91951
 
91888
91960
 $as_echo "shared" >&6; }
91889
91961
 
91890
91962
                string_shared_modules="$string_shared_modules vfs_extd_audit"
91891
 
@@ -86294,16 +37062,16 @@
 
91963
@@ -86378,16 +37113,16 @@
91892
91964
                VFS_STATIC="$VFS_STATIC \$(VFS_EXTD_AUDIT_OBJ)"
91893
91965
 
91894
91966
 
91908
91980
 $as_echo_n "checking how to build vfs_full_audit... " >&6; }
91909
91981
        if test "$MODULE_vfs_full_audit"; then
91910
91982
                DEST=$MODULE_vfs_full_audit
91911
 
@@ -86315,12 +37083,10 @@
 
91983
@@ -86399,12 +37134,10 @@
91912
91984
 
91913
91985
        if test x"$DEST" = xSHARED; then
91914
91986
 
91923
91995
 $as_echo "shared" >&6; }
91924
91996
 
91925
91997
                string_shared_modules="$string_shared_modules vfs_full_audit"
91926
 
@@ -86331,16 +37097,16 @@
 
91998
@@ -86415,16 +37148,16 @@
91927
91999
                VFS_STATIC="$VFS_STATIC \$(VFS_FULL_AUDIT_OBJ)"
91928
92000
 
91929
92001
 
91943
92015
 $as_echo_n "checking how to build vfs_netatalk... " >&6; }
91944
92016
        if test "$MODULE_vfs_netatalk"; then
91945
92017
                DEST=$MODULE_vfs_netatalk
91946
 
@@ -86352,12 +37118,10 @@
 
92018
@@ -86436,12 +37169,10 @@
91947
92019
 
91948
92020
        if test x"$DEST" = xSHARED; then
91949
92021
 
91958
92030
 $as_echo "shared" >&6; }
91959
92031
 
91960
92032
                string_shared_modules="$string_shared_modules vfs_netatalk"
91961
 
@@ -86368,16 +37132,16 @@
 
92033
@@ -86452,16 +37183,16 @@
91962
92034
                VFS_STATIC="$VFS_STATIC \$(VFS_NETATALK_OBJ)"
91963
92035
 
91964
92036
 
91978
92050
 $as_echo_n "checking how to build vfs_fake_perms... " >&6; }
91979
92051
        if test "$MODULE_vfs_fake_perms"; then
91980
92052
                DEST=$MODULE_vfs_fake_perms
91981
 
@@ -86389,12 +37153,10 @@
 
92053
@@ -86473,12 +37204,10 @@
91982
92054
 
91983
92055
        if test x"$DEST" = xSHARED; then
91984
92056
 
91993
92065
 $as_echo "shared" >&6; }
91994
92066
 
91995
92067
                string_shared_modules="$string_shared_modules vfs_fake_perms"
91996
 
@@ -86405,16 +37167,16 @@
 
92068
@@ -86489,16 +37218,16 @@
91997
92069
                VFS_STATIC="$VFS_STATIC \$(VFS_FAKE_PERMS_OBJ)"
91998
92070
 
91999
92071
 
92013
92085
 $as_echo_n "checking how to build vfs_default_quota... " >&6; }
92014
92086
        if test "$MODULE_vfs_default_quota"; then
92015
92087
                DEST=$MODULE_vfs_default_quota
92016
 
@@ -86426,12 +37188,10 @@
 
92088
@@ -86510,12 +37239,10 @@
92017
92089
 
92018
92090
        if test x"$DEST" = xSHARED; then
92019
92091
 
92028
92100
 $as_echo "shared" >&6; }
92029
92101
 
92030
92102
                string_shared_modules="$string_shared_modules vfs_default_quota"
92031
 
@@ -86442,16 +37202,16 @@
 
92103
@@ -86526,16 +37253,16 @@
92032
92104
                VFS_STATIC="$VFS_STATIC \$(VFS_DEFAULT_QUOTA_OBJ)"
92033
92105
 
92034
92106
 
92048
92120
 $as_echo_n "checking how to build vfs_readonly... " >&6; }
92049
92121
        if test "$MODULE_vfs_readonly"; then
92050
92122
                DEST=$MODULE_vfs_readonly
92051
 
@@ -86463,12 +37223,10 @@
 
92123
@@ -86547,12 +37274,10 @@
92052
92124
 
92053
92125
        if test x"$DEST" = xSHARED; then
92054
92126
 
92063
92135
 $as_echo "shared" >&6; }
92064
92136
 
92065
92137
                string_shared_modules="$string_shared_modules vfs_readonly"
92066
 
@@ -86479,16 +37237,16 @@
 
92138
@@ -86563,16 +37288,16 @@
92067
92139
                VFS_STATIC="$VFS_STATIC \$(VFS_READONLY_OBJ)"
92068
92140
 
92069
92141
 
92083
92155
 $as_echo_n "checking how to build vfs_cap... " >&6; }
92084
92156
        if test "$MODULE_vfs_cap"; then
92085
92157
                DEST=$MODULE_vfs_cap
92086
 
@@ -86500,12 +37258,10 @@
 
92158
@@ -86584,12 +37309,10 @@
92087
92159
 
92088
92160
        if test x"$DEST" = xSHARED; then
92089
92161
 
92098
92170
 $as_echo "shared" >&6; }
92099
92171
 
92100
92172
                string_shared_modules="$string_shared_modules vfs_cap"
92101
 
@@ -86516,16 +37272,16 @@
 
92173
@@ -86600,16 +37323,16 @@
92102
92174
                VFS_STATIC="$VFS_STATIC \$(VFS_CAP_OBJ)"
92103
92175
 
92104
92176
 
92118
92190
 $as_echo_n "checking how to build vfs_expand_msdfs... " >&6; }
92119
92191
        if test "$MODULE_vfs_expand_msdfs"; then
92120
92192
                DEST=$MODULE_vfs_expand_msdfs
92121
 
@@ -86537,12 +37293,10 @@
 
92193
@@ -86621,12 +37344,10 @@
92122
92194
 
92123
92195
        if test x"$DEST" = xSHARED; then
92124
92196
 
92133
92205
 $as_echo "shared" >&6; }
92134
92206
 
92135
92207
                string_shared_modules="$string_shared_modules vfs_expand_msdfs"
92136
 
@@ -86553,16 +37307,16 @@
 
92208
@@ -86637,16 +37358,16 @@
92137
92209
                VFS_STATIC="$VFS_STATIC \$(VFS_EXPAND_MSDFS_OBJ)"
92138
92210
 
92139
92211
 
92153
92225
 $as_echo_n "checking how to build vfs_shadow_copy... " >&6; }
92154
92226
        if test "$MODULE_vfs_shadow_copy"; then
92155
92227
                DEST=$MODULE_vfs_shadow_copy
92156
 
@@ -86574,12 +37328,10 @@
 
92228
@@ -86658,12 +37379,10 @@
92157
92229
 
92158
92230
        if test x"$DEST" = xSHARED; then
92159
92231
 
92168
92240
 $as_echo "shared" >&6; }
92169
92241
 
92170
92242
                string_shared_modules="$string_shared_modules vfs_shadow_copy"
92171
 
@@ -86590,16 +37342,16 @@
 
92243
@@ -86674,16 +37393,16 @@
92172
92244
                VFS_STATIC="$VFS_STATIC \$(VFS_SHADOW_COPY_OBJ)"
92173
92245
 
92174
92246
 
92188
92260
 $as_echo_n "checking how to build vfs_shadow_copy2... " >&6; }
92189
92261
        if test "$MODULE_vfs_shadow_copy2"; then
92190
92262
                DEST=$MODULE_vfs_shadow_copy2
92191
 
@@ -86611,12 +37363,10 @@
 
92263
@@ -86695,12 +37414,10 @@
92192
92264
 
92193
92265
        if test x"$DEST" = xSHARED; then
92194
92266
 
92203
92275
 $as_echo "shared" >&6; }
92204
92276
 
92205
92277
                string_shared_modules="$string_shared_modules vfs_shadow_copy2"
92206
 
@@ -86627,16 +37377,16 @@
 
92278
@@ -86711,16 +37428,16 @@
92207
92279
                VFS_STATIC="$VFS_STATIC \$(VFS_SHADOW_COPY2_OBJ)"
92208
92280
 
92209
92281
 
92223
92295
 $as_echo_n "checking how to build vfs_afsacl... " >&6; }
92224
92296
        if test "$MODULE_vfs_afsacl"; then
92225
92297
                DEST=$MODULE_vfs_afsacl
92226
 
@@ -86648,12 +37398,10 @@
 
92298
@@ -86732,12 +37449,10 @@
92227
92299
 
92228
92300
        if test x"$DEST" = xSHARED; then
92229
92301
 
92238
92310
 $as_echo "shared" >&6; }
92239
92311
 
92240
92312
                string_shared_modules="$string_shared_modules vfs_afsacl"
92241
 
@@ -86664,16 +37412,16 @@
 
92313
@@ -86748,16 +37463,16 @@
92242
92314
                VFS_STATIC="$VFS_STATIC \$(VFS_AFSACL_OBJ)"
92243
92315
 
92244
92316
 
92258
92330
 $as_echo_n "checking how to build vfs_xattr_tdb... " >&6; }
92259
92331
        if test "$MODULE_vfs_xattr_tdb"; then
92260
92332
                DEST=$MODULE_vfs_xattr_tdb
92261
 
@@ -86685,12 +37433,10 @@
 
92333
@@ -86769,12 +37484,10 @@
92262
92334
 
92263
92335
        if test x"$DEST" = xSHARED; then
92264
92336
 
92273
92345
 $as_echo "shared" >&6; }
92274
92346
 
92275
92347
                string_shared_modules="$string_shared_modules vfs_xattr_tdb"
92276
 
@@ -86701,16 +37447,16 @@
 
92348
@@ -86785,16 +37498,16 @@
92277
92349
                VFS_STATIC="$VFS_STATIC \$(VFS_XATTR_TDB_OBJ)"
92278
92350
 
92279
92351
 
92293
92365
 $as_echo_n "checking how to build vfs_posixacl... " >&6; }
92294
92366
        if test "$MODULE_vfs_posixacl"; then
92295
92367
                DEST=$MODULE_vfs_posixacl
92296
 
@@ -86722,12 +37468,10 @@
 
92368
@@ -86806,12 +37519,10 @@
92297
92369
 
92298
92370
        if test x"$DEST" = xSHARED; then
92299
92371
 
92308
92380
 $as_echo "shared" >&6; }
92309
92381
 
92310
92382
                string_shared_modules="$string_shared_modules vfs_posixacl"
92311
 
@@ -86738,16 +37482,16 @@
 
92383
@@ -86822,16 +37533,16 @@
92312
92384
                VFS_STATIC="$VFS_STATIC \$(VFS_POSIXACL_OBJ)"
92313
92385
 
92314
92386
 
92328
92400
 $as_echo_n "checking how to build vfs_aixacl... " >&6; }
92329
92401
        if test "$MODULE_vfs_aixacl"; then
92330
92402
                DEST=$MODULE_vfs_aixacl
92331
 
@@ -86759,12 +37503,10 @@
 
92403
@@ -86843,12 +37554,10 @@
92332
92404
 
92333
92405
        if test x"$DEST" = xSHARED; then
92334
92406
 
92343
92415
 $as_echo "shared" >&6; }
92344
92416
 
92345
92417
                string_shared_modules="$string_shared_modules vfs_aixacl"
92346
 
@@ -86775,16 +37517,16 @@
 
92418
@@ -86859,16 +37568,16 @@
92347
92419
                VFS_STATIC="$VFS_STATIC \$(VFS_AIXACL_OBJ)"
92348
92420
 
92349
92421
 
92363
92435
 $as_echo_n "checking how to build vfs_aixacl2... " >&6; }
92364
92436
        if test "$MODULE_vfs_aixacl2"; then
92365
92437
                DEST=$MODULE_vfs_aixacl2
92366
 
@@ -86796,12 +37538,10 @@
 
92438
@@ -86880,12 +37589,10 @@
92367
92439
 
92368
92440
        if test x"$DEST" = xSHARED; then
92369
92441
 
92378
92450
 $as_echo "shared" >&6; }
92379
92451
 
92380
92452
                string_shared_modules="$string_shared_modules vfs_aixacl2"
92381
 
@@ -86812,16 +37552,16 @@
 
92453
@@ -86896,16 +37603,16 @@
92382
92454
                VFS_STATIC="$VFS_STATIC \$(VFS_AIXACL2_OBJ)"
92383
92455
 
92384
92456
 
92398
92470
 $as_echo_n "checking how to build vfs_solarisacl... " >&6; }
92399
92471
        if test "$MODULE_vfs_solarisacl"; then
92400
92472
                DEST=$MODULE_vfs_solarisacl
92401
 
@@ -86833,12 +37573,10 @@
 
92473
@@ -86917,12 +37624,10 @@
92402
92474
 
92403
92475
        if test x"$DEST" = xSHARED; then
92404
92476
 
92413
92485
 $as_echo "shared" >&6; }
92414
92486
 
92415
92487
                string_shared_modules="$string_shared_modules vfs_solarisacl"
92416
 
@@ -86849,16 +37587,16 @@
 
92488
@@ -86933,16 +37638,16 @@
92417
92489
                VFS_STATIC="$VFS_STATIC \$(VFS_SOLARISACL_OBJ)"
92418
92490
 
92419
92491
 
92433
92505
 $as_echo_n "checking how to build vfs_irixacl... " >&6; }
92434
92506
        if test "$MODULE_vfs_irixacl"; then
92435
92507
                DEST=$MODULE_vfs_irixacl
92436
 
@@ -86870,12 +37608,10 @@
 
92508
@@ -86954,12 +37659,10 @@
92437
92509
 
92438
92510
        if test x"$DEST" = xSHARED; then
92439
92511
 
92448
92520
 $as_echo "shared" >&6; }
92449
92521
 
92450
92522
                string_shared_modules="$string_shared_modules vfs_irixacl"
92451
 
@@ -86886,16 +37622,16 @@
 
92523
@@ -86970,16 +37673,16 @@
92452
92524
                VFS_STATIC="$VFS_STATIC \$(VFS_IRIXACL_OBJ)"
92453
92525
 
92454
92526
 
92468
92540
 $as_echo_n "checking how to build vfs_hpuxacl... " >&6; }
92469
92541
        if test "$MODULE_vfs_hpuxacl"; then
92470
92542
                DEST=$MODULE_vfs_hpuxacl
92471
 
@@ -86907,12 +37643,10 @@
 
92543
@@ -86991,12 +37694,10 @@
92472
92544
 
92473
92545
        if test x"$DEST" = xSHARED; then
92474
92546
 
92483
92555
 $as_echo "shared" >&6; }
92484
92556
 
92485
92557
                string_shared_modules="$string_shared_modules vfs_hpuxacl"
92486
 
@@ -86923,16 +37657,16 @@
 
92558
@@ -87007,16 +37708,16 @@
92487
92559
                VFS_STATIC="$VFS_STATIC \$(VFS_HPUXACL_OBJ)"
92488
92560
 
92489
92561
 
92503
92575
 $as_echo_n "checking how to build vfs_tru64acl... " >&6; }
92504
92576
        if test "$MODULE_vfs_tru64acl"; then
92505
92577
                DEST=$MODULE_vfs_tru64acl
92506
 
@@ -86944,12 +37678,10 @@
 
92578
@@ -87028,12 +37729,10 @@
92507
92579
 
92508
92580
        if test x"$DEST" = xSHARED; then
92509
92581
 
92518
92590
 $as_echo "shared" >&6; }
92519
92591
 
92520
92592
                string_shared_modules="$string_shared_modules vfs_tru64acl"
92521
 
@@ -86960,16 +37692,16 @@
 
92593
@@ -87044,16 +37743,16 @@
92522
92594
                VFS_STATIC="$VFS_STATIC \$(VFS_TRU64ACL_OBJ)"
92523
92595
 
92524
92596
 
92538
92610
 $as_echo_n "checking how to build vfs_catia... " >&6; }
92539
92611
        if test "$MODULE_vfs_catia"; then
92540
92612
                DEST=$MODULE_vfs_catia
92541
 
@@ -86981,12 +37713,10 @@
 
92613
@@ -87065,12 +37764,10 @@
92542
92614
 
92543
92615
        if test x"$DEST" = xSHARED; then
92544
92616
 
92553
92625
 $as_echo "shared" >&6; }
92554
92626
 
92555
92627
                string_shared_modules="$string_shared_modules vfs_catia"
92556
 
@@ -86997,16 +37727,16 @@
 
92628
@@ -87081,16 +37778,16 @@
92557
92629
                VFS_STATIC="$VFS_STATIC \$(VFS_CATIA_OBJ)"
92558
92630
 
92559
92631
 
92573
92645
 $as_echo_n "checking how to build vfs_streams_xattr... " >&6; }
92574
92646
        if test "$MODULE_vfs_streams_xattr"; then
92575
92647
                DEST=$MODULE_vfs_streams_xattr
92576
 
@@ -87018,12 +37748,10 @@
 
92648
@@ -87102,12 +37799,10 @@
92577
92649
 
92578
92650
        if test x"$DEST" = xSHARED; then
92579
92651
 
92588
92660
 $as_echo "shared" >&6; }
92589
92661
 
92590
92662
                string_shared_modules="$string_shared_modules vfs_streams_xattr"
92591
 
@@ -87034,16 +37762,16 @@
 
92663
@@ -87118,16 +37813,16 @@
92592
92664
                VFS_STATIC="$VFS_STATIC \$(VFS_STREAMS_XATTR_OBJ)"
92593
92665
 
92594
92666
 
92608
92680
 $as_echo_n "checking how to build vfs_streams_depot... " >&6; }
92609
92681
        if test "$MODULE_vfs_streams_depot"; then
92610
92682
                DEST=$MODULE_vfs_streams_depot
92611
 
@@ -87055,12 +37783,10 @@
 
92683
@@ -87139,12 +37834,10 @@
92612
92684
 
92613
92685
        if test x"$DEST" = xSHARED; then
92614
92686
 
92623
92695
 $as_echo "shared" >&6; }
92624
92696
 
92625
92697
                string_shared_modules="$string_shared_modules vfs_streams_depot"
92626
 
@@ -87071,16 +37797,16 @@
 
92698
@@ -87155,16 +37848,16 @@
92627
92699
                VFS_STATIC="$VFS_STATIC \$(VFS_STREAMS_DEPOT_OBJ)"
92628
92700
 
92629
92701
 
92643
92715
 $as_echo_n "checking how to build vfs_cacheprime... " >&6; }
92644
92716
        if test "$MODULE_vfs_cacheprime"; then
92645
92717
                DEST=$MODULE_vfs_cacheprime
92646
 
@@ -87092,12 +37818,10 @@
 
92718
@@ -87176,12 +37869,10 @@
92647
92719
 
92648
92720
        if test x"$DEST" = xSHARED; then
92649
92721
 
92658
92730
 $as_echo "shared" >&6; }
92659
92731
 
92660
92732
                string_shared_modules="$string_shared_modules vfs_cacheprime"
92661
 
@@ -87108,16 +37832,16 @@
 
92733
@@ -87192,16 +37883,16 @@
92662
92734
                VFS_STATIC="$VFS_STATIC \$(VFS_CACHEPRIME_OBJ)"
92663
92735
 
92664
92736
 
92678
92750
 $as_echo_n "checking how to build vfs_prealloc... " >&6; }
92679
92751
        if test "$MODULE_vfs_prealloc"; then
92680
92752
                DEST=$MODULE_vfs_prealloc
92681
 
@@ -87129,12 +37853,10 @@
 
92753
@@ -87213,12 +37904,10 @@
92682
92754
 
92683
92755
        if test x"$DEST" = xSHARED; then
92684
92756
 
92693
92765
 $as_echo "shared" >&6; }
92694
92766
 
92695
92767
                string_shared_modules="$string_shared_modules vfs_prealloc"
92696
 
@@ -87145,16 +37867,16 @@
 
92768
@@ -87229,16 +37918,16 @@
92697
92769
                VFS_STATIC="$VFS_STATIC \$(VFS_PREALLOC_OBJ)"
92698
92770
 
92699
92771
 
92713
92785
 $as_echo_n "checking how to build vfs_commit... " >&6; }
92714
92786
        if test "$MODULE_vfs_commit"; then
92715
92787
                DEST=$MODULE_vfs_commit
92716
 
@@ -87166,12 +37888,10 @@
 
92788
@@ -87250,12 +37939,10 @@
92717
92789
 
92718
92790
        if test x"$DEST" = xSHARED; then
92719
92791
 
92728
92800
 $as_echo "shared" >&6; }
92729
92801
 
92730
92802
                string_shared_modules="$string_shared_modules vfs_commit"
92731
 
@@ -87182,16 +37902,16 @@
 
92803
@@ -87266,16 +37953,16 @@
92732
92804
                VFS_STATIC="$VFS_STATIC \$(VFS_COMMIT_OBJ)"
92733
92805
 
92734
92806
 
92748
92820
 $as_echo_n "checking how to build vfs_gpfs... " >&6; }
92749
92821
        if test "$MODULE_vfs_gpfs"; then
92750
92822
                DEST=$MODULE_vfs_gpfs
92751
 
@@ -87203,12 +37923,10 @@
 
92823
@@ -87287,12 +37974,10 @@
92752
92824
 
92753
92825
        if test x"$DEST" = xSHARED; then
92754
92826
 
92763
92835
 $as_echo "shared" >&6; }
92764
92836
 
92765
92837
                string_shared_modules="$string_shared_modules vfs_gpfs"
92766
 
@@ -87219,16 +37937,16 @@
 
92838
@@ -87303,16 +37988,16 @@
92767
92839
                VFS_STATIC="$VFS_STATIC \$(VFS_GPFS_OBJ)"
92768
92840
 
92769
92841
 
92783
92855
 $as_echo_n "checking how to build vfs_readahead... " >&6; }
92784
92856
        if test "$MODULE_vfs_readahead"; then
92785
92857
                DEST=$MODULE_vfs_readahead
92786
 
@@ -87240,12 +37958,10 @@
 
92858
@@ -87324,12 +38009,10 @@
92787
92859
 
92788
92860
        if test x"$DEST" = xSHARED; then
92789
92861
 
92798
92870
 $as_echo "shared" >&6; }
92799
92871
 
92800
92872
                string_shared_modules="$string_shared_modules vfs_readahead"
92801
 
@@ -87256,16 +37972,16 @@
 
92873
@@ -87340,16 +38023,16 @@
92802
92874
                VFS_STATIC="$VFS_STATIC \$(VFS_READAHEAD_OBJ)"
92803
92875
 
92804
92876
 
92818
92890
 $as_echo_n "checking how to build vfs_tsmsm... " >&6; }
92819
92891
        if test "$MODULE_vfs_tsmsm"; then
92820
92892
                DEST=$MODULE_vfs_tsmsm
92821
 
@@ -87277,12 +37993,10 @@
 
92893
@@ -87361,12 +38044,10 @@
92822
92894
 
92823
92895
        if test x"$DEST" = xSHARED; then
92824
92896
 
92833
92905
 $as_echo "shared" >&6; }
92834
92906
 
92835
92907
                string_shared_modules="$string_shared_modules vfs_tsmsm"
92836
 
@@ -87293,16 +38007,16 @@
 
92908
@@ -87377,16 +38058,16 @@
92837
92909
                VFS_STATIC="$VFS_STATIC \$(VFS_TSMSM_OBJ)"
92838
92910
 
92839
92911
 
92853
92925
 $as_echo_n "checking how to build vfs_fileid... " >&6; }
92854
92926
        if test "$MODULE_vfs_fileid"; then
92855
92927
                DEST=$MODULE_vfs_fileid
92856
 
@@ -87314,12 +38028,10 @@
 
92928
@@ -87398,12 +38079,10 @@
92857
92929
 
92858
92930
        if test x"$DEST" = xSHARED; then
92859
92931
 
92868
92940
 $as_echo "shared" >&6; }
92869
92941
 
92870
92942
                string_shared_modules="$string_shared_modules vfs_fileid"
92871
 
@@ -87330,16 +38042,16 @@
 
92943
@@ -87414,16 +38093,16 @@
92872
92944
                VFS_STATIC="$VFS_STATIC \$(VFS_FILEID_OBJ)"
92873
92945
 
92874
92946
 
92888
92960
 $as_echo_n "checking how to build vfs_aio_fork... " >&6; }
92889
92961
        if test "$MODULE_vfs_aio_fork"; then
92890
92962
                DEST=$MODULE_vfs_aio_fork
92891
 
@@ -87351,12 +38063,10 @@
 
92963
@@ -87435,12 +38114,10 @@
92892
92964
 
92893
92965
        if test x"$DEST" = xSHARED; then
92894
92966
 
92903
92975
 $as_echo "shared" >&6; }
92904
92976
 
92905
92977
                string_shared_modules="$string_shared_modules vfs_aio_fork"
92906
 
@@ -87367,16 +38077,16 @@
 
92978
@@ -87451,16 +38128,16 @@
92907
92979
                VFS_STATIC="$VFS_STATIC \$(VFS_AIO_FORK_OBJ)"
92908
92980
 
92909
92981
 
92923
92995
 $as_echo_n "checking how to build vfs_preopen... " >&6; }
92924
92996
        if test "$MODULE_vfs_preopen"; then
92925
92997
                DEST=$MODULE_vfs_preopen
92926
 
@@ -87388,12 +38098,10 @@
 
92998
@@ -87472,12 +38149,10 @@
92927
92999
 
92928
93000
        if test x"$DEST" = xSHARED; then
92929
93001
 
92938
93010
 $as_echo "shared" >&6; }
92939
93011
 
92940
93012
                string_shared_modules="$string_shared_modules vfs_preopen"
92941
 
@@ -87404,16 +38112,16 @@
 
93013
@@ -87488,16 +38163,16 @@
92942
93014
                VFS_STATIC="$VFS_STATIC \$(VFS_PREOPEN_OBJ)"
92943
93015
 
92944
93016
 
92958
93030
 $as_echo_n "checking how to build vfs_syncops... " >&6; }
92959
93031
        if test "$MODULE_vfs_syncops"; then
92960
93032
                DEST=$MODULE_vfs_syncops
92961
 
@@ -87425,12 +38133,10 @@
 
93033
@@ -87509,12 +38184,10 @@
92962
93034
 
92963
93035
        if test x"$DEST" = xSHARED; then
92964
93036
 
92973
93045
 $as_echo "shared" >&6; }
92974
93046
 
92975
93047
                string_shared_modules="$string_shared_modules vfs_syncops"
92976
 
@@ -87441,16 +38147,16 @@
 
93048
@@ -87525,16 +38198,16 @@
92977
93049
                VFS_STATIC="$VFS_STATIC \$(VFS_SYNCOPS_OBJ)"
92978
93050
 
92979
93051
 
92993
93065
 $as_echo_n "checking how to build vfs_zfsacl... " >&6; }
92994
93066
        if test "$MODULE_vfs_zfsacl"; then
92995
93067
                DEST=$MODULE_vfs_zfsacl
92996
 
@@ -87462,12 +38168,10 @@
 
93068
@@ -87546,12 +38219,10 @@
92997
93069
 
92998
93070
        if test x"$DEST" = xSHARED; then
92999
93071
 
93008
93080
 $as_echo "shared" >&6; }
93009
93081
 
93010
93082
                string_shared_modules="$string_shared_modules vfs_zfsacl"
93011
 
@@ -87478,16 +38182,16 @@
 
93083
@@ -87562,16 +38233,16 @@
93012
93084
                VFS_STATIC="$VFS_STATIC \$(VFS_ZFSACL_OBJ)"
93013
93085
 
93014
93086
 
93028
93100
 $as_echo_n "checking how to build vfs_notify_fam... " >&6; }
93029
93101
        if test "$MODULE_vfs_notify_fam"; then
93030
93102
                DEST=$MODULE_vfs_notify_fam
93031
 
@@ -87499,12 +38203,10 @@
 
93103
@@ -87583,12 +38254,10 @@
93032
93104
 
93033
93105
        if test x"$DEST" = xSHARED; then
93034
93106
 
93043
93115
 $as_echo "shared" >&6; }
93044
93116
 
93045
93117
                string_shared_modules="$string_shared_modules vfs_notify_fam"
93046
 
@@ -87515,16 +38217,16 @@
 
93118
@@ -87599,16 +38268,16 @@
93047
93119
                VFS_STATIC="$VFS_STATIC \$(VFS_NOTIFY_FAM_OBJ)"
93048
93120
 
93049
93121
 
93063
93135
 $as_echo_n "checking how to build vfs_acl_xattr... " >&6; }
93064
93136
        if test "$MODULE_vfs_acl_xattr"; then
93065
93137
                DEST=$MODULE_vfs_acl_xattr
93066
 
@@ -87536,12 +38238,10 @@
 
93138
@@ -87620,12 +38289,10 @@
93067
93139
 
93068
93140
        if test x"$DEST" = xSHARED; then
93069
93141
 
93078
93150
 $as_echo "shared" >&6; }
93079
93151
 
93080
93152
                string_shared_modules="$string_shared_modules vfs_acl_xattr"
93081
 
@@ -87552,16 +38252,16 @@
 
93153
@@ -87636,16 +38303,16 @@
93082
93154
                VFS_STATIC="$VFS_STATIC \$(VFS_ACL_XATTR_OBJ)"
93083
93155
 
93084
93156
 
93098
93170
 $as_echo_n "checking how to build vfs_acl_tdb... " >&6; }
93099
93171
        if test "$MODULE_vfs_acl_tdb"; then
93100
93172
                DEST=$MODULE_vfs_acl_tdb
93101
 
@@ -87573,12 +38273,10 @@
 
93173
@@ -87657,12 +38324,10 @@
93102
93174
 
93103
93175
        if test x"$DEST" = xSHARED; then
93104
93176
 
93113
93185
 $as_echo "shared" >&6; }
93114
93186
 
93115
93187
                string_shared_modules="$string_shared_modules vfs_acl_tdb"
93116
 
@@ -87589,16 +38287,16 @@
 
93188
@@ -87673,16 +38338,16 @@
93117
93189
                VFS_STATIC="$VFS_STATIC \$(VFS_ACL_TDB_OBJ)"
93118
93190
 
93119
93191
 
93133
93205
 $as_echo_n "checking how to build vfs_smb_traffic_analyzer... " >&6; }
93134
93206
        if test "$MODULE_vfs_smb_traffic_analyzer"; then
93135
93207
                DEST=$MODULE_vfs_smb_traffic_analyzer
93136
 
@@ -87610,12 +38308,10 @@
 
93208
@@ -87694,12 +38359,10 @@
93137
93209
 
93138
93210
        if test x"$DEST" = xSHARED; then
93139
93211
 
93148
93220
 $as_echo "shared" >&6; }
93149
93221
 
93150
93222
                string_shared_modules="$string_shared_modules vfs_smb_traffic_analyzer"
93151
 
@@ -87626,16 +38322,16 @@
 
93223
@@ -87710,16 +38373,16 @@
93152
93224
                VFS_STATIC="$VFS_STATIC \$(VFS_SMB_TRAFFIC_ANALYZER_OBJ)"
93153
93225
 
93154
93226
 
93168
93240
 $as_echo_n "checking how to build vfs_onefs... " >&6; }
93169
93241
        if test "$MODULE_vfs_onefs"; then
93170
93242
                DEST=$MODULE_vfs_onefs
93171
 
@@ -87647,12 +38343,10 @@
 
93243
@@ -87731,12 +38394,10 @@
93172
93244
 
93173
93245
        if test x"$DEST" = xSHARED; then
93174
93246
 
93183
93255
 $as_echo "shared" >&6; }
93184
93256
 
93185
93257
                string_shared_modules="$string_shared_modules vfs_onefs"
93186
 
@@ -87663,16 +38357,16 @@
 
93258
@@ -87747,16 +38408,16 @@
93187
93259
                VFS_STATIC="$VFS_STATIC \$(VFS_ONEFS)"
93188
93260
 
93189
93261
 
93203
93275
 $as_echo_n "checking how to build vfs_onefs_shadow_copy... " >&6; }
93204
93276
        if test "$MODULE_vfs_onefs_shadow_copy"; then
93205
93277
                DEST=$MODULE_vfs_onefs_shadow_copy
93206
 
@@ -87684,12 +38378,10 @@
 
93278
@@ -87768,12 +38429,10 @@
93207
93279
 
93208
93280
        if test x"$DEST" = xSHARED; then
93209
93281
 
93218
93290
 $as_echo "shared" >&6; }
93219
93291
 
93220
93292
                string_shared_modules="$string_shared_modules vfs_onefs_shadow_copy"
93221
 
@@ -87700,16 +38392,16 @@
 
93293
@@ -87784,16 +38443,16 @@
93222
93294
                VFS_STATIC="$VFS_STATIC \$(VFS_ONEFS_SHADOW_COPY)"
93223
93295
 
93224
93296
 
93238
93310
 $as_echo_n "checking how to build vfs_dirsort... " >&6; }
93239
93311
        if test "$MODULE_vfs_dirsort"; then
93240
93312
                DEST=$MODULE_vfs_dirsort
93241
 
@@ -87721,12 +38413,10 @@
 
93313
@@ -87805,12 +38464,10 @@
93242
93314
 
93243
93315
        if test x"$DEST" = xSHARED; then
93244
93316
 
93253
93325
 $as_echo "shared" >&6; }
93254
93326
 
93255
93327
                string_shared_modules="$string_shared_modules vfs_dirsort"
93256
 
@@ -87737,16 +38427,16 @@
 
93328
@@ -87821,16 +38478,16 @@
93257
93329
                VFS_STATIC="$VFS_STATIC \$(VFS_DIRSORT_OBJ)"
93258
93330
 
93259
93331
 
93273
93345
 $as_echo_n "checking how to build vfs_scannedonly... " >&6; }
93274
93346
        if test "$MODULE_vfs_scannedonly"; then
93275
93347
                DEST=$MODULE_vfs_scannedonly
93276
 
@@ -87758,12 +38448,10 @@
 
93348
@@ -87842,12 +38499,10 @@
93277
93349
 
93278
93350
        if test x"$DEST" = xSHARED; then
93279
93351
 
93288
93360
 $as_echo "shared" >&6; }
93289
93361
 
93290
93362
                string_shared_modules="$string_shared_modules vfs_scannedonly"
93291
 
@@ -87774,11 +38462,11 @@
 
93363
@@ -87858,11 +38513,11 @@
93292
93364
                VFS_STATIC="$VFS_STATIC \$(VFS_SCANNEDONLY_OBJ)"
93293
93365
 
93294
93366
 
93302
93374
 $as_echo "not" >&6; }
93303
93375
        fi
93304
93376
 
93305
 
@@ -87800,7 +38488,7 @@
 
93377
@@ -87884,7 +38539,7 @@
93306
93378
 
93307
93379
 
93308
93380
 
93311
93383
 $as_echo_n "checking how to build perfcount_onefs... " >&6; }
93312
93384
        if test "$MODULE_perfcount_onefs"; then
93313
93385
                DEST=$MODULE_perfcount_onefs
93314
 
@@ -87812,12 +38500,10 @@
 
93386
@@ -87896,12 +38551,10 @@
93315
93387
 
93316
93388
        if test x"$DEST" = xSHARED; then
93317
93389
 
93326
93398
 $as_echo "shared" >&6; }
93327
93399
 
93328
93400
                string_shared_modules="$string_shared_modules perfcount_onefs"
93329
 
@@ -87828,16 +38514,16 @@
 
93401
@@ -87912,16 +38565,16 @@
93330
93402
                PERFCOUNT_STATIC="$PERFCOUNT_STATIC \$(PERFCOUNT_ONEFS)"
93331
93403
 
93332
93404
 
93346
93418
 $as_echo_n "checking how to build perfcount_test... " >&6; }
93347
93419
        if test "$MODULE_perfcount_test"; then
93348
93420
                DEST=$MODULE_perfcount_test
93349
 
@@ -87849,12 +38535,10 @@
 
93421
@@ -87933,12 +38586,10 @@
93350
93422
 
93351
93423
        if test x"$DEST" = xSHARED; then
93352
93424
 
93361
93433
 $as_echo "shared" >&6; }
93362
93434
 
93363
93435
                string_shared_modules="$string_shared_modules perfcount_test"
93364
 
@@ -87865,11 +38549,11 @@
 
93436
@@ -87949,11 +38600,11 @@
93365
93437
                PERFCOUNT_STATIC="$PERFCOUNT_STATIC \$(PERFCOUNT_TEST)"
93366
93438
 
93367
93439
 
93375
93447
 $as_echo "not" >&6; }
93376
93448
        fi
93377
93449
 
93378
 
@@ -87890,7 +38574,7 @@
 
93450
@@ -87974,7 +38625,7 @@
93379
93451
 
93380
93452
 
93381
93453
 
93384
93456
 $as_echo_n "checking how to build gpext_registry... " >&6; }
93385
93457
        if test "$MODULE_gpext_registry"; then
93386
93458
                DEST=$MODULE_gpext_registry
93387
 
@@ -87902,12 +38586,10 @@
 
93459
@@ -87986,12 +38637,10 @@
93388
93460
 
93389
93461
        if test x"$DEST" = xSHARED; then
93390
93462
 
93399
93471
 $as_echo "shared" >&6; }
93400
93472
 
93401
93473
                string_shared_modules="$string_shared_modules gpext_registry"
93402
 
@@ -87918,16 +38600,16 @@
 
93474
@@ -88002,16 +38651,16 @@
93403
93475
                GPEXT_STATIC="$GPEXT_STATIC libgpo/gpext/registry.o"
93404
93476
 
93405
93477
 
93419
93491
 $as_echo_n "checking how to build gpext_scripts... " >&6; }
93420
93492
        if test "$MODULE_gpext_scripts"; then
93421
93493
                DEST=$MODULE_gpext_scripts
93422
 
@@ -87939,12 +38621,10 @@
 
93494
@@ -88023,12 +38672,10 @@
93423
93495
 
93424
93496
        if test x"$DEST" = xSHARED; then
93425
93497
 
93434
93506
 $as_echo "shared" >&6; }
93435
93507
 
93436
93508
                string_shared_modules="$string_shared_modules gpext_scripts"
93437
 
@@ -87955,16 +38635,16 @@
 
93509
@@ -88039,16 +38686,16 @@
93438
93510
                GPEXT_STATIC="$GPEXT_STATIC libgpo/gpext/scripts.o"
93439
93511
 
93440
93512
 
93454
93526
 $as_echo_n "checking how to build gpext_security... " >&6; }
93455
93527
        if test "$MODULE_gpext_security"; then
93456
93528
                DEST=$MODULE_gpext_security
93457
 
@@ -87976,12 +38656,10 @@
 
93529
@@ -88060,12 +38707,10 @@
93458
93530
 
93459
93531
        if test x"$DEST" = xSHARED; then
93460
93532
 
93469
93541
 $as_echo "shared" >&6; }
93470
93542
 
93471
93543
                string_shared_modules="$string_shared_modules gpext_security"
93472
 
@@ -87992,11 +38670,11 @@
 
93544
@@ -88076,11 +38721,11 @@
93473
93545
                GPEXT_STATIC="$GPEXT_STATIC libgpo/gpext/security.o"
93474
93546
 
93475
93547
 
93483
93555
 $as_echo "not" >&6; }
93484
93556
        fi
93485
93557
 
93486
 
@@ -88032,18 +38710,16 @@
 
93558
@@ -88116,18 +38761,16 @@
93487
93559
 #################################################
93488
93560
 # If run from the build farm, enable NASTY hacks
93489
93561
 #################################################
93506
93578
 $as_echo "no" >&6; }
93507
93579
 fi
93508
93580
 
93509
 
@@ -88060,11 +38736,11 @@
 
93581
@@ -88144,11 +38787,11 @@
93510
93582
     rt_signal_lease_works=yes
93511
93583
     rt_signal_aio_works=yes
93512
93584
 
93521
93593
 $as_echo "cross" >&6; }
93522
93594
 
93523
93595
            # cross compiling, I hope you know what you are doing
93524
 
@@ -88072,11 +38748,7 @@
 
93596
@@ -88156,11 +38799,7 @@
93525
93597
 
93526
93598
 
93527
93599
 else
93534
93606
 /* end confdefs.h.  */
93535
93607
 
93536
93608
 #include <sys/types.h>
93537
 
@@ -88135,41 +38807,16 @@
 
93609
@@ -88219,41 +38858,16 @@
93538
93610
 }
93539
93611
 
93540
93612
 _ACEOF
93580
93652
 /* end confdefs.h.  */
93581
93653
 
93582
93654
 int
93583
 
@@ -88180,61 +38827,31 @@
 
93655
@@ -88264,61 +38878,31 @@
93584
93656
   return 0;
93585
93657
 }
93586
93658
 _ACEOF
93649
93721
 $as_echo "no" >&6; }
93650
93722
            case "$ac_status" in
93651
93723
                1|11|101|111)  rt_signal_lease_ok=no ;;
93652
 
@@ -88248,13 +38865,9 @@
 
93724
@@ -88332,13 +38916,9 @@
93653
93725
 
93654
93726
            # no RT_SIGNAL bug, we are golden
93655
93727
 
93665
93737
 /* end confdefs.h.  */
93666
93738
 
93667
93739
 int
93668
 
@@ -88265,65 +38878,39 @@
 
93740
@@ -88349,65 +38929,39 @@
93669
93741
   return 0;
93670
93742
 }
93671
93743
 _ACEOF
93740
93812
   enableval=$enable_merged_build;  enable_merged_build=$enableval
93741
93813
 else
93742
93814
    enable_merged_build=auto
93743
 
@@ -88332,9 +38919,7 @@
 
93815
@@ -88416,9 +38970,7 @@
93744
93816
 
93745
93817
 if test x"$enable_merged_build" = x"yes" -a \
93746
93818
        x"$merged_build_possible" = x"no" ; then
93751
93823
 fi
93752
93824
 
93753
93825
 
93754
 
@@ -88357,9 +38942,9 @@
 
93826
@@ -88441,9 +38993,9 @@
93755
93827
 do
93756
93828
   # Extract the first word of "$ac_prog", so it can be a program name with args.
93757
93829
 set dummy $ac_prog; ac_word=$2
93763
93835
   $as_echo_n "(cached) " >&6
93764
93836
 else
93765
93837
   case $PYTHON in
93766
 
@@ -88372,14 +38957,14 @@
 
93838
@@ -88456,14 +39008,14 @@
93767
93839
 do
93768
93840
   IFS=$as_save_IFS
93769
93841
   test -z "$as_dir" && as_dir=.
93781
93853
 IFS=$as_save_IFS
93782
93854
 
93783
93855
   ;;
93784
 
@@ -88387,10 +38972,10 @@
 
93856
@@ -88471,10 +39023,10 @@
93785
93857
 fi
93786
93858
 PYTHON=$ac_cv_path_PYTHON
93787
93859
 if test -n "$PYTHON"; then
93794
93866
 $as_echo "no" >&6; }
93795
93867
 fi
93796
93868
 
93797
 
@@ -88401,9 +38986,9 @@
 
93869
@@ -88485,9 +39037,9 @@
93798
93870
        else
93799
93871
                # Extract the first word of "python[$PYTHON_VER]", so it can be a program name with args.
93800
93872
 set dummy python$PYTHON_VER; ac_word=$2
93806
93878
   $as_echo_n "(cached) " >&6
93807
93879
 else
93808
93880
   case $PYTHON in
93809
 
@@ -88416,14 +39001,14 @@
 
93881
@@ -88500,14 +39052,14 @@
93810
93882
 do
93811
93883
   IFS=$as_save_IFS
93812
93884
   test -z "$as_dir" && as_dir=.
93824
93896
 IFS=$as_save_IFS
93825
93897
 
93826
93898
   ;;
93827
 
@@ -88431,10 +39016,10 @@
 
93899
@@ -88515,10 +39067,10 @@
93828
93900
 fi
93829
93901
 PYTHON=$ac_cv_path_PYTHON
93830
93902
 if test -n "$PYTHON"; then
93837
93909
 $as_echo "no" >&6; }
93838
93910
 fi
93839
93911
 
93840
 
@@ -88442,7 +39027,7 @@
 
93912
@@ -88526,7 +39078,7 @@
93841
93913
        fi
93842
93914
        if test -z "$PYTHON"; then
93843
93915
                working_python=no
93846
93918
 $as_echo "$as_me: WARNING: No python found" >&2;}
93847
93919
        fi
93848
93920
 
93849
 
@@ -88453,9 +39038,9 @@
 
93921
@@ -88537,9 +39089,9 @@
93850
93922
 do
93851
93923
   # Extract the first word of "$ac_prog", so it can be a program name with args.
93852
93924
 set dummy $ac_prog; ac_word=$2
93858
93930
   $as_echo_n "(cached) " >&6
93859
93931
 else
93860
93932
   case $PYTHON_CONFIG in
93861
 
@@ -88468,14 +39053,14 @@
 
93933
@@ -88552,14 +39104,14 @@
93862
93934
 do
93863
93935
   IFS=$as_save_IFS
93864
93936
   test -z "$as_dir" && as_dir=.
93876
93948
 IFS=$as_save_IFS
93877
93949
 
93878
93950
   ;;
93879
 
@@ -88483,10 +39068,10 @@
 
93951
@@ -88567,10 +39119,10 @@
93880
93952
 fi
93881
93953
 PYTHON_CONFIG=$ac_cv_path_PYTHON_CONFIG
93882
93954
 if test -n "$PYTHON_CONFIG"; then
93889
93961
 $as_echo "no" >&6; }
93890
93962
 fi
93891
93963
 
93892
 
@@ -88497,9 +39082,9 @@
 
93964
@@ -88581,9 +39133,9 @@
93893
93965
        else
93894
93966
                # Extract the first word of "python[$PYTHON_VER]-config", so it can be a program name with args.
93895
93967
 set dummy python$PYTHON_VER-config; ac_word=$2
93901
93973
   $as_echo_n "(cached) " >&6
93902
93974
 else
93903
93975
   case $PYTHON_CONFIG in
93904
 
@@ -88512,14 +39097,14 @@
 
93976
@@ -88596,14 +39148,14 @@
93905
93977
 do
93906
93978
   IFS=$as_save_IFS
93907
93979
   test -z "$as_dir" && as_dir=.
93919
93991
 IFS=$as_save_IFS
93920
93992
 
93921
93993
   ;;
93922
 
@@ -88527,10 +39112,10 @@
 
93994
@@ -88611,10 +39163,10 @@
93923
93995
 fi
93924
93996
 PYTHON_CONFIG=$ac_cv_path_PYTHON_CONFIG
93925
93997
 if test -n "$PYTHON_CONFIG"; then
93932
94004
 $as_echo "no" >&6; }
93933
94005
 fi
93934
94006
 
93935
 
@@ -88538,7 +39123,7 @@
 
94007
@@ -88622,7 +39174,7 @@
93936
94008
        fi
93937
94009
 
93938
94010
        if test -z "$PYTHON_CONFIG"; then
93941
94013
 $as_echo "$as_me: WARNING: No python-config found" >&2;}
93942
94014
        else
93943
94015
 
93944
 
@@ -88548,11 +39133,7 @@
93945
 
                LIBS="$LIBS `$PYTHON_CONFIG --ldflags`"
93946
 
                CFLAGS="$CFLAGS `$PYTHON_CONFIG --includes`"
93947
 
 
93948
 
-               cat >conftest.$ac_ext <<_ACEOF
93949
 
-/* confdefs.h.  */
93950
 
-_ACEOF
93951
 
-cat confdefs.h >>conftest.$ac_ext
93952
 
-cat >>conftest.$ac_ext <<_ACEOF
93953
 
+               cat confdefs.h - <<_ACEOF >conftest.$ac_ext
93954
 
 /* end confdefs.h.  */
93955
 
 
93956
 
                                 #undef HAVE_UINTPTR_T
93957
 
@@ -88569,42 +39150,15 @@
93958
 
   return 0;
93959
 
 }
93960
 
 _ACEOF
93961
 
-rm -f conftest.$ac_objext conftest$ac_exeext
93962
 
-if { (ac_try="$ac_link"
93963
 
-case "(($ac_try" in
93964
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
93965
 
-  *) ac_try_echo=$ac_try;;
93966
 
-esac
93967
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
93968
 
-$as_echo "$ac_try_echo") >&5
93969
 
-  (eval "$ac_link") 2>conftest.er1
93970
 
-  ac_status=$?
93971
 
-  grep -v '^ *+' conftest.er1 >conftest.err
93972
 
-  rm -f conftest.er1
93973
 
-  cat conftest.err >&5
93974
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
93975
 
-  (exit $ac_status); } && {
93976
 
-        test -z "$ac_c_werror_flag" ||
93977
 
-        test ! -s conftest.err
93978
 
-       } && test -s conftest$ac_exeext && {
93979
 
-        test "$cross_compiling" = yes ||
93980
 
-        $as_test_x conftest$ac_exeext
93981
 
-       }; then
93982
 
+if ac_fn_c_try_link "$LINENO"; then :
93983
 
 
93984
 
                                PYTHON_LDFLAGS="`$PYTHON_CONFIG --ldflags`"
93985
 
                                PYTHON_CFLAGS="`$PYTHON_CONFIG --includes`"
93986
 
                                working_python=yes
93987
 
 
93988
 
-else
93989
 
-  $as_echo "$as_me: failed program was:" >&5
93990
 
-sed 's/^/| /' conftest.$ac_ext >&5
93991
 
-
93992
 
-
93993
 
 fi
93994
 
-
93995
 
-rm -rf conftest.dSYM
93996
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
93997
 
-      conftest$ac_exeext conftest.$ac_ext
93998
 
+rm -f core conftest.err conftest.$ac_objext \
93999
 
+    conftest$ac_exeext conftest.$ac_ext
94000
 
                LIBS="$ac_save_LIBS"
94001
 
                CFLAGS="$ac_save_CFLAGS"
94002
 
        fi
94003
 
@@ -88616,11 +39170,7 @@
94004
 
                LIBS="$LIBS `$PYTHON_CONFIG --ldflags`"
94005
 
                CFLAGS="$CFLAGS `$PYTHON_CONFIG --cflags`"
94006
 
 
94007
 
-               cat >conftest.$ac_ext <<_ACEOF
94008
 
-/* confdefs.h.  */
94009
 
-_ACEOF
94010
 
-cat confdefs.h >>conftest.$ac_ext
94011
 
-cat >>conftest.$ac_ext <<_ACEOF
94012
 
+               cat confdefs.h - <<_ACEOF >conftest.$ac_ext
94013
 
 /* end confdefs.h.  */
94014
 
 
94015
 
                                 #undef HAVE_UINTPTR_T
94016
 
@@ -88637,42 +39187,15 @@
94017
 
   return 0;
94018
 
 }
94019
 
 _ACEOF
94020
 
-rm -f conftest.$ac_objext conftest$ac_exeext
94021
 
-if { (ac_try="$ac_link"
94022
 
-case "(($ac_try" in
94023
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
94024
 
-  *) ac_try_echo=$ac_try;;
94025
 
-esac
94026
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
94027
 
-$as_echo "$ac_try_echo") >&5
94028
 
-  (eval "$ac_link") 2>conftest.er1
94029
 
-  ac_status=$?
94030
 
-  grep -v '^ *+' conftest.er1 >conftest.err
94031
 
-  rm -f conftest.er1
94032
 
-  cat conftest.err >&5
94033
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
94034
 
-  (exit $ac_status); } && {
94035
 
-        test -z "$ac_c_werror_flag" ||
94036
 
-        test ! -s conftest.err
94037
 
-       } && test -s conftest$ac_exeext && {
94038
 
-        test "$cross_compiling" = yes ||
94039
 
-        $as_test_x conftest$ac_exeext
94040
 
-       }; then
94041
 
+if ac_fn_c_try_link "$LINENO"; then :
94042
 
 
94043
 
                                PYTHON_LDFLAGS="`$PYTHON_CONFIG --ldflags`"
94044
 
                                PYTHON_CFLAGS="`$PYTHON_CONFIG --cflags`"
94045
 
                                working_python=yes
94046
 
 
94047
 
-else
94048
 
-  $as_echo "$as_me: failed program was:" >&5
94049
 
-sed 's/^/| /' conftest.$ac_ext >&5
94050
 
-
94051
 
-
94052
 
 fi
94053
 
-
94054
 
-rm -rf conftest.dSYM
94055
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
94056
 
-      conftest$ac_exeext conftest.$ac_ext
94057
 
+rm -f core conftest.err conftest.$ac_objext \
94058
 
+    conftest$ac_exeext conftest.$ac_ext
94059
 
                LIBS="$ac_save_LIBS"
94060
 
                CFLAGS="$ac_save_CFLAGS"
94061
 
        fi
94062
 
@@ -88687,11 +39210,7 @@
94063
 
                LIBS="$LIBS `echo -n -L${base}/lib " "; $PYTHON_CONFIG --ldflags`"
94064
 
                CFLAGS="$CFLAGS `$PYTHON_CONFIG --includes`"
94065
 
 
94066
 
-               cat >conftest.$ac_ext <<_ACEOF
94067
 
-/* confdefs.h.  */
94068
 
-_ACEOF
94069
 
-cat confdefs.h >>conftest.$ac_ext
94070
 
-cat >>conftest.$ac_ext <<_ACEOF
94071
 
+               cat confdefs.h - <<_ACEOF >conftest.$ac_ext
94072
 
 /* end confdefs.h.  */
94073
 
 
94074
 
                                 #undef HAVE_UINTPTR_T
94075
 
@@ -88708,42 +39227,15 @@
94076
 
   return 0;
94077
 
 }
94078
 
 _ACEOF
94079
 
-rm -f conftest.$ac_objext conftest$ac_exeext
94080
 
-if { (ac_try="$ac_link"
94081
 
-case "(($ac_try" in
94082
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
94083
 
-  *) ac_try_echo=$ac_try;;
94084
 
-esac
94085
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
94086
 
-$as_echo "$ac_try_echo") >&5
94087
 
-  (eval "$ac_link") 2>conftest.er1
94088
 
-  ac_status=$?
94089
 
-  grep -v '^ *+' conftest.er1 >conftest.err
94090
 
-  rm -f conftest.er1
94091
 
-  cat conftest.err >&5
94092
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
94093
 
-  (exit $ac_status); } && {
94094
 
-        test -z "$ac_c_werror_flag" ||
94095
 
-        test ! -s conftest.err
94096
 
-       } && test -s conftest$ac_exeext && {
94097
 
-        test "$cross_compiling" = yes ||
94098
 
-        $as_test_x conftest$ac_exeext
94099
 
-       }; then
94100
 
+if ac_fn_c_try_link "$LINENO"; then :
94101
 
 
94102
 
                                PYTHON_LDFLAGS="`echo -n -L${base}/lib " "; $PYTHON_CONFIG --ldflags`"
94103
 
                                PYTHON_CFLAGS="`$PYTHON_CONFIG --includes`"
94104
 
                                working_python=yes
94105
 
 
94106
 
-else
94107
 
-  $as_echo "$as_me: failed program was:" >&5
94108
 
-sed 's/^/| /' conftest.$ac_ext >&5
94109
 
-
94110
 
-
94111
 
 fi
94112
 
-
94113
 
-rm -rf conftest.dSYM
94114
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
94115
 
-      conftest$ac_exeext conftest.$ac_ext
94116
 
+rm -f core conftest.err conftest.$ac_objext \
94117
 
+    conftest$ac_exeext conftest.$ac_ext
94118
 
                LIBS="$ac_save_LIBS"
94119
 
                CFLAGS="$ac_save_CFLAGS"
94120
 
        fi
94121
 
@@ -88755,11 +39247,7 @@
94122
 
                LIBS="$LIBS `echo -n -L${base}/lib " "; $PYTHON_CONFIG --ldflags`"
94123
 
                CFLAGS="$CFLAGS `$PYTHON_CONFIG --cflags`"
94124
 
 
94125
 
-               cat >conftest.$ac_ext <<_ACEOF
94126
 
-/* confdefs.h.  */
94127
 
-_ACEOF
94128
 
-cat confdefs.h >>conftest.$ac_ext
94129
 
-cat >>conftest.$ac_ext <<_ACEOF
94130
 
+               cat confdefs.h - <<_ACEOF >conftest.$ac_ext
94131
 
 /* end confdefs.h.  */
94132
 
 
94133
 
                                 #undef HAVE_UINTPTR_T
94134
 
@@ -88776,42 +39264,15 @@
94135
 
   return 0;
94136
 
 }
94137
 
 _ACEOF
94138
 
-rm -f conftest.$ac_objext conftest$ac_exeext
94139
 
-if { (ac_try="$ac_link"
94140
 
-case "(($ac_try" in
94141
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
94142
 
-  *) ac_try_echo=$ac_try;;
94143
 
-esac
94144
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
94145
 
-$as_echo "$ac_try_echo") >&5
94146
 
-  (eval "$ac_link") 2>conftest.er1
94147
 
-  ac_status=$?
94148
 
-  grep -v '^ *+' conftest.er1 >conftest.err
94149
 
-  rm -f conftest.er1
94150
 
-  cat conftest.err >&5
94151
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
94152
 
-  (exit $ac_status); } && {
94153
 
-        test -z "$ac_c_werror_flag" ||
94154
 
-        test ! -s conftest.err
94155
 
-       } && test -s conftest$ac_exeext && {
94156
 
-        test "$cross_compiling" = yes ||
94157
 
-        $as_test_x conftest$ac_exeext
94158
 
-       }; then
94159
 
+if ac_fn_c_try_link "$LINENO"; then :
94160
 
 
94161
 
                                PYTHON_LDFLAGS="`echo -n -L${base}/lib " "; $PYTHON_CONFIG --ldflags`"
94162
 
                                PYTHON_CFLAGS="`$PYTHON_CONFIG --cflags`"
94163
 
                                working_python=yes
94164
 
 
94165
 
-else
94166
 
-  $as_echo "$as_me: failed program was:" >&5
94167
 
-sed 's/^/| /' conftest.$ac_ext >&5
94168
 
-
94169
 
-
94170
 
 fi
94171
 
-
94172
 
-rm -rf conftest.dSYM
94173
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
94174
 
-      conftest$ac_exeext conftest.$ac_ext
94175
 
+rm -f core conftest.err conftest.$ac_objext \
94176
 
+    conftest$ac_exeext conftest.$ac_ext
94177
 
                LIBS="$ac_save_LIBS"
94178
 
                CFLAGS="$ac_save_CFLAGS"
94179
 
        fi
94180
 
@@ -88841,11 +39302,7 @@
 
94016
@@ -88632,11 +39184,7 @@
 
94017
                LIBS="$LIBS `$PYTHON_CONFIG --ldflags`"
 
94018
                CFLAGS="$CFLAGS `$PYTHON_CONFIG --includes`"
 
94019
 
 
94020
-               cat >conftest.$ac_ext <<_ACEOF
 
94021
-/* confdefs.h.  */
 
94022
-_ACEOF
 
94023
-cat confdefs.h >>conftest.$ac_ext
 
94024
-cat >>conftest.$ac_ext <<_ACEOF
 
94025
+               cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
94026
 /* end confdefs.h.  */
 
94027
 
 
94028
                                 #undef HAVE_UINTPTR_T
 
94029
@@ -88653,42 +39201,15 @@
 
94030
   return 0;
 
94031
 }
 
94032
 _ACEOF
 
94033
-rm -f conftest.$ac_objext conftest$ac_exeext
 
94034
-if { (ac_try="$ac_link"
 
94035
-case "(($ac_try" in
 
94036
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
94037
-  *) ac_try_echo=$ac_try;;
 
94038
-esac
 
94039
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
94040
-$as_echo "$ac_try_echo") >&5
 
94041
-  (eval "$ac_link") 2>conftest.er1
 
94042
-  ac_status=$?
 
94043
-  grep -v '^ *+' conftest.er1 >conftest.err
 
94044
-  rm -f conftest.er1
 
94045
-  cat conftest.err >&5
 
94046
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
94047
-  (exit $ac_status); } && {
 
94048
-        test -z "$ac_c_werror_flag" ||
 
94049
-        test ! -s conftest.err
 
94050
-       } && test -s conftest$ac_exeext && {
 
94051
-        test "$cross_compiling" = yes ||
 
94052
-        $as_test_x conftest$ac_exeext
 
94053
-       }; then
 
94054
+if ac_fn_c_try_link "$LINENO"; then :
 
94055
 
 
94056
                                PYTHON_LDFLAGS="`$PYTHON_CONFIG --ldflags`"
 
94057
                                PYTHON_CFLAGS="`$PYTHON_CONFIG --includes`"
 
94058
                                working_python=yes
 
94059
 
 
94060
-else
 
94061
-  $as_echo "$as_me: failed program was:" >&5
 
94062
-sed 's/^/| /' conftest.$ac_ext >&5
 
94063
-
 
94064
-
 
94065
 fi
 
94066
-
 
94067
-rm -rf conftest.dSYM
 
94068
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
94069
-      conftest$ac_exeext conftest.$ac_ext
 
94070
+rm -f core conftest.err conftest.$ac_objext \
 
94071
+    conftest$ac_exeext conftest.$ac_ext
 
94072
                LIBS="$ac_save_LIBS"
 
94073
                CFLAGS="$ac_save_CFLAGS"
 
94074
        fi
 
94075
@@ -88700,11 +39221,7 @@
 
94076
                LIBS="$LIBS `$PYTHON_CONFIG --ldflags`"
 
94077
                CFLAGS="$CFLAGS `$PYTHON_CONFIG --cflags`"
 
94078
 
 
94079
-               cat >conftest.$ac_ext <<_ACEOF
 
94080
-/* confdefs.h.  */
 
94081
-_ACEOF
 
94082
-cat confdefs.h >>conftest.$ac_ext
 
94083
-cat >>conftest.$ac_ext <<_ACEOF
 
94084
+               cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
94085
 /* end confdefs.h.  */
 
94086
 
 
94087
                                 #undef HAVE_UINTPTR_T
 
94088
@@ -88721,42 +39238,15 @@
 
94089
   return 0;
 
94090
 }
 
94091
 _ACEOF
 
94092
-rm -f conftest.$ac_objext conftest$ac_exeext
 
94093
-if { (ac_try="$ac_link"
 
94094
-case "(($ac_try" in
 
94095
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
94096
-  *) ac_try_echo=$ac_try;;
 
94097
-esac
 
94098
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
94099
-$as_echo "$ac_try_echo") >&5
 
94100
-  (eval "$ac_link") 2>conftest.er1
 
94101
-  ac_status=$?
 
94102
-  grep -v '^ *+' conftest.er1 >conftest.err
 
94103
-  rm -f conftest.er1
 
94104
-  cat conftest.err >&5
 
94105
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
94106
-  (exit $ac_status); } && {
 
94107
-        test -z "$ac_c_werror_flag" ||
 
94108
-        test ! -s conftest.err
 
94109
-       } && test -s conftest$ac_exeext && {
 
94110
-        test "$cross_compiling" = yes ||
 
94111
-        $as_test_x conftest$ac_exeext
 
94112
-       }; then
 
94113
+if ac_fn_c_try_link "$LINENO"; then :
 
94114
 
 
94115
                                PYTHON_LDFLAGS="`$PYTHON_CONFIG --ldflags`"
 
94116
                                PYTHON_CFLAGS="`$PYTHON_CONFIG --cflags`"
 
94117
                                working_python=yes
 
94118
 
 
94119
-else
 
94120
-  $as_echo "$as_me: failed program was:" >&5
 
94121
-sed 's/^/| /' conftest.$ac_ext >&5
 
94122
-
 
94123
-
 
94124
 fi
 
94125
-
 
94126
-rm -rf conftest.dSYM
 
94127
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
94128
-      conftest$ac_exeext conftest.$ac_ext
 
94129
+rm -f core conftest.err conftest.$ac_objext \
 
94130
+    conftest$ac_exeext conftest.$ac_ext
 
94131
                LIBS="$ac_save_LIBS"
 
94132
                CFLAGS="$ac_save_CFLAGS"
 
94133
        fi
 
94134
@@ -88771,11 +39261,7 @@
 
94135
                LIBS="$LIBS `echo -n -L${base}/lib " "; $PYTHON_CONFIG --ldflags`"
 
94136
                CFLAGS="$CFLAGS `$PYTHON_CONFIG --includes`"
 
94137
 
 
94138
-               cat >conftest.$ac_ext <<_ACEOF
 
94139
-/* confdefs.h.  */
 
94140
-_ACEOF
 
94141
-cat confdefs.h >>conftest.$ac_ext
 
94142
-cat >>conftest.$ac_ext <<_ACEOF
 
94143
+               cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
94144
 /* end confdefs.h.  */
 
94145
 
 
94146
                                 #undef HAVE_UINTPTR_T
 
94147
@@ -88792,42 +39278,15 @@
 
94148
   return 0;
 
94149
 }
 
94150
 _ACEOF
 
94151
-rm -f conftest.$ac_objext conftest$ac_exeext
 
94152
-if { (ac_try="$ac_link"
 
94153
-case "(($ac_try" in
 
94154
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
94155
-  *) ac_try_echo=$ac_try;;
 
94156
-esac
 
94157
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
94158
-$as_echo "$ac_try_echo") >&5
 
94159
-  (eval "$ac_link") 2>conftest.er1
 
94160
-  ac_status=$?
 
94161
-  grep -v '^ *+' conftest.er1 >conftest.err
 
94162
-  rm -f conftest.er1
 
94163
-  cat conftest.err >&5
 
94164
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
94165
-  (exit $ac_status); } && {
 
94166
-        test -z "$ac_c_werror_flag" ||
 
94167
-        test ! -s conftest.err
 
94168
-       } && test -s conftest$ac_exeext && {
 
94169
-        test "$cross_compiling" = yes ||
 
94170
-        $as_test_x conftest$ac_exeext
 
94171
-       }; then
 
94172
+if ac_fn_c_try_link "$LINENO"; then :
 
94173
 
 
94174
                                PYTHON_LDFLAGS="`echo -n -L${base}/lib " "; $PYTHON_CONFIG --ldflags`"
 
94175
                                PYTHON_CFLAGS="`$PYTHON_CONFIG --includes`"
 
94176
                                working_python=yes
 
94177
 
 
94178
-else
 
94179
-  $as_echo "$as_me: failed program was:" >&5
 
94180
-sed 's/^/| /' conftest.$ac_ext >&5
 
94181
-
 
94182
-
 
94183
 fi
 
94184
-
 
94185
-rm -rf conftest.dSYM
 
94186
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
94187
-      conftest$ac_exeext conftest.$ac_ext
 
94188
+rm -f core conftest.err conftest.$ac_objext \
 
94189
+    conftest$ac_exeext conftest.$ac_ext
 
94190
                LIBS="$ac_save_LIBS"
 
94191
                CFLAGS="$ac_save_CFLAGS"
 
94192
        fi
 
94193
@@ -88839,11 +39298,7 @@
 
94194
                LIBS="$LIBS `echo -n -L${base}/lib " "; $PYTHON_CONFIG --ldflags`"
 
94195
                CFLAGS="$CFLAGS `$PYTHON_CONFIG --cflags`"
 
94196
 
 
94197
-               cat >conftest.$ac_ext <<_ACEOF
 
94198
-/* confdefs.h.  */
 
94199
-_ACEOF
 
94200
-cat confdefs.h >>conftest.$ac_ext
 
94201
-cat >>conftest.$ac_ext <<_ACEOF
 
94202
+               cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
94203
 /* end confdefs.h.  */
 
94204
 
 
94205
                                 #undef HAVE_UINTPTR_T
 
94206
@@ -88860,42 +39315,15 @@
 
94207
   return 0;
 
94208
 }
 
94209
 _ACEOF
 
94210
-rm -f conftest.$ac_objext conftest$ac_exeext
 
94211
-if { (ac_try="$ac_link"
 
94212
-case "(($ac_try" in
 
94213
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
94214
-  *) ac_try_echo=$ac_try;;
 
94215
-esac
 
94216
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
94217
-$as_echo "$ac_try_echo") >&5
 
94218
-  (eval "$ac_link") 2>conftest.er1
 
94219
-  ac_status=$?
 
94220
-  grep -v '^ *+' conftest.er1 >conftest.err
 
94221
-  rm -f conftest.er1
 
94222
-  cat conftest.err >&5
 
94223
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
94224
-  (exit $ac_status); } && {
 
94225
-        test -z "$ac_c_werror_flag" ||
 
94226
-        test ! -s conftest.err
 
94227
-       } && test -s conftest$ac_exeext && {
 
94228
-        test "$cross_compiling" = yes ||
 
94229
-        $as_test_x conftest$ac_exeext
 
94230
-       }; then
 
94231
+if ac_fn_c_try_link "$LINENO"; then :
 
94232
 
 
94233
                                PYTHON_LDFLAGS="`echo -n -L${base}/lib " "; $PYTHON_CONFIG --ldflags`"
 
94234
                                PYTHON_CFLAGS="`$PYTHON_CONFIG --cflags`"
 
94235
                                working_python=yes
 
94236
 
 
94237
-else
 
94238
-  $as_echo "$as_me: failed program was:" >&5
 
94239
-sed 's/^/| /' conftest.$ac_ext >&5
 
94240
-
 
94241
-
 
94242
 fi
 
94243
-
 
94244
-rm -rf conftest.dSYM
 
94245
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
94246
-      conftest$ac_exeext conftest.$ac_ext
 
94247
+rm -f core conftest.err conftest.$ac_objext \
 
94248
+    conftest$ac_exeext conftest.$ac_ext
 
94249
                LIBS="$ac_save_LIBS"
 
94250
                CFLAGS="$ac_save_CFLAGS"
 
94251
        fi
 
94252
@@ -88925,11 +39353,7 @@
94181
94253
                LIBS="$LIBS $DISTUTILS_LDFLAGS"
94182
94254
                CFLAGS="$CFLAGS $DISTUTILS_CFLAGS"
94183
94255
 
94190
94262
 /* end confdefs.h.  */
94191
94263
 
94192
94264
                                 #undef HAVE_UINTPTR_T
94193
 
@@ -88862,64 +39319,37 @@
 
94265
@@ -88946,64 +39370,37 @@
94194
94266
   return 0;
94195
94267
 }
94196
94268
 _ACEOF
94263
94335
 $as_echo "$merged_build_possible" >&6; }
94264
94336
 
94265
94337
        # Enable merged build automatically if possible, when in developer mode
94266
 
@@ -88975,9 +39405,9 @@
 
94338
@@ -89059,9 +39456,9 @@
94267
94339
 do
94268
94340
   # Extract the first word of "$ac_prog", so it can be a program name with args.
94269
94341
 set dummy $ac_prog; ac_word=$2
94275
94347
   $as_echo_n "(cached) " >&6
94276
94348
 else
94277
94349
   case $PYTHON in
94278
 
@@ -88990,14 +39420,14 @@
 
94350
@@ -89074,14 +39471,14 @@
94279
94351
 do
94280
94352
   IFS=$as_save_IFS
94281
94353
   test -z "$as_dir" && as_dir=.
94293
94365
 IFS=$as_save_IFS
94294
94366
 
94295
94367
   ;;
94296
 
@@ -89005,10 +39435,10 @@
 
94368
@@ -89089,10 +39486,10 @@
94297
94369
 fi
94298
94370
 PYTHON=$ac_cv_path_PYTHON
94299
94371
 if test -n "$PYTHON"; then
94306
94378
 $as_echo "no" >&6; }
94307
94379
 fi
94308
94380
 
94309
 
@@ -89019,9 +39449,9 @@
 
94381
@@ -89103,9 +39500,9 @@
94310
94382
        else
94311
94383
                # Extract the first word of "python[$PYTHON_VER]", so it can be a program name with args.
94312
94384
 set dummy python$PYTHON_VER; ac_word=$2
94318
94390
   $as_echo_n "(cached) " >&6
94319
94391
 else
94320
94392
   case $PYTHON in
94321
 
@@ -89034,14 +39464,14 @@
 
94393
@@ -89118,14 +39515,14 @@
94322
94394
 do
94323
94395
   IFS=$as_save_IFS
94324
94396
   test -z "$as_dir" && as_dir=.
94336
94408
 IFS=$as_save_IFS
94337
94409
 
94338
94410
   ;;
94339
 
@@ -89049,10 +39479,10 @@
 
94411
@@ -89133,10 +39530,10 @@
94340
94412
 fi
94341
94413
 PYTHON=$ac_cv_path_PYTHON
94342
94414
 if test -n "$PYTHON"; then
94349
94421
 $as_echo "no" >&6; }
94350
94422
 fi
94351
94423
 
94352
 
@@ -89060,7 +39490,7 @@
 
94424
@@ -89144,7 +39541,7 @@
94353
94425
        fi
94354
94426
        if test -z "$PYTHON"; then
94355
94427
                working_python=no
94358
94430
 $as_echo "$as_me: WARNING: No python found" >&2;}
94359
94431
        fi
94360
94432
 
94361
 
@@ -89071,9 +39501,9 @@
 
94433
@@ -89155,9 +39552,9 @@
94362
94434
 do
94363
94435
   # Extract the first word of "$ac_prog", so it can be a program name with args.
94364
94436
 set dummy $ac_prog; ac_word=$2
94370
94442
   $as_echo_n "(cached) " >&6
94371
94443
 else
94372
94444
   case $PYTHON_CONFIG in
94373
 
@@ -89086,14 +39516,14 @@
 
94445
@@ -89170,14 +39567,14 @@
94374
94446
 do
94375
94447
   IFS=$as_save_IFS
94376
94448
   test -z "$as_dir" && as_dir=.
94388
94460
 IFS=$as_save_IFS
94389
94461
 
94390
94462
   ;;
94391
 
@@ -89101,10 +39531,10 @@
 
94463
@@ -89185,10 +39582,10 @@
94392
94464
 fi
94393
94465
 PYTHON_CONFIG=$ac_cv_path_PYTHON_CONFIG
94394
94466
 if test -n "$PYTHON_CONFIG"; then
94401
94473
 $as_echo "no" >&6; }
94402
94474
 fi
94403
94475
 
94404
 
@@ -89115,9 +39545,9 @@
 
94476
@@ -89199,9 +39596,9 @@
94405
94477
        else
94406
94478
                # Extract the first word of "python[$PYTHON_VER]-config", so it can be a program name with args.
94407
94479
 set dummy python$PYTHON_VER-config; ac_word=$2
94413
94485
   $as_echo_n "(cached) " >&6
94414
94486
 else
94415
94487
   case $PYTHON_CONFIG in
94416
 
@@ -89130,14 +39560,14 @@
 
94488
@@ -89214,14 +39611,14 @@
94417
94489
 do
94418
94490
   IFS=$as_save_IFS
94419
94491
   test -z "$as_dir" && as_dir=.
94431
94503
 IFS=$as_save_IFS
94432
94504
 
94433
94505
   ;;
94434
 
@@ -89145,10 +39575,10 @@
 
94506
@@ -89229,10 +39626,10 @@
94435
94507
 fi
94436
94508
 PYTHON_CONFIG=$ac_cv_path_PYTHON_CONFIG
94437
94509
 if test -n "$PYTHON_CONFIG"; then
94444
94516
 $as_echo "no" >&6; }
94445
94517
 fi
94446
94518
 
94447
 
@@ -89156,7 +39586,7 @@
 
94519
@@ -89240,7 +39637,7 @@
94448
94520
        fi
94449
94521
 
94450
94522
        if test -z "$PYTHON_CONFIG"; then
94453
94525
 $as_echo "$as_me: WARNING: No python-config found" >&2;}
94454
94526
        else
94455
94527
 
94456
 
@@ -89166,11 +39596,7 @@
 
94528
@@ -89250,11 +39647,7 @@
94457
94529
                LIBS="$LIBS `$PYTHON_CONFIG --ldflags`"
94458
94530
                CFLAGS="$CFLAGS `$PYTHON_CONFIG --includes`"
94459
94531
 
94466
94538
 /* end confdefs.h.  */
94467
94539
 
94468
94540
                                 #undef HAVE_UINTPTR_T
94469
 
@@ -89187,42 +39613,15 @@
 
94541
@@ -89271,42 +39664,15 @@
94470
94542
   return 0;
94471
94543
 }
94472
94544
 _ACEOF
94512
94584
                LIBS="$ac_save_LIBS"
94513
94585
                CFLAGS="$ac_save_CFLAGS"
94514
94586
        fi
94515
 
@@ -89234,11 +39633,7 @@
 
94587
@@ -89318,11 +39684,7 @@
94516
94588
                LIBS="$LIBS `$PYTHON_CONFIG --ldflags`"
94517
94589
                CFLAGS="$CFLAGS `$PYTHON_CONFIG --cflags`"
94518
94590
 
94525
94597
 /* end confdefs.h.  */
94526
94598
 
94527
94599
                                 #undef HAVE_UINTPTR_T
94528
 
@@ -89254,43 +39649,16 @@
 
94600
@@ -89338,43 +39700,16 @@
94529
94601
   ;
94530
94602
   return 0;
94531
94603
 }
94576
94648
                LIBS="$ac_save_LIBS"
94577
94649
                CFLAGS="$ac_save_CFLAGS"
94578
94650
        fi
94579
 
@@ -89305,11 +39673,7 @@
 
94651
@@ -89389,11 +39724,7 @@
94580
94652
                LIBS="$LIBS `echo -n -L${base}/lib " "; $PYTHON_CONFIG --ldflags`"
94581
94653
                CFLAGS="$CFLAGS `$PYTHON_CONFIG --includes`"
94582
94654
 
94589
94661
 /* end confdefs.h.  */
94590
94662
 
94591
94663
                                 #undef HAVE_UINTPTR_T
94592
 
@@ -89326,42 +39690,15 @@
 
94664
@@ -89410,42 +39741,15 @@
94593
94665
   return 0;
94594
94666
 }
94595
94667
 _ACEOF
94635
94707
                LIBS="$ac_save_LIBS"
94636
94708
                CFLAGS="$ac_save_CFLAGS"
94637
94709
        fi
94638
 
@@ -89373,11 +39710,7 @@
 
94710
@@ -89457,11 +39761,7 @@
94639
94711
                LIBS="$LIBS `echo -n -L${base}/lib " "; $PYTHON_CONFIG --ldflags`"
94640
94712
                CFLAGS="$CFLAGS `$PYTHON_CONFIG --cflags`"
94641
94713
 
94648
94720
 /* end confdefs.h.  */
94649
94721
 
94650
94722
                                 #undef HAVE_UINTPTR_T
94651
 
@@ -89394,42 +39727,15 @@
 
94723
@@ -89478,42 +39778,15 @@
94652
94724
   return 0;
94653
94725
 }
94654
94726
 _ACEOF
94694
94766
                LIBS="$ac_save_LIBS"
94695
94767
                CFLAGS="$ac_save_CFLAGS"
94696
94768
        fi
94697
 
@@ -89459,11 +39765,7 @@
 
94769
@@ -89543,11 +39816,7 @@
94698
94770
                LIBS="$LIBS $DISTUTILS_LDFLAGS"
94699
94771
                CFLAGS="$CFLAGS $DISTUTILS_CFLAGS"
94700
94772
 
94707
94779
 /* end confdefs.h.  */
94708
94780
 
94709
94781
                                 #undef HAVE_UINTPTR_T
94710
 
@@ -89480,52 +39782,25 @@
 
94782
@@ -89564,52 +39833,25 @@
94711
94783
   return 0;
94712
94784
 }
94713
94785
 _ACEOF
94765
94837
 $as_echo "yes" >&6; }
94766
94838
 
94767
94839
 
94768
 
@@ -89553,20 +39828,18 @@
 
94840
@@ -89637,20 +39879,18 @@
94769
94841
 
94770
94842
 
94771
94843
        else
94790
94862
 $as_echo "$pythondir" >&6; }
94791
94863
 
94792
94864
 
94793
 
@@ -89651,161 +39924,21 @@
 
94865
@@ -89735,161 +39975,21 @@
94794
94866
 
94795
94867
 EXTERNAL_READLINE=no
94796
94868
 # test for where we get readline() from
94960
95032
   cat >>confdefs.h <<_ACEOF
94961
95033
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
94962
95034
 _ACEOF
94963
 
@@ -89814,151 +39947,12 @@
 
95035
@@ -89898,151 +39998,12 @@
94964
95036
 
94965
95037
 done
94966
95038
 
95117
95189
 _ACEOF
95118
95190
 
95119
95191
 fi
95120
 
@@ -89966,168 +39960,25 @@
 
95192
@@ -90050,168 +40011,25 @@
95121
95193
 done
95122
95194
 
95123
95195
 
95294
95366
 /* end confdefs.h.  */
95295
95367
 
95296
95368
 /* Override any GCC internal prototype to avoid an error.
95297
 
@@ -90145,63 +39996,31 @@
 
95369
@@ -90229,63 +40047,31 @@
95298
95370
   return 0;
95299
95371
 }
95300
95372
 _ACEOF
95368
95440
 /* end confdefs.h.  */
95369
95441
 
95370
95442
 /* Override any GCC internal prototype to avoid an error.
95371
 
@@ -90219,43 +40038,18 @@
 
95443
@@ -90303,43 +40089,18 @@
95372
95444
   return 0;
95373
95445
 }
95374
95446
 _ACEOF
95418
95490
   TERMLIBS="-lreadline $TERMLIBS"
95419
95491
        EXTERNAL_READLINE=yes
95420
95492
        break
95421
 
@@ -90269,11 +40063,11 @@
 
95493
@@ -90353,11 +40114,11 @@
95422
95494
 
95423
95495
     ;;
95424
95496
   no)
95432
95504
 $as_echo "yes" >&6; }
95433
95505
 
95434
95506
     # Needed for AC_CHECK_HEADERS and AC_CHECK_LIB to look at
95435
 
@@ -90285,151 +40079,11 @@
 
95507
@@ -90369,151 +40130,11 @@
95436
95508
     LDFLAGS="-L$with_readline/lib $LDFLAGS"
95437
95509
     CPPFLAGS="-I$with_readline/include $CPPFLAGS"
95438
95510
 
95589
95661
   cat >>confdefs.h <<_ACEOF
95590
95662
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
95591
95663
 _ACEOF
95592
 
@@ -90438,151 +40092,12 @@
 
95664
@@ -90522,151 +40143,12 @@
95593
95665
 
95594
95666
 done
95595
95667
 
95746
95818
 _ACEOF
95747
95819
 
95748
95820
 fi
95749
 
@@ -90590,168 +40105,25 @@
 
95821
@@ -90674,168 +40156,25 @@
95750
95822
 done
95751
95823
 
95752
95824
 
95923
95995
 /* end confdefs.h.  */
95924
95996
 
95925
95997
 /* Override any GCC internal prototype to avoid an error.
95926
 
@@ -90769,63 +40141,31 @@
 
95998
@@ -90853,63 +40192,31 @@
95927
95999
   return 0;
95928
96000
 }
95929
96001
 _ACEOF
95997
96069
 /* end confdefs.h.  */
95998
96070
 
95999
96071
 /* Override any GCC internal prototype to avoid an error.
96000
 
@@ -90835,51 +40175,26 @@
 
96072
@@ -90919,51 +40226,26 @@
96001
96073
 extern "C"
96002
96074
 #endif
96003
96075
 char rl_callback_handler_install ();
96063
96135
   TERMLDFLAGS="-L$with_readline/lib"
96064
96136
        TERMCPPFLAGS="-I$with_readline/include"
96065
96137
        LDFLAGS="-L$with_readline/lib $LDFLAGS"
96066
 
@@ -90899,7 +40214,7 @@
 
96138
@@ -90983,7 +40265,7 @@
96067
96139
     ;;
96068
96140
   esac
96069
96141
 else
96072
96144
 $as_echo "no" >&6; }
96073
96145
 
96074
96146
 fi
96075
 
@@ -90908,18 +40223,14 @@
 
96147
@@ -90992,18 +40274,14 @@
96076
96148
 # The readline API changed slightly from readline3 to readline4, so
96077
96149
 # code will generate warnings on one of them unless we have a few
96078
96150
 # special cases.
96094
96166
 /* end confdefs.h.  */
96095
96167
 
96096
96168
 /* Override any GCC internal prototype to avoid an error.
96097
 
@@ -90937,137 +40248,48 @@
 
96169
@@ -91021,137 +40299,48 @@
96098
96170
   return 0;
96099
96171
 }
96100
96172
 _ACEOF
96248
96320
 /* end confdefs.h.  */
96249
96321
 
96250
96322
 /* Override any GCC internal prototype to avoid an error.
96251
 
@@ -91085,60 +40307,31 @@
 
96323
@@ -91169,60 +40358,31 @@
96252
96324
   return 0;
96253
96325
 }
96254
96326
 _ACEOF
96319
96391
 
96320
96392
 
96321
96393
 MAKE_SETTINGS="$MAKE_SETTINGS
96322
 
@@ -91193,7 +40386,7 @@
 
96394
@@ -91277,7 +40437,7 @@
96323
96395
 ###################################
96324
96396
 "
96325
96397
 
96328
96400
 $as_echo "no" >&6; }
96329
96401
 fi
96330
96402
 
96331
 
@@ -91202,102 +40395,9 @@
 
96403
@@ -91286,102 +40446,9 @@
96332
96404
 
96333
96405
 
96334
96406
 
96433
96505
 else
96434
96506
 
96435
96507
 cat >>confdefs.h <<_ACEOF
96436
 
@@ -91306,102 +40406,9 @@
 
96508
@@ -91390,102 +40457,9 @@
96437
96509
 
96438
96510
 fi
96439
96511
 
96538
96610
 else
96539
96611
 
96540
96612
 cat >>confdefs.h <<_ACEOF
96541
 
@@ -91411,151 +40418,12 @@
 
96613
@@ -91495,151 +40469,12 @@
96542
96614
 fi
96543
96615
 
96544
96616
 
96694
96766
 _ACEOF
96695
96767
 
96696
96768
 else
96697
 
@@ -91565,151 +40433,12 @@
 
96769
@@ -91649,151 +40484,12 @@
96698
96770
 done
96699
96771
 
96700
96772
 
96850
96922
 _ACEOF
96851
96923
 
96852
96924
 else
96853
 
@@ -91719,29 +40448,6 @@
 
96925
@@ -91803,29 +40499,6 @@
96854
96926
 done
96855
96927
 
96856
96928
 
96880
96952
 for ac_header in                               \
96881
96953
        crypt.h                                 \
96882
96954
        curses.h                                \
96883
 
@@ -91767,147 +40473,10 @@
 
96955
@@ -91851,147 +40524,10 @@
96884
96956
        netinet6/in6.h                          \
96885
96957
        libintl.h
96886
96958
 
97032
97104
   cat >>confdefs.h <<_ACEOF
97033
97105
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
97034
97106
 _ACEOF
97035
 
@@ -91917,42 +40486,6 @@
 
97107
@@ -92001,42 +40537,6 @@
97036
97108
 done
97037
97109
 
97038
97110
 
97075
97147
 for ac_func in                                 \
97076
97148
        atexit                                  \
97077
97149
        cgetent                                 \
97078
 
@@ -91972,117 +40505,29 @@
 
97150
@@ -92056,117 +40556,29 @@
97079
97151
        strncasecmp                             \
97080
97152
        strptime                                \
97081
97153
        strsep                                  \
97215
97287
   cat >>confdefs.h <<_ACEOF
97216
97288
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
97217
97289
 _ACEOF
97218
 
@@ -92093,17 +40538,13 @@
 
97290
@@ -92177,17 +40589,13 @@
97219
97291
 
97220
97292
 
97221
97293
 
97236
97308
 /* end confdefs.h.  */
97237
97309
 #ifdef HAVE_SYS_BSWAP_H
97238
97310
 #include <sys/bswap.h>
97239
 
@@ -92116,140 +40557,25 @@
 
97311
@@ -92200,140 +40608,25 @@
97240
97312
   return 0;
97241
97313
 }
97242
97314
 _ACEOF
97386
97458
 _ACEOF
97387
97459
 
97388
97460
 fi
97389
 
@@ -92265,11 +40591,11 @@
 
97461
@@ -92349,11 +40642,11 @@
97390
97462
 #define $ac_tr_func 1
97391
97463
 _ACEOF
97392
97464
 
97400
97472
 $as_echo "no" >&6; }
97401
97473
        ;;
97402
97474
 esac
97403
 
@@ -92279,17 +40605,13 @@
 
97475
@@ -92363,17 +40656,13 @@
97404
97476
 
97405
97477
 
97406
97478
 
97421
97493
 /* end confdefs.h.  */
97422
97494
 #ifdef HAVE_SYS_BSWAP_H
97423
97495
 #include <sys/bswap.h>
97424
 
@@ -92302,140 +40624,25 @@
 
97496
@@ -92386,140 +40675,25 @@
97425
97497
   return 0;
97426
97498
 }
97427
97499
 _ACEOF
97571
97643
 _ACEOF
97572
97644
 
97573
97645
 fi
97574
 
@@ -92451,11 +40658,11 @@
 
97646
@@ -92535,11 +40709,11 @@
97575
97647
 #define $ac_tr_func 1
97576
97648
 _ACEOF
97577
97649
 
97585
97657
 $as_echo "no" >&6; }
97586
97658
        ;;
97587
97659
 esac
97588
 
@@ -92466,25 +40673,21 @@
 
97660
@@ -92550,25 +40724,21 @@
97589
97661
 
97590
97662
 
97591
97663
 
97615
97687
   ac_cv_struct_winsize=yes; break
97616
97688
 fi
97617
97689
 rm -f conftest*
97618
 
@@ -92494,63 +40697,45 @@
 
97690
@@ -92578,63 +40748,45 @@
97619
97691
 
97620
97692
 if test "$ac_cv_struct_winsize" = "yes"; then
97621
97693
 
97690
97762
 /* end confdefs.h.  */
97691
97763
 #include <sys/types.h>
97692
97764
 #include <signal.h>
97693
 
@@ -92563,35 +40748,14 @@
 
97765
@@ -92647,35 +40799,14 @@
97694
97766
   return 0;
97695
97767
 }
97696
97768
 _ACEOF
97729
97801
 $as_echo "$ac_cv_type_signal" >&6; }
97730
97802
 
97731
97803
 cat >>confdefs.h <<_ACEOF
97732
 
@@ -92601,9 +40765,7 @@
 
97804
@@ -92685,9 +40816,7 @@
97733
97805
 
97734
97806
 if test "$ac_cv_type_signal" = "void" ; then
97735
97807
 
97740
97812
 
97741
97813
 fi
97742
97814
 
97743
 
@@ -92634,18 +40796,14 @@
 
97815
@@ -92718,18 +40847,14 @@
97744
97816
 
97745
97817
 
97746
97818
 
97762
97834
 /* end confdefs.h.  */
97763
97835
 #ifdef HAVE_SYS_TYPES_H
97764
97836
 #include <sys/types.h>
97765
 
@@ -92662,44 +40820,15 @@
 
97837
@@ -92746,44 +40871,15 @@
97766
97838
   return 0;
97767
97839
 }
97768
97840
 _ACEOF
97812
97884
 /* end confdefs.h.  */
97813
97885
 extern int h_errno;
97814
97886
 int foo(void) { return h_errno; }
97815
 
@@ -92711,44 +40840,19 @@
 
97887
@@ -92795,44 +40891,19 @@
97816
97888
   return 0;
97817
97889
 }
97818
97890
 _ACEOF
97862
97934
 $as_echo "$ac_foo" >&6; }
97863
97935
 if test "$ac_foo" = yes; then
97864
97936
 
97865
 
@@ -92756,87 +40860,26 @@
 
97937
@@ -92840,87 +40911,26 @@
97866
97938
 #define HAVE_H_ERRNO 1
97867
97939
 _ACEOF
97868
97940
 
97956
98028
 
97957
98029
 
97958
98030
 
97959
 
@@ -92850,147 +40893,10 @@
 
98031
@@ -92934,147 +40944,10 @@
97960
98032
 
97961
98033
 
97962
98034
 for ac_header in pty.h util.h libutil.h
98108
98180
   cat >>confdefs.h <<_ACEOF
98109
98181
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
98110
98182
 _ACEOF
98111
 
@@ -93002,23 +40908,17 @@
 
98183
@@ -93086,23 +40959,17 @@
98112
98184
 
98113
98185
 
98114
98186
 
98135
98207
 /* end confdefs.h.  */
98136
98208
 
98137
98209
 /* Override any GCC internal prototype to avoid an error.
98138
 
@@ -93036,54 +40936,28 @@
 
98210
@@ -93120,54 +40987,28 @@
98139
98211
   return 0;
98140
98212
 }
98141
98213
 _ACEOF
98197
98269
   cat >>confdefs.h <<_ACEOF
98198
98270
 #define HAVE_LIBUTIL 1
98199
98271
 _ACEOF
98200
 
@@ -93100,7 +40974,6 @@
 
98272
@@ -93184,7 +41025,6 @@
98201
98273
 fi
98202
98274
 
98203
98275
 
98205
98277
        MAKE_SETTINGS="$MAKE_SETTINGS
98206
98278
 OPENPTY_ENABLE = YES
98207
98279
 "
98208
 
@@ -93120,23 +40993,17 @@
 
98280
@@ -93204,23 +41044,17 @@
98209
98281
 
98210
98282
 
98211
98283
 
98232
98304
 /* end confdefs.h.  */
98233
98305
 
98234
98306
 /* Override any GCC internal prototype to avoid an error.
98235
 
@@ -93154,54 +41021,28 @@
 
98307
@@ -93238,54 +41072,28 @@
98236
98308
   return 0;
98237
98309
 }
98238
98310
 _ACEOF
98294
98366
   cat >>confdefs.h <<_ACEOF
98295
98367
 #define HAVE_LIBINTL 1
98296
98368
 _ACEOF
98297
 
@@ -93218,7 +41059,6 @@
 
98369
@@ -93302,7 +41110,6 @@
98298
98370
 fi
98299
98371
 
98300
98372
 
98302
98374
        MAKE_SETTINGS="$MAKE_SETTINGS
98303
98375
 INTL_ENABLE = YES
98304
98376
 "
98305
 
@@ -93242,150 +41082,11 @@
 
98377
@@ -93326,150 +41133,11 @@
98306
98378
 
98307
98379
 
98308
98380
 
98457
98529
   cat >>confdefs.h <<_ACEOF
98458
98530
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
98459
98531
 _ACEOF
98460
 
@@ -93395,22 +41096,9 @@
 
98532
@@ -93479,22 +41147,9 @@
98461
98533
 done
98462
98534
 
98463
98535
 
98482
98554
 #ifdef HAVE_SYS_TYPES_H
98483
98555
 #include <sys/types.h>
98484
98556
 #endif
98485
 
@@ -93421,46 +41109,10 @@
 
98557
@@ -93505,46 +41160,10 @@
98486
98558
 #include <arpa/nameser.h>
98487
98559
 #endif
98488
98560
 
98532
98604
 _ACEOF
98533
98605
 
98534
98606
 fi
98535
 
@@ -93472,9 +41124,9 @@
 
98607
@@ -93556,9 +41175,9 @@
98536
98608
 
98537
98609
 
98538
98610
 
98544
98616
   $as_echo_n "(cached) " >&6
98545
98617
 else
98546
98618
 
98547
 
@@ -93489,174 +41141,53 @@
 
98619
@@ -93573,174 +41192,53 @@
98548
98620
                *) ac_lib="-l$ac_lib" ;;
98549
98621
                esac
98550
98622
                LIBS=" $ac_lib  $ac_save_LIBS"
98745
98817
 _ACEOF
98746
98818
 
98747
98819
 fi
98748
 
@@ -93676,13 +41207,13 @@
 
98820
@@ -93760,13 +41258,13 @@
98749
98821
 #define $ac_tr_func 1
98750
98822
 _ACEOF
98751
98823
 
98761
98833
 $as_echo "no" >&6; }
98762
98834
        ;;
98763
98835
        *)
98764
 
@@ -93696,7 +41227,7 @@
 
98836
@@ -93780,7 +41278,7 @@
98765
98837
 #define $ac_tr_lib 1
98766
98838
 _ACEOF
98767
98839
 
98770
98842
 $as_echo "yes, in $ac_res" >&6; }
98771
98843
        ;;
98772
98844
 esac
98773
 
@@ -93711,9 +41242,9 @@
 
98845
@@ -93795,9 +41293,9 @@
98774
98846
 
98775
98847
 
98776
98848
 
98782
98854
   $as_echo_n "(cached) " >&6
98783
98855
 else
98784
98856
 
98785
 
@@ -93728,11 +41259,7 @@
 
98857
@@ -93812,11 +41310,7 @@
98786
98858
                *) ac_lib="-l$ac_lib" ;;
98787
98859
                esac
98788
98860
                LIBS=" $ac_lib  $ac_save_LIBS"
98795
98867
 /* end confdefs.h.  */
98796
98868
 
98797
98869
 #include <stdio.h>
98798
 
@@ -93757,38 +41284,11 @@
 
98870
@@ -93841,38 +41335,11 @@
98799
98871
   return 0;
98800
98872
 }
98801
98873
 _ACEOF
98837
98909
        done
98838
98910
        eval "ac_cv_funclib_res_nsearch=\${ac_cv_funclib_res_nsearch-no}"
98839
98911
        LIBS="$ac_save_LIBS"
98840
 
@@ -93800,102 +41300,12 @@
 
98912
@@ -93884,102 +41351,12 @@
98841
98913
 eval "ac_res=\$ac_cv_funclib_res_nsearch"
98842
98914
 
98843
98915
 if false; then
98945
99017
 _ACEOF
98946
99018
 
98947
99019
 fi
98948
 
@@ -93915,13 +41325,13 @@
 
99020
@@ -93999,13 +41376,13 @@
98949
99021
 #define $ac_tr_func 1
98950
99022
 _ACEOF
98951
99023
 
98961
99033
 $as_echo "no" >&6; }
98962
99034
        ;;
98963
99035
        *)
98964
 
@@ -93935,7 +41345,7 @@
 
99036
@@ -94019,7 +41396,7 @@
98965
99037
 #define $ac_tr_lib 1
98966
99038
 _ACEOF
98967
99039
 
98970
99042
 $as_echo "yes, in $ac_res" >&6; }
98971
99043
        ;;
98972
99044
 esac
98973
 
@@ -93950,9 +41360,9 @@
 
99045
@@ -94034,9 +41411,9 @@
98974
99046
 
98975
99047
 
98976
99048
 
98982
99054
   $as_echo_n "(cached) " >&6
98983
99055
 else
98984
99056
 
98985
 
@@ -93967,11 +41377,7 @@
 
99057
@@ -94051,11 +41428,7 @@
98986
99058
                *) ac_lib="-l$ac_lib" ;;
98987
99059
                esac
98988
99060
                LIBS=" $ac_lib  $ac_save_LIBS"
98995
99067
 /* end confdefs.h.  */
98996
99068
 
98997
99069
 #include <stdio.h>
98998
 
@@ -93996,38 +41402,11 @@
 
99070
@@ -94080,38 +41453,11 @@
98999
99071
   return 0;
99000
99072
 }
99001
99073
 _ACEOF
99037
99109
        done
99038
99110
        eval "ac_cv_funclib_res_ndestroy=\${ac_cv_funclib_res_ndestroy-no}"
99039
99111
        LIBS="$ac_save_LIBS"
99040
 
@@ -94039,102 +41418,12 @@
 
99112
@@ -94123,102 +41469,12 @@
99041
99113
 eval "ac_res=\$ac_cv_funclib_res_ndestroy"
99042
99114
 
99043
99115
 if false; then
99145
99217
 _ACEOF
99146
99218
 
99147
99219
 fi
99148
 
@@ -94154,13 +41443,13 @@
 
99220
@@ -94238,13 +41494,13 @@
99149
99221
 #define $ac_tr_func 1
99150
99222
 _ACEOF
99151
99223
 
99161
99233
 $as_echo "no" >&6; }
99162
99234
        ;;
99163
99235
        *)
99164
 
@@ -94174,7 +41463,7 @@
 
99236
@@ -94258,7 +41514,7 @@
99165
99237
 #define $ac_tr_lib 1
99166
99238
 _ACEOF
99167
99239
 
99170
99242
 $as_echo "yes, in $ac_res" >&6; }
99171
99243
        ;;
99172
99244
 esac
99173
 
@@ -94188,9 +41477,9 @@
 
99245
@@ -94272,9 +41528,9 @@
99174
99246
 
99175
99247
 
99176
99248
 
99182
99254
   $as_echo_n "(cached) " >&6
99183
99255
 else
99184
99256
 
99185
 
@@ -94205,11 +41494,7 @@
 
99257
@@ -94289,11 +41545,7 @@
99186
99258
                *) ac_lib="-l$ac_lib" ;;
99187
99259
                esac
99188
99260
                LIBS=" $ac_lib  $ac_save_LIBS"
99195
99267
 /* end confdefs.h.  */
99196
99268
 
99197
99269
 #ifdef HAVE_DNS_H
99198
 
@@ -94224,38 +41509,11 @@
 
99270
@@ -94308,38 +41560,11 @@
99199
99271
   return 0;
99200
99272
 }
99201
99273
 _ACEOF
99237
99309
        done
99238
99310
        eval "ac_cv_funclib_dns_search=\${ac_cv_funclib_dns_search-no}"
99239
99311
        LIBS="$ac_save_LIBS"
99240
 
@@ -94267,102 +41525,12 @@
 
99312
@@ -94351,102 +41576,12 @@
99241
99313
 eval "ac_res=\$ac_cv_funclib_dns_search"
99242
99314
 
99243
99315
 if false; then
99345
99417
 _ACEOF
99346
99418
 
99347
99419
 fi
99348
 
@@ -94382,13 +41550,13 @@
 
99420
@@ -94466,13 +41601,13 @@
99349
99421
 #define $ac_tr_func 1
99350
99422
 _ACEOF
99351
99423
 
99361
99433
 $as_echo "no" >&6; }
99362
99434
        ;;
99363
99435
        *)
99364
 
@@ -94402,7 +41570,7 @@
 
99436
@@ -94486,7 +41621,7 @@
99365
99437
 #define $ac_tr_lib 1
99366
99438
 _ACEOF
99367
99439
 
99370
99442
 $as_echo "yes, in $ac_res" >&6; }
99371
99443
        ;;
99372
99444
 esac
99373
 
@@ -94414,9 +41582,9 @@
 
99445
@@ -94498,9 +41633,9 @@
99374
99446
 
99375
99447
 
99376
99448
 
99382
99454
   $as_echo_n "(cached) " >&6
99383
99455
 else
99384
99456
 
99385
 
@@ -94431,11 +41599,7 @@
 
99457
@@ -94515,11 +41650,7 @@
99386
99458
                *) ac_lib="-l$ac_lib" ;;
99387
99459
                esac
99388
99460
                LIBS=" $ac_lib  $ac_save_LIBS"
99395
99467
 /* end confdefs.h.  */
99396
99468
 
99397
99469
 #include <stdio.h>
99398
 
@@ -94460,38 +41624,11 @@
 
99470
@@ -94544,38 +41675,11 @@
99399
99471
   return 0;
99400
99472
 }
99401
99473
 _ACEOF
99437
99509
        done
99438
99510
        eval "ac_cv_funclib_dn_expand=\${ac_cv_funclib_dn_expand-no}"
99439
99511
        LIBS="$ac_save_LIBS"
99440
 
@@ -94503,102 +41640,12 @@
 
99512
@@ -94587,102 +41691,12 @@
99441
99513
 eval "ac_res=\$ac_cv_funclib_dn_expand"
99442
99514
 
99443
99515
 if false; then
99545
99617
 _ACEOF
99546
99618
 
99547
99619
 fi
99548
 
@@ -94618,13 +41665,13 @@
 
99620
@@ -94702,13 +41716,13 @@
99549
99621
 #define $ac_tr_func 1
99550
99622
 _ACEOF
99551
99623
 
99561
99633
 $as_echo "no" >&6; }
99562
99634
        ;;
99563
99635
        *)
99564
 
@@ -94638,7 +41685,7 @@
 
99636
@@ -94722,7 +41736,7 @@
99565
99637
 #define $ac_tr_lib 1
99566
99638
 _ACEOF
99567
99639
 
99570
99642
 $as_echo "yes, in $ac_res" >&6; }
99571
99643
        ;;
99572
99644
 esac
99573
 
@@ -94650,18 +41697,14 @@
 
99645
@@ -94734,18 +41748,14 @@
99574
99646
 
99575
99647
 
99576
99648
 
99592
99664
 /* end confdefs.h.  */
99593
99665
 #include <stdio.h>
99594
99666
 #ifdef HAVE_SYS_TYPES_H
99595
 
@@ -94685,44 +41728,15 @@
 
99667
@@ -94769,44 +41779,15 @@
99596
99668
   return 0;
99597
99669
 }
99598
99670
 _ACEOF
99642
99714
 /* end confdefs.h.  */
99643
99715
 extern int _res;
99644
99716
 int foo(void) { return _res; }
99645
 
@@ -94734,44 +41748,19 @@
 
99717
@@ -94818,44 +41799,19 @@
99646
99718
   return 0;
99647
99719
 }
99648
99720
 _ACEOF
99692
99764
 $as_echo "$ac_foo" >&6; }
99693
99765
 if test "$ac_foo" = yes; then
99694
99766
 
99695
 
@@ -94779,18 +41768,7 @@
 
99767
@@ -94863,18 +41819,7 @@
99696
99768
 #define HAVE__RES 1
99697
99769
 _ACEOF
99698
99770
 
99712
99784
 #ifdef HAVE_SYS_TYPES_H
99713
99785
 #include <sys/types.h>
99714
99786
 #endif
99715
 
@@ -94803,64 +41781,17 @@
 
99787
@@ -94887,64 +41832,17 @@
99716
99788
 #ifdef HAVE_RESOLV_H
99717
99789
 #include <resolv.h>
99718
99790
 #endif
99782
99854
 fi
99783
99855
 
99784
99856
 
99785
 
@@ -94926,9 +41857,9 @@
 
99857
@@ -95010,9 +41908,9 @@
99786
99858
 do
99787
99859
   # Extract the first word of "$ac_prog", so it can be a program name with args.
99788
99860
 set dummy $ac_prog; ac_word=$2
99794
99866
   $as_echo_n "(cached) " >&6
99795
99867
 else
99796
99868
   if test -n "$LEX"; then
99797
 
@@ -94939,24 +41870,24 @@
 
99869
@@ -95023,24 +41921,24 @@
99798
99870
 do
99799
99871
   IFS=$as_save_IFS
99800
99872
   test -z "$as_dir" && as_dir=.
99824
99896
 $as_echo "no" >&6; }
99825
99897
 fi
99826
99898
 
99827
 
@@ -94985,20 +41916,20 @@
 
99899
@@ -95069,20 +41967,20 @@
99828
99900
   return ! yylex () + ! yywrap ();
99829
99901
 }
99830
99902
 _ACEOF
99852
99924
   $as_echo_n "(cached) " >&6
99853
99925
 else
99854
99926
 
99855
 
@@ -95007,19 +41938,17 @@
 
99927
@@ -95091,19 +41989,17 @@
99856
99928
 elif test -f lexyy.c; then
99857
99929
   ac_cv_prog_lex_root=lexyy
99858
99930
 else
99876
99948
   $as_echo_n "(cached) " >&6
99877
99949
 else
99878
99950
 
99879
 
@@ -95027,55 +41956,29 @@
 
99951
@@ -95111,55 +42007,29 @@
99880
99952
     ac_cv_lib_lex='none needed'
99881
99953
     for ac_lib in '' -lfl -ll; do
99882
99954
       LIBS="$ac_lib $ac_save_LIBS"
99940
100012
   $as_echo_n "(cached) " >&6
99941
100013
 else
99942
100014
   # POSIX says lex can declare yytext either as a pointer or an array; the
99943
 
@@ -95084,52 +41987,24 @@
 
100015
@@ -95168,52 +42038,24 @@
99944
100016
 ac_cv_prog_lex_yytext_pointer=no
99945
100017
 ac_save_LIBS=$LIBS
99946
100018
 LIBS="$LEXLIB $ac_save_LIBS"
100000
100072
 
100001
100073
 fi
100002
100074
 rm -f conftest.l $LEX_OUTPUT_ROOT.c
100003
 
@@ -95139,9 +42014,9 @@
 
100075
@@ -95223,9 +42065,9 @@
100004
100076
 if test x"$LEX_BASENAME" = x"flex"; then
100005
100077
        # "flex 2.5.33"
100006
100078
        FLEX_VERSION=`$LEX --version | cut -d ' ' -f2`
100012
100084
 $as_echo "$FLEX_VERSION" >&6; }
100013
100085
        FLEX_MAJOR=`echo $FLEX_VERSION | cut -d '.' -f1`
100014
100086
        FLEX_MINOR=`echo $FLEX_VERSION | cut -d '.' -f2`
100015
 
@@ -95154,9 +42029,9 @@
 
100087
@@ -95238,9 +42080,9 @@
100016
100088
 do
100017
100089
   # Extract the first word of "$ac_prog", so it can be a program name with args.
100018
100090
 set dummy $ac_prog; ac_word=$2
100024
100096
   $as_echo_n "(cached) " >&6
100025
100097
 else
100026
100098
   if test -n "$YACC"; then
100027
 
@@ -95167,24 +42042,24 @@
 
100099
@@ -95251,24 +42093,24 @@
100028
100100
 do
100029
100101
   IFS=$as_save_IFS
100030
100102
   test -z "$as_dir" && as_dir=.
100054
100126
 $as_echo "no" >&6; }
100055
100127
 fi
100056
100128
 
100057
 
@@ -95197,9 +42072,9 @@
 
100129
@@ -95281,9 +42123,9 @@
100058
100130
 if test x"$YACC_BASENAME" = x"bison -y"; then
100059
100131
        # bison (GNU Bison) 2.3
100060
100132
        BISON_VERSION=`$YACC --version | head -1 | cut -d ' ' -f4`
100066
100138
 $as_echo "$BISON_VERSION" >&6; }
100067
100139
        BISON_MAJOR=`echo $BISON_VERSION | cut -d '.' -f1`
100068
100140
        BISON_MINOR=`echo $BISON_VERSION | cut -d '.' -f2`
100069
 
@@ -95207,7 +42082,7 @@
 
100141
@@ -95291,7 +42133,7 @@
100070
100142
        YACC_VERSION="bison-$BISON_MAJOR.$BISON_MINOR"
100071
100143
 fi
100072
100144
 
100075
100147
 $as_echo_n "checking working LEX YACC combination... " >&6; }
100076
100148
 LEX_YACC="no"
100077
100149
 if test x"$LEX_VERSION" != x"" -a x"$YACC_VERSION" != x""; then
100078
 
@@ -95223,7 +42098,7 @@
 
100150
@@ -95307,7 +42149,7 @@
100079
100151
        LEX=false
100080
100152
        YACC=false
100081
100153
 fi
100084
100156
 $as_echo "$LEX_YACC" >&6; }
100085
100157
 
100086
100158
 # Portions of heimdal kerberos are unpacked into source/heimdal
100087
 
@@ -95231,21 +42106,15 @@
 
100159
@@ -95315,21 +42157,15 @@
100088
100160
 
100089
100161
 # if we ever get to using a host kerberos, we might add conditionals here
100090
100162
 
100109
100181
 
100110
100182
 HAVE_GSSAPI=YES
100111
100183
 
100112
 
@@ -95334,184 +42203,39 @@
 
100184
@@ -95418,184 +42254,39 @@
100113
100185
 
100114
100186
 fi
100115
100187
 
100312
100384
 /* end confdefs.h.  */
100313
100385
 
100314
100386
 /* Override any GCC internal prototype to avoid an error.
100315
 
@@ -95529,46 +42253,15 @@
 
100387
@@ -95613,46 +42304,15 @@
100316
100388
   return 0;
100317
100389
 }
100318
100390
 _ACEOF
100363
100435
 /* end confdefs.h.  */
100364
100436
 
100365
100437
 /* Override any GCC internal prototype to avoid an error.
100366
 
@@ -95586,65 +42279,32 @@
 
100438
@@ -95670,65 +42330,32 @@
100367
100439
   return 0;
100368
100440
 }
100369
100441
 _ACEOF
100437
100509
 /* end confdefs.h.  */
100438
100510
 /* Define backtrace to an innocuous variant, in case <limits.h> declares backtrace.
100439
100511
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
100440
 
@@ -95685,43 +42345,18 @@
 
100512
@@ -95769,43 +42396,18 @@
100441
100513
   return 0;
100442
100514
 }
100443
100515
 _ACEOF
100487
100559
   cat >>confdefs.h <<_ACEOF
100488
100560
 #define HAVE_BACKTRACE 1
100489
100561
 _ACEOF
100490
 
@@ -95729,7 +42364,6 @@
 
100562
@@ -95813,7 +42415,6 @@
100491
100563
 fi
100492
100564
 
100493
100565
 
100495
100567
 if test x"$ac_cv_header_execinfo_h" = x"yes" -a x"$ac_cv_func_ext_backtrace" = x"yes";then
100496
100568
 
100497
100569
        MAKE_SETTINGS="$MAKE_SETTINGS
100498
 
@@ -95815,102 +42449,11 @@
 
100570
@@ -95899,102 +42500,11 @@
100499
100571
 
100500
100572
 
100501
100573
 
100602
100674
   cat >>confdefs.h <<_ACEOF
100603
100675
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
100604
100676
 _ACEOF
100605
 
@@ -95919,102 +42462,12 @@
 
100677
@@ -96003,102 +42513,12 @@
100606
100678
 done
100607
100679
 
100608
100680
 
100709
100781
 _ACEOF
100710
100782
 
100711
100783
 fi
100712
 
@@ -96023,153 +42476,13 @@
 
100784
@@ -96107,153 +42527,13 @@
100713
100785
 
100714
100786
 #################################################
100715
100787
 # these tests are taken from the GNU fileutils package
100868
100940
   cat >>confdefs.h <<_ACEOF
100869
100941
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
100870
100942
 _ACEOF
100871
 
@@ -96179,65 +42492,16 @@
 
100943
@@ -96263,65 +42543,16 @@
100872
100944
 done
100873
100945
 
100874
100946
 
100939
101011
 _ACEOF
100940
101012
 
100941
101013
 fi
100942
 
@@ -96250,19 +42514,15 @@
 
101014
@@ -96334,19 +42565,15 @@
100943
101015
 # Test for statvfs64.
100944
101016
 if test $space = no; then
100945
101017
   # SVR4
100963
101035
 /* end confdefs.h.  */
100964
101036
 
100965
101037
 #if defined(HAVE_UNISTD_H)
100966
 
@@ -96276,51 +42536,22 @@
 
101038
@@ -96360,51 +42587,22 @@
100967
101039
     exit (statvfs64 (".", &fsd));
100968
101040
   }
100969
101041
 _ACEOF
101021
101093
 
101022
101094
   fi
101023
101095
 fi
101024
 
@@ -96333,16 +42564,12 @@
 
101096
@@ -96417,16 +42615,12 @@
101025
101097
 # is what it gets when this test fails.
101026
101098
 if test $space = no; then
101027
101099
   # SVR4
101041
101113
 /* end confdefs.h.  */
101042
101114
 #include <sys/types.h>
101043
101115
 #include <sys/statvfs.h>
101044
 
@@ -96354,64 +42581,33 @@
 
101116
@@ -96438,64 +42632,33 @@
101045
101117
   return 0;
101046
101118
 }
101047
101119
 _ACEOF
101115
101187
 /* end confdefs.h.  */
101116
101188
 #include <sys/types.h>
101117
101189
 #include <sys/statvfs.h>
101118
 
@@ -96423,59 +42619,32 @@
 
101190
@@ -96507,59 +42670,32 @@
101119
101191
   return 0;
101120
101192
 }
101121
101193
 _ACEOF
101183
101255
 /* end confdefs.h.  */
101184
101256
 
101185
101257
 #include <sys/param.h>
101186
 
@@ -96488,71 +42657,38 @@
 
101258
@@ -96572,71 +42708,38 @@
101187
101259
     exit (statfs (".", &fsd, sizeof (struct statfs)));
101188
101260
   }
101189
101261
 _ACEOF
101265
101337
 /* end confdefs.h.  */
101266
101338
 
101267
101339
 #ifdef HAVE_SYS_PARAM_H
101268
 
@@ -96571,71 +42707,38 @@
 
101340
@@ -96655,71 +42758,38 @@
101269
101341
   exit (statfs (".", &fsd));
101270
101342
   }
101271
101343
 _ACEOF
101347
101419
 /* end confdefs.h.  */
101348
101420
 #include <sys/types.h>
101349
101421
 #include <sys/statfs.h>
101350
 
@@ -96645,71 +42748,38 @@
 
101422
@@ -96729,71 +42799,38 @@
101351
101423
   exit (statfs (".", &fsd, sizeof fsd, 0));
101352
101424
   }
101353
101425
 _ACEOF
101429
101501
 /* end confdefs.h.  */
101430
101502
 #include <sys/types.h>
101431
101503
 #ifdef HAVE_SYS_PARAM_H
101432
 
@@ -96725,71 +42795,38 @@
 
101504
@@ -96809,71 +42846,38 @@
101433
101505
   exit (statfs (".", &fsd));
101434
101506
   }
101435
101507
 _ACEOF
101511
101583
 /* end confdefs.h.  */
101512
101584
 #include <sys/types.h>
101513
101585
 #ifdef HAVE_SYS_PARAM_H
101514
 
@@ -96809,201 +42846,32 @@
 
101586
@@ -96893,201 +42897,32 @@
101515
101587
   exit (statfs (".", &fsd) != 1);
101516
101588
   }
101517
101589
 _ACEOF
101734
101806
   cat >>confdefs.h <<_ACEOF
101735
101807
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
101736
101808
 _ACEOF
101737
 
@@ -97012,19 +42880,15 @@
 
101809
@@ -97096,19 +42931,15 @@
101738
101810
 
101739
101811
 done
101740
101812
 
101757
101829
 /* end confdefs.h.  */
101758
101830
 
101759
101831
 /* Override any GCC internal prototype to avoid an error.
101760
 
@@ -97042,46 +42906,15 @@
 
101832
@@ -97126,46 +42957,15 @@
101761
101833
   return 0;
101762
101834
 }
101763
101835
 _ACEOF
101808
101880
 /* end confdefs.h.  */
101809
101881
 
101810
101882
 /* Override any GCC internal prototype to avoid an error.
101811
 
@@ -97099,65 +42932,32 @@
 
101883
@@ -97183,65 +42983,32 @@
101812
101884
   return 0;
101813
101885
 }
101814
101886
 _ACEOF
101882
101954
 /* end confdefs.h.  */
101883
101955
 /* Define flistxattr to an innocuous variant, in case <limits.h> declares flistxattr.
101884
101956
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
101885
 
@@ -97198,50 +42998,24 @@
 
101957
@@ -97282,50 +43049,24 @@
101886
101958
   return 0;
101887
101959
 }
101888
101960
 _ACEOF
101939
102011
 MAKE_SETTINGS="$MAKE_SETTINGS
101940
102012
 XATTR_LIBS = ${XATTR_LIBS}
101941
102013
 XATTR_CFLAGS = ${XATTR_CFLAGS}
101942
 
@@ -97251,18 +43025,14 @@
 
102014
@@ -97335,18 +43076,14 @@
101943
102015
 
101944
102016
 
101945
102017
 if test x"$ac_cv_func_ext_flistxattr" = x"yes"; then
101961
102033
 /* end confdefs.h.  */
101962
102034
 
101963
102035
                #include <sys/types.h>
101964
 
@@ -97285,48 +43055,23 @@
 
102036
@@ -97369,48 +43106,23 @@
101965
102037
   return 0;
101966
102038
 }
101967
102039
 _ACEOF
102015
102087
 
102016
102088
 
102017
102089
        MAKE_SETTINGS="$MAKE_SETTINGS
102018
 
@@ -97338,20 +43083,16 @@
 
102090
@@ -97422,20 +43134,16 @@
102019
102091
 fi
102020
102092
 
102021
102093
 
102040
102112
 /* end confdefs.h.  */
102041
102113
 #include <sys/types.h>
102042
102114
 #include <sys/capability.h>
102043
 
@@ -97366,117 +43107,55 @@
 
102115
@@ -97450,117 +43158,55 @@
102044
102116
 }
102045
102117
 
102046
102118
 _ACEOF
102174
102246
 
102175
102247
 fi
102176
102248
 
102177
 
@@ -97484,7 +43163,7 @@
 
102249
@@ -97568,7 +43214,7 @@
102178
102250
 INCLUDED_POPT=auto
102179
102251
 
102180
102252
 # Check whether --with-included-popt was given.
102183
102255
   withval=$with_included_popt;  INCLUDED_POPT=$withval
102184
102256
 fi
102185
102257
 
102186
 
@@ -97493,169 +43172,26 @@
 
102258
@@ -97577,169 +43223,26 @@
102187
102259
 
102188
102260
 
102189
102261
 if test x"$INCLUDED_POPT" != x"yes"; then
102361
102433
 /* end confdefs.h.  */
102362
102434
 
102363
102435
 /* Override any GCC internal prototype to avoid an error.
102364
 
@@ -97673,43 +43209,18 @@
 
102436
@@ -97757,43 +43260,18 @@
102365
102437
   return 0;
102366
102438
 }
102367
102439
 _ACEOF
102411
102483
    POPT_LIBS="-lpopt"
102412
102484
 fi
102413
102485
 
102414
 
@@ -97721,9 +43232,9 @@
 
102486
@@ -97805,9 +43283,9 @@
102415
102487
        fi
102416
102488
 fi
102417
102489
 
102423
102495
 $as_echo "$INCLUDED_POPT" >&6; }
102424
102496
 if test x"$INCLUDED_POPT" != x"no"; then
102425
102497
                        poptdir=""
102426
 
@@ -97737,156 +43248,15 @@
 
102498
@@ -97821,156 +43299,15 @@
102427
102499
                fi
102428
102500
        done
102429
102501
         if test x"$poptdir" = "x"; then
102586
102658
   cat >>confdefs.h <<_ACEOF
102587
102659
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
102588
102660
 _ACEOF
102589
 
@@ -97925,12 +43295,10 @@
 
102661
@@ -98009,12 +43346,10 @@
102590
102662
 LOOK_DIRS="/usr /usr/local /sw"
102591
102663
 
102592
102664
 # Check whether --with-libiconv was given.
102601
102673
   else
102602
102674
      if test "$withval" != "yes" ; then
102603
102675
 
102604
 
@@ -97942,26 +43310,20 @@
 
102676
@@ -98026,26 +43361,20 @@
102605
102677
        LIBS=-liconv
102606
102678
 
102607
102679
 
102636
102708
 /* end confdefs.h.  */
102637
102709
 #include <stdlib.h>
102638
102710
 #include <giconv.h>
102639
 
@@ -97974,33 +43336,10 @@
 
102711
@@ -98058,33 +43387,10 @@
102640
102712
 }
102641
102713
 
102642
102714
 _ACEOF
102673
102745
 
102674
102746
                ICONV_FOUND=yes;
102675
102747
                ICONV_CPPFLAGS="$CPPFLAGS"
102676
 
@@ -98008,29 +43347,17 @@
 
102748
@@ -98092,29 +43398,17 @@
102677
102749
                ICONV_LDFLAGS="$LDFLAGS"
102678
102750
 
102679
102751
 else
102708
102780
 /* end confdefs.h.  */
102709
102781
 #include <stdlib.h>
102710
102782
 #include <iconv.h>
102711
 
@@ -98043,33 +43370,10 @@
 
102783
@@ -98127,33 +43421,10 @@
102712
102784
 }
102713
102785
 
102714
102786
 _ACEOF
102745
102817
 
102746
102818
                ICONV_FOUND=yes;
102747
102819
                ICONV_CPPFLAGS="$CPPFLAGS"
102748
 
@@ -98077,28 +43381,17 @@
 
102820
@@ -98161,28 +43432,17 @@
102749
102821
                ICONV_LDFLAGS="$LDFLAGS"
102750
102822
 
102751
102823
 else
102780
102852
 /* end confdefs.h.  */
102781
102853
 #include <stdlib.h>
102782
102854
 #include <giconv.h>
102783
 
@@ -98111,33 +43404,10 @@
 
102855
@@ -98195,33 +43455,10 @@
102784
102856
 }
102785
102857
 
102786
102858
 _ACEOF
102817
102889
 
102818
102890
                ICONV_FOUND=yes;
102819
102891
                ICONV_CPPFLAGS="$CPPFLAGS"
102820
 
@@ -98145,31 +43415,22 @@
 
102892
@@ -98229,31 +43466,22 @@
102821
102893
                ICONV_LDFLAGS="$LDFLAGS"
102822
102894
 
102823
102895
 else
102855
102927
        CPPFLAGS="$save_CPPFLAGS"
102856
102928
        LDFLAGS="$save_LDFLAGS"
102857
102929
        LIBS="$save_LIBS"
102858
 
@@ -98182,17 +43443,13 @@
 
102930
@@ -98266,17 +43494,13 @@
102859
102931
 
102860
102932
 if test x$ICONV_FOUND = xno; then
102861
102933
 
102877
102949
 /* end confdefs.h.  */
102878
102950
 #include <stdlib.h>
102879
102951
 #include <iconv.h>
102880
 
@@ -98205,49 +43462,20 @@
 
102952
@@ -98289,49 +43513,20 @@
102881
102953
 }
102882
102954
 
102883
102955
 _ACEOF
102933
103005
 fi
102934
103006
 
102935
103007
 for i in $LOOK_DIRS ; do
102936
 
@@ -98264,24 +43492,20 @@
 
103008
@@ -98348,24 +43543,20 @@
102937
103009
        LIBS=-liconv
102938
103010
 
102939
103011
 
102965
103037
 /* end confdefs.h.  */
102966
103038
 #include <stdlib.h>
102967
103039
 #include <giconv.h>
102968
 
@@ -98294,33 +43518,10 @@
 
103040
@@ -98378,33 +43569,10 @@
102969
103041
 }
102970
103042
 
102971
103043
 _ACEOF
103002
103074
 
103003
103075
                ICONV_FOUND=yes
103004
103076
                ICONV_CPPFLAGS="$CPPFLAGS"
103005
 
@@ -98328,27 +43529,17 @@
 
103077
@@ -98412,27 +43580,17 @@
103006
103078
                ICONV_LDFLAGS="$LDFLAGS"
103007
103079
 
103008
103080
 else
103034
103106
 /* end confdefs.h.  */
103035
103107
 #include <stdlib.h>
103036
103108
 #include <iconv.h>
103037
 
@@ -98361,33 +43552,10 @@
 
103109
@@ -98445,33 +43603,10 @@
103038
103110
 }
103039
103111
 
103040
103112
 _ACEOF
103071
103143
 
103072
103144
                ICONV_FOUND=yes
103073
103145
                ICONV_CPPFLAGS="$CPPFLAGS"
103074
 
@@ -98395,335 +43563,114 @@
 
103146
@@ -98479,335 +43614,114 @@
103075
103147
                ICONV_LDFLAGS="$LDFLAGS"
103076
103148
 
103077
103149
 else
103487
103559
 _ACEOF
103488
103560
 
103489
103561
 fi
103490
 
@@ -98802,151 +43749,12 @@
 
103562
@@ -98886,151 +43800,12 @@
103491
103563
 
103492
103564
 
103493
103565
 
103643
103715
 _ACEOF
103644
103716
 
103645
103717
 fi
103646
 
@@ -98956,23 +43764,17 @@
 
103718
@@ -99040,23 +43815,17 @@
103647
103719
 
103648
103720
 
103649
103721
 
103670
103742
 /* end confdefs.h.  */
103671
103743
 
103672
103744
 /* Override any GCC internal prototype to avoid an error.
103673
 
@@ -98990,54 +43792,28 @@
 
103745
@@ -99074,54 +43843,28 @@
103674
103746
   return 0;
103675
103747
 }
103676
103748
 _ACEOF
103732
103804
   cat >>confdefs.h <<_ACEOF
103733
103805
 #define HAVE_LIBZ 1
103734
103806
 _ACEOF
103735
 
@@ -99053,18 +43829,13 @@
 
103807
@@ -99137,18 +43880,13 @@
103736
103808
 
103737
103809
 fi
103738
103810
 
103754
103826
 /* end confdefs.h.  */
103755
103827
 
103756
103828
                #include <zlib.h>
103757
 
@@ -99082,40 +43853,19 @@
 
103829
@@ -99166,40 +43904,19 @@
103758
103830
   return 0;
103759
103831
 }
103760
103832
 _ACEOF
103797
103869
 $as_echo "$samba_cv_zlib_1_2_3" >&6; }
103798
103870
 
103799
103871
 if test x"$ac_cv_header_zlib_h" = x"yes" -a \
103800
 
@@ -99174,9 +43924,9 @@
 
103872
@@ -99258,9 +43975,9 @@
103801
103873
        if test -z "$PKG_CONFIG"; then
103802
103874
                # Extract the first word of "pkg-config", so it can be a program name with args.
103803
103875
 set dummy pkg-config; ac_word=$2
103809
103881
   $as_echo_n "(cached) " >&6
103810
103882
 else
103811
103883
   case $PKG_CONFIG in
103812
 
@@ -99189,14 +43939,14 @@
 
103884
@@ -99273,14 +43990,14 @@
103813
103885
 do
103814
103886
   IFS=$as_save_IFS
103815
103887
   test -z "$as_dir" && as_dir=.
103827
103899
 IFS=$as_save_IFS
103828
103900
 
103829
103901
   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
103830
 
@@ -99205,10 +43955,10 @@
 
103902
@@ -99289,10 +44006,10 @@
103831
103903
 fi
103832
103904
 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
103833
103905
 if test -n "$PKG_CONFIG"; then
103840
103912
 $as_echo "no" >&6; }
103841
103913
 fi
103842
103914
 
103843
 
@@ -99224,52 +43974,27 @@
 
103915
@@ -99308,52 +44025,27 @@
103844
103916
        else
103845
103917
                SAMBA_PKG_CONFIG_MIN_VERSION="0.9.0"
103846
103918
                if $PKG_CONFIG --atleast-pkgconfig-version $SAMBA_PKG_CONFIG_MIN_VERSION; then
103900
103972
 
103901
103973
        MAKE_SETTINGS="$MAKE_SETTINGS
103902
103974
 LIBTALLOC_ENABLE = YES
103903
 
@@ -99277,22 +44002,16 @@
 
103975
@@ -99361,22 +44053,16 @@
103904
103976
 SMB_INFO_ENABLES="$SMB_INFO_ENABLES
103905
103977
 \$enabled{\"LIBTALLOC\"} = \"YES\";"
103906
103978
 
103927
103999
                                CFLAGS="$OLD_CFLAGS"
103928
104000
 
103929
104001
                                ac_cv_LIBTALLOC_libs_only_other="`$PKG_CONFIG --libs-only-other 'talloc >= 2.0.1'` `$PKG_CONFIG --libs-only-L 'talloc >= 2.0.1'`"
103930
 
@@ -99353,7 +44072,7 @@
 
104002
@@ -99437,7 +44123,7 @@
103931
104003
                                ac_cv_LIBTALLOC_found=yes
103932
104004
 
103933
104005
                        else
103936
104008
 $as_echo "no" >&6; }
103937
104009
                                $PKG_CONFIG --errors-to-stdout --print-errors 'talloc >= 2.0.1'
103938
104010
                                ac_cv_LIBTALLOC_found=no
103939
 
@@ -99387,9 +44106,9 @@
 
104011
@@ -99471,9 +44157,9 @@
103940
104012
        if test -z "$PKG_CONFIG"; then
103941
104013
                # Extract the first word of "pkg-config", so it can be a program name with args.
103942
104014
 set dummy pkg-config; ac_word=$2
103948
104020
   $as_echo_n "(cached) " >&6
103949
104021
 else
103950
104022
   case $PKG_CONFIG in
103951
 
@@ -99402,14 +44121,14 @@
 
104023
@@ -99486,14 +44172,14 @@
103952
104024
 do
103953
104025
   IFS=$as_save_IFS
103954
104026
   test -z "$as_dir" && as_dir=.
103966
104038
 IFS=$as_save_IFS
103967
104039
 
103968
104040
   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
103969
 
@@ -99418,10 +44137,10 @@
 
104041
@@ -99502,10 +44188,10 @@
103970
104042
 fi
103971
104043
 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
103972
104044
 if test -n "$PKG_CONFIG"; then
103979
104051
 $as_echo "no" >&6; }
103980
104052
 fi
103981
104053
 
103982
 
@@ -99437,52 +44156,27 @@
 
104054
@@ -99521,52 +44207,27 @@
103983
104055
        else
103984
104056
                SAMBA_PKG_CONFIG_MIN_VERSION="0.9.0"
103985
104057
                if $PKG_CONFIG --atleast-pkgconfig-version $SAMBA_PKG_CONFIG_MIN_VERSION; then
104039
104111
 
104040
104112
        MAKE_SETTINGS="$MAKE_SETTINGS
104041
104113
 LIBTDB_ENABLE = YES
104042
 
@@ -99490,22 +44184,16 @@
 
104114
@@ -99574,22 +44235,16 @@
104043
104115
 SMB_INFO_ENABLES="$SMB_INFO_ENABLES
104044
104116
 \$enabled{\"LIBTDB\"} = \"YES\";"
104045
104117
 
104066
104138
                                CFLAGS="$OLD_CFLAGS"
104067
104139
 
104068
104140
                                ac_cv_LIBTDB_libs_only_other="`$PKG_CONFIG --libs-only-other 'tdb >= 1.2.1'` `$PKG_CONFIG --libs-only-L 'tdb >= 1.2.1'`"
104069
 
@@ -99566,7 +44254,7 @@
 
104141
@@ -99650,7 +44305,7 @@
104070
104142
                                ac_cv_LIBTDB_found=yes
104071
104143
 
104072
104144
                        else
104075
104147
 $as_echo "no" >&6; }
104076
104148
                                $PKG_CONFIG --errors-to-stdout --print-errors 'tdb >= 1.2.1'
104077
104149
                                ac_cv_LIBTDB_found=no
104078
 
@@ -99591,9 +44279,7 @@
 
104150
@@ -99675,9 +44330,7 @@
104079
104151
        fi
104080
104152
 done
104081
104153
 if test x"$tdbdir" = "x"; then
104086
104158
 fi
104087
104159
 TDB_OBJ="common/tdb.o common/dump.o common/transaction.o common/error.o common/traverse.o"
104088
104160
 TDB_OBJ="$TDB_OBJ common/freelist.o common/freelistcheck.o common/io.o common/lock.o common/open.o common/check.o"
104089
 
@@ -99606,104 +44292,11 @@
 
104161
@@ -99690,104 +44343,11 @@
104090
104162
 TDB_CFLAGS="-I$tdbdir/include"
104091
104163
 
104092
104164
 
104195
104267
   cat >>confdefs.h <<_ACEOF
104196
104268
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
104197
104269
 _ACEOF
104198
 
@@ -99711,151 +44304,11 @@
 
104270
@@ -99795,151 +44355,11 @@
104199
104271
 fi
104200
104272
 done
104201
104273
 
104351
104423
   cat >>confdefs.h <<_ACEOF
104352
104424
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
104353
104425
 _ACEOF
104354
 
@@ -99866,17 +44319,13 @@
 
104426
@@ -99950,17 +44370,13 @@
104355
104427
 
104356
104428
 
104357
104429
 
104372
104444
 /* end confdefs.h.  */
104373
104445
 #include <unistd.h>
104374
104446
 int
104375
 
@@ -99887,56 +44336,29 @@
 
104447
@@ -99971,56 +44387,29 @@
104376
104448
   return 0;
104377
104449
 }
104378
104450
 _ACEOF
104436
104508
 /* end confdefs.h.  */
104437
104509
 #include <unistd.h>
104438
104510
 int
104439
 
@@ -99947,41 +44369,18 @@
 
104511
@@ -100031,41 +44420,18 @@
104440
104512
   return 0;
104441
104513
 }
104442
104514
 _ACEOF
104482
104554
 
104483
104555
  fi
104484
104556
 
104485
 
@@ -100012,9 +44411,9 @@
 
104557
@@ -100096,9 +44462,9 @@
104486
104558
        if test -z "$PKG_CONFIG"; then
104487
104559
                # Extract the first word of "pkg-config", so it can be a program name with args.
104488
104560
 set dummy pkg-config; ac_word=$2
104494
104566
   $as_echo_n "(cached) " >&6
104495
104567
 else
104496
104568
   case $PKG_CONFIG in
104497
 
@@ -100027,14 +44426,14 @@
 
104569
@@ -100111,14 +44477,14 @@
104498
104570
 do
104499
104571
   IFS=$as_save_IFS
104500
104572
   test -z "$as_dir" && as_dir=.
104512
104584
 IFS=$as_save_IFS
104513
104585
 
104514
104586
   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
104515
 
@@ -100043,10 +44442,10 @@
 
104587
@@ -100127,10 +44493,10 @@
104516
104588
 fi
104517
104589
 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
104518
104590
 if test -n "$PKG_CONFIG"; then
104525
104597
 $as_echo "no" >&6; }
104526
104598
 fi
104527
104599
 
104528
 
@@ -100062,52 +44461,27 @@
 
104600
@@ -100146,52 +44512,27 @@
104529
104601
        else
104530
104602
                SAMBA_PKG_CONFIG_MIN_VERSION="0.9.0"
104531
104603
                if $PKG_CONFIG --atleast-pkgconfig-version $SAMBA_PKG_CONFIG_MIN_VERSION; then
104585
104657
 
104586
104658
        MAKE_SETTINGS="$MAKE_SETTINGS
104587
104659
 LIBTEVENT_ENABLE = YES
104588
 
@@ -100115,22 +44489,16 @@
 
104660
@@ -100199,22 +44540,16 @@
104589
104661
 SMB_INFO_ENABLES="$SMB_INFO_ENABLES
104590
104662
 \$enabled{\"LIBTEVENT\"} = \"YES\";"
104591
104663
 
104612
104684
                                CFLAGS="$OLD_CFLAGS"
104613
104685
 
104614
104686
                                ac_cv_LIBTEVENT_libs_only_other="`$PKG_CONFIG --libs-only-other 'tevent = 0.9.8'` `$PKG_CONFIG --libs-only-L 'tevent = 0.9.8'`"
104615
 
@@ -100191,7 +44559,7 @@
 
104687
@@ -100275,7 +44610,7 @@
104616
104688
                                ac_cv_LIBTEVENT_found=yes
104617
104689
 
104618
104690
                        else
104621
104693
 $as_echo "no" >&6; }
104622
104694
                                $PKG_CONFIG --errors-to-stdout --print-errors 'tevent = 0.9.8'
104623
104695
                                ac_cv_LIBTEVENT_found=no
104624
 
@@ -100211,282 +44579,51 @@
 
104696
@@ -100295,282 +44630,51 @@
104625
104697
 
104626
104698
 
104627
104699
 if test x"$teventdir" = "x"; then
104936
105008
 _ACEOF
104937
105009
 
104938
105010
 fi
104939
 
@@ -100495,9 +44632,7 @@
 
105011
@@ -100579,9 +44683,7 @@
104940
105012
 if test x"$ac_cv_header_sys_epoll_h" = x"yes" -a x"$ac_cv_func_epoll_create" = x"yes"; then
104941
105013
    TEVENT_OBJ="$TEVENT_OBJ tevent_epoll.o"
104942
105014
 
104947
105019
 
104948
105020
 fi
104949
105021
 
104950
 
@@ -100553,9 +44688,9 @@
 
105022
@@ -100637,9 +44739,9 @@
104951
105023
        if test -z "$PKG_CONFIG"; then
104952
105024
                # Extract the first word of "pkg-config", so it can be a program name with args.
104953
105025
 set dummy pkg-config; ac_word=$2
104959
105031
   $as_echo_n "(cached) " >&6
104960
105032
 else
104961
105033
   case $PKG_CONFIG in
104962
 
@@ -100568,14 +44703,14 @@
 
105034
@@ -100652,14 +44754,14 @@
104963
105035
 do
104964
105036
   IFS=$as_save_IFS
104965
105037
   test -z "$as_dir" && as_dir=.
104977
105049
 IFS=$as_save_IFS
104978
105050
 
104979
105051
   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
104980
 
@@ -100584,10 +44719,10 @@
 
105052
@@ -100668,10 +44770,10 @@
104981
105053
 fi
104982
105054
 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
104983
105055
 if test -n "$PKG_CONFIG"; then
104990
105062
 $as_echo "no" >&6; }
104991
105063
 fi
104992
105064
 
104993
 
@@ -100603,52 +44738,27 @@
 
105065
@@ -100687,52 +44789,27 @@
104994
105066
        else
104995
105067
                SAMBA_PKG_CONFIG_MIN_VERSION="0.9.0"
104996
105068
                if $PKG_CONFIG --atleast-pkgconfig-version $SAMBA_PKG_CONFIG_MIN_VERSION; then
105050
105122
 
105051
105123
        MAKE_SETTINGS="$MAKE_SETTINGS
105052
105124
 LIBLDB_ENABLE = YES
105053
 
@@ -100656,22 +44766,16 @@
 
105125
@@ -100740,22 +44817,16 @@
105054
105126
 SMB_INFO_ENABLES="$SMB_INFO_ENABLES
105055
105127
 \$enabled{\"LIBLDB\"} = \"YES\";"
105056
105128
 
105077
105149
                                CFLAGS="$OLD_CFLAGS"
105078
105150
 
105079
105151
                                ac_cv_LIBLDB_libs_only_other="`$PKG_CONFIG --libs-only-other 'ldb = 0.9.10'` `$PKG_CONFIG --libs-only-L 'ldb = 0.9.10'`"
105080
 
@@ -100732,7 +44836,7 @@
 
105152
@@ -100816,7 +44887,7 @@
105081
105153
                                ac_cv_LIBLDB_found=yes
105082
105154
 
105083
105155
                        else
105086
105158
 $as_echo "no" >&6; }
105087
105159
                                $PKG_CONFIG --errors-to-stdout --print-errors 'ldb = 0.9.10'
105088
105160
                                ac_cv_LIBLDB_found=no
105089
 
@@ -100778,12 +44882,12 @@
 
105161
@@ -100862,12 +44933,12 @@
105090
105162
 
105091
105163
 SQLITE3_LIBS=""
105092
105164
 with_sqlite3_support=no
105101
105173
   withval=$with_sqlite3;  case "$withval" in
105102
105174
     yes|no|auto)
105103
105175
        with_sqlite3_support=$withval
105104
 
@@ -100792,157 +44896,18 @@
 
105176
@@ -100876,157 +44947,18 @@
105105
105177
 fi
105106
105178
 
105107
105179
 
105265
105337
 _ACEOF
105266
105338
 
105267
105339
 fi
105268
 
@@ -100952,11 +44917,9 @@
 
105340
@@ -101036,11 +44968,9 @@
105269
105341
 
105270
105342
   if test x"$ac_cv_header_sqlite3_h" != x"yes"; then
105271
105343
        if test x"$with_sqlite3_support" = x"yes"; then
105279
105351
 $as_echo "$as_me: WARNING: sqlite3.h is needed for SQLITE3 support" >&2;}
105280
105352
        fi
105281
105353
 
105282
 
@@ -100971,23 +44934,17 @@
 
105354
@@ -101055,23 +44985,17 @@
105283
105355
   # now see if we can find the sqlite3 libs in standard paths
105284
105356
 
105285
105357
 
105306
105378
 /* end confdefs.h.  */
105307
105379
 
105308
105380
 /* Override any GCC internal prototype to avoid an error.
105309
 
@@ -101005,54 +44962,28 @@
 
105381
@@ -101089,54 +45013,28 @@
105310
105382
   return 0;
105311
105383
 }
105312
105384
 _ACEOF
105368
105440
   cat >>confdefs.h <<_ACEOF
105369
105441
 #define HAVE_LIBSQLITE3 1
105370
105442
 _ACEOF
105371
 
@@ -101068,21 +44999,16 @@
 
105443
@@ -101152,21 +45050,16 @@
105372
105444
 
105373
105445
 fi
105374
105446
 
105394
105466
 $as_echo "yes" >&6; }
105395
105467
     with_sqlite3_support=yes
105396
105468
 
105397
 
@@ -101094,11 +45020,9 @@
 
105469
@@ -101178,11 +45071,9 @@
105398
105470
 
105399
105471
   else
105400
105472
     if test x"$with_sqlite3_support" = x"yes"; then
105408
105480
 $as_echo "$as_me: WARNING: libsqlite3 is needed for SQLITE3 support" >&2;}
105409
105481
     fi
105410
105482
 
105411
 
@@ -101168,7 +45092,7 @@
 
105483
@@ -101252,7 +45143,7 @@
105412
105484
 
105413
105485
 use_gnutls=auto
105414
105486
 # Check whether --enable-gnutls was given.
105417
105489
   enableval=$enable_gnutls; if test x$enable_gnutls = xno; then
105418
105490
         use_gnutls=no
105419
105491
     fi
105420
 
@@ -101182,9 +45106,9 @@
 
105492
@@ -101266,9 +45157,9 @@
105421
105493
        if test -z "$PKG_CONFIG"; then
105422
105494
                # Extract the first word of "pkg-config", so it can be a program name with args.
105423
105495
 set dummy pkg-config; ac_word=$2
105429
105501
   $as_echo_n "(cached) " >&6
105430
105502
 else
105431
105503
   case $PKG_CONFIG in
105432
 
@@ -101197,14 +45121,14 @@
 
105504
@@ -101281,14 +45172,14 @@
105433
105505
 do
105434
105506
   IFS=$as_save_IFS
105435
105507
   test -z "$as_dir" && as_dir=.
105447
105519
 IFS=$as_save_IFS
105448
105520
 
105449
105521
   test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG="no"
105450
 
@@ -101213,10 +45137,10 @@
 
105522
@@ -101297,10 +45188,10 @@
105451
105523
 fi
105452
105524
 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
105453
105525
 if test -n "$PKG_CONFIG"; then
105460
105532
 $as_echo "no" >&6; }
105461
105533
 fi
105462
105534
 
105463
 
@@ -101232,52 +45156,27 @@
 
105535
@@ -101316,52 +45207,27 @@
105464
105536
        else
105465
105537
                SAMBA_PKG_CONFIG_MIN_VERSION="0.9.0"
105466
105538
                if $PKG_CONFIG --atleast-pkgconfig-version $SAMBA_PKG_CONFIG_MIN_VERSION; then
105520
105592
 
105521
105593
        MAKE_SETTINGS="$MAKE_SETTINGS
105522
105594
 GNUTLS_ENABLE = YES
105523
 
@@ -101285,22 +45184,16 @@
 
105595
@@ -101369,22 +45235,16 @@
105524
105596
 SMB_INFO_ENABLES="$SMB_INFO_ENABLES
105525
105597
 \$enabled{\"GNUTLS\"} = \"YES\";"
105526
105598
 
105547
105619
                                CFLAGS="$OLD_CFLAGS"
105548
105620
 
105549
105621
                                ac_cv_GNUTLS_libs_only_other="`$PKG_CONFIG --libs-only-other 'gnutls >= 1.4.0'` `$PKG_CONFIG --libs-only-L 'gnutls >= 1.4.0'`"
105550
 
@@ -101352,796 +45245,187 @@
 
105622
@@ -101436,796 +45296,187 @@
105551
105623
 
105552
105624
 MAKE_SETTINGS="$MAKE_SETTINGS
105553
105625
 GNUTLS_LIBS = `$PKG_CONFIG --libs-only-l 'gnutls >= 1.4.0'`
106472
106544
 _ACEOF
106473
106545
 
106474
106546
 fi
106475
 
@@ -102150,23 +45434,17 @@
 
106547
@@ -102234,23 +45485,17 @@
106476
106548
 
106477
106549
 
106478
106550
 
106499
106571
 /* end confdefs.h.  */
106500
106572
 
106501
106573
 /* Override any GCC internal prototype to avoid an error.
106502
 
@@ -102184,54 +45462,28 @@
 
106574
@@ -102268,54 +45513,28 @@
106503
106575
   return 0;
106504
106576
 }
106505
106577
 _ACEOF
106561
106633
   cat >>confdefs.h <<_ACEOF
106562
106634
 #define HAVE_LIBGCRYPT 1
106563
106635
 _ACEOF
106564
 
@@ -102247,7 +45499,6 @@
 
106636
@@ -102331,7 +45550,6 @@
106565
106637
 
106566
106638
 fi
106567
106639
 
106569
106641
 MAKE_SETTINGS="$MAKE_SETTINGS
106570
106642
 GCRYPT_LIBS = $GCRYPT_LIBS
106571
106643
 GCRYPT_CFLAGS =
106572
 
@@ -102264,7 +45515,7 @@
 
106644
@@ -102348,7 +45566,7 @@
106573
106645
 
106574
106646
 use_netapi=auto
106575
106647
 # Check whether --enable-netapi was given.
106578
106650
   enableval=$enable_netapi; if test x$enable_netapi = xno; then
106579
106651
         use_netapi=no
106580
106652
     fi
106581
 
@@ -102286,151 +45537,12 @@
 
106653
@@ -102370,151 +45588,12 @@
106582
106654
 \$enabled{\"TORTURE_LIBNETAPI\"} = \"NO\";"
106583
106655
 
106584
106656
 if test x$use_netapi != xno; then
106735
106807
 _ACEOF
106736
106808
 
106737
106809
 fi
106738
 
@@ -102439,23 +45551,17 @@
 
106810
@@ -102523,23 +45602,17 @@
106739
106811
 
106740
106812
 
106741
106813
 
106762
106834
 /* end confdefs.h.  */
106763
106835
 
106764
106836
 /* Override any GCC internal prototype to avoid an error.
106765
 
@@ -102473,54 +45579,28 @@
 
106837
@@ -102557,54 +45630,28 @@
106766
106838
   return 0;
106767
106839
 }
106768
106840
 _ACEOF
106824
106896
   cat >>confdefs.h <<_ACEOF
106825
106897
 #define HAVE_LIBNETAPI 1
106826
106898
 _ACEOF
106827
 
@@ -102537,24 +45617,17 @@
 
106899
@@ -102621,24 +45668,17 @@
106828
106900
 fi
106829
106901
 
106830
106902
 
106852
106924
 /* end confdefs.h.  */
106853
106925
 
106854
106926
 /* Override any GCC internal prototype to avoid an error.
106855
 
@@ -102572,54 +45645,28 @@
 
106927
@@ -102656,54 +45696,28 @@
106856
106928
   return 0;
106857
106929
 }
106858
106930
 _ACEOF
106914
106986
   cat >>confdefs.h <<_ACEOF
106915
106987
 #define HAVE_LIBNETAPI 1
106916
106988
 _ACEOF
106917
 
@@ -102636,24 +45683,17 @@
 
106989
@@ -102720,24 +45734,17 @@
106918
106990
 fi
106919
106991
 
106920
106992
 
106942
107014
 /* end confdefs.h.  */
106943
107015
 
106944
107016
 /* Override any GCC internal prototype to avoid an error.
106945
 
@@ -102671,54 +45711,28 @@
 
107017
@@ -102755,54 +45762,28 @@
106946
107018
   return 0;
106947
107019
 }
106948
107020
 _ACEOF
107004
107076
   cat >>confdefs.h <<_ACEOF
107005
107077
 #define HAVE_LIBNETAPI 1
107006
107078
 _ACEOF
107007
 
@@ -102735,24 +45749,17 @@
 
107079
@@ -102819,24 +45800,17 @@
107008
107080
 fi
107009
107081
 
107010
107082
 
107032
107104
 /* end confdefs.h.  */
107033
107105
 
107034
107106
 /* Override any GCC internal prototype to avoid an error.
107035
 
@@ -102770,54 +45777,28 @@
 
107107
@@ -102854,54 +45828,28 @@
107036
107108
   return 0;
107037
107109
 }
107038
107110
 _ACEOF
107094
107166
   cat >>confdefs.h <<_ACEOF
107095
107167
 #define HAVE_LIBNETAPI 1
107096
107168
 _ACEOF
107097
 
@@ -102834,24 +45815,17 @@
 
107169
@@ -102918,24 +45866,17 @@
107098
107170
 fi
107099
107171
 
107100
107172
 
107122
107194
 /* end confdefs.h.  */
107123
107195
 
107124
107196
 /* Override any GCC internal prototype to avoid an error.
107125
 
@@ -102869,54 +45843,28 @@
 
107197
@@ -102953,54 +45894,28 @@
107126
107198
   return 0;
107127
107199
 }
107128
107200
 _ACEOF
107184
107256
   cat >>confdefs.h <<_ACEOF
107185
107257
 #define HAVE_LIBNETAPI 1
107186
107258
 _ACEOF
107187
 
@@ -102931,12 +45879,9 @@
 
107259
@@ -103015,12 +45930,9 @@
107188
107260
 
107189
107261
 
107190
107262
 fi
107198
107270
 
107199
107271
 
107200
107272
        MAKE_SETTINGS="$MAKE_SETTINGS
107201
 
@@ -102954,9 +45899,7 @@
 
107273
@@ -103038,9 +45950,7 @@
107202
107274
 
107203
107275
        else
107204
107276
                if test x$use_netapi != xauto; then
107209
107281
                fi
107210
107282
        fi
107211
107283
 
107212
 
@@ -102997,19 +45940,17 @@
 
107284
@@ -103081,19 +45991,17 @@
107213
107285
 
107214
107286
 #################################################
107215
107287
 # check for pthread support
107233
107305
                fi
107234
107306
 
107235
107307
        MAKE_SETTINGS="$MAKE_SETTINGS
107236
 
@@ -103027,12 +45968,12 @@
 
107308
@@ -103111,12 +46019,12 @@
107237
107309
 
107238
107310
        ;;
107239
107311
        *)
107248
107320
 $as_echo "no" >&6; }
107249
107321
 
107250
107322
 fi
107251
 
@@ -103048,274 +45989,45 @@
 
107323
@@ -103132,274 +46040,45 @@
107252
107324
 
107253
107325
 
107254
107326
 
107536
107608
 /* end confdefs.h.  */
107537
107609
 
107538
107610
 /* Override any GCC internal prototype to avoid an error.
107539
 
@@ -103328,59 +46040,33 @@
 
107611
@@ -103412,59 +46091,33 @@
107540
107612
 int
107541
107613
 main ()
107542
107614
 {
107608
107680
   cat >>confdefs.h <<_ACEOF
107609
107681
 #define HAVE_LIBSETPROCTITLE 1
107610
107682
 _ACEOF
107611
 
@@ -103396,15 +46082,14 @@
 
107683
@@ -103480,15 +46133,14 @@
107612
107684
 
107613
107685
 fi
107614
107686
 
107626
107698
 $as_echo "yes" >&6; }
107627
107699
 
107628
107700
        MAKE_SETTINGS="$MAKE_SETTINGS
107629
 
@@ -103414,22 +46099,20 @@
 
107701
@@ -103498,22 +46150,20 @@
107630
107702
 \$enabled{\"SETPROCTITLE\"} = \"YES\";"
107631
107703
 
107632
107704
 
107653
107725
 $as_echo "no" >&6; }
107654
107726
 
107655
107727
 fi
107656
 
@@ -103447,17 +46130,13 @@
 
107728
@@ -103531,17 +46181,13 @@
107657
107729
 
107658
107730
 
107659
107731
 
107674
107746
 /* end confdefs.h.  */
107675
107747
 
107676
107748
 #include <sys/types.h>
107677
 
@@ -103476,209 +46155,43 @@
 
107749
@@ -103560,209 +46206,43 @@
107678
107750
   return 0;
107679
107751
 }
107680
107752
 _ACEOF
107895
107967
 /* end confdefs.h.  */
107896
107968
 
107897
107969
 /* Override any GCC internal prototype to avoid an error.
107898
 
@@ -103696,46 +46209,15 @@
 
107970
@@ -103780,46 +46260,15 @@
107899
107971
   return 0;
107900
107972
 }
107901
107973
 _ACEOF
107946
108018
 /* end confdefs.h.  */
107947
108019
 
107948
108020
 /* Override any GCC internal prototype to avoid an error.
107949
 
@@ -103753,65 +46235,32 @@
 
108021
@@ -103837,65 +46286,32 @@
107950
108022
   return 0;
107951
108023
 }
107952
108024
 _ACEOF
108020
108092
 /* end confdefs.h.  */
108021
108093
 /* Define blkid_get_cache to an innocuous variant, in case <limits.h> declares blkid_get_cache.
108022
108094
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
108023
 
@@ -103852,50 +46301,24 @@
 
108095
@@ -103936,50 +46352,24 @@
108024
108096
   return 0;
108025
108097
 }
108026
108098
 _ACEOF
108077
108149
 MAKE_SETTINGS="$MAKE_SETTINGS
108078
108150
 BLKID_LIBS = ${BLKID_LIBS}
108079
108151
 BLKID_CFLAGS = ${BLKID_CFLAGS}
108080
 
@@ -103906,9 +46329,7 @@
 
108152
@@ -103990,9 +46380,7 @@
108081
108153
 
108082
108154
 if test x"$ac_cv_func_ext_blkid_get_cache" = x"yes"; then
108083
108155
 
108088
108160
 
108089
108161
 
108090
108162
        MAKE_SETTINGS="$MAKE_SETTINGS
108091
 
@@ -103936,102 +46357,12 @@
 
108163
@@ -104020,102 +46408,12 @@
108092
108164
 
108093
108165
 fi
108094
108166
 
108195
108267
 _ACEOF
108196
108268
 
108197
108269
 fi
108198
 
@@ -104041,151 +46372,12 @@
 
108270
@@ -104125,151 +46423,12 @@
108199
108271
 ###############################
108200
108272
 # start SMB_EXT_LIB_PAM
108201
108273
 # check for security/pam_appl.h and -lpam
108351
108423
 _ACEOF
108352
108424
 
108353
108425
 fi
108354
 
@@ -104194,23 +46386,17 @@
 
108426
@@ -104278,23 +46437,17 @@
108355
108427
 
108356
108428
 
108357
108429
 
108378
108450
 /* end confdefs.h.  */
108379
108451
 
108380
108452
 /* Override any GCC internal prototype to avoid an error.
108381
 
@@ -104228,54 +46414,28 @@
 
108453
@@ -104312,54 +46465,28 @@
108382
108454
   return 0;
108383
108455
 }
108384
108456
 _ACEOF
108440
108512
   cat >>confdefs.h <<_ACEOF
108441
108513
 #define HAVE_LIBPAM 1
108442
108514
 _ACEOF
108443
 
@@ -104290,7 +46450,6 @@
 
108515
@@ -104374,7 +46501,6 @@
108444
108516
 
108445
108517
 
108446
108518
 fi
108448
108520
 if test x"$ac_cv_header_security_pam_appl_h" = x"yes" -a x"$ac_cv_lib_ext_pam_pam_start" = x"yes";then
108449
108521
 
108450
108522
        MAKE_SETTINGS="$MAKE_SETTINGS
108451
 
@@ -104316,23 +46475,17 @@
 
108523
@@ -104400,23 +46526,17 @@
108452
108524
 # test for where we get crypt() from
108453
108525
 
108454
108526
 
108475
108547
 /* end confdefs.h.  */
108476
108548
 
108477
108549
 /* Override any GCC internal prototype to avoid an error.
108478
 
@@ -104350,54 +46503,28 @@
 
108550
@@ -104434,54 +46554,28 @@
108479
108551
   return 0;
108480
108552
 }
108481
108553
 _ACEOF
108537
108609
   cat >>confdefs.h <<_ACEOF
108538
108610
 #define HAVE_LIBCRYPT 1
108539
108611
 _ACEOF
108540
 
@@ -104413,7 +46540,6 @@
 
108612
@@ -104497,7 +46591,6 @@
108541
108613
 
108542
108614
 fi
108543
108615
 
108545
108617
        MAKE_SETTINGS="$MAKE_SETTINGS
108546
108618
 CRYPT_ENABLE = YES
108547
108619
 "
108548
 
@@ -104430,102 +46556,11 @@
 
108620
@@ -104514,102 +46607,11 @@
108549
108621
 
108550
108622
 
108551
108623
 
108652
108724
   cat >>confdefs.h <<_ACEOF
108653
108725
 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
108654
108726
 _ACEOF
108655
 
@@ -104534,151 +46569,12 @@
 
108727
@@ -104618,151 +46620,12 @@
108656
108728
 done
108657
108729
 
108658
108730
 
108808
108880
 _ACEOF
108809
108881
 
108810
108882
 fi
108811
 
@@ -104687,23 +46583,17 @@
 
108883
@@ -104771,23 +46634,17 @@
108812
108884
 
108813
108885
 
108814
108886
 
108835
108907
 /* end confdefs.h.  */
108836
108908
 
108837
108909
 /* Override any GCC internal prototype to avoid an error.
108838
 
@@ -104721,54 +46611,28 @@
 
108910
@@ -104805,54 +46662,28 @@
108839
108911
   return 0;
108840
108912
 }
108841
108913
 _ACEOF
108897
108969
   cat >>confdefs.h <<_ACEOF
108898
108970
 #define HAVE_LIBSASL2 1
108899
108971
 _ACEOF
108900
 
@@ -104784,7 +46648,6 @@
 
108972
@@ -104868,7 +46699,6 @@
108901
108973
 
108902
108974
 fi
108903
108975
 
108905
108977
 if test x"$ac_cv_header_sasl_sasl_h" = x"yes" -a x"$ac_cv_lib_ext_sasl2_sasl_client_init" = x"yes";then
108906
108978
 
108907
108979
        MAKE_SETTINGS="$MAKE_SETTINGS
108908
 
@@ -104844,298 +46707,73 @@
 
108980
@@ -104928,298 +46758,73 @@
108909
108981
     -I/usr/include|-I/usr/include/) ;;
108910
108982
     *) ac_new_flags="$ac_new_flags $i" ;;
108911
108983
     esac
109245
109317
 /* end confdefs.h.  */
109246
109318
 #include <asm/unistd.h>
109247
109319
 int
109248
 
@@ -105146,41 +46784,18 @@
 
109320
@@ -105230,41 +46835,18 @@
109249
109321
   return 0;
109250
109322
 }
109251
109323
 _ACEOF
109291
109363
 
109292
109364
  fi
109293
109365
 
109294
 
@@ -105224,17 +46839,13 @@
 
109366
@@ -105308,17 +46890,13 @@
109295
109367
 fi
109296
109368
 
109297
109369
 
109312
109384
 /* end confdefs.h.  */
109313
109385
 #include <fcntl.h>
109314
109386
 int
109315
 
@@ -105245,56 +46856,29 @@
 
109387
@@ -105329,56 +46907,29 @@
109316
109388
   return 0;
109317
109389
 }
109318
109390
 _ACEOF
109376
109448
 /* end confdefs.h.  */
109377
109449
 #include <signal.h>
109378
109450
 int
109379
 
@@ -105305,41 +46889,18 @@
 
109451
@@ -105389,41 +46940,18 @@
109380
109452
   return 0;
109381
109453
 }
109382
109454
 _ACEOF
109422
109494
 
109423
109495
  fi
109424
109496
 
109425
 
@@ -105363,151 +46924,11 @@
 
109497
@@ -105447,151 +46975,11 @@
109426
109498
 
109427
109499
 fi
109428
109500
 
109578
109650
   cat >>confdefs.h <<_ACEOF
109579
109651
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
109580
109652
 _ACEOF
109581
 
@@ -105821,151 +47242,12 @@
 
109653
@@ -105905,151 +47293,12 @@
109582
109654
 
109583
109655
 
109584
109656
 
109734
109806
 _ACEOF
109735
109807
 
109736
109808
 fi
109737
 
@@ -105975,23 +47257,17 @@
 
109809
@@ -106059,23 +47308,17 @@
109738
109810
 
109739
109811
 
109740
109812
 
109761
109833
 /* end confdefs.h.  */
109762
109834
 
109763
109835
 /* Override any GCC internal prototype to avoid an error.
109764
 
@@ -106009,54 +47285,28 @@
 
109836
@@ -106093,54 +47336,28 @@
109765
109837
   return 0;
109766
109838
 }
109767
109839
 _ACEOF
109823
109895
   cat >>confdefs.h <<_ACEOF
109824
109896
 #define HAVE_LIBZ 1
109825
109897
 _ACEOF
109826
 
@@ -106072,18 +47322,13 @@
 
109898
@@ -106156,18 +47373,13 @@
109827
109899
 
109828
109900
 fi
109829
109901
 
109845
109917
 /* end confdefs.h.  */
109846
109918
 
109847
109919
                #include <zlib.h>
109848
 
@@ -106101,40 +47346,19 @@
 
109920
@@ -106185,40 +47397,19 @@
109849
109921
   return 0;
109850
109922
 }
109851
109923
 _ACEOF
109888
109960
 $as_echo "$samba_cv_zlib_1_2_3" >&6; }
109889
109961
 
109890
109962
 if test x"$ac_cv_header_zlib_h" = x"yes" -a \
109891
 
@@ -106156,7 +47380,7 @@
 
109963
@@ -106240,7 +47431,7 @@
109892
109964
 
109893
109965
 
109894
109966
 # Check whether --enable-dmalloc was given.
109897
109969
   enableval=$enable_dmalloc;
109898
109970
 fi
109899
109971
 
109900
 
@@ -106164,14 +47388,10 @@
 
109972
@@ -106248,14 +47439,10 @@
109901
109973
 if test "x$enable_dmalloc" = xyes
109902
109974
 then
109903
109975
 
109914
109986
 
109915
109987
        LIBS="$LIBS -ldmalloc"
109916
109988
 fi
109917
 
@@ -106269,87 +47489,54 @@
 
109989
@@ -106353,87 +47540,54 @@
109918
109990
 #################################################
109919
109991
 # Display summary of libraries detected
109920
109992
 
110018
110090
 if test x"$krb5_developer" = x"yes" -o x"$developer" = x"yes" -o x"$picky_developer" = x"yes"; then
110019
110091
     CFLAGS="${CFLAGS} \$(DEVELOPER_CFLAGS)"
110020
110092
 fi
110021
 
@@ -106408,13 +47595,13 @@
 
110093
@@ -106492,13 +47646,13 @@
110022
110094
     case $ac_val in #(
110023
110095
     *${as_nl}*)
110024
110096
       case $ac_var in #(
110034
110106
       esac ;;
110035
110107
     esac
110036
110108
   done
110037
 
@@ -106422,8 +47609,8 @@
 
110109
@@ -106506,8 +47660,8 @@
110038
110110
   (set) 2>&1 |
110039
110111
     case $as_nl`(ac_space=' '; set) 2>&1` in #(
110040
110112
     *${as_nl}ac_space=\ *)
110045
110117
       sed -n \
110046
110118
        "s/'/'\\\\''/g;
110047
110119
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
110048
 
@@ -106446,11 +47633,11 @@
 
110120
@@ -106530,11 +47684,11 @@
110049
110121
 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
110050
110122
   if test -w "$cache_file"; then
110051
110123
     test "x$cache_file" != "x/dev/null" &&
110059
110131
 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
110060
110132
   fi
110061
110133
 fi
110062
 
@@ -106464,14 +47651,15 @@
 
110134
@@ -106548,14 +47702,15 @@
110063
110135
 
110064
110136
 ac_libobjs=
110065
110137
 ac_ltlibobjs=
110077
110149
 done
110078
110150
 LIBOBJS=$ac_libobjs
110079
110151
 
110080
 
@@ -106495,9 +47683,10 @@
 
110152
@@ -106579,9 +47734,10 @@
110081
110153
 ac_write_fail=0
110082
110154
 ac_clean_files_save=$ac_clean_files
110083
110155
 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
110090
110162
 #! $SHELL
110091
110163
 # Generated by $as_me.
110092
110164
 # Run this file to recreate the current configuration.
110093
 
@@ -106507,17 +47696,18 @@
 
110165
@@ -106591,17 +47747,18 @@
110094
110166
 debug=false
110095
110167
 ac_cs_recheck=false
110096
110168
 ac_cs_silent=false
110116
110188
   emulate sh
110117
110189
   NULLCMD=:
110118
110190
   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
110119
 
@@ -106525,23 +47715,15 @@
 
110191
@@ -106609,23 +47766,15 @@
110120
110192
   alias -g '${1+"$@"}'='"$@"'
110121
110193
   setopt NO_GLOB_SUBST
110122
110194
 else
110145
110217
 as_nl='
110146
110218
 '
110147
110219
 export as_nl
110148
 
@@ -106549,7 +47731,13 @@
 
110220
@@ -106633,7 +47782,13 @@
110149
110221
 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
110150
110222
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
110151
110223
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
110160
110232
   as_echo='printf %s\n'
110161
110233
   as_echo_n='printf %s'
110162
110234
 else
110163
 
@@ -106560,7 +47748,7 @@
 
110235
@@ -106644,7 +47799,7 @@
110164
110236
     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
110165
110237
     as_echo_n_body='eval
110166
110238
       arg=$1;
110169
110241
       *"$as_nl"*)
110170
110242
        expr "X$arg" : "X\\(.*\\)$as_nl";
110171
110243
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
110172
 
@@ -106583,13 +47771,6 @@
 
110244
@@ -106667,13 +47822,6 @@
110173
110245
   }
110174
110246
 fi
110175
110247
 
110183
110255
 
110184
110256
 # IFS
110185
110257
 # We need space, tab and new line, in precisely that order.  Quoting is
110186
 
@@ -106599,15 +47780,15 @@
 
110258
@@ -106683,15 +47831,15 @@
110187
110259
 IFS=" ""       $as_nl"
110188
110260
 
110189
110261
 # Find who we are.  Look in the path if we contain no directory separator.
110202
110274
 IFS=$as_save_IFS
110203
110275
 
110204
110276
      ;;
110205
 
@@ -106619,12 +47800,16 @@
 
110277
@@ -106703,12 +47851,16 @@
110206
110278
 fi
110207
110279
 if test ! -f "$as_myself"; then
110208
110280
   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110223
110295
 done
110224
110296
 PS1='$ '
110225
110297
 PS2='> '
110226
 
@@ -106636,7 +47821,89 @@
 
110298
@@ -106720,7 +47872,89 @@
110227
110299
 LANGUAGE=C
110228
110300
 export LANGUAGE
110229
110301
 
110314
110386
 if expr a : '\(a\)' >/dev/null 2>&1 &&
110315
110387
    test "X`expr 00001 : '.*\(...\)'`" = X001; then
110316
110388
   as_expr=expr
110317
 
@@ -106650,8 +47917,12 @@
 
110389
@@ -106734,8 +47968,12 @@
110318
110390
   as_basename=false
110319
110391
 fi
110320
110392
 
110328
110400
 as_me=`$as_basename -- "$0" ||
110329
110401
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
110330
110402
         X"$0" : 'X\(//\)$' \| \
110331
 
@@ -106671,76 +47942,25 @@
 
110403
@@ -106755,76 +47993,25 @@
110332
110404
          }
110333
110405
          s/.*/./; q'`
110334
110406
 
110416
110488
 
110417
110489
 rm -f conf$$ conf$$.exe conf$$.file
110418
110490
 if test -d conf$$.dir; then
110419
 
@@ -106769,8 +47989,56 @@
 
110491
@@ -106853,8 +48040,56 @@
110420
110492
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
110421
110493
 rmdir conf$$.dir 2>/dev/null
110422
110494
 
110474
110546
 else
110475
110547
   test -d ./-p && rmdir ./-p
110476
110548
   as_mkdir_p=false
110477
 
@@ -106789,10 +48057,10 @@
 
110549
@@ -106873,10 +48108,10 @@
110478
110550
       if test -d "$1"; then
110479
110551
        test -d "$1/.";
110480
110552
       else
110487
110559
        ???[sx]*):;;*)false;;esac;fi
110488
110560
     '\'' sh
110489
110561
   '
110490
 
@@ -106807,13 +48075,19 @@
 
110562
@@ -106891,13 +48126,19 @@
110491
110563
 
110492
110564
 
110493
110565
 exec 6>&1
110509
110581
 
110510
110582
   CONFIG_FILES    = $CONFIG_FILES
110511
110583
   CONFIG_HEADERS  = $CONFIG_HEADERS
110512
 
@@ -106845,13 +48119,15 @@
 
110584
@@ -106929,13 +48170,15 @@
110513
110585
 
110514
110586
 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
110515
110587
 ac_cs_usage="\
110528
110600
   -q, --quiet, --silent
110529
110601
                    do not print progress messages
110530
110602
   -d, --debug      don't remove temporary files
110531
 
@@ -106870,16 +48146,17 @@
 
110603
@@ -106954,16 +48197,17 @@
110532
110604
 Configuration commands:
110533
110605
 $config_commands
110534
110606
 
110550
110622
 This config.status script is free software; the Free Software Foundation
110551
110623
 gives unlimited permission to copy, distribute and modify it."
110552
110624
 
110553
 
@@ -106896,11 +48173,16 @@
 
110625
@@ -106980,11 +48224,16 @@
110554
110626
 while test $# != 0
110555
110627
 do
110556
110628
   case $1 in
110568
110640
   *)
110569
110641
     ac_option=$1
110570
110642
     ac_optarg=$2
110571
 
@@ -106914,27 +48196,29 @@
 
110643
@@ -106998,27 +48247,29 @@
110572
110644
     ac_cs_recheck=: ;;
110573
110645
   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
110574
110646
     $as_echo "$ac_cs_version"; exit ;;
110603
110675
   --help | --hel | -h )
110604
110676
     $as_echo "$ac_cs_usage"; exit ;;
110605
110677
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
110606
 
@@ -106942,11 +48226,10 @@
 
110678
@@ -107026,11 +48277,10 @@
110607
110679
     ac_cs_silent=: ;;
110608
110680
 
110609
110681
   # This is an error.
110618
110690
      ac_need_defaults=false ;;
110619
110691
 
110620
110692
   esac
110621
 
@@ -107039,9 +48322,7 @@
 
110693
@@ -107123,9 +48373,7 @@
110622
110694
     "pkgconfig/smbsharemodes.pc") CONFIG_FILES="$CONFIG_FILES pkgconfig/smbsharemodes.pc" ;;
110623
110695
     "../examples/libsmbclient/Makefile.internal") CONFIG_FILES="$CONFIG_FILES ../examples/libsmbclient/Makefile.internal" ;;
110624
110696
 
110629
110701
   esac
110630
110702
 done
110631
110703
 
110632
 
@@ -107068,7 +48349,7 @@
 
110704
@@ -107152,7 +48400,7 @@
110633
110705
   trap 'exit_status=$?
110634
110706
   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
110635
110707
 ' 0
110638
110710
 }
110639
110711
 # Create a (secure) tmp directory for tmp files.
110640
110712
 
110641
 
@@ -107079,11 +48360,7 @@
 
110713
@@ -107163,11 +48411,7 @@
110642
110714
 {
110643
110715
   tmp=./conf$$-$RANDOM
110644
110716
   (umask 077 && mkdir "$tmp")
110651
110723
 
110652
110724
 # Set up the scripts for CONFIG_FILES section.
110653
110725
 # No need to generate them if there are no CONFIG_FILES.
110654
 
@@ -107091,7 +48368,13 @@
 
110726
@@ -107175,7 +48419,13 @@
110655
110727
 if test -n "$CONFIG_FILES"; then
110656
110728
 
110657
110729
 
110666
110738
 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
110667
110739
 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
110668
110740
   ac_cs_awk_cr='\\r'
110669
 
@@ -107108,24 +48391,18 @@
 
110741
@@ -107192,24 +48442,18 @@
110670
110742
   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
110671
110743
   echo "_ACEOF"
110672
110744
 } >conf$$subs.sh ||
110695
110767
   else
110696
110768
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
110697
110769
   fi
110698
 
@@ -107147,7 +48424,7 @@
 
110770
@@ -107231,7 +48475,7 @@
110699
110771
 t delim
110700
110772
 :nl
110701
110773
 h
110704
110776
 t more1
110705
110777
 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
110706
110778
 p
110707
 
@@ -107161,7 +48438,7 @@
 
110779
@@ -107245,7 +48489,7 @@
110708
110780
 t nl
110709
110781
 :delim
110710
110782
 h
110713
110785
 t more2
110714
110786
 s/["\\]/\\&/g; s/^/"/; s/$/"/
110715
110787
 p
110716
 
@@ -107214,22 +48491,28 @@
 
110788
@@ -107298,22 +48542,28 @@
110717
110789
 else
110718
110790
   cat
110719
110791
 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
110752
110824
 s/^[^=]*=[      ]*$//
110753
110825
 }'
110754
110826
 fi
110755
 
@@ -107257,9 +48540,7 @@
 
110827
@@ -107341,9 +48591,7 @@
110756
110828
   if test -z "$ac_t"; then
110757
110829
     break
110758
110830
   elif $ac_last_try; then
110763
110835
   else
110764
110836
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
110765
110837
   fi
110766
 
@@ -107344,9 +48625,7 @@
 
110838
@@ -107428,9 +48676,7 @@
110767
110839
 _ACAWK
110768
110840
 _ACEOF
110769
110841
 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
110774
110846
 fi # test -n "$CONFIG_HEADERS"
110775
110847
 
110776
110848
 
110777
 
@@ -107359,9 +48638,7 @@
 
110849
@@ -107443,9 +48689,7 @@
110778
110850
   esac
110779
110851
   case $ac_mode$ac_tag in
110780
110852
   :[FHL]*:*);;
110785
110857
   :[FH]-) ac_tag=-:-;;
110786
110858
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
110787
110859
   esac
110788
 
@@ -107389,12 +48666,10 @@
 
110860
@@ -107473,12 +48717,10 @@
110789
110861
           [\\/$]*) false;;
110790
110862
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
110791
110863
           esac ||
110800
110872
     done
110801
110873
 
110802
110874
     # Let's still pretend it is `configure' which instantiates (i.e., don't
110803
 
@@ -107405,7 +48680,7 @@
 
110875
@@ -107489,7 +48731,7 @@
110804
110876
        `' by configure.'
110805
110877
     if test x"$ac_file" != x-; then
110806
110878
       configure_input="$ac_file.  $configure_input"
110809
110881
 $as_echo "$as_me: creating $ac_file" >&6;}
110810
110882
     fi
110811
110883
     # Neutralize special characters interpreted by sed in replacement strings.
110812
 
@@ -107418,9 +48693,7 @@
 
110884
@@ -107502,9 +48744,7 @@
110813
110885
 
110814
110886
     case $ac_tag in
110815
110887
     *:-:* | *:-) cat >"$tmp/stdin" \
110820
110892
     esac
110821
110893
     ;;
110822
110894
   esac
110823
 
@@ -107448,47 +48721,7 @@
 
110895
@@ -107532,47 +48772,7 @@
110824
110896
            q
110825
110897
          }
110826
110898
          s/.*/./; q'`
110869
110941
   ac_builddir=.
110870
110942
 
110871
110943
 case "$ac_dir" in
110872
 
@@ -107540,7 +48773,6 @@
 
110944
@@ -107624,7 +48824,6 @@
110873
110945
 # If the template does not know about datarootdir, expand it.
110874
110946
 # FIXME: This hack should be removed a few years after 2.60.
110875
110947
 ac_datarootdir_hack=; ac_datarootdir_seen=
110877
110949
 ac_sed_dataroot='
110878
110950
 /datarootdir/ {
110879
110951
   p
110880
 
@@ -107550,12 +48782,11 @@
 
110952
@@ -107634,12 +48833,11 @@
110881
110953
 /@docdir@/p
110882
110954
 /@infodir@/p
110883
110955
 /@localedir@/p
110892
110964
 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
110893
110965
 _ACEOF
110894
110966
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
110895
 
@@ -107565,7 +48796,7 @@
 
110967
@@ -107649,7 +48847,7 @@
110896
110968
   s&@infodir@&$infodir&g
110897
110969
   s&@localedir@&$localedir&g
110898
110970
   s&@mandir@&$mandir&g
110901
110973
 esac
110902
110974
 _ACEOF
110903
110975
 
110904
 
@@ -107593,26 +48824,22 @@
 
110976
@@ -107677,26 +48875,22 @@
110905
110977
 $ac_datarootdir_hack
110906
110978
 "
110907
110979
 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
110933
111005
  ;;
110934
111006
   :H)
110935
111007
   #
110936
 
@@ -107623,29 +48850,23 @@
 
111008
@@ -107707,29 +48901,23 @@
110937
111009
       $as_echo "/* $configure_input  */" \
110938
111010
       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
110939
111011
     } >"$tmp/config.h" \
110968
111040
 $as_echo "$as_me: executing $ac_file commands" >&6;}
110969
111041
  ;;
110970
111042
   esac
110971
 
@@ -107671,15 +48892,12 @@
 
111043
@@ -107755,15 +48943,12 @@
110972
111044
 done # for ac_tag
110973
111045
 
110974
111046
 
110986
111058
 
110987
111059
 
110988
111060
 # configure is writing to config.log, and then calls config.status.
110989
 
@@ -107700,10 +48918,10 @@
 
111061
@@ -107784,10 +48969,10 @@
110990
111062
   exec 5>>config.log
110991
111063
   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
110992
111064
   # would make configure fail if this is the last instruction.
110999
111071
 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
111000
111072
 fi
111001
111073
 
111002
 
@@ -107714,8 +48932,8 @@
 
111074
@@ -107798,8 +48983,8 @@
111003
111075
 # Print very concise instructions on building/use
111004
111076
 if test "x$enable_dmalloc" = xyes
111005
111077
 then