~ubuntu-branches/ubuntu/maverick/samba/maverick-security

« back to all changes in this revision

Viewing changes to debian/patches/autoconf.patch

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-03-03 22:02:23 UTC
  • mfrom: (0.28.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090303220223-3bdlm2d9fwx1p1ye
Tags: 2:3.3.1-1ubuntu1
* Merge from Debian unstable (LP: #337094), remaining changes:
  + debian/patches/VERSION.patch:
    - setup 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/mksambapasswd.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 ctdb.
  + debian/rules:
    - enable "native" PIE 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
* Dropped changes, merged in Debian:
  + debian/libpam-smbpass.pam-config, debian/libpam-smbpass.postinst,
    debian/libpam-smbpass.prerm, debian/libpam-smbpass.files,
    debian/rules:
    - Make libpam-smbpasswd depend on libpam-runtime to allow 
      libpam-smbpasswd for auto-configuration.
  + debian/control:
    - Provide a config block for the new PAM framework to auto-configure
      itself
  + debian/samba.postinst:
    - When populating the new sambashare group, it is not an error
      if the user simply does not exist; test for this case and let
      the install continue instead of aborting.
  + debian/winbind.files:
    - include additional files

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 quilt refresh
26
26
 find . -name '*.rej' | xargs rm
27
27
 
28
 
Index: samba-3.3.0/source/configure
 
28
Index: samba-deb/source/configure
29
29
===================================================================
30
 
--- samba-3.3.0.orig/source/configure
31
 
+++ samba-3.3.0/source/configure
 
30
--- samba-deb.orig/source/configure
 
31
+++ samba-deb/source/configure
32
32
@@ -1,11 +1,11 @@
33
33
 #! /bin/sh
34
34
 # Guess values for system-dependent variables and create Makefiles.
314
314
-WINBIND_WINS_NSS
315
315
-WINBIND_NSS
316
316
-WINBIND_NSS_PTHREAD
 
317
-CTDB_CFLAGS
317
318
-LIBADDNS_SOVER
318
319
-UNINSTALL_LIBADDNS
319
320
-INSTALL_LIBADDNS
475
476
-codepagedir
476
477
-swatdir
477
478
-privatedir
478
 
-ctdbdir
479
479
-logfilebase
480
480
-piddir
481
481
-lockdir
587
587
+lockdir
588
588
+piddir
589
589
+logfilebase
590
 
+ctdbdir
591
590
+privatedir
592
591
+swatdir
593
592
+codepagedir
755
754
+INSTALL_LIBADDNS
756
755
+UNINSTALL_LIBADDNS
757
756
+LIBADDNS_SOVER
 
757
+CTDB_CFLAGS
758
758
+WINBIND_NSS_PTHREAD
759
759
+WINBIND_NSS
760
760
+WINBIND_WINS_NSS
800
800
-with_swatdir
801
801
-with_configdir
802
802
-with_logfilebase
803
 
-with_ctdb
804
803
-with_modulesdir
805
804
-with_pammodulesdir
806
805
-with_mandir
854
853
-with_libsmbclient
855
854
-with_libsmbsharemodes
856
855
-with_libaddns
 
856
-with_ctdb
857
857
-with_cluster_support
858
858
-with_acl_support
859
859
-with_aio_support
1673
1673
   ;;
1674
1674
   * )
1675
1675
     logfilebase="$withval"
1676
 
@@ -2588,8 +2429,8 @@
1677
 
 if test "${with_ctdb+set}" = set; then
1678
 
   withval=$with_ctdb;  case "$withval" in
1679
 
   yes|no)
1680
 
-    { $as_echo "$as_me:$LINENO: WARNING: --with-ctdb called without argument" >&5
1681
 
-$as_echo "$as_me: WARNING: --with-ctdb called without argument" >&2;}
1682
 
+    { echo "$as_me:$LINENO: WARNING: --with-ctdb called without argument" >&5
1683
 
+echo "$as_me: WARNING: --with-ctdb called without argument" >&2;}
1684
 
   ;;
1685
 
   * )
1686
 
     ctdbdir="$withval"
1687
 
@@ -2608,8 +2449,8 @@
 
1676
@@ -2593,8 +2434,8 @@
1688
1677
   #
1689
1678
   # Just in case anybody does it
1690
1679
   #
1695
1684
   ;;
1696
1685
   * )
1697
1686
     modulesdir="$withval"
1698
 
@@ -2628,8 +2469,8 @@
 
1687
@@ -2613,8 +2454,8 @@
1699
1688
   #
1700
1689
   # Just in case anybody calls it without argument
1701
1690
   #
1706
1695
   ;;
1707
1696
   * )
1708
1697
     pammodulesdir="$withval"
1709
 
@@ -2648,8 +2489,8 @@
 
1698
@@ -2633,8 +2474,8 @@
1710
1699
   #
1711
1700
   # Just in case anybody does it
1712
1701
   #
1717
1706
   ;;
1718
1707
   * )
1719
1708
     mandir="$withval"
1720
 
@@ -2668,8 +2509,8 @@
 
1709
@@ -2653,8 +2494,8 @@
1721
1710
     #
1722
1711
     # Just in case anybody does it
1723
1712
     #
1728
1717
   ;;
1729
1718
   *)
1730
1719
   localedir="$withval"
1731
 
@@ -2705,8 +2546,8 @@
 
1720
@@ -2689,8 +2530,8 @@
1732
1721
 if test "${with_selftest_prefix+set}" = set; then
1733
1722
   withval=$with_selftest_prefix;  case "$withval" in
1734
1723
   yes|no)
1739
1728
   ;;
1740
1729
   * )
1741
1730
     selftest_prefix="$withval"
1742
 
@@ -2725,15 +2566,15 @@
 
1731
@@ -2709,15 +2550,15 @@
1743
1732
 if test "${with_smbtorture4_path+set}" = set; then
1744
1733
   withval=$with_smbtorture4_path;  case "$withval" in
1745
1734
   yes|no)
1759
1748
    { (exit 1); exit 1; }; }
1760
1749
     fi
1761
1750
   ;;
1762
 
@@ -2824,10 +2665,10 @@
 
1751
@@ -2808,10 +2649,10 @@
1763
1752
 if test -n "$ac_tool_prefix"; then
1764
1753
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1765
1754
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1773
1762
 else
1774
1763
   if test -n "$CC"; then
1775
1764
   ac_cv_prog_CC="$CC" # Let the user override the test.
1776
 
@@ -2840,7 +2681,7 @@
 
1765
@@ -2824,7 +2665,7 @@
1777
1766
   for ac_exec_ext in '' $ac_executable_extensions; do
1778
1767
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1779
1768
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
1782
1771
     break 2
1783
1772
   fi
1784
1773
 done
1785
 
@@ -2851,11 +2692,11 @@
 
1774
@@ -2835,11 +2676,11 @@
1786
1775
 fi
1787
1776
 CC=$ac_cv_prog_CC
1788
1777
 if test -n "$CC"; then
1798
1787
 fi
1799
1788
 
1800
1789
 
1801
 
@@ -2864,10 +2705,10 @@
 
1790
@@ -2848,10 +2689,10 @@
1802
1791
   ac_ct_CC=$CC
1803
1792
   # Extract the first word of "gcc", so it can be a program name with args.
1804
1793
 set dummy gcc; ac_word=$2
1812
1801
 else
1813
1802
   if test -n "$ac_ct_CC"; then
1814
1803
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1815
 
@@ -2880,7 +2721,7 @@
 
1804
@@ -2864,7 +2705,7 @@
1816
1805
   for ac_exec_ext in '' $ac_executable_extensions; do
1817
1806
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1818
1807
     ac_cv_prog_ac_ct_CC="gcc"
1821
1810
     break 2
1822
1811
   fi
1823
1812
 done
1824
 
@@ -2891,11 +2732,11 @@
 
1813
@@ -2875,11 +2716,11 @@
1825
1814
 fi
1826
1815
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1827
1816
 if test -n "$ac_ct_CC"; then
1837
1826
 fi
1838
1827
 
1839
1828
   if test "x$ac_ct_CC" = x; then
1840
 
@@ -2903,8 +2744,12 @@
 
1829
@@ -2887,8 +2728,12 @@
1841
1830
   else
1842
1831
     case $cross_compiling:$ac_tool_warned in
1843
1832
 yes:)
1852
1841
 ac_tool_warned=yes ;;
1853
1842
 esac
1854
1843
     CC=$ac_ct_CC
1855
 
@@ -2917,10 +2762,10 @@
 
1844
@@ -2901,10 +2746,10 @@
1856
1845
           if test -n "$ac_tool_prefix"; then
1857
1846
     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1858
1847
 set dummy ${ac_tool_prefix}cc; ac_word=$2
1866
1855
 else
1867
1856
   if test -n "$CC"; then
1868
1857
   ac_cv_prog_CC="$CC" # Let the user override the test.
1869
 
@@ -2933,7 +2778,7 @@
 
1858
@@ -2917,7 +2762,7 @@
1870
1859
   for ac_exec_ext in '' $ac_executable_extensions; do
1871
1860
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1872
1861
     ac_cv_prog_CC="${ac_tool_prefix}cc"
1875
1864
     break 2
1876
1865
   fi
1877
1866
 done
1878
 
@@ -2944,11 +2789,11 @@
 
1867
@@ -2928,11 +2773,11 @@
1879
1868
 fi
1880
1869
 CC=$ac_cv_prog_CC
1881
1870
 if test -n "$CC"; then
1891
1880
 fi
1892
1881
 
1893
1882
 
1894
 
@@ -2957,10 +2802,10 @@
 
1883
@@ -2941,10 +2786,10 @@
1895
1884
 if test -z "$CC"; then
1896
1885
   # Extract the first word of "cc", so it can be a program name with args.
1897
1886
 set dummy cc; ac_word=$2
1905
1894
 else
1906
1895
   if test -n "$CC"; then
1907
1896
   ac_cv_prog_CC="$CC" # Let the user override the test.
1908
 
@@ -2978,7 +2823,7 @@
 
1897
@@ -2962,7 +2807,7 @@
1909
1898
        continue
1910
1899
      fi
1911
1900
     ac_cv_prog_CC="cc"
1914
1903
     break 2
1915
1904
   fi
1916
1905
 done
1917
 
@@ -3001,11 +2846,11 @@
 
1906
@@ -2985,11 +2830,11 @@
1918
1907
 fi
1919
1908
 CC=$ac_cv_prog_CC
1920
1909
 if test -n "$CC"; then
1930
1919
 fi
1931
1920
 
1932
1921
 
1933
 
@@ -3016,10 +2861,10 @@
 
1922
@@ -3000,10 +2845,10 @@
1934
1923
   do
1935
1924
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1936
1925
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1944
1933
 else
1945
1934
   if test -n "$CC"; then
1946
1935
   ac_cv_prog_CC="$CC" # Let the user override the test.
1947
 
@@ -3032,7 +2877,7 @@
 
1936
@@ -3016,7 +2861,7 @@
1948
1937
   for ac_exec_ext in '' $ac_executable_extensions; do
1949
1938
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1950
1939
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1953
1942
     break 2
1954
1943
   fi
1955
1944
 done
1956
 
@@ -3043,11 +2888,11 @@
 
1945
@@ -3027,11 +2872,11 @@
1957
1946
 fi
1958
1947
 CC=$ac_cv_prog_CC
1959
1948
 if test -n "$CC"; then
1969
1958
 fi
1970
1959
 
1971
1960
 
1972
 
@@ -3060,10 +2905,10 @@
 
1961
@@ -3044,10 +2889,10 @@
1973
1962
 do
1974
1963
   # Extract the first word of "$ac_prog", so it can be a program name with args.
1975
1964
 set dummy $ac_prog; ac_word=$2
1983
1972
 else
1984
1973
   if test -n "$ac_ct_CC"; then
1985
1974
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1986
 
@@ -3076,7 +2921,7 @@
 
1975
@@ -3060,7 +2905,7 @@
1987
1976
   for ac_exec_ext in '' $ac_executable_extensions; do
1988
1977
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1989
1978
     ac_cv_prog_ac_ct_CC="$ac_prog"
1992
1981
     break 2
1993
1982
   fi
1994
1983
 done
1995
 
@@ -3087,11 +2932,11 @@
 
1984
@@ -3071,11 +2916,11 @@
1996
1985
 fi
1997
1986
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1998
1987
 if test -n "$ac_ct_CC"; then
2008
1997
 fi
2009
1998
 
2010
1999
 
2011
 
@@ -3103,8 +2948,12 @@
 
2000
@@ -3087,8 +2932,12 @@
2012
2001
   else
2013
2002
     case $cross_compiling:$ac_tool_warned in
2014
2003
 yes:)
2023
2012
 ac_tool_warned=yes ;;
2024
2013
 esac
2025
2014
     CC=$ac_ct_CC
2026
 
@@ -3114,50 +2963,44 @@
 
2015
@@ -3098,50 +2947,44 @@
2027
2016
 fi
2028
2017
 
2029
2018
 
2085
2074
   (exit $ac_status); }
2086
2075
 
2087
2076
 cat >conftest.$ac_ext <<_ACEOF
2088
 
@@ -3176,22 +3019,27 @@
 
2077
@@ -3160,22 +3003,27 @@
2089
2078
 }
2090
2079
 _ACEOF
2091
2080
 ac_clean_files_save=$ac_clean_files
2122
2111
     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2123
2112
   esac
2124
2113
 done
2125
 
@@ -3202,11 +3050,10 @@
 
2114
@@ -3186,11 +3034,10 @@
2126
2115
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2127
2116
   *) ac_try_echo=$ac_try;;
2128
2117
 esac
2136
2125
   (exit $ac_status); }; then
2137
2126
   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2138
2127
 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2139
 
@@ -3217,7 +3064,7 @@
 
2128
@@ -3201,7 +3048,7 @@
2140
2129
 do
2141
2130
   test -f "$ac_file" || continue
2142
2131
   case $ac_file in
2145
2134
        ;;
2146
2135
     [ab].out )
2147
2136
        # We found the default executable, but exeext='' is most
2148
 
@@ -3244,27 +3091,25 @@
 
2137
@@ -3228,27 +3075,25 @@
2149
2138
   ac_file=''
2150
2139
 fi
2151
2140
 
2181
2170
 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2182
2171
 # If not cross compiling, check that we can run a simple program.
2183
2172
 if test "$cross_compiling" != yes; then
2184
 
@@ -3273,53 +3118,49 @@
 
2173
@@ -3257,53 +3102,49 @@
2185
2174
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2186
2175
   *) ac_try_echo=$ac_try;;
2187
2176
 esac
2251
2240
   (exit $ac_status); }; then
2252
2241
   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2253
2242
 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2254
 
@@ -3328,33 +3169,31 @@
 
2243
@@ -3312,33 +3153,31 @@
2255
2244
 for ac_file in conftest.exe conftest conftest.*; do
2256
2245
   test -f "$ac_file" || continue
2257
2246
   case $ac_file in
2294
2283
 else
2295
2284
   cat >conftest.$ac_ext <<_ACEOF
2296
2285
 /* confdefs.h.  */
2297
 
@@ -3377,43 +3216,40 @@
 
2286
@@ -3361,43 +3200,40 @@
2298
2287
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2299
2288
   *) ac_try_echo=$ac_try;;
2300
2289
 esac
2350
2339
 else
2351
2340
   cat >conftest.$ac_ext <<_ACEOF
2352
2341
 /* confdefs.h.  */
2353
 
@@ -3439,21 +3275,20 @@
 
2342
@@ -3423,21 +3259,20 @@
2354
2343
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2355
2344
   *) ac_try_echo=$ac_try;;
2356
2345
 esac
2375
2364
 sed 's/^/| /' conftest.$ac_ext >&5
2376
2365
 
2377
2366
        ac_compiler_gnu=no
2378
 
@@ -3461,21 +3296,17 @@
2379
 
 
2380
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
2367
@@ -3447,19 +3282,15 @@
2381
2368
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2382
 
-
2383
 
-fi
 
2369
 
 
2370
 fi
2384
2371
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2385
2372
-$as_echo "$ac_cv_c_compiler_gnu" >&6; }
2386
2373
-if test $ac_compiler_gnu = yes; then
2387
2374
-  GCC=yes
2388
2375
-else
2389
2376
-  GCC=
2390
 
+
2391
 
 fi
 
2377
-fi
2392
2378
+{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2393
2379
+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2394
2380
+GCC=`test $ac_compiler_gnu = yes && echo yes`
2404
2390
 else
2405
2391
   ac_save_c_werror_flag=$ac_c_werror_flag
2406
2392
    ac_c_werror_flag=yes
2407
 
@@ -3502,21 +3333,20 @@
 
2393
@@ -3486,21 +3317,20 @@
2408
2394
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2409
2395
   *) ac_try_echo=$ac_try;;
2410
2396
 esac
2429
2415
 sed 's/^/| /' conftest.$ac_ext >&5
2430
2416
 
2431
2417
        CFLAGS=""
2432
 
@@ -3541,21 +3371,20 @@
 
2418
@@ -3525,21 +3355,20 @@
2433
2419
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2434
2420
   *) ac_try_echo=$ac_try;;
2435
2421
 esac
2454
2440
 sed 's/^/| /' conftest.$ac_ext >&5
2455
2441
 
2456
2442
        ac_c_werror_flag=$ac_save_c_werror_flag
2457
 
@@ -3581,21 +3410,20 @@
 
2443
@@ -3565,21 +3394,20 @@
2458
2444
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2459
2445
   *) ac_try_echo=$ac_try;;
2460
2446
 esac
2479
2465
 sed 's/^/| /' conftest.$ac_ext >&5
2480
2466
 
2481
2467
 
2482
 
@@ -3610,8 +3438,8 @@
 
2468
@@ -3594,8 +3422,8 @@
2483
2469
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2484
2470
    ac_c_werror_flag=$ac_save_c_werror_flag
2485
2471
 fi
2490
2476
 if test "$ac_test_CFLAGS" = set; then
2491
2477
   CFLAGS=$ac_save_CFLAGS
2492
2478
 elif test $ac_cv_prog_cc_g = yes; then
2493
 
@@ -3627,10 +3455,10 @@
 
2479
@@ -3611,10 +3439,10 @@
2494
2480
     CFLAGS=
2495
2481
   fi
2496
2482
 fi
2504
2490
 else
2505
2491
   ac_cv_prog_cc_c89=no
2506
2492
 ac_save_CC=$CC
2507
 
@@ -3701,21 +3529,20 @@
 
2493
@@ -3685,21 +3513,20 @@
2508
2494
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2509
2495
   *) ac_try_echo=$ac_try;;
2510
2496
 esac
2529
2515
 sed 's/^/| /' conftest.$ac_ext >&5
2530
2516
 
2531
2517
 
2532
 
@@ -3731,15 +3558,15 @@
 
2518
@@ -3715,15 +3542,15 @@
2533
2519
 # AC_CACHE_VAL
2534
2520
 case "x$ac_cv_prog_cc_c89" in
2535
2521
   x)
2551
2537
 esac
2552
2538
 
2553
2539
 
2554
 
@@ -3752,10 +3579,10 @@
 
2540
@@ -3736,10 +3563,10 @@
2555
2541
 CFLAGS=$savedCFLAGS
2556
2542
 
2557
2543
 if test x"$GCC" != x"yes" ; then
2565
2551
 else
2566
2552
   ac_cv_prog_cc_c99=no
2567
2553
 ac_save_CC=$CC
2568
 
@@ -3902,7 +3729,7 @@
 
2554
@@ -3886,7 +3713,7 @@
2569
2555
   return 0;
2570
2556
 }
2571
2557
 _ACEOF
2574
2560
 do
2575
2561
   CC="$ac_save_CC $ac_arg"
2576
2562
   rm -f conftest.$ac_objext
2577
 
@@ -3911,21 +3738,20 @@
 
2563
@@ -3895,21 +3722,20 @@
2578
2564
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2579
2565
   *) ac_try_echo=$ac_try;;
2580
2566
 esac
2599
2585
 sed 's/^/| /' conftest.$ac_ext >&5
2600
2586
 
2601
2587
 
2602
 
@@ -3941,15 +3767,15 @@
 
2588
@@ -3925,15 +3751,15 @@
2603
2589
 # AC_CACHE_VAL
2604
2590
 case "x$ac_cv_prog_cc_c99" in
2605
2591
   x)
2621
2607
 esac
2622
2608
 
2623
2609
 
2624
 
@@ -3957,27 +3783,33 @@
 
2610
@@ -3941,27 +3767,33 @@
2625
2611
 fi
2626
2612
 
2627
2613
 if test x"$GCC" = x"yes" ; then
2662
2648
 else
2663
2649
       # Double quotes because CPP needs to be expanded
2664
2650
     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2665
 
@@ -4009,21 +3841,20 @@
 
2651
@@ -3993,21 +3825,20 @@
2666
2652
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2667
2653
   *) ac_try_echo=$ac_try;;
2668
2654
 esac
2687
2673
 sed 's/^/| /' conftest.$ac_ext >&5
2688
2674
 
2689
2675
   # Broken: fails on valid input.
2690
 
@@ -4047,14 +3878,13 @@
 
2676
@@ -4031,14 +3862,13 @@
2691
2677
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2692
2678
   *) ac_try_echo=$ac_try;;
2693
2679
 esac
2704
2690
   (exit $ac_status); } >/dev/null && {
2705
2691
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2706
2692
         test ! -s conftest.err
2707
 
@@ -4062,7 +3892,7 @@
 
2693
@@ -4046,7 +3876,7 @@
2708
2694
   # Broken: success on invalid input.
2709
2695
 continue
2710
2696
 else
2713
2699
 sed 's/^/| /' conftest.$ac_ext >&5
2714
2700
 
2715
2701
   # Passes both tests.
2716
 
@@ -4087,8 +3917,8 @@
 
2702
@@ -4071,8 +3901,8 @@
2717
2703
 else
2718
2704
   ac_cv_prog_CPP=$CPP
2719
2705
 fi
2724
2710
 ac_preproc_ok=false
2725
2711
 for ac_c_preproc_warn_flag in '' yes
2726
2712
 do
2727
 
@@ -4116,21 +3946,20 @@
 
2713
@@ -4100,21 +3930,20 @@
2728
2714
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2729
2715
   *) ac_try_echo=$ac_try;;
2730
2716
 esac
2749
2735
 sed 's/^/| /' conftest.$ac_ext >&5
2750
2736
 
2751
2737
   # Broken: fails on valid input.
2752
 
@@ -4154,14 +3983,13 @@
 
2738
@@ -4138,14 +3967,13 @@
2753
2739
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2754
2740
   *) ac_try_echo=$ac_try;;
2755
2741
 esac
2766
2752
   (exit $ac_status); } >/dev/null && {
2767
2753
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
2768
2754
         test ! -s conftest.err
2769
 
@@ -4169,7 +3997,7 @@
 
2755
@@ -4153,7 +3981,7 @@
2770
2756
   # Broken: success on invalid input.
2771
2757
 continue
2772
2758
 else
2775
2761
 sed 's/^/| /' conftest.$ac_ext >&5
2776
2762
 
2777
2763
   # Passes both tests.
2778
 
@@ -4185,13 +4013,11 @@
 
2764
@@ -4169,13 +3997,11 @@
2779
2765
 if $ac_preproc_ok; then
2780
2766
   :
2781
2767
 else
2792
2778
 fi
2793
2779
 
2794
2780
 ac_ext=c
2795
 
@@ -4201,37 +4027,42 @@
 
2781
@@ -4185,37 +4011,42 @@
2796
2782
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2797
2783
 
2798
2784
 
2847
2833
     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
2848
2834
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2849
2835
     ac_count=`expr $ac_count + 1`
2850
 
@@ -4246,60 +4077,74 @@
 
2836
@@ -4230,60 +4061,74 @@
2851
2837
   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2852
2838
 esac
2853
2839
 
2942
2928
     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
2943
2929
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
2944
2930
     ac_count=`expr $ac_count + 1`
2945
 
@@ -4314,31 +4159,69 @@
 
2931
@@ -4298,31 +4143,69 @@
2946
2932
   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
2947
2933
 esac
2948
2934
 
3023
3009
 else
3024
3010
   cat >conftest.$ac_ext <<_ACEOF
3025
3011
 /* confdefs.h.  */
3026
 
@@ -4365,21 +4248,20 @@
 
3012
@@ -4349,21 +4232,20 @@
3027
3013
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3028
3014
   *) ac_try_echo=$ac_try;;
3029
3015
 esac
3048
3034
 sed 's/^/| /' conftest.$ac_ext >&5
3049
3035
 
3050
3036
        ac_cv_header_stdc=no
3051
 
@@ -4471,40 +4353,37 @@
 
3037
@@ -4455,40 +4337,37 @@
3052
3038
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3053
3039
   *) ac_try_echo=$ac_try;;
3054
3040
 esac
3097
3083
 if test $ac_cv_header_stdc = yes; then
3098
3084
 
3099
3085
 cat >>confdefs.h <<\_ACEOF
3100
 
@@ -4526,11 +4405,11 @@
 
3086
@@ -4510,11 +4389,11 @@
3101
3087
 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
3102
3088
                  inttypes.h stdint.h unistd.h
3103
3089
 do
3113
3099
 else
3114
3100
   cat >conftest.$ac_ext <<_ACEOF
3115
3101
 /* confdefs.h.  */
3116
 
@@ -4548,21 +4427,20 @@
 
3102
@@ -4532,21 +4411,20 @@
3117
3103
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3118
3104
   *) ac_try_echo=$ac_try;;
3119
3105
 esac
3138
3124
 sed 's/^/| /' conftest.$ac_ext >&5
3139
3125
 
3140
3126
        eval "$as_ac_Header=no"
3141
 
@@ -4570,15 +4448,12 @@
 
3127
@@ -4554,15 +4432,12 @@
3142
3128
 
3143
3129
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3144
3130
 fi
3159
3145
 _ACEOF
3160
3146
 
3161
3147
 fi
3162
 
@@ -4586,19 +4461,18 @@
 
3148
@@ -4570,19 +4445,18 @@
3163
3149
 done
3164
3150
 
3165
3151
 
3187
3173
 cat >conftest.$ac_ext <<_ACEOF
3188
3174
 /* confdefs.h.  */
3189
3175
 _ACEOF
3190
 
@@ -4614,33 +4488,32 @@
 
3176
@@ -4598,33 +4472,32 @@
3191
3177
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3192
3178
   *) ac_try_echo=$ac_try;;
3193
3179
 esac
3228
3214
 cat >conftest.$ac_ext <<_ACEOF
3229
3215
 /* confdefs.h.  */
3230
3216
 _ACEOF
3231
 
@@ -4654,52 +4527,51 @@
 
3217
@@ -4638,52 +4511,51 @@
3232
3218
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3233
3219
   *) ac_try_echo=$ac_try;;
3234
3220
 esac
3302
3288
     ( cat <<\_ASBOX
3303
3289
 ## ---------------------------------------- ##
3304
3290
 ## Report this to samba-technical@samba.org ##
3305
 
@@ -4708,25 +4580,25 @@
 
3291
@@ -4692,25 +4564,25 @@
3306
3292
      ) | sed "s/^/$as_me: WARNING:     /" >&2
3307
3293
     ;;
3308
3294
 esac
3335
3321
 
3336
3322
 cat >>confdefs.h <<\_ACEOF
3337
3323
 #define _POSIX_SOURCE 1
3338
 
@@ -4742,14 +4614,22 @@
 
3324
@@ -4726,14 +4598,22 @@
3339
3325
 #define _MINIX 1
3340
3326
 _ACEOF
3341
3327
 
3344
3330
+
3345
3331
+
3346
3332
+
3347
 
+
3348
 
+
3349
3333
 
3350
3334
 
3351
3335
 
3354
3338
+
3355
3339
+
3356
3340
+
 
3341
+
 
3342
+
3357
3343
+  { echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5
3358
3344
+echo $ECHO_N "checking whether it is safe to define __EXTENSIONS__... $ECHO_C" >&6; }
3359
3345
 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then
3362
3348
 else
3363
3349
   cat >conftest.$ac_ext <<_ACEOF
3364
3350
 /* confdefs.h.  */
3365
 
@@ -4774,21 +4654,20 @@
 
3351
@@ -4758,21 +4638,20 @@
3366
3352
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3367
3353
   *) ac_try_echo=$ac_try;;
3368
3354
 esac
3387
3373
 sed 's/^/| /' conftest.$ac_ext >&5
3388
3374
 
3389
3375
        ac_cv_safe_to_define___extensions__=no
3390
 
@@ -4796,22 +4675,14 @@
 
3376
@@ -4780,22 +4659,14 @@
3391
3377
 
3392
3378
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3393
3379
 fi
3412
3398
 #define _POSIX_PTHREAD_SEMANTICS 1
3413
3399
 _ACEOF
3414
3400
 
3415
 
@@ -4820,78 +4691,28 @@
 
3401
@@ -4804,78 +4675,28 @@
3416
3402
 _ACEOF
3417
3403
 
3418
3404
 
3501
3487
 
3502
3488
   ;
3503
3489
   return 0;
3504
 
@@ -4903,34 +4724,33 @@
 
3490
@@ -4887,34 +4708,33 @@
3505
3491
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3506
3492
   *) ac_try_echo=$ac_try;;
3507
3493
 esac
3542
3528
 
3543
3529
   ;
3544
3530
   return 0;
3545
 
@@ -4942,21 +4762,20 @@
 
3531
@@ -4926,21 +4746,20 @@
3546
3532
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3547
3533
   *) ac_try_echo=$ac_try;;
3548
3534
 esac
3567
3553
 sed 's/^/| /' conftest.$ac_ext >&5
3568
3554
 
3569
3555
        ac_cv_c_bigendian=no
3570
 
@@ -4964,69 +4783,29 @@
 
3556
@@ -4948,69 +4767,29 @@
3571
3557
 
3572
3558
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3573
3559
 else
3650
3636
   ;
3651
3637
   return 0;
3652
3638
 }
3653
 
@@ -5037,101 +4816,30 @@
 
3639
@@ -5021,101 +4800,30 @@
3654
3640
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3655
3641
   *) ac_try_echo=$ac_try;;
3656
3642
 esac
3763
3749
 sed 's/^/| /' conftest.$ac_ext >&5
3764
3750
 
3765
3751
 
3766
 
@@ -5150,14 +4858,14 @@
 
3752
@@ -5134,14 +4842,14 @@
3767
3753
 main ()
3768
3754
 {
3769
3755
 
3786
3772
 
3787
3773
   ;
3788
3774
   return 0;
3789
 
@@ -5169,67 +4877,60 @@
 
3775
@@ -5153,67 +4861,60 @@
3790
3776
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3791
3777
   *) ac_try_echo=$ac_try;;
3792
3778
 esac
3880
3866
 else
3881
3867
   ac_cv_c_inline=no
3882
3868
 for ac_kw in inline __inline__ __inline; do
3883
 
@@ -5252,21 +4953,20 @@
 
3869
@@ -5236,21 +4937,20 @@
3884
3870
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3885
3871
   *) ac_try_echo=$ac_try;;
3886
3872
 esac
3905
3891
 sed 's/^/| /' conftest.$ac_ext >&5
3906
3892
 
3907
3893
 
3908
 
@@ -5277,8 +4977,8 @@
 
3894
@@ -5261,8 +4961,8 @@
3909
3895
 done
3910
3896
 
3911
3897
 fi
3916
3902
 
3917
3903
 
3918
3904
 case $ac_cv_c_inline in
3919
 
@@ -5300,8 +5000,8 @@
 
3905
@@ -5284,8 +4984,8 @@
3920
3906
 saved_CFLAGS="$CFLAGS";
3921
3907
 c99_init=no
3922
3908
 if test x"$c99_init" = x"no"; then
3927
3913
     CFLAGS="$saved_CFLAGS";
3928
3914
     cat >conftest.$ac_ext <<_ACEOF
3929
3915
 /* confdefs.h.  */
3930
 
@@ -5326,33 +5026,32 @@
 
3916
@@ -5310,33 +5010,32 @@
3931
3917
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3932
3918
   *) ac_try_echo=$ac_try;;
3933
3919
 esac
3970
3956
     CFLAGS="$saved_CFLAGS -AC99";
3971
3957
     cat >conftest.$ac_ext <<_ACEOF
3972
3958
 /* confdefs.h.  */
3973
 
@@ -5377,33 +5076,32 @@
 
3959
@@ -5361,33 +5060,32 @@
3974
3960
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3975
3961
   *) ac_try_echo=$ac_try;;
3976
3962
 esac
4013
3999
     CFLAGS="$saved_CFLAGS -qlanglvl=extc99";
4014
4000
     cat >conftest.$ac_ext <<_ACEOF
4015
4001
 /* confdefs.h.  */
4016
 
@@ -5428,33 +5126,32 @@
 
4002
@@ -5412,33 +5110,32 @@
4017
4003
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4018
4004
   *) ac_try_echo=$ac_try;;
4019
4005
 esac
4056
4042
     CFLAGS="$saved_CFLAGS -qlanglvl=stdc99";
4057
4043
     cat >conftest.$ac_ext <<_ACEOF
4058
4044
 /* confdefs.h.  */
4059
 
@@ -5479,33 +5176,32 @@
 
4045
@@ -5463,33 +5160,32 @@
4060
4046
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4061
4047
   *) ac_try_echo=$ac_try;;
4062
4048
 esac
4099
4085
     CFLAGS="$saved_CFLAGS -c99"
4100
4086
     cat >conftest.$ac_ext <<_ACEOF
4101
4087
 /* confdefs.h.  */
4102
 
@@ -5530,26 +5226,25 @@
 
4088
@@ -5514,26 +5210,25 @@
4103
4089
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4104
4090
   *) ac_try_echo=$ac_try;;
4105
4091
 esac
4133
4119
 fi
4134
4120
 
4135
4121
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4136
 
@@ -5570,8 +5265,8 @@
 
4122
@@ -5554,8 +5249,8 @@
4137
4123
 else
4138
4124
     CFLAGS="$saved_CFLAGS"
4139
4125
     saved_CFLAGS=""
4144
4130
 fi
4145
4131
 
4146
4132
 
4147
 
@@ -5588,12 +5283,11 @@
 
4133
@@ -5572,12 +5267,11 @@
4148
4134
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4149
4135
 # OS/2's system install, which has a completely different semantic
4150
4136
 # ./install, which can be erroneously created by make from ./install.sh.
4160
4146
 else
4161
4147
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4162
4148
 for as_dir in $PATH
4163
 
@@ -5622,29 +5316,17 @@
 
4149
@@ -5606,29 +5300,17 @@
4164
4150
            # program-specific install script used by HP pwplus--don't use.
4165
4151
            :
4166
4152
          else
4192
4178
 
4193
4179
 fi
4194
4180
   if test "${ac_cv_path_install+set}" = set; then
4195
 
@@ -5657,8 +5339,8 @@
 
4181
@@ -5641,8 +5323,8 @@
4196
4182
     INSTALL=$ac_install_sh
4197
4183
   fi
4198
4184
 fi
4203
4189
 
4204
4190
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4205
4191
 # It thinks the first close brace ends the variable substitution.
4206
 
@@ -5669,10 +5351,10 @@
 
4192
@@ -5653,10 +5335,10 @@
4207
4193
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4208
4194
 
4209
4195
 
4217
4203
 else
4218
4204
   ac_func_search_save_LIBS=$LIBS
4219
4205
 cat >conftest.$ac_ext <<_ACEOF
4220
 
@@ -5710,30 +5392,26 @@
 
4206
@@ -5694,30 +5376,26 @@
4221
4207
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4222
4208
   *) ac_try_echo=$ac_try;;
4223
4209
 esac
4253
4239
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4254
4240
       conftest$ac_exeext
4255
4241
   if test "${ac_cv_search_strerror+set}" = set; then
4256
 
@@ -5748,8 +5426,8 @@
 
4242
@@ -5732,8 +5410,8 @@
4257
4243
 rm conftest.$ac_ext
4258
4244
 LIBS=$ac_func_search_save_LIBS
4259
4245
 fi
4264
4250
 ac_res=$ac_cv_search_strerror
4265
4251
 if test "$ac_res" != no; then
4266
4252
   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
4267
 
@@ -5774,10 +5452,10 @@
 
4253
@@ -5758,10 +5436,10 @@
4268
4254
 
4269
4255
 if test "$enable_largefile" != no; then
4270
4256
 
4278
4264
 else
4279
4265
   ac_cv_sys_largefile_CC=no
4280
4266
      if test "$GCC" != yes; then
4281
 
@@ -5814,21 +5492,20 @@
 
4267
@@ -5798,21 +5476,20 @@
4282
4268
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4283
4269
   *) ac_try_echo=$ac_try;;
4284
4270
 esac
4303
4289
 sed 's/^/| /' conftest.$ac_ext >&5
4304
4290
 
4305
4291
 
4306
 
@@ -5842,21 +5519,20 @@
 
4292
@@ -5826,21 +5503,20 @@
4307
4293
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4308
4294
   *) ac_try_echo=$ac_try;;
4309
4295
 esac
4328
4314
 sed 's/^/| /' conftest.$ac_ext >&5
4329
4315
 
4330
4316
 
4331
 
@@ -5869,16 +5545,16 @@
 
4317
@@ -5853,16 +5529,16 @@
4332
4318
        rm -f conftest.$ac_ext
4333
4319
     fi
4334
4320
 fi
4350
4336
 else
4351
4337
   while :; do
4352
4338
   cat >conftest.$ac_ext <<_ACEOF
4353
 
@@ -5910,21 +5586,20 @@
 
4339
@@ -5894,21 +5570,20 @@
4354
4340
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4355
4341
   *) ac_try_echo=$ac_try;;
4356
4342
 esac
4375
4361
 sed 's/^/| /' conftest.$ac_ext >&5
4376
4362
 
4377
4363
 
4378
 
@@ -5961,21 +5636,20 @@
 
4364
@@ -5945,21 +5620,20 @@
4379
4365
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4380
4366
   *) ac_try_echo=$ac_try;;
4381
4367
 esac
4400
4386
 sed 's/^/| /' conftest.$ac_ext >&5
4401
4387
 
4402
4388
 
4403
 
@@ -5986,8 +5660,8 @@
 
4389
@@ -5970,8 +5644,8 @@
4404
4390
   break
4405
4391
 done
4406
4392
 fi
4411
4397
 case $ac_cv_sys_file_offset_bits in #(
4412
4398
   no | unknown) ;;
4413
4399
   *)
4414
 
@@ -5996,12 +5670,12 @@
 
4400
@@ -5980,12 +5654,12 @@
4415
4401
 _ACEOF
4416
4402
 ;;
4417
4403
 esac
4428
4414
 else
4429
4415
   while :; do
4430
4416
   cat >conftest.$ac_ext <<_ACEOF
4431
 
@@ -6033,21 +5707,20 @@
 
4417
@@ -6017,21 +5691,20 @@
4432
4418
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4433
4419
   *) ac_try_echo=$ac_try;;
4434
4420
 esac
4453
4439
 sed 's/^/| /' conftest.$ac_ext >&5
4454
4440
 
4455
4441
 
4456
 
@@ -6084,21 +5757,20 @@
 
4442
@@ -6068,21 +5741,20 @@
4457
4443
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4458
4444
   *) ac_try_echo=$ac_try;;
4459
4445
 esac
4478
4464
 sed 's/^/| /' conftest.$ac_ext >&5
4479
4465
 
4480
4466
 
4481
 
@@ -6109,8 +5781,8 @@
 
4467
@@ -6093,8 +5765,8 @@
4482
4468
   break
4483
4469
 done
4484
4470
 fi
4489
4475
 case $ac_cv_sys_large_files in #(
4490
4476
   no | unknown) ;;
4491
4477
   *)
4492
 
@@ -6119,7 +5791,7 @@
 
4478
@@ -6103,7 +5775,7 @@
4493
4479
 _ACEOF
4494
4480
 ;;
4495
4481
 esac
4498
4484
   fi
4499
4485
 fi
4500
4486
 
4501
 
@@ -6138,13 +5810,13 @@
 
4487
@@ -6122,13 +5794,13 @@
4502
4488
 _ACEOF
4503
4489
 
4504
4490
                if test "`uname -r`" = "B.11.00" -o "`uname -r`" = "B.11.11"; then
4516
4502
                        CFLAGS="$CFLAGS -D_MACHINE_SYS_GETPPDP_INCLUDED"
4517
4503
                fi
4518
4504
                ;;
4519
 
@@ -6221,21 +5893,20 @@
 
4505
@@ -6205,21 +5877,20 @@
4520
4506
 
4521
4507
 for ac_header in standards.h
4522
4508
 do
4547
4533
 cat >conftest.$ac_ext <<_ACEOF
4548
4534
 /* confdefs.h.  */
4549
4535
 _ACEOF
4550
 
@@ -6251,33 +5922,32 @@
 
4536
@@ -6235,33 +5906,32 @@
4551
4537
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4552
4538
   *) ac_try_echo=$ac_try;;
4553
4539
 esac
4588
4574
 cat >conftest.$ac_ext <<_ACEOF
4589
4575
 /* confdefs.h.  */
4590
4576
 _ACEOF
4591
 
@@ -6291,393 +5961,87 @@
 
4577
@@ -6275,52 +5945,51 @@
4592
4578
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4593
4579
   *) ac_try_echo=$ac_try;;
4594
4580
 esac
4662
4648
     ( cat <<\_ASBOX
4663
4649
 ## ---------------------------------------- ##
4664
4650
 ## Report this to samba-technical@samba.org ##
4665
 
-## ---------------------------------------- ##
4666
 
-_ASBOX
4667
 
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
4668
 
-    ;;
4669
 
-esac
 
4651
@@ -6329,24 +5998,21 @@
 
4652
      ) | sed "s/^/$as_me: WARNING:     /" >&2
 
4653
     ;;
 
4654
 esac
4670
4655
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
4671
4656
-$as_echo_n "checking for $ac_header... " >&6; }
4672
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
4657
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
4658
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
4659
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4673
4660
-  $as_echo_n "(cached) " >&6
4674
 
-else
4675
 
-  eval "$as_ac_Header=\$ac_header_preproc"
4676
 
-fi
 
4661
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4662
 else
 
4663
   eval "$as_ac_Header=\$ac_header_preproc"
 
4664
 fi
4677
4665
-ac_res=`eval 'as_val=${'$as_ac_Header'}
4678
4666
-                $as_echo "$as_val"'`
4679
4667
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
4680
4668
-$as_echo "$ac_res" >&6; }
4681
 
-
4682
 
-fi
 
4669
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
4670
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
4671
+echo "${ECHO_T}$ac_res" >&6; }
 
4672
 
 
4673
 fi
4683
4674
-as_val=`eval 'as_val=${'$as_ac_Header'}
4684
4675
-                $as_echo "$as_val"'`
4685
4676
-   if test "x$as_val" = x""yes; then
4686
 
-  cat >>confdefs.h <<_ACEOF
 
4677
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
4678
   cat >>confdefs.h <<_ACEOF
4687
4679
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4688
 
-_ACEOF
4689
 
-
4690
 
-fi
4691
 
-
4692
 
-done
4693
 
-
4694
 
-
4695
 
-# Solaris needs HAVE_LONG_LONG defined
 
4680
+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
4681
 _ACEOF
 
4682
 
 
4683
 fi
 
4684
@@ -6355,24 +6021,26 @@
 
4685
 
 
4686
 
 
4687
 # Solaris needs HAVE_LONG_LONG defined
4696
4688
-{ $as_echo "$as_me:$LINENO: checking for long long" >&5
4697
4689
-$as_echo_n "checking for long long... " >&6; }
4698
 
-if test "${ac_cv_type_long_long+set}" = set; then
 
4690
+{ echo "$as_me:$LINENO: checking for long long" >&5
 
4691
+echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
 
4692
 if test "${ac_cv_type_long_long+set}" = set; then
4699
4693
-  $as_echo_n "(cached) " >&6
4700
 
-else
 
4694
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4695
 else
4701
4696
-  ac_cv_type_long_long=no
4702
4697
-cat >conftest.$ac_ext <<_ACEOF
4703
 
-/* confdefs.h.  */
4704
 
-_ACEOF
4705
 
-cat confdefs.h >>conftest.$ac_ext
4706
 
-cat >>conftest.$ac_ext <<_ACEOF
4707
 
-/* end confdefs.h.  */
4708
 
-$ac_includes_default
4709
 
-int
4710
 
-main ()
4711
 
-{
 
4698
+  cat >conftest.$ac_ext <<_ACEOF
 
4699
 /* confdefs.h.  */
 
4700
 _ACEOF
 
4701
 cat confdefs.h >>conftest.$ac_ext
 
4702
 cat >>conftest.$ac_ext <<_ACEOF
 
4703
 /* end confdefs.h.  */
 
4704
 $ac_includes_default
 
4705
+typedef long long ac__type_new_;
 
4706
 int
 
4707
 main ()
 
4708
 {
4712
4709
-if (sizeof (long long))
4713
4710
-       return 0;
4714
 
-  ;
4715
 
-  return 0;
4716
 
-}
4717
 
-_ACEOF
4718
 
-rm -f conftest.$ac_objext
4719
 
-if { (ac_try="$ac_compile"
4720
 
-case "(($ac_try" in
4721
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4722
 
-  *) ac_try_echo=$ac_try;;
4723
 
-esac
 
4711
+if ((ac__type_new_ *) 0)
 
4712
+  return 0;
 
4713
+if (sizeof (ac__type_new_))
 
4714
+  return 0;
 
4715
   ;
 
4716
   return 0;
 
4717
 }
 
4718
@@ -6383,18 +6051,44 @@
 
4719
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4720
   *) ac_try_echo=$ac_try;;
 
4721
 esac
4724
4722
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4725
4723
-$as_echo "$ac_try_echo") >&5
4726
 
-  (eval "$ac_compile") 2>conftest.er1
4727
 
-  ac_status=$?
4728
 
-  grep -v '^ *+' conftest.er1 >conftest.err
4729
 
-  rm -f conftest.er1
4730
 
-  cat conftest.err >&5
 
4724
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4725
   (eval "$ac_compile") 2>conftest.er1
 
4726
   ac_status=$?
 
4727
   grep -v '^ *+' conftest.er1 >conftest.err
 
4728
   rm -f conftest.er1
 
4729
   cat conftest.err >&5
4731
4730
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4732
 
-  (exit $ac_status); } && {
4733
 
-        test -z "$ac_c_werror_flag" ||
4734
 
-        test ! -s conftest.err
4735
 
-       } && test -s conftest.$ac_objext; then
4736
 
-  cat >conftest.$ac_ext <<_ACEOF
4737
 
-/* confdefs.h.  */
4738
 
-_ACEOF
4739
 
-cat confdefs.h >>conftest.$ac_ext
4740
 
-cat >>conftest.$ac_ext <<_ACEOF
4741
 
-/* end confdefs.h.  */
4742
 
-$ac_includes_default
4743
 
-int
4744
 
-main ()
4745
 
-{
 
4731
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4732
   (exit $ac_status); } && {
 
4733
         test -z "$ac_c_werror_flag" ||
 
4734
         test ! -s conftest.err
 
4735
        } && test -s conftest.$ac_objext; then
 
4736
+  ac_cv_type_long_long=yes
 
4737
+else
 
4738
+  echo "$as_me: failed program was:" >&5
 
4739
+sed 's/^/| /' conftest.$ac_ext >&5
 
4740
+
 
4741
+       ac_cv_type_long_long=no
 
4742
+fi
 
4743
+
 
4744
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
4745
+fi
 
4746
+{ echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
 
4747
+echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
 
4748
+if test $ac_cv_type_long_long = yes; then
 
4749
+
 
4750
+cat >>confdefs.h <<_ACEOF
 
4751
+#define HAVE_LONG_LONG 1
 
4752
+_ACEOF
 
4753
+
 
4754
+
 
4755
+fi
 
4756
+
 
4757
+
 
4758
+{ echo "$as_me:$LINENO: checking for int" >&5
 
4759
+echo $ECHO_N "checking for int... $ECHO_C" >&6; }
 
4760
+if test "${ac_cv_type_int+set}" = set; then
 
4761
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4762
+else
 
4763
   cat >conftest.$ac_ext <<_ACEOF
 
4764
 /* confdefs.h.  */
 
4765
 _ACEOF
 
4766
@@ -6402,11 +6096,14 @@
 
4767
 cat >>conftest.$ac_ext <<_ACEOF
 
4768
 /* end confdefs.h.  */
 
4769
 $ac_includes_default
 
4770
+typedef int ac__type_new_;
 
4771
 int
 
4772
 main ()
 
4773
 {
4746
4774
-if (sizeof ((long long)))
4747
4775
-         return 0;
4748
 
-  ;
4749
 
-  return 0;
4750
 
-}
4751
 
-_ACEOF
4752
 
-rm -f conftest.$ac_objext
4753
 
-if { (ac_try="$ac_compile"
4754
 
-case "(($ac_try" in
4755
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4756
 
-  *) ac_try_echo=$ac_try;;
4757
 
-esac
 
4776
+if ((ac__type_new_ *) 0)
 
4777
+  return 0;
 
4778
+if (sizeof (ac__type_new_))
 
4779
+  return 0;
 
4780
   ;
 
4781
   return 0;
 
4782
 }
 
4783
@@ -6417,56 +6114,38 @@
 
4784
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4785
   *) ac_try_echo=$ac_try;;
 
4786
 esac
4758
4787
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4759
4788
-$as_echo "$ac_try_echo") >&5
4760
 
-  (eval "$ac_compile") 2>conftest.er1
4761
 
-  ac_status=$?
4762
 
-  grep -v '^ *+' conftest.er1 >conftest.err
4763
 
-  rm -f conftest.er1
4764
 
-  cat conftest.err >&5
 
4789
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4790
   (eval "$ac_compile") 2>conftest.er1
 
4791
   ac_status=$?
 
4792
   grep -v '^ *+' conftest.er1 >conftest.err
 
4793
   rm -f conftest.er1
 
4794
   cat conftest.err >&5
4765
4795
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4766
 
-  (exit $ac_status); } && {
4767
 
-        test -z "$ac_c_werror_flag" ||
4768
 
-        test ! -s conftest.err
4769
 
-       } && test -s conftest.$ac_objext; then
 
4796
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4797
   (exit $ac_status); } && {
 
4798
         test -z "$ac_c_werror_flag" ||
 
4799
         test ! -s conftest.err
 
4800
        } && test -s conftest.$ac_objext; then
4770
4801
-  :
4771
4802
-else
4772
4803
-  $as_echo "$as_me: failed program was:" >&5
4776
4807
-fi
4777
4808
-
4778
4809
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4779
 
-else
 
4810
+  ac_cv_type_int=yes
 
4811
 else
4780
4812
-  $as_echo "$as_me: failed program was:" >&5
4781
 
-sed 's/^/| /' conftest.$ac_ext >&5
4782
 
-
4783
 
-
4784
 
-fi
4785
 
-
4786
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4787
 
-fi
 
4813
+  echo "$as_me: failed program was:" >&5
 
4814
 sed 's/^/| /' conftest.$ac_ext >&5
 
4815
 
 
4816
-
 
4817
+       ac_cv_type_int=no
 
4818
 fi
 
4819
 
 
4820
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
4821
 fi
4788
4822
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
4789
4823
-$as_echo "$ac_cv_type_long_long" >&6; }
4790
4824
-if test "x$ac_cv_type_long_long" = x""yes; then
4796
4830
-
4797
4831
-fi
4798
4832
-
4799
 
-
 
4833
+{ echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
 
4834
+echo "${ECHO_T}$ac_cv_type_int" >&6; }
 
4835
 
 
4836
 # The cast to long int works around a bug in the HP C Compiler
 
4837
 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 
4838
 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 
4839
 # This bug is HP SR number 8606223364.
 
4840
-{ $as_echo "$as_me:$LINENO: checking size of int" >&5
 
4841
-$as_echo_n "checking size of int... " >&6; }
 
4842
+{ echo "$as_me:$LINENO: checking size of int" >&5
 
4843
+echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
 
4844
 if test "${ac_cv_sizeof_int+set}" = set; then
 
4845
-  $as_echo_n "(cached) " >&6
 
4846
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
4847
 else
 
4848
   if test "$cross_compiling" = yes; then
 
4849
   # Depending upon the size, compute the lo and hi bounds.
 
4850
@@ -6477,10 +6156,11 @@
 
4851
 cat >>conftest.$ac_ext <<_ACEOF
 
4852
 /* end confdefs.h.  */
 
4853
 $ac_includes_default
 
4854
+   typedef int ac__type_sizeof_;
 
4855
 int
 
4856
 main ()
 
4857
 {
 
4858
-static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= 0)];
 
4859
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
 
4860
 test_array [0] = 0
 
4861
 
 
4862
   ;
 
4863
@@ -6493,14 +6173,13 @@
 
4864
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4865
   *) ac_try_echo=$ac_try;;
 
4866
 esac
 
4867
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4868
-$as_echo "$ac_try_echo") >&5
 
4869
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4870
   (eval "$ac_compile") 2>conftest.er1
 
4871
   ac_status=$?
 
4872
   grep -v '^ *+' conftest.er1 >conftest.err
 
4873
   rm -f conftest.er1
 
4874
   cat conftest.err >&5
 
4875
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4876
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4877
   (exit $ac_status); } && {
 
4878
         test -z "$ac_c_werror_flag" ||
 
4879
         test ! -s conftest.err
 
4880
@@ -6514,10 +6193,11 @@
 
4881
 cat >>conftest.$ac_ext <<_ACEOF
 
4882
 /* end confdefs.h.  */
 
4883
 $ac_includes_default
 
4884
+   typedef int ac__type_sizeof_;
 
4885
 int
 
4886
 main ()
 
4887
 {
 
4888
-static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)];
 
4889
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
 
4890
 test_array [0] = 0
 
4891
 
 
4892
   ;
 
4893
@@ -6530,21 +6210,20 @@
 
4894
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4895
   *) ac_try_echo=$ac_try;;
 
4896
 esac
 
4897
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4898
-$as_echo "$ac_try_echo") >&5
 
4899
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4900
   (eval "$ac_compile") 2>conftest.er1
 
4901
   ac_status=$?
 
4902
   grep -v '^ *+' conftest.er1 >conftest.err
 
4903
   rm -f conftest.er1
 
4904
   cat conftest.err >&5
 
4905
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4906
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4907
   (exit $ac_status); } && {
 
4908
         test -z "$ac_c_werror_flag" ||
 
4909
         test ! -s conftest.err
 
4910
        } && test -s conftest.$ac_objext; then
 
4911
   ac_hi=$ac_mid; break
 
4912
 else
 
4913
-  $as_echo "$as_me: failed program was:" >&5
 
4914
+  echo "$as_me: failed program was:" >&5
 
4915
 sed 's/^/| /' conftest.$ac_ext >&5
 
4916
 
 
4917
        ac_lo=`expr $ac_mid + 1`
 
4918
@@ -6558,7 +6237,7 @@
 
4919
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
4920
   done
 
4921
 else
 
4922
-  $as_echo "$as_me: failed program was:" >&5
 
4923
+  echo "$as_me: failed program was:" >&5
 
4924
 sed 's/^/| /' conftest.$ac_ext >&5
 
4925
 
 
4926
        cat >conftest.$ac_ext <<_ACEOF
 
4927
@@ -6568,10 +6247,11 @@
 
4928
 cat >>conftest.$ac_ext <<_ACEOF
 
4929
 /* end confdefs.h.  */
 
4930
 $ac_includes_default
 
4931
+   typedef int ac__type_sizeof_;
 
4932
 int
 
4933
 main ()
 
4934
 {
 
4935
-static int test_array [1 - 2 * !(((long int) (sizeof (int))) < 0)];
 
4936
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
 
4937
 test_array [0] = 0
 
4938
 
 
4939
   ;
 
4940
@@ -6584,14 +6264,13 @@
 
4941
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4942
   *) ac_try_echo=$ac_try;;
 
4943
 esac
 
4944
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4945
-$as_echo "$ac_try_echo") >&5
 
4946
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4947
   (eval "$ac_compile") 2>conftest.er1
 
4948
   ac_status=$?
 
4949
   grep -v '^ *+' conftest.er1 >conftest.err
 
4950
   rm -f conftest.er1
 
4951
   cat conftest.err >&5
 
4952
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4953
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4954
   (exit $ac_status); } && {
 
4955
         test -z "$ac_c_werror_flag" ||
 
4956
         test ! -s conftest.err
 
4957
@@ -6605,10 +6284,11 @@
 
4958
 cat >>conftest.$ac_ext <<_ACEOF
 
4959
 /* end confdefs.h.  */
 
4960
 $ac_includes_default
 
4961
+   typedef int ac__type_sizeof_;
 
4962
 int
 
4963
 main ()
 
4964
 {
 
4965
-static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= $ac_mid)];
 
4966
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
 
4967
 test_array [0] = 0
 
4968
 
 
4969
   ;
 
4970
@@ -6621,21 +6301,20 @@
 
4971
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
4972
   *) ac_try_echo=$ac_try;;
 
4973
 esac
 
4974
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
4975
-$as_echo "$ac_try_echo") >&5
 
4976
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
4977
   (eval "$ac_compile") 2>conftest.er1
 
4978
   ac_status=$?
 
4979
   grep -v '^ *+' conftest.er1 >conftest.err
 
4980
   rm -f conftest.er1
 
4981
   cat conftest.err >&5
 
4982
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4983
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
4984
   (exit $ac_status); } && {
 
4985
         test -z "$ac_c_werror_flag" ||
 
4986
         test ! -s conftest.err
 
4987
        } && test -s conftest.$ac_objext; then
 
4988
   ac_lo=$ac_mid; break
 
4989
 else
 
4990
-  $as_echo "$as_me: failed program was:" >&5
 
4991
+  echo "$as_me: failed program was:" >&5
 
4992
 sed 's/^/| /' conftest.$ac_ext >&5
 
4993
 
 
4994
        ac_hi=`expr '(' $ac_mid ')' - 1`
 
4995
@@ -6649,7 +6328,7 @@
 
4996
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
4997
   done
 
4998
 else
 
4999
-  $as_echo "$as_me: failed program was:" >&5
 
5000
+  echo "$as_me: failed program was:" >&5
 
5001
 sed 's/^/| /' conftest.$ac_ext >&5
 
5002
 
 
5003
        ac_lo= ac_hi=
 
5004
@@ -6669,10 +6348,11 @@
 
5005
 cat >>conftest.$ac_ext <<_ACEOF
 
5006
 /* end confdefs.h.  */
 
5007
 $ac_includes_default
 
5008
+   typedef int ac__type_sizeof_;
 
5009
 int
 
5010
 main ()
 
5011
 {
 
5012
-static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)];
 
5013
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
 
5014
 test_array [0] = 0
 
5015
 
 
5016
   ;
 
5017
@@ -6685,21 +6365,20 @@
 
5018
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5019
   *) ac_try_echo=$ac_try;;
 
5020
 esac
 
5021
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5022
-$as_echo "$ac_try_echo") >&5
 
5023
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5024
   (eval "$ac_compile") 2>conftest.er1
 
5025
   ac_status=$?
 
5026
   grep -v '^ *+' conftest.er1 >conftest.err
 
5027
   rm -f conftest.er1
 
5028
   cat conftest.err >&5
 
5029
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5030
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5031
   (exit $ac_status); } && {
 
5032
         test -z "$ac_c_werror_flag" ||
 
5033
         test ! -s conftest.err
 
5034
        } && test -s conftest.$ac_objext; then
 
5035
   ac_hi=$ac_mid
 
5036
 else
 
5037
-  $as_echo "$as_me: failed program was:" >&5
 
5038
+  echo "$as_me: failed program was:" >&5
 
5039
 sed 's/^/| /' conftest.$ac_ext >&5
 
5040
 
 
5041
        ac_lo=`expr '(' $ac_mid ')' + 1`
 
5042
@@ -6710,13 +6389,11 @@
 
5043
 case $ac_lo in
 
5044
 ?*) ac_cv_sizeof_int=$ac_lo;;
 
5045
 '') if test "$ac_cv_type_int" = yes; then
 
5046
-     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
5047
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
5048
-{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int)
 
5049
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
 
5050
 See \`config.log' for more details." >&5
 
5051
-$as_echo "$as_me: error: cannot compute sizeof (int)
 
5052
+echo "$as_me: error: cannot compute sizeof (int)
 
5053
 See \`config.log' for more details." >&2;}
 
5054
-   { (exit 77); exit 77; }; }; }
 
5055
+   { (exit 77); exit 77; }; }
 
5056
    else
 
5057
      ac_cv_sizeof_int=0
 
5058
    fi ;;
 
5059
@@ -6729,8 +6406,9 @@
 
5060
 cat >>conftest.$ac_ext <<_ACEOF
 
5061
 /* end confdefs.h.  */
 
5062
 $ac_includes_default
 
5063
-static long int longval () { return (long int) (sizeof (int)); }
 
5064
-static unsigned long int ulongval () { return (long int) (sizeof (int)); }
 
5065
+   typedef int ac__type_sizeof_;
 
5066
+static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
 
5067
+static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
 
5068
 #include <stdio.h>
 
5069
 #include <stdlib.h>
 
5070
 int
 
5071
@@ -6740,22 +6418,20 @@
 
5072
   FILE *f = fopen ("conftest.val", "w");
 
5073
   if (! f)
 
5074
     return 1;
 
5075
-  if (((long int) (sizeof (int))) < 0)
 
5076
+  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
 
5077
     {
 
5078
       long int i = longval ();
 
5079
-      if (i != ((long int) (sizeof (int))))
 
5080
+      if (i != ((long int) (sizeof (ac__type_sizeof_))))
 
5081
        return 1;
 
5082
-      fprintf (f, "%ld", i);
 
5083
+      fprintf (f, "%ld\n", i);
 
5084
     }
 
5085
   else
 
5086
     {
 
5087
       unsigned long int i = ulongval ();
 
5088
-      if (i != ((long int) (sizeof (int))))
 
5089
+      if (i != ((long int) (sizeof (ac__type_sizeof_))))
 
5090
        return 1;
 
5091
-      fprintf (f, "%lu", i);
 
5092
+      fprintf (f, "%lu\n", i);
 
5093
     }
 
5094
-  /* Do not output a trailing newline, as this causes \r\n confusion
 
5095
-     on some platforms.  */
 
5096
   return ferror (f) || fclose (f) != 0;
 
5097
 
 
5098
   ;
 
5099
@@ -6768,48 +6444,43 @@
 
5100
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5101
   *) ac_try_echo=$ac_try;;
 
5102
 esac
 
5103
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5104
-$as_echo "$ac_try_echo") >&5
 
5105
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5106
   (eval "$ac_link") 2>&5
 
5107
   ac_status=$?
 
5108
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5109
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5110
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
5111
   { (case "(($ac_try" in
 
5112
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5113
   *) ac_try_echo=$ac_try;;
 
5114
 esac
 
5115
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
5116
-$as_echo "$ac_try_echo") >&5
 
5117
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
5118
   (eval "$ac_try") 2>&5
 
5119
   ac_status=$?
 
5120
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5121
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5122
   (exit $ac_status); }; }; then
 
5123
   ac_cv_sizeof_int=`cat conftest.val`
 
5124
 else
 
5125
-  $as_echo "$as_me: program exited with status $ac_status" >&5
 
5126
-$as_echo "$as_me: failed program was:" >&5
 
5127
+  echo "$as_me: program exited with status $ac_status" >&5
 
5128
+echo "$as_me: failed program was:" >&5
 
5129
 sed 's/^/| /' conftest.$ac_ext >&5
 
5130
 
 
5131
 ( exit $ac_status )
 
5132
 if test "$ac_cv_type_int" = yes; then
 
5133
-     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
5134
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
5135
-{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int)
 
5136
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
 
5137
 See \`config.log' for more details." >&5
 
5138
-$as_echo "$as_me: error: cannot compute sizeof (int)
 
5139
+echo "$as_me: error: cannot compute sizeof (int)
 
5140
 See \`config.log' for more details." >&2;}
 
5141
-   { (exit 77); exit 77; }; }; }
 
5142
+   { (exit 77); exit 77; }; }
 
5143
    else
 
5144
      ac_cv_sizeof_int=0
 
5145
    fi
 
5146
 fi
 
5147
-rm -rf conftest.dSYM
 
5148
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
5149
 fi
 
5150
 rm -f conftest.val
 
5151
 fi
 
5152
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
 
5153
-$as_echo "$ac_cv_sizeof_int" >&6; }
 
5154
+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
 
5155
+echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
 
5156
 
 
5157
 
 
5158
 
 
5159
@@ -6818,222 +6489,26 @@
 
5160
 _ACEOF
 
5161
 
 
5162
 
4800
5163
-# The cast to long int works around a bug in the HP C Compiler
4801
5164
-# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
4802
5165
-# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
4803
5166
-# This bug is HP SR number 8606223364.
4804
 
-{ $as_echo "$as_me:$LINENO: checking size of int" >&5
4805
 
-$as_echo_n "checking size of int... " >&6; }
4806
 
-if test "${ac_cv_sizeof_int+set}" = set; then
 
5167
-{ $as_echo "$as_me:$LINENO: checking size of char" >&5
 
5168
-$as_echo_n "checking size of char... " >&6; }
 
5169
-if test "${ac_cv_sizeof_char+set}" = set; then
4807
5170
-  $as_echo_n "(cached) " >&6
4808
5171
-else
4809
5172
-  if test "$cross_compiling" = yes; then
4818
5181
-int
4819
5182
-main ()
4820
5183
-{
4821
 
-static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= 0)];
 
5184
-static int test_array [1 - 2 * !(((long int) (sizeof (char))) >= 0)];
4822
5185
-test_array [0] = 0
4823
5186
-
4824
5187
-  ;
4855
5218
-int
4856
5219
-main ()
4857
5220
-{
4858
 
-static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)];
 
5221
-static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= $ac_mid)];
4859
5222
-test_array [0] = 0
4860
5223
-
4861
5224
-  ;
4895
5258
-
4896
5259
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4897
5260
-  done
4898
 
-else
 
5261
+{ echo "$as_me:$LINENO: checking for char" >&5
 
5262
+echo $ECHO_N "checking for char... $ECHO_C" >&6; }
 
5263
+if test "${ac_cv_type_char+set}" = set; then
 
5264
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
5265
 else
4899
5266
-  $as_echo "$as_me: failed program was:" >&5
4900
5267
-sed 's/^/| /' conftest.$ac_ext >&5
4901
5268
-
4902
5269
-       cat >conftest.$ac_ext <<_ACEOF
4903
 
-/* confdefs.h.  */
4904
 
-_ACEOF
4905
 
-cat confdefs.h >>conftest.$ac_ext
4906
 
-cat >>conftest.$ac_ext <<_ACEOF
4907
 
-/* end confdefs.h.  */
4908
 
-$ac_includes_default
4909
 
-int
4910
 
-main ()
4911
 
-{
4912
 
-static int test_array [1 - 2 * !(((long int) (sizeof (int))) < 0)];
 
5270
+  cat >conftest.$ac_ext <<_ACEOF
 
5271
 /* confdefs.h.  */
 
5272
 _ACEOF
 
5273
 cat confdefs.h >>conftest.$ac_ext
 
5274
 cat >>conftest.$ac_ext <<_ACEOF
 
5275
 /* end confdefs.h.  */
 
5276
 $ac_includes_default
 
5277
+typedef char ac__type_new_;
 
5278
 int
 
5279
 main ()
 
5280
 {
 
5281
-static int test_array [1 - 2 * !(((long int) (sizeof (char))) < 0)];
4913
5282
-test_array [0] = 0
4914
5283
-
4915
5284
-  ;
4916
 
-  return 0;
 
5285
+if ((ac__type_new_ *) 0)
 
5286
   return 0;
4917
5287
-}
4918
5288
-_ACEOF
4919
5289
-rm -f conftest.$ac_objext
4946
5316
-int
4947
5317
-main ()
4948
5318
-{
4949
 
-static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= $ac_mid)];
 
5319
-static int test_array [1 - 2 * !(((long int) (sizeof (char))) >= $ac_mid)];
4950
5320
-test_array [0] = 0
4951
5321
-
4952
5322
-  ;
4953
 
-  return 0;
 
5323
+if (sizeof (ac__type_new_))
 
5324
   return 0;
4954
5325
-}
4955
5326
-_ACEOF
4956
5327
-rm -f conftest.$ac_objext
4986
5357
-
4987
5358
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4988
5359
-  done
4989
 
+## ---------------------------------------- ##
4990
 
+_ASBOX
4991
 
+     ) | sed "s/^/$as_me: WARNING:     /" >&2
4992
 
+    ;;
4993
 
+esac
4994
 
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
4995
 
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
4996
 
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
4997
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
4998
 
 else
 
5360
-else
4999
5361
-  $as_echo "$as_me: failed program was:" >&5
5000
5362
-sed 's/^/| /' conftest.$ac_ext >&5
5001
 
+  eval "$as_ac_Header=\$ac_header_preproc"
5002
 
+fi
5003
 
+ac_res=`eval echo '${'$as_ac_Header'}'`
5004
 
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
5005
 
+echo "${ECHO_T}$ac_res" >&6; }
5006
 
 
 
5363
-
5007
5364
-       ac_lo= ac_hi=
5008
 
 fi
5009
 
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
5010
 
+  cat >>confdefs.h <<_ACEOF
5011
 
+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5012
 
+_ACEOF
5013
 
 
 
5365
-fi
 
5366
-
5014
5367
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5015
 
 fi
5016
 
 
 
5368
-fi
 
5369
-
5017
5370
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5018
5371
-# Binary search between lo and hi bounds.
5019
5372
-while test "x$ac_lo" != "x$ac_hi"; do
5020
5373
-  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
5021
 
+done
5022
 
+
5023
 
+
5024
 
+# Solaris needs HAVE_LONG_LONG defined
5025
 
+{ echo "$as_me:$LINENO: checking for long long" >&5
5026
 
+echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
5027
 
+if test "${ac_cv_type_long_long+set}" = set; then
5028
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5029
 
+else
5030
 
   cat >conftest.$ac_ext <<_ACEOF
5031
 
 /* confdefs.h.  */
5032
 
 _ACEOF
5033
 
@@ -6685,12 +6049,14 @@
5034
 
 cat >>conftest.$ac_ext <<_ACEOF
5035
 
 /* end confdefs.h.  */
5036
 
 $ac_includes_default
5037
 
+typedef long long ac__type_new_;
5038
 
 int
5039
 
 main ()
5040
 
 {
5041
 
-static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)];
 
5374
-  cat >conftest.$ac_ext <<_ACEOF
 
5375
-/* confdefs.h.  */
 
5376
-_ACEOF
 
5377
-cat confdefs.h >>conftest.$ac_ext
 
5378
-cat >>conftest.$ac_ext <<_ACEOF
 
5379
-/* end confdefs.h.  */
 
5380
-$ac_includes_default
 
5381
-int
 
5382
-main ()
 
5383
-{
 
5384
-static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= $ac_mid)];
5042
5385
-test_array [0] = 0
5043
5386
-
5044
 
+if ((ac__type_new_ *) 0)
5045
 
+  return 0;
5046
 
+if (sizeof (ac__type_new_))
5047
 
+  return 0;
5048
5387
   ;
5049
5388
   return 0;
5050
5389
 }
5051
 
@@ -6701,42 +6067,43 @@
 
5390
@@ -7044,147 +6519,38 @@
5052
5391
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5053
5392
   *) ac_try_echo=$ac_try;;
5054
5393
 esac
5059
5398
   ac_status=$?
5060
5399
   grep -v '^ *+' conftest.er1 >conftest.err
5061
5400
   rm -f conftest.er1
5062
 
   cat conftest.err >&5
 
5401
-  cat conftest.err >&5
5063
5402
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5064
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5065
 
   (exit $ac_status); } && {
5066
 
         test -z "$ac_c_werror_flag" ||
5067
 
         test ! -s conftest.err
5068
 
        } && test -s conftest.$ac_objext; then
 
5403
-  (exit $ac_status); } && {
 
5404
-        test -z "$ac_c_werror_flag" ||
 
5405
-        test ! -s conftest.err
 
5406
-       } && test -s conftest.$ac_objext; then
5069
5407
-  ac_hi=$ac_mid
5070
 
+  ac_cv_type_long_long=yes
5071
 
 else
 
5408
-else
5072
5409
-  $as_echo "$as_me: failed program was:" >&5
5073
 
+  echo "$as_me: failed program was:" >&5
5074
 
 sed 's/^/| /' conftest.$ac_ext >&5
5075
 
 
 
5410
-sed 's/^/| /' conftest.$ac_ext >&5
 
5411
-
5076
5412
-       ac_lo=`expr '(' $ac_mid ')' + 1`
5077
 
+       ac_cv_type_long_long=no
5078
 
 fi
5079
 
 
5080
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
5413
-fi
 
5414
-
 
5415
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5081
5416
-done
5082
5417
-case $ac_lo in
5083
 
-?*) ac_cv_sizeof_int=$ac_lo;;
5084
 
-'') if test "$ac_cv_type_int" = yes; then
 
5418
-?*) ac_cv_sizeof_char=$ac_lo;;
 
5419
-'') if test "$ac_cv_type_char" = yes; then
5085
5420
-     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5086
5421
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5087
 
-{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int)
 
5422
-{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (char)
5088
5423
-See \`config.log' for more details." >&5
5089
 
-$as_echo "$as_me: error: cannot compute sizeof (int)
 
5424
-$as_echo "$as_me: error: cannot compute sizeof (char)
5090
5425
-See \`config.log' for more details." >&2;}
5091
5426
-   { (exit 77); exit 77; }; }; }
5092
5427
-   else
5093
 
-     ac_cv_sizeof_int=0
 
5428
-     ac_cv_sizeof_char=0
5094
5429
-   fi ;;
5095
5430
-esac
5096
 
+fi
5097
 
+{ echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
5098
 
+echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
5099
 
+if test $ac_cv_type_long_long = yes; then
5100
 
+
5101
 
+cat >>confdefs.h <<_ACEOF
5102
 
+#define HAVE_LONG_LONG 1
5103
 
+_ACEOF
5104
 
+
5105
 
+
5106
 
+fi
5107
 
+
5108
 
+
5109
 
+{ echo "$as_me:$LINENO: checking for int" >&5
5110
 
+echo $ECHO_N "checking for int... $ECHO_C" >&6; }
5111
 
+if test "${ac_cv_type_int+set}" = set; then
5112
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5113
 
 else
5114
 
   cat >conftest.$ac_ext <<_ACEOF
5115
 
 /* confdefs.h.  */
5116
 
@@ -6745,103 +6112,56 @@
5117
 
 cat >>conftest.$ac_ext <<_ACEOF
5118
 
 /* end confdefs.h.  */
5119
 
 $ac_includes_default
5120
 
-static long int longval () { return (long int) (sizeof (int)); }
5121
 
-static unsigned long int ulongval () { return (long int) (sizeof (int)); }
 
5431
-else
 
5432
-  cat >conftest.$ac_ext <<_ACEOF
 
5433
-/* confdefs.h.  */
 
5434
-_ACEOF
 
5435
-cat confdefs.h >>conftest.$ac_ext
 
5436
-cat >>conftest.$ac_ext <<_ACEOF
 
5437
-/* end confdefs.h.  */
 
5438
-$ac_includes_default
 
5439
-static long int longval () { return (long int) (sizeof (char)); }
 
5440
-static unsigned long int ulongval () { return (long int) (sizeof (char)); }
5122
5441
-#include <stdio.h>
5123
5442
-#include <stdlib.h>
5124
 
+typedef int ac__type_new_;
5125
 
 int
5126
 
 main ()
5127
 
 {
 
5443
-int
 
5444
-main ()
 
5445
-{
5128
5446
-
5129
5447
-  FILE *f = fopen ("conftest.val", "w");
5130
5448
-  if (! f)
5131
5449
-    return 1;
5132
 
-  if (((long int) (sizeof (int))) < 0)
 
5450
-  if (((long int) (sizeof (char))) < 0)
5133
5451
-    {
5134
5452
-      long int i = longval ();
5135
 
-      if (i != ((long int) (sizeof (int))))
 
5453
-      if (i != ((long int) (sizeof (char))))
5136
5454
-       return 1;
5137
5455
-      fprintf (f, "%ld", i);
5138
5456
-    }
5139
5457
-  else
5140
5458
-    {
5141
5459
-      unsigned long int i = ulongval ();
5142
 
-      if (i != ((long int) (sizeof (int))))
 
5460
-      if (i != ((long int) (sizeof (char))))
5143
5461
-       return 1;
5144
5462
-      fprintf (f, "%lu", i);
5145
5463
-    }
5147
5465
-     on some platforms.  */
5148
5466
-  return ferror (f) || fclose (f) != 0;
5149
5467
-
5150
 
+if ((ac__type_new_ *) 0)
5151
 
+  return 0;
5152
 
+if (sizeof (ac__type_new_))
5153
 
+  return 0;
5154
 
   ;
5155
 
   return 0;
5156
 
 }
5157
 
 _ACEOF
 
5468
-  ;
 
5469
-  return 0;
 
5470
-}
 
5471
-_ACEOF
5158
5472
-rm -f conftest$ac_exeext
5159
5473
-if { (ac_try="$ac_link"
5160
 
+rm -f conftest.$ac_objext
5161
 
+if { (ac_try="$ac_compile"
5162
 
 case "(($ac_try" in
5163
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5164
 
   *) ac_try_echo=$ac_try;;
5165
 
 esac
 
5474
-case "(($ac_try" in
 
5475
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
5476
-  *) ac_try_echo=$ac_try;;
 
5477
-esac
5166
5478
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5167
5479
-$as_echo "$ac_try_echo") >&5
5168
5480
-  (eval "$ac_link") 2>&5
5176
5488
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5177
5489
-$as_echo "$ac_try_echo") >&5
5178
5490
-  (eval "$ac_try") 2>&5
5179
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5180
 
+  (eval "$ac_compile") 2>conftest.er1
5181
 
   ac_status=$?
 
5491
-  ac_status=$?
5182
5492
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5183
5493
-  (exit $ac_status); }; }; then
5184
 
-  ac_cv_sizeof_int=`cat conftest.val`
5185
 
+  grep -v '^ *+' conftest.er1 >conftest.err
5186
 
+  rm -f conftest.er1
5187
 
+  cat conftest.err >&5
5188
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5189
 
+  (exit $ac_status); } && {
5190
 
+        test -z "$ac_c_werror_flag" ||
5191
 
+        test ! -s conftest.err
5192
 
+       } && test -s conftest.$ac_objext; then
5193
 
+  ac_cv_type_int=yes
5194
 
 else
5195
 
-  $as_echo "$as_me: program exited with status $ac_status" >&5
5196
 
-$as_echo "$as_me: failed program was:" >&5
5197
 
+  echo "$as_me: failed program was:" >&5
5198
 
 sed 's/^/| /' conftest.$ac_ext >&5
5199
 
 
5200
 
-( exit $ac_status )
5201
 
-if test "$ac_cv_type_int" = yes; then
5202
 
-     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5203
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5204
 
-{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int)
5205
 
-See \`config.log' for more details." >&5
5206
 
-$as_echo "$as_me: error: cannot compute sizeof (int)
5207
 
-See \`config.log' for more details." >&2;}
5208
 
-   { (exit 77); exit 77; }; }; }
5209
 
-   else
5210
 
-     ac_cv_sizeof_int=0
5211
 
-   fi
5212
 
-fi
5213
 
-rm -rf conftest.dSYM
5214
 
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5215
 
-fi
5216
 
-rm -f conftest.val
5217
 
+       ac_cv_type_int=no
5218
 
 fi
5219
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
5220
 
-$as_echo "$ac_cv_sizeof_int" >&6; }
5221
 
-
5222
 
-
5223
 
-
5224
 
-cat >>confdefs.h <<_ACEOF
5225
 
-#define SIZEOF_INT $ac_cv_sizeof_int
5226
 
-_ACEOF
5227
 
 
5228
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5229
 
+fi
5230
 
+{ echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
5231
 
+echo "${ECHO_T}$ac_cv_type_int" >&6; }
5232
 
 
5233
 
 # The cast to long int works around a bug in the HP C Compiler
5234
 
 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
5235
 
 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
5236
 
 # This bug is HP SR number 8606223364.
5237
 
-{ $as_echo "$as_me:$LINENO: checking size of char" >&5
5238
 
-$as_echo_n "checking size of char... " >&6; }
5239
 
-if test "${ac_cv_sizeof_char+set}" = set; then
5240
 
-  $as_echo_n "(cached) " >&6
5241
 
+{ echo "$as_me:$LINENO: checking size of int" >&5
5242
 
+echo $ECHO_N "checking size of int... $ECHO_C" >&6; }
5243
 
+if test "${ac_cv_sizeof_int+set}" = set; then
5244
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5245
 
 else
5246
 
   if test "$cross_compiling" = yes; then
5247
 
   # Depending upon the size, compute the lo and hi bounds.
5248
 
@@ -6852,10 +6172,11 @@
5249
 
 cat >>conftest.$ac_ext <<_ACEOF
5250
 
 /* end confdefs.h.  */
5251
 
 $ac_includes_default
5252
 
+   typedef int ac__type_sizeof_;
5253
 
 int
5254
 
 main ()
5255
 
 {
5256
 
-static int test_array [1 - 2 * !(((long int) (sizeof (char))) >= 0)];
5257
 
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
5258
 
 test_array [0] = 0
5259
 
 
5260
 
   ;
5261
 
@@ -6868,14 +6189,13 @@
5262
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5263
 
   *) ac_try_echo=$ac_try;;
5264
 
 esac
5265
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5266
 
-$as_echo "$ac_try_echo") >&5
5267
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5268
 
   (eval "$ac_compile") 2>conftest.er1
5269
 
   ac_status=$?
5270
 
   grep -v '^ *+' conftest.er1 >conftest.err
5271
 
   rm -f conftest.er1
5272
 
   cat conftest.err >&5
5273
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5274
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5275
 
   (exit $ac_status); } && {
5276
 
         test -z "$ac_c_werror_flag" ||
5277
 
         test ! -s conftest.err
5278
 
@@ -6889,10 +6209,11 @@
5279
 
 cat >>conftest.$ac_ext <<_ACEOF
5280
 
 /* end confdefs.h.  */
5281
 
 $ac_includes_default
5282
 
+   typedef int ac__type_sizeof_;
5283
 
 int
5284
 
 main ()
5285
 
 {
5286
 
-static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= $ac_mid)];
5287
 
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
5288
 
 test_array [0] = 0
5289
 
 
5290
 
   ;
5291
 
@@ -6905,21 +6226,20 @@
5292
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5293
 
   *) ac_try_echo=$ac_try;;
5294
 
 esac
5295
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5296
 
-$as_echo "$ac_try_echo") >&5
5297
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5298
 
   (eval "$ac_compile") 2>conftest.er1
5299
 
   ac_status=$?
5300
 
   grep -v '^ *+' conftest.er1 >conftest.err
5301
 
   rm -f conftest.er1
5302
 
   cat conftest.err >&5
5303
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5304
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5305
 
   (exit $ac_status); } && {
5306
 
         test -z "$ac_c_werror_flag" ||
5307
 
         test ! -s conftest.err
5308
 
        } && test -s conftest.$ac_objext; then
5309
 
   ac_hi=$ac_mid; break
5310
 
 else
5311
 
-  $as_echo "$as_me: failed program was:" >&5
5312
 
+  echo "$as_me: failed program was:" >&5
5313
 
 sed 's/^/| /' conftest.$ac_ext >&5
5314
 
 
5315
 
        ac_lo=`expr $ac_mid + 1`
5316
 
@@ -6933,7 +6253,7 @@
5317
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5318
 
   done
5319
 
 else
5320
 
-  $as_echo "$as_me: failed program was:" >&5
5321
 
+  echo "$as_me: failed program was:" >&5
5322
 
 sed 's/^/| /' conftest.$ac_ext >&5
5323
 
 
5324
 
        cat >conftest.$ac_ext <<_ACEOF
5325
 
@@ -6943,10 +6263,11 @@
5326
 
 cat >>conftest.$ac_ext <<_ACEOF
5327
 
 /* end confdefs.h.  */
5328
 
 $ac_includes_default
5329
 
+   typedef int ac__type_sizeof_;
5330
 
 int
5331
 
 main ()
5332
 
 {
5333
 
-static int test_array [1 - 2 * !(((long int) (sizeof (char))) < 0)];
5334
 
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
5335
 
 test_array [0] = 0
5336
 
 
5337
 
   ;
5338
 
@@ -6959,14 +6280,13 @@
5339
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5340
 
   *) ac_try_echo=$ac_try;;
5341
 
 esac
5342
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5343
 
-$as_echo "$ac_try_echo") >&5
5344
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5345
 
   (eval "$ac_compile") 2>conftest.er1
5346
 
   ac_status=$?
5347
 
   grep -v '^ *+' conftest.er1 >conftest.err
5348
 
   rm -f conftest.er1
5349
 
   cat conftest.err >&5
5350
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5351
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5352
 
   (exit $ac_status); } && {
5353
 
         test -z "$ac_c_werror_flag" ||
5354
 
         test ! -s conftest.err
5355
 
@@ -6980,10 +6300,11 @@
5356
 
 cat >>conftest.$ac_ext <<_ACEOF
5357
 
 /* end confdefs.h.  */
5358
 
 $ac_includes_default
5359
 
+   typedef int ac__type_sizeof_;
5360
 
 int
5361
 
 main ()
5362
 
 {
5363
 
-static int test_array [1 - 2 * !(((long int) (sizeof (char))) >= $ac_mid)];
5364
 
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
5365
 
 test_array [0] = 0
5366
 
 
5367
 
   ;
5368
 
@@ -6996,21 +6317,20 @@
5369
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5370
 
   *) ac_try_echo=$ac_try;;
5371
 
 esac
5372
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5373
 
-$as_echo "$ac_try_echo") >&5
5374
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5375
 
   (eval "$ac_compile") 2>conftest.er1
5376
 
   ac_status=$?
5377
 
   grep -v '^ *+' conftest.er1 >conftest.err
5378
 
   rm -f conftest.er1
5379
 
   cat conftest.err >&5
5380
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5381
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5382
 
   (exit $ac_status); } && {
5383
 
         test -z "$ac_c_werror_flag" ||
5384
 
         test ! -s conftest.err
5385
 
        } && test -s conftest.$ac_objext; then
5386
 
   ac_lo=$ac_mid; break
5387
 
 else
5388
 
-  $as_echo "$as_me: failed program was:" >&5
5389
 
+  echo "$as_me: failed program was:" >&5
5390
 
 sed 's/^/| /' conftest.$ac_ext >&5
5391
 
 
5392
 
        ac_hi=`expr '(' $ac_mid ')' - 1`
5393
 
@@ -7024,7 +6344,7 @@
5394
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5395
 
   done
5396
 
 else
5397
 
-  $as_echo "$as_me: failed program was:" >&5
5398
 
+  echo "$as_me: failed program was:" >&5
5399
 
 sed 's/^/| /' conftest.$ac_ext >&5
5400
 
 
5401
 
        ac_lo= ac_hi=
5402
 
@@ -7044,10 +6364,11 @@
5403
 
 cat >>conftest.$ac_ext <<_ACEOF
5404
 
 /* end confdefs.h.  */
5405
 
 $ac_includes_default
5406
 
+   typedef int ac__type_sizeof_;
5407
 
 int
5408
 
 main ()
5409
 
 {
5410
 
-static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= $ac_mid)];
5411
 
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
5412
 
 test_array [0] = 0
5413
 
 
5414
 
   ;
5415
 
@@ -7060,21 +6381,20 @@
5416
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5417
 
   *) ac_try_echo=$ac_try;;
5418
 
 esac
5419
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5420
 
-$as_echo "$ac_try_echo") >&5
5421
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5422
 
   (eval "$ac_compile") 2>conftest.er1
5423
 
   ac_status=$?
5424
 
   grep -v '^ *+' conftest.er1 >conftest.err
5425
 
   rm -f conftest.er1
5426
 
   cat conftest.err >&5
5427
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5428
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5429
 
   (exit $ac_status); } && {
5430
 
         test -z "$ac_c_werror_flag" ||
5431
 
         test ! -s conftest.err
5432
 
        } && test -s conftest.$ac_objext; then
5433
 
   ac_hi=$ac_mid
5434
 
 else
5435
 
-  $as_echo "$as_me: failed program was:" >&5
5436
 
+  echo "$as_me: failed program was:" >&5
5437
 
 sed 's/^/| /' conftest.$ac_ext >&5
5438
 
 
5439
 
        ac_lo=`expr '(' $ac_mid ')' + 1`
5440
 
@@ -7083,17 +6403,15 @@
5441
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5442
 
 done
5443
 
 case $ac_lo in
5444
 
-?*) ac_cv_sizeof_char=$ac_lo;;
5445
 
-'') if test "$ac_cv_type_char" = yes; then
5446
 
-     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5447
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5448
 
-{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (char)
5449
 
+?*) ac_cv_sizeof_int=$ac_lo;;
5450
 
+'') if test "$ac_cv_type_int" = yes; then
5451
 
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
5452
 
 See \`config.log' for more details." >&5
5453
 
-$as_echo "$as_me: error: cannot compute sizeof (char)
5454
 
+echo "$as_me: error: cannot compute sizeof (int)
5455
 
 See \`config.log' for more details." >&2;}
5456
 
-   { (exit 77); exit 77; }; }; }
5457
 
+   { (exit 77); exit 77; }; }
5458
 
    else
5459
 
-     ac_cv_sizeof_char=0
5460
 
+     ac_cv_sizeof_int=0
5461
 
    fi ;;
5462
 
 esac
5463
 
 else
5464
 
@@ -7104,8 +6422,9 @@
5465
 
 cat >>conftest.$ac_ext <<_ACEOF
5466
 
 /* end confdefs.h.  */
5467
 
 $ac_includes_default
5468
 
-static long int longval () { return (long int) (sizeof (char)); }
5469
 
-static unsigned long int ulongval () { return (long int) (sizeof (char)); }
5470
 
+   typedef int ac__type_sizeof_;
5471
 
+static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); }
5472
 
+static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); }
5473
 
 #include <stdio.h>
5474
 
 #include <stdlib.h>
5475
 
 int
5476
 
@@ -7115,22 +6434,20 @@
5477
 
   FILE *f = fopen ("conftest.val", "w");
5478
 
   if (! f)
5479
 
     return 1;
5480
 
-  if (((long int) (sizeof (char))) < 0)
5481
 
+  if (((long int) (sizeof (ac__type_sizeof_))) < 0)
5482
 
     {
5483
 
       long int i = longval ();
5484
 
-      if (i != ((long int) (sizeof (char))))
5485
 
+      if (i != ((long int) (sizeof (ac__type_sizeof_))))
5486
 
        return 1;
5487
 
-      fprintf (f, "%ld", i);
5488
 
+      fprintf (f, "%ld\n", i);
5489
 
     }
5490
 
   else
5491
 
     {
5492
 
       unsigned long int i = ulongval ();
5493
 
-      if (i != ((long int) (sizeof (char))))
5494
 
+      if (i != ((long int) (sizeof (ac__type_sizeof_))))
5495
 
        return 1;
5496
 
-      fprintf (f, "%lu", i);
5497
 
+      fprintf (f, "%lu\n", i);
5498
 
     }
5499
 
-  /* Do not output a trailing newline, as this causes \r\n confusion
5500
 
-     on some platforms.  */
5501
 
   return ferror (f) || fclose (f) != 0;
5502
 
 
5503
 
   ;
5504
 
@@ -7143,64 +6460,113 @@
5505
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5506
 
   *) ac_try_echo=$ac_try;;
5507
 
 esac
5508
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5509
 
-$as_echo "$ac_try_echo") >&5
5510
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5511
 
   (eval "$ac_link") 2>&5
5512
 
   ac_status=$?
5513
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5514
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5515
 
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5516
 
   { (case "(($ac_try" in
5517
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5518
 
   *) ac_try_echo=$ac_try;;
5519
 
 esac
5520
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5521
 
-$as_echo "$ac_try_echo") >&5
5522
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5523
 
   (eval "$ac_try") 2>&5
5524
 
   ac_status=$?
5525
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5526
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5527
 
   (exit $ac_status); }; }; then
5528
5494
-  ac_cv_sizeof_char=`cat conftest.val`
5529
 
+  ac_cv_sizeof_int=`cat conftest.val`
5530
 
 else
 
5495
-else
5531
5496
-  $as_echo "$as_me: program exited with status $ac_status" >&5
5532
5497
-$as_echo "$as_me: failed program was:" >&5
5533
 
+  echo "$as_me: program exited with status $ac_status" >&5
5534
 
+echo "$as_me: failed program was:" >&5
5535
 
 sed 's/^/| /' conftest.$ac_ext >&5
5536
 
 
5537
 
 ( exit $ac_status )
 
5498
-sed 's/^/| /' conftest.$ac_ext >&5
 
5499
-
 
5500
-( exit $ac_status )
5538
5501
-if test "$ac_cv_type_char" = yes; then
5539
5502
-     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5540
5503
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5541
5504
-{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (char)
5542
 
+if test "$ac_cv_type_int" = yes; then
5543
 
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (int)
5544
 
 See \`config.log' for more details." >&5
 
5505
-See \`config.log' for more details." >&5
5545
5506
-$as_echo "$as_me: error: cannot compute sizeof (char)
5546
 
+echo "$as_me: error: cannot compute sizeof (int)
5547
 
 See \`config.log' for more details." >&2;}
 
5507
-See \`config.log' for more details." >&2;}
5548
5508
-   { (exit 77); exit 77; }; }; }
5549
 
+   { (exit 77); exit 77; }; }
5550
 
    else
 
5509
-   else
5551
5510
-     ac_cv_sizeof_char=0
5552
 
+     ac_cv_sizeof_int=0
5553
 
    fi
5554
 
 fi
 
5511
-   fi
 
5512
-fi
5555
5513
-rm -rf conftest.dSYM
5556
 
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5557
 
 fi
5558
 
 rm -f conftest.val
5559
 
 fi
 
5514
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
5515
-fi
 
5516
-rm -f conftest.val
 
5517
-fi
5560
5518
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
5561
5519
-$as_echo "$ac_cv_sizeof_char" >&6; }
5562
 
+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
5563
 
+echo "${ECHO_T}$ac_cv_sizeof_int" >&6; }
5564
 
 
5565
 
 
5566
 
 
5567
 
 cat >>confdefs.h <<_ACEOF
 
5520
-
 
5521
-
 
5522
+  cat conftest.err >&5
 
5523
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
5524
+  (exit $ac_status); } && {
 
5525
+        test -z "$ac_c_werror_flag" ||
 
5526
+        test ! -s conftest.err
 
5527
+       } && test -s conftest.$ac_objext; then
 
5528
+  ac_cv_type_char=yes
 
5529
+else
 
5530
+  echo "$as_me: failed program was:" >&5
 
5531
+sed 's/^/| /' conftest.$ac_ext >&5
 
5532
 
 
5533
-cat >>confdefs.h <<_ACEOF
5568
5534
-#define SIZEOF_CHAR $ac_cv_sizeof_char
5569
 
+#define SIZEOF_INT $ac_cv_sizeof_int
5570
 
+_ACEOF
5571
 
+
5572
 
+
5573
 
+{ echo "$as_me:$LINENO: checking for char" >&5
5574
 
+echo $ECHO_N "checking for char... $ECHO_C" >&6; }
5575
 
+if test "${ac_cv_type_char+set}" = set; then
5576
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
5577
 
+else
5578
 
+  cat >conftest.$ac_ext <<_ACEOF
5579
 
+/* confdefs.h.  */
5580
 
+_ACEOF
5581
 
+cat confdefs.h >>conftest.$ac_ext
5582
 
+cat >>conftest.$ac_ext <<_ACEOF
5583
 
+/* end confdefs.h.  */
5584
 
+$ac_includes_default
5585
 
+typedef char ac__type_new_;
5586
 
+int
5587
 
+main ()
5588
 
+{
5589
 
+if ((ac__type_new_ *) 0)
5590
 
+  return 0;
5591
 
+if (sizeof (ac__type_new_))
5592
 
+  return 0;
5593
 
+  ;
5594
 
+  return 0;
5595
 
+}
5596
 
 _ACEOF
5597
 
+rm -f conftest.$ac_objext
5598
 
+if { (ac_try="$ac_compile"
5599
 
+case "(($ac_try" in
5600
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5601
 
+  *) ac_try_echo=$ac_try;;
5602
 
+esac
5603
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5604
 
+  (eval "$ac_compile") 2>conftest.er1
5605
 
+  ac_status=$?
5606
 
+  grep -v '^ *+' conftest.er1 >conftest.err
5607
 
+  rm -f conftest.er1
5608
 
+  cat conftest.err >&5
5609
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5610
 
+  (exit $ac_status); } && {
5611
 
+        test -z "$ac_c_werror_flag" ||
5612
 
+        test ! -s conftest.err
5613
 
+       } && test -s conftest.$ac_objext; then
5614
 
+  ac_cv_type_char=yes
5615
 
+else
5616
 
+  echo "$as_me: failed program was:" >&5
5617
 
+sed 's/^/| /' conftest.$ac_ext >&5
5618
 
+
 
5535
-_ACEOF
5619
5536
+       ac_cv_type_char=no
5620
5537
+fi
5621
5538
 
5639
5556
 else
5640
5557
   if test "$cross_compiling" = yes; then
5641
5558
   # Depending upon the size, compute the lo and hi bounds.
5642
 
@@ -7211,10 +6577,11 @@
 
5559
@@ -7195,10 +6561,11 @@
5643
5560
 cat >>conftest.$ac_ext <<_ACEOF
5644
5561
 /* end confdefs.h.  */
5645
5562
 $ac_includes_default
5652
5569
 test_array [0] = 0
5653
5570
 
5654
5571
   ;
5655
 
@@ -7227,14 +6594,13 @@
 
5572
@@ -7211,14 +6578,13 @@
5656
5573
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5657
5574
   *) ac_try_echo=$ac_try;;
5658
5575
 esac
5669
5586
   (exit $ac_status); } && {
5670
5587
         test -z "$ac_c_werror_flag" ||
5671
5588
         test ! -s conftest.err
5672
 
@@ -7248,10 +6614,11 @@
 
5589
@@ -7232,10 +6598,11 @@
5673
5590
 cat >>conftest.$ac_ext <<_ACEOF
5674
5591
 /* end confdefs.h.  */
5675
5592
 $ac_includes_default
5682
5599
 test_array [0] = 0
5683
5600
 
5684
5601
   ;
5685
 
@@ -7264,21 +6631,20 @@
 
5602
@@ -7248,21 +6615,20 @@
5686
5603
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5687
5604
   *) ac_try_echo=$ac_try;;
5688
5605
 esac
5707
5624
 sed 's/^/| /' conftest.$ac_ext >&5
5708
5625
 
5709
5626
        ac_lo=`expr $ac_mid + 1`
5710
 
@@ -7292,7 +6658,7 @@
 
5627
@@ -7276,7 +6642,7 @@
5711
5628
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5712
5629
   done
5713
5630
 else
5716
5633
 sed 's/^/| /' conftest.$ac_ext >&5
5717
5634
 
5718
5635
        cat >conftest.$ac_ext <<_ACEOF
5719
 
@@ -7302,10 +6668,11 @@
 
5636
@@ -7286,10 +6652,11 @@
5720
5637
 cat >>conftest.$ac_ext <<_ACEOF
5721
5638
 /* end confdefs.h.  */
5722
5639
 $ac_includes_default
5729
5646
 test_array [0] = 0
5730
5647
 
5731
5648
   ;
5732
 
@@ -7318,14 +6685,13 @@
 
5649
@@ -7302,14 +6669,13 @@
5733
5650
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5734
5651
   *) ac_try_echo=$ac_try;;
5735
5652
 esac
5746
5663
   (exit $ac_status); } && {
5747
5664
         test -z "$ac_c_werror_flag" ||
5748
5665
         test ! -s conftest.err
5749
 
@@ -7339,10 +6705,11 @@
 
5666
@@ -7323,10 +6689,11 @@
5750
5667
 cat >>conftest.$ac_ext <<_ACEOF
5751
5668
 /* end confdefs.h.  */
5752
5669
 $ac_includes_default
5759
5676
 test_array [0] = 0
5760
5677
 
5761
5678
   ;
5762
 
@@ -7355,21 +6722,20 @@
 
5679
@@ -7339,21 +6706,20 @@
5763
5680
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5764
5681
   *) ac_try_echo=$ac_try;;
5765
5682
 esac
5784
5701
 sed 's/^/| /' conftest.$ac_ext >&5
5785
5702
 
5786
5703
        ac_hi=`expr '(' $ac_mid ')' - 1`
5787
 
@@ -7383,7 +6749,7 @@
 
5704
@@ -7367,7 +6733,7 @@
5788
5705
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5789
5706
   done
5790
5707
 else
5793
5710
 sed 's/^/| /' conftest.$ac_ext >&5
5794
5711
 
5795
5712
        ac_lo= ac_hi=
5796
 
@@ -7403,10 +6769,11 @@
 
5713
@@ -7387,10 +6753,11 @@
5797
5714
 cat >>conftest.$ac_ext <<_ACEOF
5798
5715
 /* end confdefs.h.  */
5799
5716
 $ac_includes_default
5806
5723
 test_array [0] = 0
5807
5724
 
5808
5725
   ;
5809
 
@@ -7419,21 +6786,20 @@
 
5726
@@ -7403,21 +6770,20 @@
5810
5727
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5811
5728
   *) ac_try_echo=$ac_try;;
5812
5729
 esac
5831
5748
 sed 's/^/| /' conftest.$ac_ext >&5
5832
5749
 
5833
5750
        ac_lo=`expr '(' $ac_mid ')' + 1`
5834
 
@@ -7442,17 +6808,15 @@
 
5751
@@ -7426,17 +6792,15 @@
5835
5752
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5836
5753
 done
5837
5754
 case $ac_lo in
5855
5772
    fi ;;
5856
5773
 esac
5857
5774
 else
5858
 
@@ -7463,8 +6827,9 @@
 
5775
@@ -7447,8 +6811,9 @@
5859
5776
 cat >>conftest.$ac_ext <<_ACEOF
5860
5777
 /* end confdefs.h.  */
5861
5778
 $ac_includes_default
5867
5784
 #include <stdio.h>
5868
5785
 #include <stdlib.h>
5869
5786
 int
5870
 
@@ -7474,22 +6839,20 @@
 
5787
@@ -7458,22 +6823,20 @@
5871
5788
   FILE *f = fopen ("conftest.val", "w");
5872
5789
   if (! f)
5873
5790
     return 1;
5895
5812
   return ferror (f) || fclose (f) != 0;
5896
5813
 
5897
5814
   ;
5898
 
@@ -7502,64 +6865,113 @@
 
5815
@@ -7486,64 +6849,113 @@
5899
5816
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5900
5817
   *) ac_try_echo=$ac_try;;
5901
5818
 esac
6033
5950
 else
6034
5951
   if test "$cross_compiling" = yes; then
6035
5952
   # Depending upon the size, compute the lo and hi bounds.
6036
 
@@ -7570,10 +6982,11 @@
 
5953
@@ -7554,10 +6966,11 @@
6037
5954
 cat >>conftest.$ac_ext <<_ACEOF
6038
5955
 /* end confdefs.h.  */
6039
5956
 $ac_includes_default
6046
5963
 test_array [0] = 0
6047
5964
 
6048
5965
   ;
6049
 
@@ -7586,14 +6999,13 @@
 
5966
@@ -7570,14 +6983,13 @@
6050
5967
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6051
5968
   *) ac_try_echo=$ac_try;;
6052
5969
 esac
6063
5980
   (exit $ac_status); } && {
6064
5981
         test -z "$ac_c_werror_flag" ||
6065
5982
         test ! -s conftest.err
6066
 
@@ -7607,10 +7019,11 @@
 
5983
@@ -7591,10 +7003,11 @@
6067
5984
 cat >>conftest.$ac_ext <<_ACEOF
6068
5985
 /* end confdefs.h.  */
6069
5986
 $ac_includes_default
6076
5993
 test_array [0] = 0
6077
5994
 
6078
5995
   ;
6079
 
@@ -7623,21 +7036,20 @@
 
5996
@@ -7607,21 +7020,20 @@
6080
5997
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6081
5998
   *) ac_try_echo=$ac_try;;
6082
5999
 esac
6101
6018
 sed 's/^/| /' conftest.$ac_ext >&5
6102
6019
 
6103
6020
        ac_lo=`expr $ac_mid + 1`
6104
 
@@ -7651,7 +7063,7 @@
 
6021
@@ -7635,7 +7047,7 @@
6105
6022
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6106
6023
   done
6107
6024
 else
6110
6027
 sed 's/^/| /' conftest.$ac_ext >&5
6111
6028
 
6112
6029
        cat >conftest.$ac_ext <<_ACEOF
6113
 
@@ -7661,10 +7073,11 @@
 
6030
@@ -7645,10 +7057,11 @@
6114
6031
 cat >>conftest.$ac_ext <<_ACEOF
6115
6032
 /* end confdefs.h.  */
6116
6033
 $ac_includes_default
6123
6040
 test_array [0] = 0
6124
6041
 
6125
6042
   ;
6126
 
@@ -7677,14 +7090,13 @@
 
6043
@@ -7661,14 +7074,13 @@
6127
6044
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6128
6045
   *) ac_try_echo=$ac_try;;
6129
6046
 esac
6140
6057
   (exit $ac_status); } && {
6141
6058
         test -z "$ac_c_werror_flag" ||
6142
6059
         test ! -s conftest.err
6143
 
@@ -7698,10 +7110,11 @@
 
6060
@@ -7682,10 +7094,11 @@
6144
6061
 cat >>conftest.$ac_ext <<_ACEOF
6145
6062
 /* end confdefs.h.  */
6146
6063
 $ac_includes_default
6153
6070
 test_array [0] = 0
6154
6071
 
6155
6072
   ;
6156
 
@@ -7714,21 +7127,20 @@
 
6073
@@ -7698,21 +7111,20 @@
6157
6074
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6158
6075
   *) ac_try_echo=$ac_try;;
6159
6076
 esac
6178
6095
 sed 's/^/| /' conftest.$ac_ext >&5
6179
6096
 
6180
6097
        ac_hi=`expr '(' $ac_mid ')' - 1`
6181
 
@@ -7742,7 +7154,7 @@
 
6098
@@ -7726,7 +7138,7 @@
6182
6099
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6183
6100
   done
6184
6101
 else
6187
6104
 sed 's/^/| /' conftest.$ac_ext >&5
6188
6105
 
6189
6106
        ac_lo= ac_hi=
6190
 
@@ -7762,10 +7174,11 @@
 
6107
@@ -7746,10 +7158,11 @@
6191
6108
 cat >>conftest.$ac_ext <<_ACEOF
6192
6109
 /* end confdefs.h.  */
6193
6110
 $ac_includes_default
6200
6117
 test_array [0] = 0
6201
6118
 
6202
6119
   ;
6203
 
@@ -7778,21 +7191,20 @@
 
6120
@@ -7762,21 +7175,20 @@
6204
6121
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6205
6122
   *) ac_try_echo=$ac_try;;
6206
6123
 esac
6225
6142
 sed 's/^/| /' conftest.$ac_ext >&5
6226
6143
 
6227
6144
        ac_lo=`expr '(' $ac_mid ')' + 1`
6228
 
@@ -7801,17 +7213,15 @@
 
6145
@@ -7785,17 +7197,15 @@
6229
6146
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6230
6147
 done
6231
6148
 case $ac_lo in
6249
6166
    fi ;;
6250
6167
 esac
6251
6168
 else
6252
 
@@ -7822,8 +7232,9 @@
 
6169
@@ -7806,8 +7216,9 @@
6253
6170
 cat >>conftest.$ac_ext <<_ACEOF
6254
6171
 /* end confdefs.h.  */
6255
6172
 $ac_includes_default
6261
6178
 #include <stdio.h>
6262
6179
 #include <stdlib.h>
6263
6180
 int
6264
 
@@ -7833,22 +7244,20 @@
 
6181
@@ -7817,22 +7228,20 @@
6265
6182
   FILE *f = fopen ("conftest.val", "w");
6266
6183
   if (! f)
6267
6184
     return 1;
6289
6206
   return ferror (f) || fclose (f) != 0;
6290
6207
 
6291
6208
   ;
6292
 
@@ -7861,64 +7270,113 @@
 
6209
@@ -7845,64 +7254,113 @@
6293
6210
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6294
6211
   *) ac_try_echo=$ac_try;;
6295
6212
 esac
6427
6344
 else
6428
6345
   if test "$cross_compiling" = yes; then
6429
6346
   # Depending upon the size, compute the lo and hi bounds.
6430
 
@@ -7929,10 +7387,11 @@
 
6347
@@ -7913,10 +7371,11 @@
6431
6348
 cat >>conftest.$ac_ext <<_ACEOF
6432
6349
 /* end confdefs.h.  */
6433
6350
 $ac_includes_default
6440
6357
 test_array [0] = 0
6441
6358
 
6442
6359
   ;
6443
 
@@ -7945,14 +7404,13 @@
 
6360
@@ -7929,14 +7388,13 @@
6444
6361
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6445
6362
   *) ac_try_echo=$ac_try;;
6446
6363
 esac
6457
6374
   (exit $ac_status); } && {
6458
6375
         test -z "$ac_c_werror_flag" ||
6459
6376
         test ! -s conftest.err
6460
 
@@ -7966,10 +7424,11 @@
 
6377
@@ -7950,10 +7408,11 @@
6461
6378
 cat >>conftest.$ac_ext <<_ACEOF
6462
6379
 /* end confdefs.h.  */
6463
6380
 $ac_includes_default
6470
6387
 test_array [0] = 0
6471
6388
 
6472
6389
   ;
6473
 
@@ -7982,21 +7441,20 @@
 
6390
@@ -7966,21 +7425,20 @@
6474
6391
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6475
6392
   *) ac_try_echo=$ac_try;;
6476
6393
 esac
6495
6412
 sed 's/^/| /' conftest.$ac_ext >&5
6496
6413
 
6497
6414
        ac_lo=`expr $ac_mid + 1`
6498
 
@@ -8010,7 +7468,7 @@
 
6415
@@ -7994,7 +7452,7 @@
6499
6416
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6500
6417
   done
6501
6418
 else
6504
6421
 sed 's/^/| /' conftest.$ac_ext >&5
6505
6422
 
6506
6423
        cat >conftest.$ac_ext <<_ACEOF
6507
 
@@ -8020,10 +7478,11 @@
 
6424
@@ -8004,10 +7462,11 @@
6508
6425
 cat >>conftest.$ac_ext <<_ACEOF
6509
6426
 /* end confdefs.h.  */
6510
6427
 $ac_includes_default
6517
6434
 test_array [0] = 0
6518
6435
 
6519
6436
   ;
6520
 
@@ -8036,14 +7495,13 @@
 
6437
@@ -8020,14 +7479,13 @@
6521
6438
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6522
6439
   *) ac_try_echo=$ac_try;;
6523
6440
 esac
6534
6451
   (exit $ac_status); } && {
6535
6452
         test -z "$ac_c_werror_flag" ||
6536
6453
         test ! -s conftest.err
6537
 
@@ -8057,10 +7515,11 @@
 
6454
@@ -8041,10 +7499,11 @@
6538
6455
 cat >>conftest.$ac_ext <<_ACEOF
6539
6456
 /* end confdefs.h.  */
6540
6457
 $ac_includes_default
6547
6464
 test_array [0] = 0
6548
6465
 
6549
6466
   ;
6550
 
@@ -8073,21 +7532,20 @@
 
6467
@@ -8057,21 +7516,20 @@
6551
6468
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6552
6469
   *) ac_try_echo=$ac_try;;
6553
6470
 esac
6572
6489
 sed 's/^/| /' conftest.$ac_ext >&5
6573
6490
 
6574
6491
        ac_hi=`expr '(' $ac_mid ')' - 1`
6575
 
@@ -8101,7 +7559,7 @@
 
6492
@@ -8085,7 +7543,7 @@
6576
6493
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6577
6494
   done
6578
6495
 else
6581
6498
 sed 's/^/| /' conftest.$ac_ext >&5
6582
6499
 
6583
6500
        ac_lo= ac_hi=
6584
 
@@ -8121,10 +7579,11 @@
 
6501
@@ -8105,10 +7563,11 @@
6585
6502
 cat >>conftest.$ac_ext <<_ACEOF
6586
6503
 /* end confdefs.h.  */
6587
6504
 $ac_includes_default
6594
6511
 test_array [0] = 0
6595
6512
 
6596
6513
   ;
6597
 
@@ -8137,21 +7596,20 @@
 
6514
@@ -8121,21 +7580,20 @@
6598
6515
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6599
6516
   *) ac_try_echo=$ac_try;;
6600
6517
 esac
6619
6536
 sed 's/^/| /' conftest.$ac_ext >&5
6620
6537
 
6621
6538
        ac_lo=`expr '(' $ac_mid ')' + 1`
6622
 
@@ -8160,17 +7618,15 @@
 
6539
@@ -8144,17 +7602,15 @@
6623
6540
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6624
6541
 done
6625
6542
 case $ac_lo in
6643
6560
    fi ;;
6644
6561
 esac
6645
6562
 else
6646
 
@@ -8181,8 +7637,9 @@
 
6563
@@ -8165,8 +7621,9 @@
6647
6564
 cat >>conftest.$ac_ext <<_ACEOF
6648
6565
 /* end confdefs.h.  */
6649
6566
 $ac_includes_default
6655
6572
 #include <stdio.h>
6656
6573
 #include <stdlib.h>
6657
6574
 int
6658
 
@@ -8192,22 +7649,20 @@
 
6575
@@ -8176,22 +7633,20 @@
6659
6576
   FILE *f = fopen ("conftest.val", "w");
6660
6577
   if (! f)
6661
6578
     return 1;
6683
6600
   return ferror (f) || fclose (f) != 0;
6684
6601
 
6685
6602
   ;
6686
 
@@ -8220,201 +7675,56 @@
 
6603
@@ -8204,97 +7659,56 @@
6687
6604
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6688
6605
   *) ac_try_echo=$ac_try;;
6689
6606
 esac
6741
6658
 fi
6742
6659
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
6743
6660
-$as_echo "$ac_cv_sizeof_long_long" >&6; }
6744
 
-
6745
 
-
6746
 
-
6747
 
-cat >>confdefs.h <<_ACEOF
 
6661
+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
 
6662
+echo "${ECHO_T}$ac_cv_sizeof_long" >&6; }
 
6663
 
 
6664
 
 
6665
 
 
6666
 cat >>confdefs.h <<_ACEOF
6748
6667
-#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
6749
 
-_ACEOF
6750
 
-
6751
 
-
 
6668
+#define SIZEOF_LONG $ac_cv_sizeof_long
 
6669
 _ACEOF
 
6670
 
 
6671
 
6752
6672
-
6753
6673
-{ $as_echo "$as_me:$LINENO: checking for uint_t" >&5
6754
6674
-$as_echo_n "checking for uint_t... " >&6; }
6755
6675
-if test "${ac_cv_type_uint_t+set}" = set; then
6756
6676
-  $as_echo_n "(cached) " >&6
6757
 
-else
 
6677
+{ echo "$as_me:$LINENO: checking for long long" >&5
 
6678
+echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
 
6679
+if test "${ac_cv_type_long_long+set}" = set; then
 
6680
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
6681
 else
6758
6682
-  ac_cv_type_uint_t=no
6759
6683
-cat >conftest.$ac_ext <<_ACEOF
6760
6684
-/* confdefs.h.  */
6790
6714
-        test -z "$ac_c_werror_flag" ||
6791
6715
-        test ! -s conftest.err
6792
6716
-       } && test -s conftest.$ac_objext; then
6793
 
-  cat >conftest.$ac_ext <<_ACEOF
6794
 
-/* confdefs.h.  */
6795
 
-_ACEOF
6796
 
-cat confdefs.h >>conftest.$ac_ext
6797
 
-cat >>conftest.$ac_ext <<_ACEOF
6798
 
-/* end confdefs.h.  */
6799
 
-$ac_includes_default
6800
 
-int
6801
 
-main ()
6802
 
-{
 
6717
   cat >conftest.$ac_ext <<_ACEOF
 
6718
 /* confdefs.h.  */
 
6719
 _ACEOF
 
6720
@@ -8302,11 +7716,14 @@
 
6721
 cat >>conftest.$ac_ext <<_ACEOF
 
6722
 /* end confdefs.h.  */
 
6723
 $ac_includes_default
 
6724
+typedef long long ac__type_new_;
 
6725
 int
 
6726
 main ()
 
6727
 {
6803
6728
-if (sizeof ((uint_t)))
6804
6729
-         return 0;
6805
 
-  ;
6806
 
-  return 0;
6807
 
-}
6808
 
-_ACEOF
6809
 
-rm -f conftest.$ac_objext
6810
 
-if { (ac_try="$ac_compile"
6811
 
-case "(($ac_try" in
6812
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6813
 
-  *) ac_try_echo=$ac_try;;
6814
 
-esac
 
6730
+if ((ac__type_new_ *) 0)
 
6731
+  return 0;
 
6732
+if (sizeof (ac__type_new_))
 
6733
+  return 0;
 
6734
   ;
 
6735
   return 0;
 
6736
 }
 
6737
@@ -8317,54 +7734,41 @@
 
6738
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6739
   *) ac_try_echo=$ac_try;;
 
6740
 esac
6815
6741
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6816
6742
-$as_echo "$ac_try_echo") >&5
6817
 
-  (eval "$ac_compile") 2>conftest.er1
6818
 
-  ac_status=$?
6819
 
-  grep -v '^ *+' conftest.er1 >conftest.err
6820
 
-  rm -f conftest.er1
6821
 
-  cat conftest.err >&5
 
6743
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6744
   (eval "$ac_compile") 2>conftest.er1
 
6745
   ac_status=$?
 
6746
   grep -v '^ *+' conftest.er1 >conftest.err
 
6747
   rm -f conftest.er1
 
6748
   cat conftest.err >&5
6822
6749
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6823
 
-  (exit $ac_status); } && {
6824
 
-        test -z "$ac_c_werror_flag" ||
6825
 
-        test ! -s conftest.err
6826
 
-       } && test -s conftest.$ac_objext; then
 
6750
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6751
   (exit $ac_status); } && {
 
6752
         test -z "$ac_c_werror_flag" ||
 
6753
         test ! -s conftest.err
 
6754
        } && test -s conftest.$ac_objext; then
6827
6755
-  :
6828
 
-else
 
6756
+  ac_cv_type_long_long=yes
 
6757
 else
6829
6758
-  $as_echo "$as_me: failed program was:" >&5
6830
 
-sed 's/^/| /' conftest.$ac_ext >&5
6831
 
-
 
6759
+  echo "$as_me: failed program was:" >&5
 
6760
 sed 's/^/| /' conftest.$ac_ext >&5
 
6761
 
6832
6762
-       ac_cv_type_uint_t=yes
6833
 
-fi
6834
 
-
6835
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
6763
+       ac_cv_type_long_long=no
 
6764
 fi
 
6765
 
 
6766
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6836
6767
-else
6837
6768
-  $as_echo "$as_me: failed program was:" >&5
6838
6769
-sed 's/^/| /' conftest.$ac_ext >&5
6839
6770
-
6840
 
+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
6841
 
+echo "${ECHO_T}$ac_cv_sizeof_long" >&6; }
6842
 
 
 
6771
-
6843
6772
-fi
6844
 
 
 
6773
-
6845
6774
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6846
6775
-fi
6847
6776
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_uint_t" >&5
6849
6778
-if test "x$ac_cv_type_uint_t" = x""yes; then
6850
6779
-  :
6851
6780
-else
6852
 
 
6853
 
 cat >>confdefs.h <<_ACEOF
 
6781
-
 
6782
-cat >>confdefs.h <<_ACEOF
6854
6783
-#define uint_t unsigned int
6855
 
+#define SIZEOF_LONG $ac_cv_sizeof_long
6856
 
 _ACEOF
6857
 
 
6858
 
-fi
 
6784
-_ACEOF
 
6785
-
 
6786
 fi
 
6787
+{ echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
 
6788
+echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
6859
6789
 
6860
6790
-{ $as_echo "$as_me:$LINENO: checking for int8_t" >&5
6861
6791
-$as_echo_n "checking for int8_t... " >&6; }
6862
6792
-if test "${ac_cv_type_int8_t+set}" = set; then
6863
6793
-  $as_echo_n "(cached) " >&6
6864
 
+{ echo "$as_me:$LINENO: checking for long long" >&5
6865
 
+echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
6866
 
+if test "${ac_cv_type_long_long+set}" = set; then
 
6794
+# The cast to long int works around a bug in the HP C Compiler
 
6795
+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 
6796
+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 
6797
+# This bug is HP SR number 8606223364.
 
6798
+{ echo "$as_me:$LINENO: checking size of long long" >&5
 
6799
+echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
 
6800
+if test "${ac_cv_sizeof_long_long+set}" = set; then
6867
6801
+  echo $ECHO_N "(cached) $ECHO_C" >&6
6868
6802
 else
6869
6803
-  ac_cv_type_int8_t=no
6870
 
-cat >conftest.$ac_ext <<_ACEOF
6871
 
-/* confdefs.h.  */
6872
 
-_ACEOF
6873
 
-cat confdefs.h >>conftest.$ac_ext
6874
 
-cat >>conftest.$ac_ext <<_ACEOF
6875
 
-/* end confdefs.h.  */
6876
 
-$ac_includes_default
6877
 
-int
6878
 
-main ()
6879
 
-{
 
6804
+  if test "$cross_compiling" = yes; then
 
6805
+  # Depending upon the size, compute the lo and hi bounds.
 
6806
 cat >conftest.$ac_ext <<_ACEOF
 
6807
 /* confdefs.h.  */
 
6808
 _ACEOF
 
6809
@@ -8372,11 +7776,13 @@
 
6810
 cat >>conftest.$ac_ext <<_ACEOF
 
6811
 /* end confdefs.h.  */
 
6812
 $ac_includes_default
 
6813
+   typedef long long ac__type_sizeof_;
 
6814
 int
 
6815
 main ()
 
6816
 {
6880
6817
-if (sizeof (int8_t))
6881
6818
-       return 0;
6882
 
-  ;
6883
 
-  return 0;
6884
 
-}
6885
 
-_ACEOF
6886
 
-rm -f conftest.$ac_objext
6887
 
-if { (ac_try="$ac_compile"
6888
 
-case "(($ac_try" in
6889
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6890
 
-  *) ac_try_echo=$ac_try;;
6891
 
-esac
 
6819
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
 
6820
+test_array [0] = 0
 
6821
+
 
6822
   ;
 
6823
   return 0;
 
6824
 }
 
6825
@@ -8387,30 +7793,33 @@
 
6826
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6827
   *) ac_try_echo=$ac_try;;
 
6828
 esac
6892
6829
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6893
6830
-$as_echo "$ac_try_echo") >&5
6894
 
-  (eval "$ac_compile") 2>conftest.er1
6895
 
-  ac_status=$?
6896
 
-  grep -v '^ *+' conftest.er1 >conftest.err
6897
 
-  rm -f conftest.er1
6898
 
-  cat conftest.err >&5
 
6831
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6832
   (eval "$ac_compile") 2>conftest.er1
 
6833
   ac_status=$?
 
6834
   grep -v '^ *+' conftest.er1 >conftest.err
 
6835
   rm -f conftest.er1
 
6836
   cat conftest.err >&5
6899
6837
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6900
 
-  (exit $ac_status); } && {
6901
 
-        test -z "$ac_c_werror_flag" ||
6902
 
-        test ! -s conftest.err
6903
 
-       } && test -s conftest.$ac_objext; then
6904
 
   cat >conftest.$ac_ext <<_ACEOF
 
6838
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6839
   (exit $ac_status); } && {
 
6840
         test -z "$ac_c_werror_flag" ||
 
6841
         test ! -s conftest.err
 
6842
        } && test -s conftest.$ac_objext; then
 
6843
-  cat >conftest.$ac_ext <<_ACEOF
 
6844
+  ac_lo=0 ac_mid=0
 
6845
+  while :; do
 
6846
+    cat >conftest.$ac_ext <<_ACEOF
6905
6847
 /* confdefs.h.  */
6906
6848
 _ACEOF
6907
 
@@ -8422,115 +7732,14 @@
 
6849
 cat confdefs.h >>conftest.$ac_ext
6908
6850
 cat >>conftest.$ac_ext <<_ACEOF
6909
6851
 /* end confdefs.h.  */
6910
6852
 $ac_includes_default
6911
 
+typedef long long ac__type_new_;
 
6853
+   typedef long long ac__type_sizeof_;
6912
6854
 int
6913
6855
 main ()
6914
6856
 {
6915
6857
-if (sizeof ((int8_t)))
6916
6858
-         return 0;
6917
 
-  ;
6918
 
+if ((ac__type_new_ *) 0)
 
6859
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
 
6860
+test_array [0] = 0
 
6861
+
 
6862
   ;
6919
6863
   return 0;
6920
 
-}
6921
 
-_ACEOF
6922
 
-rm -f conftest.$ac_objext
6923
 
-if { (ac_try="$ac_compile"
6924
 
-case "(($ac_try" in
6925
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6926
 
-  *) ac_try_echo=$ac_try;;
6927
 
-esac
 
6864
 }
 
6865
@@ -8421,66 +7830,50 @@
 
6866
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6867
   *) ac_try_echo=$ac_try;;
 
6868
 esac
6928
6869
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6929
6870
-$as_echo "$ac_try_echo") >&5
6930
 
-  (eval "$ac_compile") 2>conftest.er1
6931
 
-  ac_status=$?
6932
 
-  grep -v '^ *+' conftest.er1 >conftest.err
6933
 
-  rm -f conftest.er1
6934
 
-  cat conftest.err >&5
 
6871
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6872
   (eval "$ac_compile") 2>conftest.er1
 
6873
   ac_status=$?
 
6874
   grep -v '^ *+' conftest.er1 >conftest.err
 
6875
   rm -f conftest.er1
 
6876
   cat conftest.err >&5
6935
6877
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6936
 
-  (exit $ac_status); } && {
6937
 
-        test -z "$ac_c_werror_flag" ||
6938
 
-        test ! -s conftest.err
6939
 
-       } && test -s conftest.$ac_objext; then
 
6878
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6879
   (exit $ac_status); } && {
 
6880
         test -z "$ac_c_werror_flag" ||
 
6881
         test ! -s conftest.err
 
6882
        } && test -s conftest.$ac_objext; then
6940
6883
-  :
6941
 
-else
 
6884
+  ac_hi=$ac_mid; break
 
6885
 else
6942
6886
-  $as_echo "$as_me: failed program was:" >&5
6943
 
-sed 's/^/| /' conftest.$ac_ext >&5
6944
 
-
 
6887
+  echo "$as_me: failed program was:" >&5
 
6888
 sed 's/^/| /' conftest.$ac_ext >&5
 
6889
 
6945
6890
-       ac_cv_type_int8_t=yes
6946
 
-fi
6947
 
-
6948
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6949
 
-else
 
6891
+       ac_lo=`expr $ac_mid + 1`
 
6892
+                       if test $ac_lo -le $ac_mid; then
 
6893
+                         ac_lo= ac_hi=
 
6894
+                         break
 
6895
+                       fi
 
6896
+                       ac_mid=`expr 2 '*' $ac_mid + 1`
 
6897
 fi
 
6898
 
 
6899
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
6900
+  done
 
6901
 else
6950
6902
-  $as_echo "$as_me: failed program was:" >&5
6951
 
-sed 's/^/| /' conftest.$ac_ext >&5
6952
 
-
 
6903
+  echo "$as_me: failed program was:" >&5
 
6904
 sed 's/^/| /' conftest.$ac_ext >&5
 
6905
 
6953
6906
-
6954
6907
-fi
6955
6908
-
6974
6927
-else
6975
6928
-  ac_cv_type_uint8_t=no
6976
6929
-cat >conftest.$ac_ext <<_ACEOF
6977
 
-/* confdefs.h.  */
6978
 
-_ACEOF
6979
 
-cat confdefs.h >>conftest.$ac_ext
6980
 
-cat >>conftest.$ac_ext <<_ACEOF
6981
 
-/* end confdefs.h.  */
6982
 
-$ac_includes_default
6983
 
-int
6984
 
-main ()
6985
 
-{
 
6930
+       cat >conftest.$ac_ext <<_ACEOF
 
6931
 /* confdefs.h.  */
 
6932
 _ACEOF
 
6933
 cat confdefs.h >>conftest.$ac_ext
 
6934
 cat >>conftest.$ac_ext <<_ACEOF
 
6935
 /* end confdefs.h.  */
 
6936
 $ac_includes_default
 
6937
+   typedef long long ac__type_sizeof_;
 
6938
 int
 
6939
 main ()
 
6940
 {
6986
6941
-if (sizeof (uint8_t))
6987
6942
-       return 0;
6988
 
-  ;
6989
 
+if (sizeof (ac__type_new_))
 
6943
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
 
6944
+test_array [0] = 0
 
6945
+
 
6946
   ;
6990
6947
   return 0;
6991
 
-}
6992
 
-_ACEOF
6993
 
-rm -f conftest.$ac_objext
6994
 
-if { (ac_try="$ac_compile"
6995
 
-case "(($ac_try" in
6996
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6997
 
-  *) ac_try_echo=$ac_try;;
6998
 
-esac
 
6948
 }
 
6949
@@ -8491,30 +7884,33 @@
 
6950
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
6951
   *) ac_try_echo=$ac_try;;
 
6952
 esac
6999
6953
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7000
6954
-$as_echo "$ac_try_echo") >&5
7001
 
-  (eval "$ac_compile") 2>conftest.er1
7002
 
-  ac_status=$?
7003
 
-  grep -v '^ *+' conftest.er1 >conftest.err
7004
 
-  rm -f conftest.er1
7005
 
-  cat conftest.err >&5
 
6955
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
6956
   (eval "$ac_compile") 2>conftest.er1
 
6957
   ac_status=$?
 
6958
   grep -v '^ *+' conftest.er1 >conftest.err
 
6959
   rm -f conftest.er1
 
6960
   cat conftest.err >&5
7006
6961
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7007
 
-  (exit $ac_status); } && {
7008
 
-        test -z "$ac_c_werror_flag" ||
7009
 
-        test ! -s conftest.err
7010
 
-       } && test -s conftest.$ac_objext; then
 
6962
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
6963
   (exit $ac_status); } && {
 
6964
         test -z "$ac_c_werror_flag" ||
 
6965
         test ! -s conftest.err
 
6966
        } && test -s conftest.$ac_objext; then
7011
6967
-  cat >conftest.$ac_ext <<_ACEOF
7012
 
-/* confdefs.h.  */
7013
 
-_ACEOF
7014
 
-cat confdefs.h >>conftest.$ac_ext
7015
 
-cat >>conftest.$ac_ext <<_ACEOF
7016
 
-/* end confdefs.h.  */
7017
 
-$ac_includes_default
7018
 
-int
7019
 
-main ()
7020
 
-{
 
6968
+  ac_hi=-1 ac_mid=-1
 
6969
+  while :; do
 
6970
+    cat >conftest.$ac_ext <<_ACEOF
 
6971
 /* confdefs.h.  */
 
6972
 _ACEOF
 
6973
 cat confdefs.h >>conftest.$ac_ext
 
6974
 cat >>conftest.$ac_ext <<_ACEOF
 
6975
 /* end confdefs.h.  */
 
6976
 $ac_includes_default
 
6977
+   typedef long long ac__type_sizeof_;
 
6978
 int
 
6979
 main ()
 
6980
 {
7021
6981
-if (sizeof ((uint8_t)))
7022
6982
-         return 0;
 
6983
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
 
6984
+test_array [0] = 0
 
6985
+
7023
6986
   ;
7024
6987
   return 0;
7025
6988
 }
7026
 
@@ -8541,54 +7750,41 @@
 
6989
@@ -8525,88 +7921,46 @@
7027
6990
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7028
6991
   *) ac_try_echo=$ac_try;;
7029
6992
 esac
7042
7005
         test ! -s conftest.err
7043
7006
        } && test -s conftest.$ac_objext; then
7044
7007
-  :
7045
 
-else
 
7008
+  ac_lo=$ac_mid; break
 
7009
 else
7046
7010
-  $as_echo "$as_me: failed program was:" >&5
7047
 
-sed 's/^/| /' conftest.$ac_ext >&5
7048
 
-
 
7011
+  echo "$as_me: failed program was:" >&5
 
7012
 sed 's/^/| /' conftest.$ac_ext >&5
 
7013
 
7049
7014
-       ac_cv_type_uint8_t=yes
7050
 
-fi
7051
 
-
7052
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7053
 
+  ac_cv_type_long_long=yes
 
7015
+       ac_hi=`expr '(' $ac_mid ')' - 1`
 
7016
+                       if test $ac_mid -le $ac_hi; then
 
7017
+                         ac_lo= ac_hi=
 
7018
+                         break
 
7019
+                       fi
 
7020
+                       ac_mid=`expr 2 '*' $ac_mid`
 
7021
 fi
 
7022
 
 
7023
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
7024
+  done
7054
7025
 else
7055
7026
-  $as_echo "$as_me: failed program was:" >&5
7056
7027
+  echo "$as_me: failed program was:" >&5
7057
7028
 sed 's/^/| /' conftest.$ac_ext >&5
7058
7029
 
7059
7030
-
7060
 
+       ac_cv_type_long_long=no
 
7031
+       ac_lo= ac_hi=
7061
7032
 fi
7062
7033
 
7063
7034
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7073
7044
-_ACEOF
7074
7045
-
7075
7046
-fi
7076
 
+{ echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
7077
 
+echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
7078
7047
 
7079
7048
-{ $as_echo "$as_me:$LINENO: checking for int16_t" >&5
7080
7049
-$as_echo_n "checking for int16_t... " >&6; }
7081
7050
-if test "${ac_cv_type_int16_t+set}" = set; then
7082
7051
-  $as_echo_n "(cached) " >&6
7083
 
+# The cast to long int works around a bug in the HP C Compiler
7084
 
+# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7085
 
+# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7086
 
+# This bug is HP SR number 8606223364.
7087
 
+{ echo "$as_me:$LINENO: checking size of long long" >&5
7088
 
+echo $ECHO_N "checking size of long long... $ECHO_C" >&6; }
7089
 
+if test "${ac_cv_sizeof_long_long+set}" = set; then
7090
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
7091
 
 else
 
7052
-else
7092
7053
-  ac_cv_type_int16_t=no
7093
 
+  if test "$cross_compiling" = yes; then
7094
 
+  # Depending upon the size, compute the lo and hi bounds.
7095
 
 cat >conftest.$ac_ext <<_ACEOF
7096
 
 /* confdefs.h.  */
7097
 
 _ACEOF
7098
 
@@ -8596,11 +7792,13 @@
7099
 
 cat >>conftest.$ac_ext <<_ACEOF
7100
 
 /* end confdefs.h.  */
7101
 
 $ac_includes_default
7102
 
+   typedef long long ac__type_sizeof_;
7103
 
 int
7104
 
 main ()
7105
 
 {
 
7054
-cat >conftest.$ac_ext <<_ACEOF
 
7055
-/* confdefs.h.  */
 
7056
-_ACEOF
 
7057
-cat confdefs.h >>conftest.$ac_ext
 
7058
-cat >>conftest.$ac_ext <<_ACEOF
 
7059
-/* end confdefs.h.  */
 
7060
-$ac_includes_default
 
7061
-int
 
7062
-main ()
 
7063
-{
7106
7064
-if (sizeof (int16_t))
7107
7065
-       return 0;
7108
 
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)];
7109
 
+test_array [0] = 0
7110
 
+
7111
 
   ;
7112
 
   return 0;
7113
 
 }
7114
 
@@ -8611,30 +7809,33 @@
7115
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7116
 
   *) ac_try_echo=$ac_try;;
7117
 
 esac
 
7066
-  ;
 
7067
-  return 0;
 
7068
-}
 
7069
-_ACEOF
 
7070
-rm -f conftest.$ac_objext
 
7071
-if { (ac_try="$ac_compile"
 
7072
-case "(($ac_try" in
 
7073
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7074
-  *) ac_try_echo=$ac_try;;
 
7075
-esac
7118
7076
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7119
7077
-$as_echo "$ac_try_echo") >&5
7120
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7121
 
   (eval "$ac_compile") 2>conftest.er1
7122
 
   ac_status=$?
7123
 
   grep -v '^ *+' conftest.er1 >conftest.err
7124
 
   rm -f conftest.er1
7125
 
   cat conftest.err >&5
 
7078
-  (eval "$ac_compile") 2>conftest.er1
 
7079
-  ac_status=$?
 
7080
-  grep -v '^ *+' conftest.er1 >conftest.err
 
7081
-  rm -f conftest.er1
 
7082
-  cat conftest.err >&5
7126
7083
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7127
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7128
 
   (exit $ac_status); } && {
7129
 
         test -z "$ac_c_werror_flag" ||
7130
 
         test ! -s conftest.err
7131
 
        } && test -s conftest.$ac_objext; then
7132
 
-  cat >conftest.$ac_ext <<_ACEOF
7133
 
+  ac_lo=0 ac_mid=0
7134
 
+  while :; do
7135
 
+    cat >conftest.$ac_ext <<_ACEOF
 
7084
-  (exit $ac_status); } && {
 
7085
-        test -z "$ac_c_werror_flag" ||
 
7086
-        test ! -s conftest.err
 
7087
-       } && test -s conftest.$ac_objext; then
 
7088
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
7089
+# Binary search between lo and hi bounds.
 
7090
+while test "x$ac_lo" != "x$ac_hi"; do
 
7091
+  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
 
7092
   cat >conftest.$ac_ext <<_ACEOF
7136
7093
 /* confdefs.h.  */
7137
7094
 _ACEOF
7138
 
 cat confdefs.h >>conftest.$ac_ext
 
7095
@@ -8614,11 +7968,13 @@
7139
7096
 cat >>conftest.$ac_ext <<_ACEOF
7140
7097
 /* end confdefs.h.  */
7141
7098
 $ac_includes_default
7151
7108
   ;
7152
7109
   return 0;
7153
7110
 }
7154
 
@@ -8645,66 +7846,50 @@
 
7111
@@ -8629,194 +7985,136 @@
7155
7112
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7156
7113
   *) ac_try_echo=$ac_try;;
7157
7114
 esac
7170
7127
         test ! -s conftest.err
7171
7128
        } && test -s conftest.$ac_objext; then
7172
7129
-  :
7173
 
+  ac_hi=$ac_mid; break
7174
 
 else
 
7130
-else
7175
7131
-  $as_echo "$as_me: failed program was:" >&5
7176
 
+  echo "$as_me: failed program was:" >&5
7177
 
 sed 's/^/| /' conftest.$ac_ext >&5
7178
 
 
 
7132
-sed 's/^/| /' conftest.$ac_ext >&5
 
7133
-
7179
7134
-       ac_cv_type_int16_t=yes
7180
 
+       ac_lo=`expr $ac_mid + 1`
7181
 
+                       if test $ac_lo -le $ac_mid; then
7182
 
+                         ac_lo= ac_hi=
7183
 
+                         break
7184
 
+                       fi
7185
 
+                       ac_mid=`expr 2 '*' $ac_mid + 1`
7186
 
 fi
7187
 
 
7188
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7189
 
+  done
 
7135
-fi
 
7136
-
 
7137
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
7138
+  ac_hi=$ac_mid
7190
7139
 else
7191
7140
-  $as_echo "$as_me: failed program was:" >&5
7192
7141
+  echo "$as_me: failed program was:" >&5
7193
7142
 sed 's/^/| /' conftest.$ac_ext >&5
7194
7143
 
7195
7144
-
7196
 
-fi
7197
 
-
7198
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
7145
+       ac_lo=`expr '(' $ac_mid ')' + 1`
 
7146
 fi
 
7147
 
 
7148
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7199
7149
-fi
7200
7150
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_int16_t" >&5
7201
7151
-$as_echo "$ac_cv_type_int16_t" >&6; }
7213
7163
-$as_echo_n "checking for uint16_t... " >&6; }
7214
7164
-if test "${ac_cv_type_uint16_t+set}" = set; then
7215
7165
-  $as_echo_n "(cached) " >&6
7216
 
-else
7217
 
-  ac_cv_type_uint16_t=no
7218
 
-cat >conftest.$ac_ext <<_ACEOF
7219
 
+       cat >conftest.$ac_ext <<_ACEOF
7220
 
 /* confdefs.h.  */
7221
 
 _ACEOF
7222
 
 cat confdefs.h >>conftest.$ac_ext
7223
 
 cat >>conftest.$ac_ext <<_ACEOF
7224
 
 /* end confdefs.h.  */
7225
 
 $ac_includes_default
7226
 
+   typedef long long ac__type_sizeof_;
7227
 
 int
7228
 
 main ()
7229
 
 {
7230
 
-if (sizeof (uint16_t))
7231
 
-       return 0;
7232
 
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)];
7233
 
+test_array [0] = 0
7234
 
+
7235
 
   ;
7236
 
   return 0;
7237
 
 }
7238
 
@@ -8715,30 +7900,33 @@
7239
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7240
 
   *) ac_try_echo=$ac_try;;
7241
 
 esac
7242
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7243
 
-$as_echo "$ac_try_echo") >&5
7244
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7245
 
   (eval "$ac_compile") 2>conftest.er1
7246
 
   ac_status=$?
7247
 
   grep -v '^ *+' conftest.er1 >conftest.err
7248
 
   rm -f conftest.er1
7249
 
   cat conftest.err >&5
7250
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7251
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7252
 
   (exit $ac_status); } && {
7253
 
         test -z "$ac_c_werror_flag" ||
7254
 
         test ! -s conftest.err
7255
 
        } && test -s conftest.$ac_objext; then
7256
 
-  cat >conftest.$ac_ext <<_ACEOF
7257
 
+  ac_hi=-1 ac_mid=-1
7258
 
+  while :; do
7259
 
+    cat >conftest.$ac_ext <<_ACEOF
7260
 
 /* confdefs.h.  */
7261
 
 _ACEOF
7262
 
 cat confdefs.h >>conftest.$ac_ext
7263
 
 cat >>conftest.$ac_ext <<_ACEOF
7264
 
 /* end confdefs.h.  */
7265
 
 $ac_includes_default
7266
 
+   typedef long long ac__type_sizeof_;
7267
 
 int
7268
 
 main ()
7269
 
 {
7270
 
-if (sizeof ((uint16_t)))
7271
 
-         return 0;
7272
 
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)];
7273
 
+test_array [0] = 0
7274
 
+
7275
 
   ;
7276
 
   return 0;
7277
 
 }
7278
 
@@ -8749,68 +7937,60 @@
7279
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7280
 
   *) ac_try_echo=$ac_try;;
7281
 
 esac
7282
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7283
 
-$as_echo "$ac_try_echo") >&5
7284
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7285
 
   (eval "$ac_compile") 2>conftest.er1
7286
 
   ac_status=$?
7287
 
   grep -v '^ *+' conftest.er1 >conftest.err
7288
 
   rm -f conftest.er1
7289
 
   cat conftest.err >&5
7290
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7291
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7292
 
   (exit $ac_status); } && {
7293
 
         test -z "$ac_c_werror_flag" ||
7294
 
         test ! -s conftest.err
7295
 
        } && test -s conftest.$ac_objext; then
7296
 
-  :
7297
 
+  ac_lo=$ac_mid; break
7298
 
 else
7299
 
-  $as_echo "$as_me: failed program was:" >&5
7300
 
+  echo "$as_me: failed program was:" >&5
7301
 
 sed 's/^/| /' conftest.$ac_ext >&5
7302
 
 
7303
 
-       ac_cv_type_uint16_t=yes
7304
 
+       ac_hi=`expr '(' $ac_mid ')' - 1`
7305
 
+                       if test $ac_mid -le $ac_hi; then
7306
 
+                         ac_lo= ac_hi=
7307
 
+                         break
7308
 
+                       fi
7309
 
+                       ac_mid=`expr 2 '*' $ac_mid`
7310
 
 fi
7311
 
 
7312
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7313
 
+  done
7314
 
 else
7315
 
-  $as_echo "$as_me: failed program was:" >&5
7316
 
+  echo "$as_me: failed program was:" >&5
7317
 
 sed 's/^/| /' conftest.$ac_ext >&5
7318
 
 
7319
 
-
7320
 
+       ac_lo= ac_hi=
7321
 
 fi
7322
 
 
7323
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7324
 
 fi
7325
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_uint16_t" >&5
7326
 
-$as_echo "$ac_cv_type_uint16_t" >&6; }
7327
 
-if test "x$ac_cv_type_uint16_t" = x""yes; then
7328
 
-  :
7329
 
-else
7330
 
-
7331
 
-cat >>confdefs.h <<_ACEOF
7332
 
-#define uint16_t unsigned short
7333
 
-_ACEOF
7334
 
-
7335
 
-fi
7336
 
-
7337
 
 
7338
 
-if test $ac_cv_sizeof_int -eq 4 ; then
7339
 
-{ $as_echo "$as_me:$LINENO: checking for int32_t" >&5
7340
 
-$as_echo_n "checking for int32_t... " >&6; }
7341
 
-if test "${ac_cv_type_int32_t+set}" = set; then
7342
 
-  $as_echo_n "(cached) " >&6
7343
 
-else
7344
 
-  ac_cv_type_int32_t=no
7345
 
-cat >conftest.$ac_ext <<_ACEOF
7346
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7347
 
+# Binary search between lo and hi bounds.
7348
 
+while test "x$ac_lo" != "x$ac_hi"; do
7349
 
+  ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7350
 
+  cat >conftest.$ac_ext <<_ACEOF
7351
 
 /* confdefs.h.  */
7352
 
 _ACEOF
7353
 
 cat confdefs.h >>conftest.$ac_ext
7354
 
 cat >>conftest.$ac_ext <<_ACEOF
7355
 
 /* end confdefs.h.  */
7356
 
 $ac_includes_default
7357
 
+   typedef long long ac__type_sizeof_;
7358
 
 int
7359
 
 main ()
7360
 
 {
7361
 
-if (sizeof (int32_t))
7362
 
-       return 0;
7363
 
+static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)];
7364
 
+test_array [0] = 0
7365
 
+
7366
 
   ;
7367
 
   return 0;
7368
 
 }
7369
 
@@ -8821,18 +8001,40 @@
7370
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7371
 
   *) ac_try_echo=$ac_try;;
7372
 
 esac
7373
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7374
 
-$as_echo "$ac_try_echo") >&5
7375
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7376
 
   (eval "$ac_compile") 2>conftest.er1
7377
 
   ac_status=$?
7378
 
   grep -v '^ *+' conftest.er1 >conftest.err
7379
 
   rm -f conftest.er1
7380
 
   cat conftest.err >&5
7381
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7382
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7383
 
   (exit $ac_status); } && {
7384
 
         test -z "$ac_c_werror_flag" ||
7385
 
         test ! -s conftest.err
7386
 
        } && test -s conftest.$ac_objext; then
7387
 
+  ac_hi=$ac_mid
7388
 
+else
7389
 
+  echo "$as_me: failed program was:" >&5
7390
 
+sed 's/^/| /' conftest.$ac_ext >&5
7391
 
+
7392
 
+       ac_lo=`expr '(' $ac_mid ')' + 1`
7393
 
+fi
7394
 
+
7395
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7396
7166
+done
7397
7167
+case $ac_lo in
7398
7168
+?*) ac_cv_sizeof_long_long=$ac_lo;;
7406
7176
+     ac_cv_sizeof_long_long=0
7407
7177
+   fi ;;
7408
7178
+esac
7409
 
+else
7410
 
   cat >conftest.$ac_ext <<_ACEOF
 
7179
 else
 
7180
-  ac_cv_type_uint16_t=no
 
7181
-cat >conftest.$ac_ext <<_ACEOF
 
7182
+  cat >conftest.$ac_ext <<_ACEOF
7411
7183
 /* confdefs.h.  */
7412
7184
 _ACEOF
7413
 
@@ -8840,81 +8042,110 @@
 
7185
 cat confdefs.h >>conftest.$ac_ext
7414
7186
 cat >>conftest.$ac_ext <<_ACEOF
7415
7187
 /* end confdefs.h.  */
7416
7188
 $ac_includes_default
7422
7194
 int
7423
7195
 main ()
7424
7196
 {
7425
 
-if (sizeof ((int32_t)))
7426
 
-         return 0;
 
7197
-if (sizeof (uint16_t))
 
7198
-       return 0;
7427
7199
+
7428
7200
+  FILE *f = fopen ("conftest.val", "w");
7429
7201
+  if (! f)
7470
7242
-        test -z "$ac_c_werror_flag" ||
7471
7243
-        test ! -s conftest.err
7472
7244
-       } && test -s conftest.$ac_objext; then
7473
 
-  :
 
7245
-  cat >conftest.$ac_ext <<_ACEOF
 
7246
-/* confdefs.h.  */
 
7247
-_ACEOF
 
7248
-cat confdefs.h >>conftest.$ac_ext
 
7249
-cat >>conftest.$ac_ext <<_ACEOF
 
7250
-/* end confdefs.h.  */
 
7251
-$ac_includes_default
 
7252
-int
 
7253
-main ()
 
7254
-{
 
7255
-if (sizeof ((uint16_t)))
 
7256
-         return 0;
 
7257
-  ;
 
7258
-  return 0;
 
7259
-}
 
7260
-_ACEOF
 
7261
-rm -f conftest.$ac_objext
 
7262
-if { (ac_try="$ac_compile"
 
7263
-case "(($ac_try" in
7474
7264
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7475
7265
+  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7476
7266
+  { (case "(($ac_try" in
7477
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7478
 
+  *) ac_try_echo=$ac_try;;
7479
 
+esac
 
7267
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7268
   *) ac_try_echo=$ac_try;;
 
7269
 esac
 
7270
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7271
-$as_echo "$ac_try_echo") >&5
 
7272
-  (eval "$ac_compile") 2>conftest.er1
7480
7273
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7481
7274
+  (eval "$ac_try") 2>&5
7482
 
+  ac_status=$?
 
7275
   ac_status=$?
 
7276
-  grep -v '^ *+' conftest.er1 >conftest.err
 
7277
-  rm -f conftest.er1
 
7278
-  cat conftest.err >&5
 
7279
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7280
-  (exit $ac_status); } && {
 
7281
-        test -z "$ac_c_werror_flag" ||
 
7282
-        test ! -s conftest.err
 
7283
-       } && test -s conftest.$ac_objext; then
 
7284
-  :
7483
7285
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
7484
7286
+  (exit $ac_status); }; }; then
7485
7287
+  ac_cv_sizeof_long_long=`cat conftest.val`
7489
7291
+echo "$as_me: failed program was:" >&5
7490
7292
 sed 's/^/| /' conftest.$ac_ext >&5
7491
7293
 
7492
 
-       ac_cv_type_int32_t=yes
 
7294
-       ac_cv_type_uint16_t=yes
7493
7295
+( exit $ac_status )
7494
7296
+if test "$ac_cv_type_long_long" = yes; then
7495
7297
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long)
7514
7316
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7515
7317
+rm -f conftest.val
7516
7318
 fi
7517
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_int32_t" >&5
7518
 
-$as_echo "$ac_cv_type_int32_t" >&6; }
7519
 
-if test "x$ac_cv_type_int32_t" = x""yes; then
 
7319
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_uint16_t" >&5
 
7320
-$as_echo "$ac_cv_type_uint16_t" >&6; }
 
7321
-if test "x$ac_cv_type_uint16_t" = x""yes; then
7520
7322
-  :
7521
7323
-else
7522
7324
+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5
7525
7327
+
7526
7328
 
7527
7329
 cat >>confdefs.h <<_ACEOF
7528
 
-#define int32_t int
 
7330
-#define uint16_t unsigned short
7529
7331
+#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
7530
7332
 _ACEOF
7531
7333
 
7532
7334
-fi
7533
7335
 
7534
 
-{ $as_echo "$as_me:$LINENO: checking for uint32_t" >&5
7535
 
-$as_echo_n "checking for uint32_t... " >&6; }
7536
 
-if test "${ac_cv_type_uint32_t+set}" = set; then
 
7336
 
 
7337
-if test $ac_cv_sizeof_int -eq 4 ; then
 
7338
-{ $as_echo "$as_me:$LINENO: checking for int32_t" >&5
 
7339
-$as_echo_n "checking for int32_t... " >&6; }
 
7340
-if test "${ac_cv_type_int32_t+set}" = set; then
7537
7341
-  $as_echo_n "(cached) " >&6
7538
 
+
7539
7342
+{ echo "$as_me:$LINENO: checking for uint_t" >&5
7540
7343
+echo $ECHO_N "checking for uint_t... $ECHO_C" >&6; }
7541
7344
+if test "${ac_cv_type_uint_t+set}" = set; then
7542
7345
+  echo $ECHO_N "(cached) $ECHO_C" >&6
7543
7346
 else
7544
 
-  ac_cv_type_uint32_t=no
 
7347
-  ac_cv_type_int32_t=no
7545
7348
-cat >conftest.$ac_ext <<_ACEOF
7546
 
+  cat >conftest.$ac_ext <<_ACEOF
 
7349
-/* confdefs.h.  */
 
7350
-_ACEOF
 
7351
-cat confdefs.h >>conftest.$ac_ext
 
7352
-cat >>conftest.$ac_ext <<_ACEOF
 
7353
-/* end confdefs.h.  */
 
7354
-$ac_includes_default
 
7355
-int
 
7356
-main ()
 
7357
-{
 
7358
-if (sizeof (int32_t))
 
7359
-       return 0;
 
7360
-  ;
 
7361
-  return 0;
 
7362
-}
 
7363
-_ACEOF
 
7364
-rm -f conftest.$ac_objext
 
7365
-if { (ac_try="$ac_compile"
 
7366
-case "(($ac_try" in
 
7367
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7368
-  *) ac_try_echo=$ac_try;;
 
7369
-esac
 
7370
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7371
-$as_echo "$ac_try_echo") >&5
 
7372
-  (eval "$ac_compile") 2>conftest.er1
 
7373
-  ac_status=$?
 
7374
-  grep -v '^ *+' conftest.er1 >conftest.err
 
7375
-  rm -f conftest.er1
 
7376
-  cat conftest.err >&5
 
7377
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7378
-  (exit $ac_status); } && {
 
7379
-        test -z "$ac_c_werror_flag" ||
 
7380
-        test ! -s conftest.err
 
7381
-       } && test -s conftest.$ac_objext; then
 
7382
   cat >conftest.$ac_ext <<_ACEOF
7547
7383
 /* confdefs.h.  */
7548
7384
 _ACEOF
7549
 
 cat confdefs.h >>conftest.$ac_ext
 
7385
@@ -8824,11 +8122,14 @@
7550
7386
 cat >>conftest.$ac_ext <<_ACEOF
7551
7387
 /* end confdefs.h.  */
7552
7388
 $ac_includes_default
7554
7390
 int
7555
7391
 main ()
7556
7392
 {
7557
 
-if (sizeof (uint32_t))
7558
 
-       return 0;
 
7393
-if (sizeof ((int32_t)))
 
7394
-         return 0;
7559
7395
+if ((ac__type_new_ *) 0)
7560
7396
+  return 0;
7561
7397
+if (sizeof (ac__type_new_))
7563
7399
   ;
7564
7400
   return 0;
7565
7401
 }
7566
 
@@ -8925,18 +8156,44 @@
 
7402
@@ -8839,88 +8140,44 @@
7567
7403
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7568
7404
   *) ac_try_echo=$ac_try;;
7569
7405
 esac
7581
7417
         test -z "$ac_c_werror_flag" ||
7582
7418
         test ! -s conftest.err
7583
7419
        } && test -s conftest.$ac_objext; then
 
7420
-  :
 
7421
-else
 
7422
-  $as_echo "$as_me: failed program was:" >&5
 
7423
-sed 's/^/| /' conftest.$ac_ext >&5
 
7424
-
 
7425
-       ac_cv_type_int32_t=yes
 
7426
-fi
 
7427
-
 
7428
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7584
7429
+  ac_cv_type_uint_t=yes
7585
 
+else
 
7430
 else
 
7431
-  $as_echo "$as_me: failed program was:" >&5
7586
7432
+  echo "$as_me: failed program was:" >&5
7587
 
+sed 's/^/| /' conftest.$ac_ext >&5
7588
 
+
 
7433
 sed 's/^/| /' conftest.$ac_ext >&5
 
7434
 
 
7435
-
7589
7436
+       ac_cv_type_uint_t=no
7590
 
+fi
7591
 
+
7592
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7593
 
+fi
 
7437
 fi
 
7438
 
 
7439
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
7440
 fi
 
7441
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_int32_t" >&5
 
7442
-$as_echo "$ac_cv_type_int32_t" >&6; }
 
7443
-if test "x$ac_cv_type_int32_t" = x""yes; then
7594
7444
+{ echo "$as_me:$LINENO: result: $ac_cv_type_uint_t" >&5
7595
7445
+echo "${ECHO_T}$ac_cv_type_uint_t" >&6; }
7596
7446
+if test $ac_cv_type_uint_t = yes; then
7597
 
+  :
7598
 
+else
7599
 
+
7600
 
+cat >>confdefs.h <<_ACEOF
 
7447
   :
 
7448
 else
 
7449
 
 
7450
 cat >>confdefs.h <<_ACEOF
 
7451
-#define int32_t int
7601
7452
+#define uint_t unsigned int
7602
 
+_ACEOF
7603
 
+
7604
 
+fi
7605
 
+
 
7453
 _ACEOF
 
7454
 
 
7455
 fi
 
7456
 
 
7457
-{ $as_echo "$as_me:$LINENO: checking for uint32_t" >&5
 
7458
-$as_echo_n "checking for uint32_t... " >&6; }
 
7459
-if test "${ac_cv_type_uint32_t+set}" = set; then
 
7460
-  $as_echo_n "(cached) " >&6
7606
7461
+{ echo "$as_me:$LINENO: checking for int8_t" >&5
7607
7462
+echo $ECHO_N "checking for int8_t... $ECHO_C" >&6; }
7608
7463
+if test "${ac_cv_type_int8_t+set}" = set; then
7609
7464
+  echo $ECHO_N "(cached) $ECHO_C" >&6
7610
 
+else
 
7465
 else
 
7466
-  ac_cv_type_uint32_t=no
 
7467
-cat >conftest.$ac_ext <<_ACEOF
 
7468
-/* confdefs.h.  */
 
7469
-_ACEOF
 
7470
-cat confdefs.h >>conftest.$ac_ext
 
7471
-cat >>conftest.$ac_ext <<_ACEOF
 
7472
-/* end confdefs.h.  */
 
7473
-$ac_includes_default
 
7474
-int
 
7475
-main ()
 
7476
-{
 
7477
-if (sizeof (uint32_t))
 
7478
-       return 0;
 
7479
-  ;
 
7480
-  return 0;
 
7481
-}
 
7482
-_ACEOF
 
7483
-rm -f conftest.$ac_objext
 
7484
-if { (ac_try="$ac_compile"
 
7485
-case "(($ac_try" in
 
7486
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
7487
-  *) ac_try_echo=$ac_try;;
 
7488
-esac
 
7489
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
7490
-$as_echo "$ac_try_echo") >&5
 
7491
-  (eval "$ac_compile") 2>conftest.er1
 
7492
-  ac_status=$?
 
7493
-  grep -v '^ *+' conftest.er1 >conftest.err
 
7494
-  rm -f conftest.er1
 
7495
-  cat conftest.err >&5
 
7496
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
7497
-  (exit $ac_status); } && {
 
7498
-        test -z "$ac_c_werror_flag" ||
 
7499
-        test ! -s conftest.err
 
7500
-       } && test -s conftest.$ac_objext; then
7611
7501
   cat >conftest.$ac_ext <<_ACEOF
7612
7502
 /* confdefs.h.  */
7613
7503
 _ACEOF
7614
 
@@ -8944,11 +8201,14 @@
 
7504
@@ -8928,11 +8185,14 @@
7615
7505
 cat >>conftest.$ac_ext <<_ACEOF
7616
7506
 /* end confdefs.h.  */
7617
7507
 $ac_includes_default
7628
7518
   ;
7629
7519
   return 0;
7630
7520
 }
7631
 
@@ -8959,67 +8219,59 @@
 
7521
@@ -8943,67 +8203,59 @@
7632
7522
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7633
7523
   *) ac_try_echo=$ac_try;;
7634
7524
 esac
7715
7605
   ;
7716
7606
   return 0;
7717
7607
 }
7718
 
@@ -9030,18 +8282,44 @@
 
7608
@@ -9014,18 +8266,44 @@
7719
7609
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7720
7610
   *) ac_try_echo=$ac_try;;
7721
7611
 esac
7763
7653
   cat >conftest.$ac_ext <<_ACEOF
7764
7654
 /* confdefs.h.  */
7765
7655
 _ACEOF
7766
 
@@ -9049,11 +8327,14 @@
 
7656
@@ -9033,11 +8311,14 @@
7767
7657
 cat >>conftest.$ac_ext <<_ACEOF
7768
7658
 /* end confdefs.h.  */
7769
7659
 $ac_includes_default
7780
7670
   ;
7781
7671
   return 0;
7782
7672
 }
7783
 
@@ -9064,66 +8345,59 @@
 
7673
@@ -9048,66 +8329,59 @@
7784
7674
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7785
7675
   *) ac_try_echo=$ac_try;;
7786
7676
 esac
7866
7756
   ;
7867
7757
   return 0;
7868
7758
 }
7869
 
@@ -9134,18 +8408,46 @@
 
7759
@@ -9118,18 +8392,46 @@
7870
7760
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7871
7761
   *) ac_try_echo=$ac_try;;
7872
7762
 esac
7916
7806
   cat >conftest.$ac_ext <<_ACEOF
7917
7807
 /* confdefs.h.  */
7918
7808
 _ACEOF
7919
 
@@ -9153,11 +8455,14 @@
 
7809
@@ -9137,11 +8439,14 @@
7920
7810
 cat >>conftest.$ac_ext <<_ACEOF
7921
7811
 /* end confdefs.h.  */
7922
7812
 $ac_includes_default
7933
7823
   ;
7934
7824
   return 0;
7935
7825
 }
7936
 
@@ -9168,72 +8473,59 @@
 
7826
@@ -9152,72 +8457,59 @@
7937
7827
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7938
7828
   *) ac_try_echo=$ac_try;;
7939
7829
 esac
8025
7915
   ;
8026
7916
   return 0;
8027
7917
 }
8028
 
@@ -9244,18 +8536,45 @@
 
7918
@@ -9228,18 +8520,45 @@
8029
7919
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8030
7920
   *) ac_try_echo=$ac_try;;
8031
7921
 esac
8074
7964
   cat >conftest.$ac_ext <<_ACEOF
8075
7965
 /* confdefs.h.  */
8076
7966
 _ACEOF
8077
 
@@ -9263,11 +8582,14 @@
 
7967
@@ -9247,11 +8566,14 @@
8078
7968
 cat >>conftest.$ac_ext <<_ACEOF
8079
7969
 /* end confdefs.h.  */
8080
7970
 $ac_includes_default
8091
7981
   ;
8092
7982
   return 0;
8093
7983
 }
8094
 
@@ -9278,66 +8600,59 @@
 
7984
@@ -9262,66 +8584,59 @@
8095
7985
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8096
7986
   *) ac_try_echo=$ac_try;;
8097
7987
 esac
8110
8000
         test ! -s conftest.err
8111
8001
        } && test -s conftest.$ac_objext; then
8112
8002
-  :
8113
 
+  ac_cv_type_int32_t=yes
8114
 
 else
 
8003
-else
8115
8004
-  $as_echo "$as_me: failed program was:" >&5
8116
 
+  echo "$as_me: failed program was:" >&5
8117
 
 sed 's/^/| /' conftest.$ac_ext >&5
8118
 
 
 
8005
-sed 's/^/| /' conftest.$ac_ext >&5
 
8006
-
8119
8007
-       ac_cv_type_int64_t=yes
 
8008
-fi
 
8009
-
 
8010
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
8011
+  ac_cv_type_int32_t=yes
 
8012
 else
 
8013
-  $as_echo "$as_me: failed program was:" >&5
 
8014
+  echo "$as_me: failed program was:" >&5
 
8015
 sed 's/^/| /' conftest.$ac_ext >&5
 
8016
 
 
8017
-
8120
8018
+       ac_cv_type_int32_t=no
8121
8019
 fi
8122
8020
 
8123
8021
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8124
 
-else
8125
 
-  $as_echo "$as_me: failed program was:" >&5
8126
 
-sed 's/^/| /' conftest.$ac_ext >&5
8127
 
-
8128
 
-
8129
8022
 fi
8130
 
-
8131
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8132
 
-fi
8133
8023
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_int64_t" >&5
8134
8024
-$as_echo "$ac_cv_type_int64_t" >&6; }
8135
8025
-if test "x$ac_cv_type_int64_t" = x""yes; then
8177
8067
   ;
8178
8068
   return 0;
8179
8069
 }
8180
 
@@ -9348,18 +8663,50 @@
 
8070
@@ -9332,18 +8647,50 @@
8181
8071
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8182
8072
   *) ac_try_echo=$ac_try;;
8183
8073
 esac
8231
8121
   cat >conftest.$ac_ext <<_ACEOF
8232
8122
 /* confdefs.h.  */
8233
8123
 _ACEOF
8234
 
@@ -9367,11 +8714,14 @@
 
8124
@@ -9351,11 +8698,14 @@
8235
8125
 cat >>conftest.$ac_ext <<_ACEOF
8236
8126
 /* end confdefs.h.  */
8237
8127
 $ac_includes_default
8248
8138
   ;
8249
8139
   return 0;
8250
8140
 }
8251
 
@@ -9382,67 +8732,59 @@
 
8141
@@ -9366,67 +8716,59 @@
8252
8142
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8253
8143
   *) ac_try_echo=$ac_try;;
8254
8144
 esac
8267
8157
         test ! -s conftest.err
8268
8158
        } && test -s conftest.$ac_objext; then
8269
8159
-  :
 
8160
-else
 
8161
-  $as_echo "$as_me: failed program was:" >&5
 
8162
-sed 's/^/| /' conftest.$ac_ext >&5
 
8163
-
 
8164
-       ac_cv_type_uint64_t=yes
 
8165
-fi
 
8166
-
 
8167
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8270
8168
+  ac_cv_type_int64_t=yes
8271
8169
 else
8272
8170
-  $as_echo "$as_me: failed program was:" >&5
8273
8171
+  echo "$as_me: failed program was:" >&5
8274
8172
 sed 's/^/| /' conftest.$ac_ext >&5
8275
8173
 
8276
 
-       ac_cv_type_uint64_t=yes
 
8174
-
8277
8175
+       ac_cv_type_int64_t=no
8278
8176
 fi
8279
8177
 
8280
8178
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8281
 
-else
8282
 
-  $as_echo "$as_me: failed program was:" >&5
8283
 
-sed 's/^/| /' conftest.$ac_ext >&5
8284
 
-
8285
 
-
8286
8179
 fi
8287
 
-
8288
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8289
 
-fi
8290
8180
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5
8291
8181
-$as_echo "$ac_cv_type_uint64_t" >&6; }
8292
8182
-if test "x$ac_cv_type_uint64_t" = x""yes; then
8335
8225
   ;
8336
8226
   return 0;
8337
8227
 }
8338
 
@@ -9453,18 +8795,45 @@
 
8228
@@ -9437,18 +8779,45 @@
8339
8229
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8340
8230
   *) ac_try_echo=$ac_try;;
8341
8231
 esac
8384
8274
   cat >conftest.$ac_ext <<_ACEOF
8385
8275
 /* confdefs.h.  */
8386
8276
 _ACEOF
8387
 
@@ -9472,11 +8841,14 @@
 
8277
@@ -9456,11 +8825,14 @@
8388
8278
 cat >>conftest.$ac_ext <<_ACEOF
8389
8279
 /* end confdefs.h.  */
8390
8280
 $ac_includes_default
8401
8291
   ;
8402
8292
   return 0;
8403
8293
 }
8404
 
@@ -9487,39 +8859,30 @@
 
8294
@@ -9471,39 +8843,30 @@
8405
8295
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8406
8296
   *) ac_try_echo=$ac_try;;
8407
8297
 esac
8420
8310
         test ! -s conftest.err
8421
8311
        } && test -s conftest.$ac_objext; then
8422
8312
-  :
8423
 
-else
8424
 
-  $as_echo "$as_me: failed program was:" >&5
8425
 
-sed 's/^/| /' conftest.$ac_ext >&5
8426
 
-
8427
 
-       ac_cv_type_size_t=yes
8428
 
-fi
8429
 
-
8430
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8431
8313
+  ac_cv_type_size_t=yes
8432
8314
 else
8433
8315
-  $as_echo "$as_me: failed program was:" >&5
8434
8316
+  echo "$as_me: failed program was:" >&5
8435
8317
 sed 's/^/| /' conftest.$ac_ext >&5
8436
8318
 
8437
 
-
 
8319
-       ac_cv_type_size_t=yes
8438
8320
+       ac_cv_type_size_t=no
8439
8321
 fi
8440
8322
 
8441
8323
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
8324
-else
 
8325
-  $as_echo "$as_me: failed program was:" >&5
 
8326
-sed 's/^/| /' conftest.$ac_ext >&5
 
8327
-
 
8328
-
8442
8329
 fi
 
8330
-
 
8331
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
8332
-fi
8443
8333
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
8444
8334
-$as_echo "$ac_cv_type_size_t" >&6; }
8445
8335
-if test "x$ac_cv_type_size_t" = x""yes; then
8449
8339
   :
8450
8340
 else
8451
8341
 
8452
 
@@ -9529,24 +8892,26 @@
 
8342
@@ -9513,24 +8876,26 @@
8453
8343
 
8454
8344
 fi
8455
8345
 
8483
8373
   ;
8484
8374
   return 0;
8485
8375
 }
8486
 
@@ -9557,18 +8922,45 @@
 
8376
@@ -9541,18 +8906,45 @@
8487
8377
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8488
8378
   *) ac_try_echo=$ac_try;;
8489
8379
 esac
8532
8422
   cat >conftest.$ac_ext <<_ACEOF
8533
8423
 /* confdefs.h.  */
8534
8424
 _ACEOF
8535
 
@@ -9576,11 +8968,14 @@
 
8425
@@ -9560,11 +8952,14 @@
8536
8426
 cat >>conftest.$ac_ext <<_ACEOF
8537
8427
 /* end confdefs.h.  */
8538
8428
 $ac_includes_default
8549
8439
   ;
8550
8440
   return 0;
8551
8441
 }
8552
 
@@ -9591,57 +8986,38 @@
 
8442
@@ -9575,57 +8970,38 @@
8553
8443
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8554
8444
   *) ac_try_echo=$ac_try;;
8555
8445
 esac
8617
8507
 else
8618
8508
   if test "$cross_compiling" = yes; then
8619
8509
   # Depending upon the size, compute the lo and hi bounds.
8620
 
@@ -9652,10 +9028,11 @@
 
8510
@@ -9636,10 +9012,11 @@
8621
8511
 cat >>conftest.$ac_ext <<_ACEOF
8622
8512
 /* end confdefs.h.  */
8623
8513
 $ac_includes_default
8630
8520
 test_array [0] = 0
8631
8521
 
8632
8522
   ;
8633
 
@@ -9668,14 +9045,13 @@
 
8523
@@ -9652,14 +9029,13 @@
8634
8524
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8635
8525
   *) ac_try_echo=$ac_try;;
8636
8526
 esac
8647
8537
   (exit $ac_status); } && {
8648
8538
         test -z "$ac_c_werror_flag" ||
8649
8539
         test ! -s conftest.err
8650
 
@@ -9689,10 +9065,11 @@
 
8540
@@ -9673,10 +9049,11 @@
8651
8541
 cat >>conftest.$ac_ext <<_ACEOF
8652
8542
 /* end confdefs.h.  */
8653
8543
 $ac_includes_default
8660
8550
 test_array [0] = 0
8661
8551
 
8662
8552
   ;
8663
 
@@ -9705,21 +9082,20 @@
 
8553
@@ -9689,21 +9066,20 @@
8664
8554
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8665
8555
   *) ac_try_echo=$ac_try;;
8666
8556
 esac
8685
8575
 sed 's/^/| /' conftest.$ac_ext >&5
8686
8576
 
8687
8577
        ac_lo=`expr $ac_mid + 1`
8688
 
@@ -9733,7 +9109,7 @@
 
8578
@@ -9717,7 +9093,7 @@
8689
8579
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8690
8580
   done
8691
8581
 else
8694
8584
 sed 's/^/| /' conftest.$ac_ext >&5
8695
8585
 
8696
8586
        cat >conftest.$ac_ext <<_ACEOF
8697
 
@@ -9743,10 +9119,11 @@
 
8587
@@ -9727,10 +9103,11 @@
8698
8588
 cat >>conftest.$ac_ext <<_ACEOF
8699
8589
 /* end confdefs.h.  */
8700
8590
 $ac_includes_default
8707
8597
 test_array [0] = 0
8708
8598
 
8709
8599
   ;
8710
 
@@ -9759,14 +9136,13 @@
 
8600
@@ -9743,14 +9120,13 @@
8711
8601
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8712
8602
   *) ac_try_echo=$ac_try;;
8713
8603
 esac
8724
8614
   (exit $ac_status); } && {
8725
8615
         test -z "$ac_c_werror_flag" ||
8726
8616
         test ! -s conftest.err
8727
 
@@ -9780,10 +9156,11 @@
 
8617
@@ -9764,10 +9140,11 @@
8728
8618
 cat >>conftest.$ac_ext <<_ACEOF
8729
8619
 /* end confdefs.h.  */
8730
8620
 $ac_includes_default
8737
8627
 test_array [0] = 0
8738
8628
 
8739
8629
   ;
8740
 
@@ -9796,21 +9173,20 @@
 
8630
@@ -9780,21 +9157,20 @@
8741
8631
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8742
8632
   *) ac_try_echo=$ac_try;;
8743
8633
 esac
8762
8652
 sed 's/^/| /' conftest.$ac_ext >&5
8763
8653
 
8764
8654
        ac_hi=`expr '(' $ac_mid ')' - 1`
8765
 
@@ -9824,7 +9200,7 @@
 
8655
@@ -9808,7 +9184,7 @@
8766
8656
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8767
8657
   done
8768
8658
 else
8771
8661
 sed 's/^/| /' conftest.$ac_ext >&5
8772
8662
 
8773
8663
        ac_lo= ac_hi=
8774
 
@@ -9844,10 +9220,11 @@
 
8664
@@ -9828,10 +9204,11 @@
8775
8665
 cat >>conftest.$ac_ext <<_ACEOF
8776
8666
 /* end confdefs.h.  */
8777
8667
 $ac_includes_default
8784
8674
 test_array [0] = 0
8785
8675
 
8786
8676
   ;
8787
 
@@ -9860,21 +9237,20 @@
 
8677
@@ -9844,21 +9221,20 @@
8788
8678
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8789
8679
   *) ac_try_echo=$ac_try;;
8790
8680
 esac
8809
8699
 sed 's/^/| /' conftest.$ac_ext >&5
8810
8700
 
8811
8701
        ac_lo=`expr '(' $ac_mid ')' + 1`
8812
 
@@ -9885,13 +9261,11 @@
 
8702
@@ -9869,13 +9245,11 @@
8813
8703
 case $ac_lo in
8814
8704
 ?*) ac_cv_sizeof_off_t=$ac_lo;;
8815
8705
 '') if test "$ac_cv_type_off_t" = yes; then
8826
8716
    else
8827
8717
      ac_cv_sizeof_off_t=0
8828
8718
    fi ;;
8829
 
@@ -9904,8 +9278,9 @@
 
8719
@@ -9888,8 +9262,9 @@
8830
8720
 cat >>conftest.$ac_ext <<_ACEOF
8831
8721
 /* end confdefs.h.  */
8832
8722
 $ac_includes_default
8838
8728
 #include <stdio.h>
8839
8729
 #include <stdlib.h>
8840
8730
 int
8841
 
@@ -9915,22 +9290,20 @@
 
8731
@@ -9899,22 +9274,20 @@
8842
8732
   FILE *f = fopen ("conftest.val", "w");
8843
8733
   if (! f)
8844
8734
     return 1;
8866
8756
   return ferror (f) || fclose (f) != 0;
8867
8757
 
8868
8758
   ;
8869
 
@@ -9943,48 +9316,43 @@
 
8759
@@ -9927,48 +9300,43 @@
8870
8760
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8871
8761
   *) ac_try_echo=$ac_try;;
8872
8762
 esac
8926
8816
 
8927
8817
 
8928
8818
 
8929
 
@@ -9993,14 +9361,68 @@
 
8819
@@ -9977,14 +9345,68 @@
8930
8820
 _ACEOF
8931
8821
 
8932
8822
 
8998
8888
 else
8999
8889
   if test "$cross_compiling" = yes; then
9000
8890
   # Depending upon the size, compute the lo and hi bounds.
9001
 
@@ -10011,10 +9433,11 @@
 
8891
@@ -9995,10 +9417,11 @@
9002
8892
 cat >>conftest.$ac_ext <<_ACEOF
9003
8893
 /* end confdefs.h.  */
9004
8894
 $ac_includes_default
9011
8901
 test_array [0] = 0
9012
8902
 
9013
8903
   ;
9014
 
@@ -10027,14 +9450,13 @@
 
8904
@@ -10011,14 +9434,13 @@
9015
8905
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9016
8906
   *) ac_try_echo=$ac_try;;
9017
8907
 esac
9028
8918
   (exit $ac_status); } && {
9029
8919
         test -z "$ac_c_werror_flag" ||
9030
8920
         test ! -s conftest.err
9031
 
@@ -10048,10 +9470,11 @@
 
8921
@@ -10032,10 +9454,11 @@
9032
8922
 cat >>conftest.$ac_ext <<_ACEOF
9033
8923
 /* end confdefs.h.  */
9034
8924
 $ac_includes_default
9041
8931
 test_array [0] = 0
9042
8932
 
9043
8933
   ;
9044
 
@@ -10064,21 +9487,20 @@
 
8934
@@ -10048,21 +9471,20 @@
9045
8935
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9046
8936
   *) ac_try_echo=$ac_try;;
9047
8937
 esac
9066
8956
 sed 's/^/| /' conftest.$ac_ext >&5
9067
8957
 
9068
8958
        ac_lo=`expr $ac_mid + 1`
9069
 
@@ -10092,7 +9514,7 @@
 
8959
@@ -10076,7 +9498,7 @@
9070
8960
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9071
8961
   done
9072
8962
 else
9075
8965
 sed 's/^/| /' conftest.$ac_ext >&5
9076
8966
 
9077
8967
        cat >conftest.$ac_ext <<_ACEOF
9078
 
@@ -10102,10 +9524,11 @@
 
8968
@@ -10086,10 +9508,11 @@
9079
8969
 cat >>conftest.$ac_ext <<_ACEOF
9080
8970
 /* end confdefs.h.  */
9081
8971
 $ac_includes_default
9088
8978
 test_array [0] = 0
9089
8979
 
9090
8980
   ;
9091
 
@@ -10118,14 +9541,13 @@
 
8981
@@ -10102,14 +9525,13 @@
9092
8982
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9093
8983
   *) ac_try_echo=$ac_try;;
9094
8984
 esac
9105
8995
   (exit $ac_status); } && {
9106
8996
         test -z "$ac_c_werror_flag" ||
9107
8997
         test ! -s conftest.err
9108
 
@@ -10139,10 +9561,11 @@
 
8998
@@ -10123,10 +9545,11 @@
9109
8999
 cat >>conftest.$ac_ext <<_ACEOF
9110
9000
 /* end confdefs.h.  */
9111
9001
 $ac_includes_default
9118
9008
 test_array [0] = 0
9119
9009
 
9120
9010
   ;
9121
 
@@ -10155,21 +9578,20 @@
 
9011
@@ -10139,21 +9562,20 @@
9122
9012
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9123
9013
   *) ac_try_echo=$ac_try;;
9124
9014
 esac
9143
9033
 sed 's/^/| /' conftest.$ac_ext >&5
9144
9034
 
9145
9035
        ac_hi=`expr '(' $ac_mid ')' - 1`
9146
 
@@ -10183,7 +9605,7 @@
 
9036
@@ -10167,7 +9589,7 @@
9147
9037
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9148
9038
   done
9149
9039
 else
9152
9042
 sed 's/^/| /' conftest.$ac_ext >&5
9153
9043
 
9154
9044
        ac_lo= ac_hi=
9155
 
@@ -10203,10 +9625,11 @@
 
9045
@@ -10187,10 +9609,11 @@
9156
9046
 cat >>conftest.$ac_ext <<_ACEOF
9157
9047
 /* end confdefs.h.  */
9158
9048
 $ac_includes_default
9165
9055
 test_array [0] = 0
9166
9056
 
9167
9057
   ;
9168
 
@@ -10219,21 +9642,20 @@
 
9058
@@ -10203,21 +9626,20 @@
9169
9059
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9170
9060
   *) ac_try_echo=$ac_try;;
9171
9061
 esac
9190
9080
 sed 's/^/| /' conftest.$ac_ext >&5
9191
9081
 
9192
9082
        ac_lo=`expr '(' $ac_mid ')' + 1`
9193
 
@@ -10244,13 +9666,11 @@
 
9083
@@ -10228,13 +9650,11 @@
9194
9084
 case $ac_lo in
9195
9085
 ?*) ac_cv_sizeof_size_t=$ac_lo;;
9196
9086
 '') if test "$ac_cv_type_size_t" = yes; then
9207
9097
    else
9208
9098
      ac_cv_sizeof_size_t=0
9209
9099
    fi ;;
9210
 
@@ -10263,8 +9683,9 @@
 
9100
@@ -10247,8 +9667,9 @@
9211
9101
 cat >>conftest.$ac_ext <<_ACEOF
9212
9102
 /* end confdefs.h.  */
9213
9103
 $ac_includes_default
9219
9109
 #include <stdio.h>
9220
9110
 #include <stdlib.h>
9221
9111
 int
9222
 
@@ -10274,22 +9695,20 @@
 
9112
@@ -10258,22 +9679,20 @@
9223
9113
   FILE *f = fopen ("conftest.val", "w");
9224
9114
   if (! f)
9225
9115
     return 1;
9247
9137
   return ferror (f) || fclose (f) != 0;
9248
9138
 
9249
9139
   ;
9250
 
@@ -10302,64 +9721,113 @@
 
9140
@@ -10286,48 +9705,43 @@
9251
9141
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9252
9142
   *) ac_try_echo=$ac_try;;
9253
9143
 esac
9307
9197
 
9308
9198
 
9309
9199
 
9310
 
-cat >>confdefs.h <<_ACEOF
9311
 
-#define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
9312
 
-_ACEOF
9313
 
+cat >>confdefs.h <<_ACEOF
9314
 
+#define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
9315
 
+_ACEOF
9316
 
+
9317
 
+
 
9200
@@ -10336,14 +9750,68 @@
 
9201
 _ACEOF
 
9202
 
 
9203
 
9318
9204
+{ echo "$as_me:$LINENO: checking for ssize_t" >&5
9319
9205
+echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
9320
9206
+if test "${ac_cv_type_ssize_t+set}" = set; then
9363
9249
+
9364
9250
+       ac_cv_type_ssize_t=no
9365
9251
+fi
9366
 
 
 
9252
+
9367
9253
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9368
9254
+fi
9369
9255
+{ echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
9370
9256
+echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
9371
 
 
 
9257
+
9372
9258
 # The cast to long int works around a bug in the HP C Compiler
9373
9259
 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9374
9260
 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9383
9269
 else
9384
9270
   if test "$cross_compiling" = yes; then
9385
9271
   # Depending upon the size, compute the lo and hi bounds.
9386
 
@@ -10370,10 +9838,11 @@
 
9272
@@ -10354,10 +9822,11 @@
9387
9273
 cat >>conftest.$ac_ext <<_ACEOF
9388
9274
 /* end confdefs.h.  */
9389
9275
 $ac_includes_default
9396
9282
 test_array [0] = 0
9397
9283
 
9398
9284
   ;
9399
 
@@ -10386,14 +9855,13 @@
 
9285
@@ -10370,14 +9839,13 @@
9400
9286
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9401
9287
   *) ac_try_echo=$ac_try;;
9402
9288
 esac
9413
9299
   (exit $ac_status); } && {
9414
9300
         test -z "$ac_c_werror_flag" ||
9415
9301
         test ! -s conftest.err
9416
 
@@ -10407,10 +9875,11 @@
 
9302
@@ -10391,10 +9859,11 @@
9417
9303
 cat >>conftest.$ac_ext <<_ACEOF
9418
9304
 /* end confdefs.h.  */
9419
9305
 $ac_includes_default
9426
9312
 test_array [0] = 0
9427
9313
 
9428
9314
   ;
9429
 
@@ -10423,21 +9892,20 @@
 
9315
@@ -10407,21 +9876,20 @@
9430
9316
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9431
9317
   *) ac_try_echo=$ac_try;;
9432
9318
 esac
9451
9337
 sed 's/^/| /' conftest.$ac_ext >&5
9452
9338
 
9453
9339
        ac_lo=`expr $ac_mid + 1`
9454
 
@@ -10451,7 +9919,7 @@
 
9340
@@ -10435,7 +9903,7 @@
9455
9341
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9456
9342
   done
9457
9343
 else
9460
9346
 sed 's/^/| /' conftest.$ac_ext >&5
9461
9347
 
9462
9348
        cat >conftest.$ac_ext <<_ACEOF
9463
 
@@ -10461,10 +9929,11 @@
 
9349
@@ -10445,10 +9913,11 @@
9464
9350
 cat >>conftest.$ac_ext <<_ACEOF
9465
9351
 /* end confdefs.h.  */
9466
9352
 $ac_includes_default
9473
9359
 test_array [0] = 0
9474
9360
 
9475
9361
   ;
9476
 
@@ -10477,14 +9946,13 @@
 
9362
@@ -10461,14 +9930,13 @@
9477
9363
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9478
9364
   *) ac_try_echo=$ac_try;;
9479
9365
 esac
9490
9376
   (exit $ac_status); } && {
9491
9377
         test -z "$ac_c_werror_flag" ||
9492
9378
         test ! -s conftest.err
9493
 
@@ -10498,10 +9966,11 @@
 
9379
@@ -10482,10 +9950,11 @@
9494
9380
 cat >>conftest.$ac_ext <<_ACEOF
9495
9381
 /* end confdefs.h.  */
9496
9382
 $ac_includes_default
9503
9389
 test_array [0] = 0
9504
9390
 
9505
9391
   ;
9506
 
@@ -10514,21 +9983,20 @@
 
9392
@@ -10498,21 +9967,20 @@
9507
9393
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9508
9394
   *) ac_try_echo=$ac_try;;
9509
9395
 esac
9528
9414
 sed 's/^/| /' conftest.$ac_ext >&5
9529
9415
 
9530
9416
        ac_hi=`expr '(' $ac_mid ')' - 1`
9531
 
@@ -10542,7 +10010,7 @@
 
9417
@@ -10526,7 +9994,7 @@
9532
9418
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9533
9419
   done
9534
9420
 else
9537
9423
 sed 's/^/| /' conftest.$ac_ext >&5
9538
9424
 
9539
9425
        ac_lo= ac_hi=
9540
 
@@ -10562,10 +10030,11 @@
 
9426
@@ -10546,10 +10014,11 @@
9541
9427
 cat >>conftest.$ac_ext <<_ACEOF
9542
9428
 /* end confdefs.h.  */
9543
9429
 $ac_includes_default
9550
9436
 test_array [0] = 0
9551
9437
 
9552
9438
   ;
9553
 
@@ -10578,21 +10047,20 @@
 
9439
@@ -10562,21 +10031,20 @@
9554
9440
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9555
9441
   *) ac_try_echo=$ac_try;;
9556
9442
 esac
9575
9461
 sed 's/^/| /' conftest.$ac_ext >&5
9576
9462
 
9577
9463
        ac_lo=`expr '(' $ac_mid ')' + 1`
9578
 
@@ -10603,13 +10071,11 @@
 
9464
@@ -10587,13 +10055,11 @@
9579
9465
 case $ac_lo in
9580
9466
 ?*) ac_cv_sizeof_ssize_t=$ac_lo;;
9581
9467
 '') if test "$ac_cv_type_ssize_t" = yes; then
9592
9478
    else
9593
9479
      ac_cv_sizeof_ssize_t=0
9594
9480
    fi ;;
9595
 
@@ -10622,8 +10088,9 @@
 
9481
@@ -10606,8 +10072,9 @@
9596
9482
 cat >>conftest.$ac_ext <<_ACEOF
9597
9483
 /* end confdefs.h.  */
9598
9484
 $ac_includes_default
9604
9490
 #include <stdio.h>
9605
9491
 #include <stdlib.h>
9606
9492
 int
9607
 
@@ -10633,22 +10100,20 @@
 
9493
@@ -10617,22 +10084,20 @@
9608
9494
   FILE *f = fopen ("conftest.val", "w");
9609
9495
   if (! f)
9610
9496
     return 1;
9632
9518
   return ferror (f) || fclose (f) != 0;
9633
9519
 
9634
9520
   ;
9635
 
@@ -10661,48 +10126,43 @@
 
9521
@@ -10645,48 +10110,43 @@
9636
9522
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9637
9523
   *) ac_try_echo=$ac_try;;
9638
9524
 esac
9692
9578
 
9693
9579
 
9694
9580
 
9695
 
@@ -10712,46 +10172,11 @@
 
9581
@@ -10696,46 +10156,11 @@
9696
9582
 
9697
9583
 
9698
9584
 
9742
9628
   cat >conftest.$ac_ext <<_ACEOF
9743
9629
 /* confdefs.h.  */
9744
9630
 _ACEOF
9745
 
@@ -10759,11 +10184,14 @@
 
9631
@@ -10743,11 +10168,14 @@
9746
9632
 cat >>conftest.$ac_ext <<_ACEOF
9747
9633
 /* end confdefs.h.  */
9748
9634
 $ac_includes_default
9759
9645
   ;
9760
9646
   return 0;
9761
9647
 }
9762
 
@@ -10774,39 +10202,30 @@
 
9648
@@ -10758,39 +10186,30 @@
9763
9649
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9764
9650
   *) ac_try_echo=$ac_try;;
9765
9651
 esac
9807
9693
   :
9808
9694
 else
9809
9695
 
9810
 
@@ -10816,46 +10235,11 @@
 
9696
@@ -10800,46 +10219,11 @@
9811
9697
 
9812
9698
 fi
9813
9699
 
9857
9743
   cat >conftest.$ac_ext <<_ACEOF
9858
9744
 /* confdefs.h.  */
9859
9745
 _ACEOF
9860
 
@@ -10863,11 +10247,14 @@
 
9746
@@ -10847,11 +10231,14 @@
9861
9747
 cat >>conftest.$ac_ext <<_ACEOF
9862
9748
 /* end confdefs.h.  */
9863
9749
 $ac_includes_default
9874
9760
   ;
9875
9761
   return 0;
9876
9762
 }
9877
 
@@ -10878,39 +10265,30 @@
 
9763
@@ -10862,39 +10249,30 @@
9878
9764
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9879
9765
   *) ac_try_echo=$ac_try;;
9880
9766
 esac
9922
9808
   :
9923
9809
 else
9924
9810
 
9925
 
@@ -10920,46 +10298,11 @@
 
9811
@@ -10904,46 +10282,11 @@
9926
9812
 
9927
9813
 fi
9928
9814
 
9972
9858
   cat >conftest.$ac_ext <<_ACEOF
9973
9859
 /* confdefs.h.  */
9974
9860
 _ACEOF
9975
 
@@ -10967,11 +10310,14 @@
 
9861
@@ -10951,11 +10294,14 @@
9976
9862
 cat >>conftest.$ac_ext <<_ACEOF
9977
9863
 /* end confdefs.h.  */
9978
9864
 $ac_includes_default
9989
9875
   ;
9990
9876
   return 0;
9991
9877
 }
9992
 
@@ -10982,39 +10328,30 @@
 
9878
@@ -10966,39 +10312,30 @@
9993
9879
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9994
9880
   *) ac_try_echo=$ac_try;;
9995
9881
 esac
10037
9923
   :
10038
9924
 else
10039
9925
 
10040
 
@@ -11026,23 +10363,23 @@
 
9926
@@ -11010,23 +10347,23 @@
10041
9927
 
10042
9928
 
10043
9929
 if test x"$ac_cv_type_long_long" != x"yes";then
10068
9954
 else
10069
9955
 
10070
9956
        cat >conftest.$ac_ext <<_ACEOF
10071
 
@@ -11079,21 +10416,20 @@
 
9957
@@ -11063,21 +10400,20 @@
10072
9958
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10073
9959
   *) ac_try_echo=$ac_try;;
10074
9960
 esac
10093
9979
 sed 's/^/| /' conftest.$ac_ext >&5
10094
9980
 
10095
9981
        libreplace_cv_immediate_structures=no
10096
 
@@ -11102,8 +10438,8 @@
 
9982
@@ -11086,8 +10422,8 @@
10097
9983
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10098
9984
 
10099
9985
 fi
10104
9990
 if test x"$libreplace_cv_immediate_structures" = x"yes"; then
10105
9991
 
10106
9992
 cat >>confdefs.h <<\_ACEOF
10107
 
@@ -11127,8 +10463,8 @@
 
9993
@@ -11111,8 +10447,8 @@
10108
9994
        fi
10109
9995
 done
10110
9996
 if test x"$tallocdir" = "x"; then
10115
10001
    { (exit 1); exit 1; }; }
10116
10002
 fi
10117
10003
 TALLOC_OBJ="talloc.o"
10118
 
@@ -11140,14 +10476,68 @@
 
10004
@@ -11124,14 +10460,68 @@
10119
10005
 TALLOC_LIBS=""
10120
10006
 
10121
10007
 
10187
10073
 else
10188
10074
   if test "$cross_compiling" = yes; then
10189
10075
   # Depending upon the size, compute the lo and hi bounds.
10190
 
@@ -11158,10 +10548,11 @@
 
10076
@@ -11142,10 +10532,11 @@
10191
10077
 cat >>conftest.$ac_ext <<_ACEOF
10192
10078
 /* end confdefs.h.  */
10193
10079
 $ac_includes_default
10200
10086
 test_array [0] = 0
10201
10087
 
10202
10088
   ;
10203
 
@@ -11174,14 +10565,13 @@
 
10089
@@ -11158,14 +10549,13 @@
10204
10090
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10205
10091
   *) ac_try_echo=$ac_try;;
10206
10092
 esac
10217
10103
   (exit $ac_status); } && {
10218
10104
         test -z "$ac_c_werror_flag" ||
10219
10105
         test ! -s conftest.err
10220
 
@@ -11195,10 +10585,11 @@
 
10106
@@ -11179,10 +10569,11 @@
10221
10107
 cat >>conftest.$ac_ext <<_ACEOF
10222
10108
 /* end confdefs.h.  */
10223
10109
 $ac_includes_default
10230
10116
 test_array [0] = 0
10231
10117
 
10232
10118
   ;
10233
 
@@ -11211,21 +10602,20 @@
 
10119
@@ -11195,21 +10586,20 @@
10234
10120
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10235
10121
   *) ac_try_echo=$ac_try;;
10236
10122
 esac
10255
10141
 sed 's/^/| /' conftest.$ac_ext >&5
10256
10142
 
10257
10143
        ac_lo=`expr $ac_mid + 1`
10258
 
@@ -11239,7 +10629,7 @@
 
10144
@@ -11223,7 +10613,7 @@
10259
10145
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10260
10146
   done
10261
10147
 else
10264
10150
 sed 's/^/| /' conftest.$ac_ext >&5
10265
10151
 
10266
10152
        cat >conftest.$ac_ext <<_ACEOF
10267
 
@@ -11249,10 +10639,11 @@
 
10153
@@ -11233,10 +10623,11 @@
10268
10154
 cat >>conftest.$ac_ext <<_ACEOF
10269
10155
 /* end confdefs.h.  */
10270
10156
 $ac_includes_default
10277
10163
 test_array [0] = 0
10278
10164
 
10279
10165
   ;
10280
 
@@ -11265,14 +10656,13 @@
 
10166
@@ -11249,14 +10640,13 @@
10281
10167
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10282
10168
   *) ac_try_echo=$ac_try;;
10283
10169
 esac
10294
10180
   (exit $ac_status); } && {
10295
10181
         test -z "$ac_c_werror_flag" ||
10296
10182
         test ! -s conftest.err
10297
 
@@ -11286,10 +10676,11 @@
 
10183
@@ -11270,10 +10660,11 @@
10298
10184
 cat >>conftest.$ac_ext <<_ACEOF
10299
10185
 /* end confdefs.h.  */
10300
10186
 $ac_includes_default
10307
10193
 test_array [0] = 0
10308
10194
 
10309
10195
   ;
10310
 
@@ -11302,21 +10693,20 @@
 
10196
@@ -11286,21 +10677,20 @@
10311
10197
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10312
10198
   *) ac_try_echo=$ac_try;;
10313
10199
 esac
10332
10218
 sed 's/^/| /' conftest.$ac_ext >&5
10333
10219
 
10334
10220
        ac_hi=`expr '(' $ac_mid ')' - 1`
10335
 
@@ -11330,7 +10720,7 @@
 
10221
@@ -11314,7 +10704,7 @@
10336
10222
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10337
10223
   done
10338
10224
 else
10341
10227
 sed 's/^/| /' conftest.$ac_ext >&5
10342
10228
 
10343
10229
        ac_lo= ac_hi=
10344
 
@@ -11350,10 +10740,11 @@
 
10230
@@ -11334,10 +10724,11 @@
10345
10231
 cat >>conftest.$ac_ext <<_ACEOF
10346
10232
 /* end confdefs.h.  */
10347
10233
 $ac_includes_default
10354
10240
 test_array [0] = 0
10355
10241
 
10356
10242
   ;
10357
 
@@ -11366,21 +10757,20 @@
 
10243
@@ -11350,21 +10741,20 @@
10358
10244
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10359
10245
   *) ac_try_echo=$ac_try;;
10360
10246
 esac
10379
10265
 sed 's/^/| /' conftest.$ac_ext >&5
10380
10266
 
10381
10267
        ac_lo=`expr '(' $ac_mid ')' + 1`
10382
 
@@ -11391,13 +10781,11 @@
 
10268
@@ -11375,13 +10765,11 @@
10383
10269
 case $ac_lo in
10384
10270
 ?*) ac_cv_sizeof_size_t=$ac_lo;;
10385
10271
 '') if test "$ac_cv_type_size_t" = yes; then
10396
10282
    else
10397
10283
      ac_cv_sizeof_size_t=0
10398
10284
    fi ;;
10399
 
@@ -11410,8 +10798,9 @@
 
10285
@@ -11394,8 +10782,9 @@
10400
10286
 cat >>conftest.$ac_ext <<_ACEOF
10401
10287
 /* end confdefs.h.  */
10402
10288
 $ac_includes_default
10408
10294
 #include <stdio.h>
10409
10295
 #include <stdlib.h>
10410
10296
 int
10411
 
@@ -11421,22 +10810,20 @@
 
10297
@@ -11405,22 +10794,20 @@
10412
10298
   FILE *f = fopen ("conftest.val", "w");
10413
10299
   if (! f)
10414
10300
     return 1;
10436
10322
   return ferror (f) || fclose (f) != 0;
10437
10323
 
10438
10324
   ;
10439
 
@@ -11449,48 +10836,43 @@
 
10325
@@ -11433,64 +10820,113 @@
10440
10326
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10441
10327
   *) ac_try_echo=$ac_try;;
10442
10328
 esac
10466
10352
-$as_echo "$as_me: failed program was:" >&5
10467
10353
+  echo "$as_me: program exited with status $ac_status" >&5
10468
10354
+echo "$as_me: failed program was:" >&5
10469
 
 sed 's/^/| /' conftest.$ac_ext >&5
10470
 
 
10471
 
 ( exit $ac_status )
10472
 
 if test "$ac_cv_type_size_t" = yes; then
10473
 
-     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
10474
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
10475
 
-{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
 
10355
+sed 's/^/| /' conftest.$ac_ext >&5
 
10356
+
 
10357
+( exit $ac_status )
 
10358
+if test "$ac_cv_type_size_t" = yes; then
10476
10359
+     { { echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
10477
 
 See \`config.log' for more details." >&5
10478
 
-$as_echo "$as_me: error: cannot compute sizeof (size_t)
 
10360
+See \`config.log' for more details." >&5
10479
10361
+echo "$as_me: error: cannot compute sizeof (size_t)
10480
 
 See \`config.log' for more details." >&2;}
10481
 
-   { (exit 77); exit 77; }; }; }
 
10362
+See \`config.log' for more details." >&2;}
10482
10363
+   { (exit 77); exit 77; }; }
10483
 
    else
10484
 
      ac_cv_sizeof_size_t=0
10485
 
    fi
10486
 
 fi
10487
 
-rm -rf conftest.dSYM
10488
 
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
10489
 
 fi
10490
 
 rm -f conftest.val
10491
 
 fi
10492
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
10493
 
-$as_echo "$ac_cv_sizeof_size_t" >&6; }
 
10364
+   else
 
10365
+     ac_cv_sizeof_size_t=0
 
10366
+   fi
 
10367
+fi
 
10368
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
10369
+fi
 
10370
+rm -f conftest.val
 
10371
+fi
10494
10372
+{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
10495
10373
+echo "${ECHO_T}$ac_cv_sizeof_size_t" >&6; }
10496
 
 
10497
 
 
10498
 
 
10499
 
@@ -11499,14 +10881,68 @@
10500
 
 _ACEOF
10501
 
 
10502
 
 
 
10374
+
 
10375
+
 
10376
+
 
10377
+cat >>confdefs.h <<_ACEOF
 
10378
+#define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
 
10379
+_ACEOF
 
10380
+
 
10381
+
10503
10382
+{ echo "$as_me:$LINENO: checking for void *" >&5
10504
10383
+echo $ECHO_N "checking for void *... $ECHO_C" >&6; }
10505
10384
+if test "${ac_cv_type_void_p+set}" = set; then
10544
10423
+  ac_cv_type_void_p=yes
10545
10424
+else
10546
10425
+  echo "$as_me: failed program was:" >&5
10547
 
+sed 's/^/| /' conftest.$ac_ext >&5
10548
 
+
 
10426
 sed 's/^/| /' conftest.$ac_ext >&5
 
10427
 
 
10428
-( exit $ac_status )
 
10429
-if test "$ac_cv_type_size_t" = yes; then
 
10430
-     { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
10431
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
10432
-{ { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (size_t)
 
10433
-See \`config.log' for more details." >&5
 
10434
-$as_echo "$as_me: error: cannot compute sizeof (size_t)
 
10435
-See \`config.log' for more details." >&2;}
 
10436
-   { (exit 77); exit 77; }; }; }
 
10437
-   else
 
10438
-     ac_cv_sizeof_size_t=0
 
10439
-   fi
 
10440
-fi
 
10441
-rm -rf conftest.dSYM
 
10442
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
10443
-fi
 
10444
-rm -f conftest.val
10549
10445
+       ac_cv_type_void_p=no
10550
 
+fi
10551
 
+
 
10446
 fi
 
10447
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_size_t" >&5
 
10448
-$as_echo "$ac_cv_sizeof_size_t" >&6; }
 
10449
-
 
10450
-
 
10451
-
 
10452
-cat >>confdefs.h <<_ACEOF
 
10453
-#define SIZEOF_SIZE_T $ac_cv_sizeof_size_t
 
10454
-_ACEOF
 
10455
 
10552
10456
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10553
10457
+fi
10554
10458
+{ echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
10555
10459
+echo "${ECHO_T}$ac_cv_type_void_p" >&6; }
10556
 
+
 
10460
 
10557
10461
 # The cast to long int works around a bug in the HP C Compiler
10558
10462
 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
10559
10463
 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
10568
10472
 else
10569
10473
   if test "$cross_compiling" = yes; then
10570
10474
   # Depending upon the size, compute the lo and hi bounds.
10571
 
@@ -11517,10 +10953,11 @@
 
10475
@@ -11501,10 +10937,11 @@
10572
10476
 cat >>conftest.$ac_ext <<_ACEOF
10573
10477
 /* end confdefs.h.  */
10574
10478
 $ac_includes_default
10581
10485
 test_array [0] = 0
10582
10486
 
10583
10487
   ;
10584
 
@@ -11533,14 +10970,13 @@
 
10488
@@ -11517,14 +10954,13 @@
10585
10489
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10586
10490
   *) ac_try_echo=$ac_try;;
10587
10491
 esac
10598
10502
   (exit $ac_status); } && {
10599
10503
         test -z "$ac_c_werror_flag" ||
10600
10504
         test ! -s conftest.err
10601
 
@@ -11554,10 +10990,11 @@
 
10505
@@ -11538,10 +10974,11 @@
10602
10506
 cat >>conftest.$ac_ext <<_ACEOF
10603
10507
 /* end confdefs.h.  */
10604
10508
 $ac_includes_default
10611
10515
 test_array [0] = 0
10612
10516
 
10613
10517
   ;
10614
 
@@ -11570,21 +11007,20 @@
 
10518
@@ -11554,21 +10991,20 @@
10615
10519
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10616
10520
   *) ac_try_echo=$ac_try;;
10617
10521
 esac
10636
10540
 sed 's/^/| /' conftest.$ac_ext >&5
10637
10541
 
10638
10542
        ac_lo=`expr $ac_mid + 1`
10639
 
@@ -11598,7 +11034,7 @@
 
10543
@@ -11582,7 +11018,7 @@
10640
10544
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10641
10545
   done
10642
10546
 else
10645
10549
 sed 's/^/| /' conftest.$ac_ext >&5
10646
10550
 
10647
10551
        cat >conftest.$ac_ext <<_ACEOF
10648
 
@@ -11608,10 +11044,11 @@
 
10552
@@ -11592,10 +11028,11 @@
10649
10553
 cat >>conftest.$ac_ext <<_ACEOF
10650
10554
 /* end confdefs.h.  */
10651
10555
 $ac_includes_default
10658
10562
 test_array [0] = 0
10659
10563
 
10660
10564
   ;
10661
 
@@ -11624,14 +11061,13 @@
 
10565
@@ -11608,14 +11045,13 @@
10662
10566
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10663
10567
   *) ac_try_echo=$ac_try;;
10664
10568
 esac
10675
10579
   (exit $ac_status); } && {
10676
10580
         test -z "$ac_c_werror_flag" ||
10677
10581
         test ! -s conftest.err
10678
 
@@ -11645,10 +11081,11 @@
 
10582
@@ -11629,10 +11065,11 @@
10679
10583
 cat >>conftest.$ac_ext <<_ACEOF
10680
10584
 /* end confdefs.h.  */
10681
10585
 $ac_includes_default
10688
10592
 test_array [0] = 0
10689
10593
 
10690
10594
   ;
10691
 
@@ -11661,21 +11098,20 @@
 
10595
@@ -11645,21 +11082,20 @@
10692
10596
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10693
10597
   *) ac_try_echo=$ac_try;;
10694
10598
 esac
10713
10617
 sed 's/^/| /' conftest.$ac_ext >&5
10714
10618
 
10715
10619
        ac_hi=`expr '(' $ac_mid ')' - 1`
10716
 
@@ -11689,7 +11125,7 @@
 
10620
@@ -11673,7 +11109,7 @@
10717
10621
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10718
10622
   done
10719
10623
 else
10722
10626
 sed 's/^/| /' conftest.$ac_ext >&5
10723
10627
 
10724
10628
        ac_lo= ac_hi=
10725
 
@@ -11709,10 +11145,11 @@
 
10629
@@ -11693,10 +11129,11 @@
10726
10630
 cat >>conftest.$ac_ext <<_ACEOF
10727
10631
 /* end confdefs.h.  */
10728
10632
 $ac_includes_default
10735
10639
 test_array [0] = 0
10736
10640
 
10737
10641
   ;
10738
 
@@ -11725,21 +11162,20 @@
 
10642
@@ -11709,21 +11146,20 @@
10739
10643
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10740
10644
   *) ac_try_echo=$ac_try;;
10741
10645
 esac
10760
10664
 sed 's/^/| /' conftest.$ac_ext >&5
10761
10665
 
10762
10666
        ac_lo=`expr '(' $ac_mid ')' + 1`
10763
 
@@ -11750,13 +11186,11 @@
 
10667
@@ -11734,13 +11170,11 @@
10764
10668
 case $ac_lo in
10765
10669
 ?*) ac_cv_sizeof_void_p=$ac_lo;;
10766
10670
 '') if test "$ac_cv_type_void_p" = yes; then
10777
10681
    else
10778
10682
      ac_cv_sizeof_void_p=0
10779
10683
    fi ;;
10780
 
@@ -11769,8 +11203,9 @@
 
10684
@@ -11753,8 +11187,9 @@
10781
10685
 cat >>conftest.$ac_ext <<_ACEOF
10782
10686
 /* end confdefs.h.  */
10783
10687
 $ac_includes_default
10789
10693
 #include <stdio.h>
10790
10694
 #include <stdlib.h>
10791
10695
 int
10792
 
@@ -11780,22 +11215,20 @@
 
10696
@@ -11764,22 +11199,20 @@
10793
10697
   FILE *f = fopen ("conftest.val", "w");
10794
10698
   if (! f)
10795
10699
     return 1;
10817
10721
   return ferror (f) || fclose (f) != 0;
10818
10722
 
10819
10723
   ;
10820
 
@@ -11808,48 +11241,43 @@
 
10724
@@ -11792,48 +11225,43 @@
10821
10725
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10822
10726
   *) ac_try_echo=$ac_try;;
10823
10727
 esac
10877
10781
 
10878
10782
 
10879
10783
 
10880
 
@@ -11860,16 +11288,16 @@
 
10784
@@ -11844,16 +11272,16 @@
10881
10785
 
10882
10786
 
10883
10787
 if test $ac_cv_sizeof_size_t -lt $ac_cv_sizeof_void_p; then
10904
10808
    { (exit 1); exit 1; }; }
10905
10809
 fi
10906
10810
 
10907
 
@@ -12068,10 +11496,10 @@
 
10811
@@ -12052,10 +11480,10 @@
10908
10812
 if test x"$ac_cv_c_compiler_gnu" = x"yes" ; then
10909
10813
        DEVELOPER_CFLAGS="-g -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -DDEBUG_PASSWORD -DDEVELOPER"
10910
10814
        # Add -Wdeclaration-after-statement if compiler supports it
10918
10822
 else
10919
10823
 
10920
10824
 
10921
 
@@ -12105,32 +11533,29 @@
 
10825
@@ -12089,32 +11517,29 @@
10922
10826
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10923
10827
   *) ac_try_echo=$ac_try;;
10924
10828
 esac
10957
10861
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
10958
10862
 fi
10959
10863
 
10960
 
@@ -12147,18 +11572,18 @@
 
10864
@@ -12131,18 +11556,18 @@
10961
10865
 
10962
10866
 
10963
10867
 fi
10981
10885
 else
10982
10886
 
10983
10887
 
10984
 
@@ -12192,32 +11617,29 @@
 
10888
@@ -12176,32 +11601,29 @@
10985
10889
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10986
10890
   *) ac_try_echo=$ac_try;;
10987
10891
 esac
11020
10924
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11021
10925
 fi
11022
10926
 
11023
 
@@ -12234,8 +11656,8 @@
 
10927
@@ -12218,8 +11640,8 @@
11024
10928
 
11025
10929
 
11026
10930
 fi
11031
10935
        if test x"$samba_cv_HAVE_Werror_implicit_function_declaration" = x"yes"; then
11032
10936
            DEVELOPER_CFLAGS="${DEVELOPER_CFLAGS} -Werror-implicit-function-declaration"
11033
10937
        fi
11034
 
@@ -12274,15 +11696,15 @@
 
10938
@@ -12258,15 +11680,15 @@
11035
10939
 
11036
10940
 #################################################
11037
10941
 # check for a shared memory profiling support
11051
10955
 
11052
10956
 cat >>confdefs.h <<\_ACEOF
11053
10957
 #define WITH_PROFILE 1
11054
 
@@ -12291,14 +11713,14 @@
 
10958
@@ -12275,14 +11697,14 @@
11055
10959
     samba_cv_WITH_PROFILE=yes
11056
10960
     ;;
11057
10961
   *)
11070
10974
 
11071
10975
 fi
11072
10976
 
11073
 
@@ -12317,12 +11739,11 @@
 
10977
@@ -12301,12 +11723,11 @@
11074
10978
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
11075
10979
 # OS/2's system install, which has a completely different semantic
11076
10980
 # ./install, which can be erroneously created by make from ./install.sh.
11086
10990
 else
11087
10991
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11088
10992
 for as_dir in $PATH
11089
 
@@ -12351,29 +11772,17 @@
 
10993
@@ -12335,29 +11756,17 @@
11090
10994
            # program-specific install script used by HP pwplus--don't use.
11091
10995
            :
11092
10996
          else
11118
11022
 
11119
11023
 fi
11120
11024
   if test "${ac_cv_path_install+set}" = set; then
11121
 
@@ -12386,8 +11795,8 @@
 
11025
@@ -12370,8 +11779,8 @@
11122
11026
     INSTALL=$ac_install_sh
11123
11027
   fi
11124
11028
 fi
11129
11033
 
11130
11034
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
11131
11035
 # It thinks the first close brace ends the variable substitution.
11132
 
@@ -12401,10 +11810,10 @@
 
11036
@@ -12385,10 +11794,10 @@
11133
11037
 do
11134
11038
   # Extract the first word of "$ac_prog", so it can be a program name with args.
11135
11039
 set dummy $ac_prog; ac_word=$2
11143
11047
 else
11144
11048
   if test -n "$AWK"; then
11145
11049
   ac_cv_prog_AWK="$AWK" # Let the user override the test.
11146
 
@@ -12417,7 +11826,7 @@
 
11050
@@ -12401,7 +11810,7 @@
11147
11051
   for ac_exec_ext in '' $ac_executable_extensions; do
11148
11052
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11149
11053
     ac_cv_prog_AWK="$ac_prog"
11152
11056
     break 2
11153
11057
   fi
11154
11058
 done
11155
 
@@ -12428,11 +11837,11 @@
 
11059
@@ -12412,11 +11821,11 @@
11156
11060
 fi
11157
11061
 AWK=$ac_cv_prog_AWK
11158
11062
 if test -n "$AWK"; then
11168
11072
 fi
11169
11073
 
11170
11074
 
11171
 
@@ -12441,10 +11850,10 @@
 
11075
@@ -12425,10 +11834,10 @@
11172
11076
 
11173
11077
 # Extract the first word of "perl", so it can be a program name with args.
11174
11078
 set dummy perl; ac_word=$2
11182
11086
 else
11183
11087
   case $PERL in
11184
11088
   [\\/]* | ?:[\\/]*)
11185
 
@@ -12459,7 +11868,7 @@
 
11089
@@ -12443,7 +11852,7 @@
11186
11090
   for ac_exec_ext in '' $ac_executable_extensions; do
11187
11091
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11188
11092
     ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
11191
11095
     break 2
11192
11096
   fi
11193
11097
 done
11194
 
@@ -12471,11 +11880,11 @@
 
11098
@@ -12455,11 +11864,11 @@
11195
11099
 fi
11196
11100
 PERL=$ac_cv_path_PERL
11197
11101
 if test -n "$PERL"; then
11207
11111
 fi
11208
11112
 
11209
11113
 
11210
 
@@ -12483,10 +11892,10 @@
 
11114
@@ -12467,10 +11876,10 @@
11211
11115
 if test -n "$ac_tool_prefix"; then
11212
11116
   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
11213
11117
 set dummy ${ac_tool_prefix}ar; ac_word=$2
11221
11125
 else
11222
11126
   if test -n "$AR"; then
11223
11127
   ac_cv_prog_AR="$AR" # Let the user override the test.
11224
 
@@ -12499,7 +11908,7 @@
 
11128
@@ -12483,7 +11892,7 @@
11225
11129
   for ac_exec_ext in '' $ac_executable_extensions; do
11226
11130
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11227
11131
     ac_cv_prog_AR="${ac_tool_prefix}ar"
11230
11134
     break 2
11231
11135
   fi
11232
11136
 done
11233
 
@@ -12510,11 +11919,11 @@
 
11137
@@ -12494,11 +11903,11 @@
11234
11138
 fi
11235
11139
 AR=$ac_cv_prog_AR
11236
11140
 if test -n "$AR"; then
11246
11150
 fi
11247
11151
 
11248
11152
 
11249
 
@@ -12523,10 +11932,10 @@
 
11153
@@ -12507,10 +11916,10 @@
11250
11154
   ac_ct_AR=$AR
11251
11155
   # Extract the first word of "ar", so it can be a program name with args.
11252
11156
 set dummy ar; ac_word=$2
11260
11164
 else
11261
11165
   if test -n "$ac_ct_AR"; then
11262
11166
   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
11263
 
@@ -12539,7 +11948,7 @@
 
11167
@@ -12523,7 +11932,7 @@
11264
11168
   for ac_exec_ext in '' $ac_executable_extensions; do
11265
11169
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11266
11170
     ac_cv_prog_ac_ct_AR="ar"
11269
11173
     break 2
11270
11174
   fi
11271
11175
 done
11272
 
@@ -12550,11 +11959,11 @@
 
11176
@@ -12534,11 +11943,11 @@
11273
11177
 fi
11274
11178
 ac_ct_AR=$ac_cv_prog_ac_ct_AR
11275
11179
 if test -n "$ac_ct_AR"; then
11285
11189
 fi
11286
11190
 
11287
11191
   if test "x$ac_ct_AR" = x; then
11288
 
@@ -12562,8 +11971,12 @@
 
11192
@@ -12546,8 +11955,12 @@
11289
11193
   else
11290
11194
     case $cross_compiling:$ac_tool_warned in
11291
11195
 yes:)
11300
11204
 ac_tool_warned=yes ;;
11301
11205
 esac
11302
11206
     AR=$ac_ct_AR
11303
 
@@ -12574,10 +11987,10 @@
 
11207
@@ -12558,10 +11971,10 @@
11304
11208
 
11305
11209
 
11306
11210
 LD=ld
11314
11218
 else
11315
11219
   # I'd rather use --version here, but apparently some GNU ld's only accept -v.
11316
11220
 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
11317
 
@@ -12586,17 +11999,17 @@
 
11221
@@ -12570,17 +11983,17 @@
11318
11222
   ac_cv_prog_gnu_ld=no
11319
11223
 fi
11320
11224
 fi
11338
11242
         if test -n "$ac_cv_gnu_ld_date"; then
11339
11243
        if test "$ac_cv_gnu_ld_date" -lt 20030217; then
11340
11244
                ac_cv_gnu_ld_no_default_allow_shlib_undefined=yes
11341
 
@@ -12605,21 +12018,21 @@
 
11245
@@ -12589,25 +12002,25 @@
11342
11246
                ac_cv_gnu_ld_version_script=yes
11343
11247
        fi
11344
11248
         else
11345
11249
-           { $as_echo "$as_me:$LINENO: checking GNU ld release version" >&5
11346
11250
-$as_echo_n "checking GNU ld release version... " >&6; }
 
11251
-                      ac_cv_gnu_ld_vernr=`echo $ac_cv_gnu_ld_version | sed -n 's,^.*\([1-9][0-9]*\.[0-9][0-9]*\).*$,\1,p'`
11347
11252
+           { echo "$as_me:$LINENO: checking GNU ld release version" >&5
11348
11253
+echo $ECHO_N "checking GNU ld release version... $ECHO_C" >&6; }
11349
 
                       ac_cv_gnu_ld_vernr=`echo $ac_cv_gnu_ld_version | sed -n 's,^.*\([1-9][0-9]*\.[0-9][0-9]*\).*$,\1,p'`
 
11254
+                      ac_cv_gnu_ld_vernr=`echo $ac_cv_gnu_ld_version | sed -n 's,^.*[^0-9\.]\+\([1-9][0-9]*\.[0-9][0-9]*\).*$,\1,p'`
11350
11255
            ac_cv_gnu_ld_vernr_major=`echo $ac_cv_gnu_ld_vernr | cut -d '.' -f 1`
11351
11256
            ac_cv_gnu_ld_vernr_minor=`echo $ac_cv_gnu_ld_vernr | cut -d '.' -f 2`
11352
11257
-                      { $as_echo "$as_me:$LINENO: result: ${ac_cv_gnu_ld_vernr}" >&5
11372
11277
            if test "$ac_cv_gnu_ld_vernr_major" -lt 2 || test "$ac_cv_gnu_ld_vernr_minor" -lt 14; then
11373
11278
              ac_cv_gnu_ld_no_default_allow_shlib_undefined=yes
11374
11279
            fi
11375
 
@@ -12632,16 +12045,16 @@
 
11280
-           if test "$ac_cv_gnu_ld_vernr_major" -gt 2 || test "$ac_cv_gnu_ld_vernr_major"=2 && test "$ac_cv_gnu_ld_vernr_minor" -ge 12; then
 
11281
+           if test "$ac_cv_gnu_ld_vernr_major" -gt 2 || test "$ac_cv_gnu_ld_vernr_major" = 2 && test "$ac_cv_gnu_ld_vernr_minor" -ge 12; then
 
11282
              ac_cv_gnu_ld_version_script=yes
 
11283
            fi
 
11284
         fi
 
11285
@@ -12616,16 +12029,16 @@
11376
11286
 
11377
11287
 
11378
11288
 if test "x$CC" != xcc; then
11395
11305
 else
11396
11306
   cat >conftest.$ac_ext <<_ACEOF
11397
11307
 /* confdefs.h.  */
11398
 
@@ -12667,21 +12080,19 @@
 
11308
@@ -12651,21 +12064,19 @@
11399
11309
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11400
11310
   *) ac_try_echo=$ac_try;;
11401
11311
 esac
11421
11331
   (exit $ac_status); };
11422
11332
 then
11423
11333
   eval ac_cv_prog_cc_${ac_cc}_c_o=yes
11424
 
@@ -12692,11 +12103,10 @@
 
11334
@@ -12676,11 +12087,10 @@
11425
11335
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11426
11336
   *) ac_try_echo=$ac_try;;
11427
11337
 esac
11435
11345
   (exit $ac_status); }; }; then
11436
11346
       ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
11437
11347
       rm -f conftest2.*
11438
 
@@ -12704,21 +12114,19 @@
 
11348
@@ -12688,21 +12098,19 @@
11439
11349
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11440
11350
   *) ac_try_echo=$ac_try;;
11441
11351
 esac
11461
11371
   (exit $ac_status); };
11462
11372
       then
11463
11373
        # cc works too.
11464
 
@@ -12736,11 +12144,11 @@
 
11374
@@ -12720,11 +12128,11 @@
11465
11375
 
11466
11376
 fi
11467
11377
 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
11477
11387
 
11478
11388
 cat >>confdefs.h <<\_ACEOF
11479
11389
 #define NO_MINUS_C_MINUS_O 1
11480
 
@@ -12755,10 +12163,10 @@
 
11390
@@ -12739,10 +12147,10 @@
11481
11391
 fi
11482
11392
 
11483
11393
 
11491
11401
 else
11492
11402
 
11493
11403
 
11494
 
@@ -12792,32 +12200,29 @@
 
11404
@@ -12776,32 +12184,29 @@
11495
11405
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11496
11406
   *) ac_try_echo=$ac_try;;
11497
11407
 esac
11530
11440
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11531
11441
 fi
11532
11442
 
11533
 
@@ -12833,15 +12238,15 @@
 
11443
@@ -12817,15 +12222,15 @@
11534
11444
        export LDFLAGS;
11535
11445
 
11536
11446
 fi
11551
11461
 else
11552
11462
 
11553
11463
 
11554
 
@@ -12875,32 +12280,29 @@
 
11464
@@ -12859,32 +12264,29 @@
11555
11465
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11556
11466
   *) ac_try_echo=$ac_try;;
11557
11467
 esac
11590
11500
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11591
11501
 fi
11592
11502
 
11593
 
@@ -12916,15 +12318,15 @@
 
11503
@@ -12900,15 +12302,15 @@
11594
11504
        export LDFLAGS;
11595
11505
 
11596
11506
 fi
11611
11521
 else
11612
11522
 
11613
11523
 
11614
 
@@ -12958,32 +12360,29 @@
 
11524
@@ -12942,32 +12344,29 @@
11615
11525
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11616
11526
   *) ac_try_echo=$ac_try;;
11617
11527
 esac
11650
11560
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11651
11561
 fi
11652
11562
 
11653
 
@@ -12999,18 +12398,18 @@
 
11563
@@ -12983,18 +12382,18 @@
11654
11564
        export LDFLAGS;
11655
11565
 
11656
11566
 fi
11674
11584
 else
11675
11585
 
11676
11586
     cat >conftest.$ac_ext <<_ACEOF
11677
 
@@ -13034,21 +12433,20 @@
 
11587
@@ -13018,21 +12417,20 @@
11678
11588
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11679
11589
   *) ac_try_echo=$ac_try;;
11680
11590
 esac
11699
11609
 sed 's/^/| /' conftest.$ac_ext >&5
11700
11610
 
11701
11611
        samba_cv_volatile=no
11702
 
@@ -13056,8 +12454,8 @@
 
11612
@@ -13040,8 +12438,8 @@
11703
11613
 
11704
11614
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11705
11615
 fi
11710
11620
 if test x"$samba_cv_volatile" = x"yes"; then
11711
11621
 
11712
11622
 cat >>confdefs.h <<\_ACEOF
11713
 
@@ -13071,20 +12469,18 @@
 
11623
@@ -13055,20 +12453,18 @@
11714
11624
 # and don't truncate the values to INT_MAX
11715
11625
 # a runtime test is needed here
11716
11626
 
11737
11647
 else
11738
11648
   cat >conftest.$ac_ext <<_ACEOF
11739
11649
 /* confdefs.h.  */
11740
 
@@ -13118,42 +12514,39 @@
 
11650
@@ -13102,42 +12498,39 @@
11741
11651
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11742
11652
   *) ac_try_echo=$ac_try;;
11743
11653
 esac
11790
11700
        PIDL_ARGS="$PIDL_ARGS --uint-enums"
11791
11701
 fi
11792
11702
 
11793
 
@@ -13162,8 +12555,8 @@
 
11703
@@ -13146,8 +12539,8 @@
11794
11704
 saved_CFLAGS="$CFLAGS";
11795
11705
 c99_init=no
11796
11706
 if test x"$c99_init" = x"no"; then
11801
11711
     CFLAGS="$saved_CFLAGS";
11802
11712
     cat >conftest.$ac_ext <<_ACEOF
11803
11713
 /* confdefs.h.  */
11804
 
@@ -13188,33 +12581,32 @@
 
11714
@@ -13172,33 +12565,32 @@
11805
11715
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11806
11716
   *) ac_try_echo=$ac_try;;
11807
11717
 esac
11844
11754
     CFLAGS="$saved_CFLAGS -AC99";
11845
11755
     cat >conftest.$ac_ext <<_ACEOF
11846
11756
 /* confdefs.h.  */
11847
 
@@ -13239,33 +12631,32 @@
 
11757
@@ -13223,33 +12615,32 @@
11848
11758
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11849
11759
   *) ac_try_echo=$ac_try;;
11850
11760
 esac
11887
11797
     CFLAGS="$saved_CFLAGS -qlanglvl=extc99";
11888
11798
     cat >conftest.$ac_ext <<_ACEOF
11889
11799
 /* confdefs.h.  */
11890
 
@@ -13290,33 +12681,32 @@
 
11800
@@ -13274,33 +12665,32 @@
11891
11801
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11892
11802
   *) ac_try_echo=$ac_try;;
11893
11803
 esac
11930
11840
     CFLAGS="$saved_CFLAGS -qlanglvl=stdc99";
11931
11841
     cat >conftest.$ac_ext <<_ACEOF
11932
11842
 /* confdefs.h.  */
11933
 
@@ -13341,33 +12731,32 @@
 
11843
@@ -13325,33 +12715,32 @@
11934
11844
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11935
11845
   *) ac_try_echo=$ac_try;;
11936
11846
 esac
11973
11883
     CFLAGS="$saved_CFLAGS -c99"
11974
11884
     cat >conftest.$ac_ext <<_ACEOF
11975
11885
 /* confdefs.h.  */
11976
 
@@ -13392,26 +12781,25 @@
 
11886
@@ -13376,26 +12765,25 @@
11977
11887
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11978
11888
   *) ac_try_echo=$ac_try;;
11979
11889
 esac
12007
11917
 fi
12008
11918
 
12009
11919
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12010
 
@@ -13432,41 +12820,41 @@
 
11920
@@ -13416,41 +12804,41 @@
12011
11921
 else
12012
11922
     CFLAGS="$saved_CFLAGS"
12013
11923
     saved_CFLAGS=""
12071
11981
 
12072
11982
   case "$host_os" in
12073
11983
        *irix6*)
12074
 
@@ -13516,8 +12904,8 @@
 
11984
@@ -13500,8 +12888,8 @@
12075
11985
 #
12076
11986
 # CRAY Unicos has broken const handling
12077
11987
        *unicos*)
12082
11992
          CPPFLAGS="$CPPFLAGS -Dconst="
12083
11993
          ;;
12084
11994
 
12085
 
@@ -13526,8 +12914,8 @@
 
11995
@@ -13510,8 +12898,8 @@
12086
11996
 # files *at all* unless the -D_LARGE_FILE or -D_LARGE_FILE_API flags are set.
12087
11997
 #
12088
11998
     *aix4*)
12093
12003
       CPPFLAGS="$CPPFLAGS -D_LARGE_FILES"
12094
12004
 
12095
12005
 cat >>confdefs.h <<\_ACEOF
12096
 
@@ -13553,12 +12941,12 @@
 
12006
@@ -13537,12 +12925,12 @@
12097
12007
 
12098
12008
                case `uname -r` in
12099
12009
                        5.0|5.0.*|5.1|5.1.*|5.2|5.2.*|5.3|5.3.*|5.5|5.5.*)
12110
12020
                        if test "$ac_cv_c_compiler_gnu" = yes; then
12111
12021
                                ${CC-cc} -v >conftest.c 2>&1
12112
12022
                                ac_cv_gcc_compiler_version_number=`grep 'gcc version' conftest.c`
12113
 
@@ -13655,8 +13043,8 @@
 
12023
@@ -13639,8 +13027,8 @@
12114
12024
 #
12115
12025
     *sysv4*)
12116
12026
       if test $host = mips-sni-sysv4 ; then
12121
12031
         old_CPPFLAGS="$CPPFLAGS"
12122
12032
         CPPFLAGS="-D_LARGEFILE64_SOURCE $CPPFLAGS"
12123
12033
         if test "$cross_compiling" = yes; then
12124
 
@@ -13684,32 +13072,29 @@
 
12034
@@ -13668,32 +13056,29 @@
12125
12035
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12126
12036
   *) ac_try_echo=$ac_try;;
12127
12037
 esac
12160
12070
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12161
12071
 fi
12162
12072
 
12163
 
@@ -13726,16 +13111,37 @@
 
12073
@@ -13710,16 +13095,37 @@
12164
12074
           LDFLAGS="`getconf LFS64_LDFLAGS` $LDFLAGS"
12165
12075
           LIBS="`getconf LFS64_LIBS` $LIBS"
12166
12076
         fi
12202
12112
         old_CPPFLAGS="$CPPFLAGS"
12203
12113
         CPPFLAGS="-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE $CPPFLAGS"
12204
12114
        if test "$cross_compiling" = yes; then
12205
 
@@ -13791,32 +13197,29 @@
 
12115
@@ -13775,32 +13181,29 @@
12206
12116
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12207
12117
   *) ac_try_echo=$ac_try;;
12208
12118
 esac
12241
12151
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12242
12152
 fi
12243
12153
 
12244
 
@@ -13840,8 +13243,8 @@
 
12154
@@ -13824,8 +13227,8 @@
12245
12155
 _ACEOF
12246
12156
 
12247
12157
        fi
12252
12162
        ;;
12253
12163
 
12254
12164
 #
12255
 
@@ -13860,8 +13263,8 @@
 
12165
@@ -13844,8 +13247,8 @@
12256
12166
 
12257
12167
        ;;
12258
12168
     *hurd*)
12263
12173
         old_CPPFLAGS="$CPPFLAGS"
12264
12174
         CPPFLAGS="-D_LARGEFILE64_SOURCE -D_GNU_SOURCE $CPPFLAGS"
12265
12175
         if test "$cross_compiling" = yes; then
12266
 
@@ -13889,32 +13292,29 @@
 
12176
@@ -13873,32 +13276,29 @@
12267
12177
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12268
12178
   *) ac_try_echo=$ac_try;;
12269
12179
 esac
12302
12212
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
12303
12213
 fi
12304
12214
 
12305
 
@@ -13933,8 +13333,8 @@
 
12215
@@ -13917,8 +13317,8 @@
12306
12216
 _ACEOF
12307
12217
 
12308
12218
         fi
12313
12223
     ;;
12314
12224
 
12315
12225
 esac
12316
 
@@ -13958,10 +13358,10 @@
 
12226
@@ -13942,10 +13342,10 @@
12317
12227
 
12318
12228
 LIBREPLACEOBJ="${LIBREPLACEOBJ} snprintf.o"
12319
12229
 
12327
12237
 else
12328
12238
   cat >conftest.$ac_ext <<_ACEOF
12329
12239
 /* confdefs.h.  */
12330
 
@@ -13986,21 +13386,20 @@
 
12240
@@ -13970,21 +13370,20 @@
12331
12241
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12332
12242
   *) ac_try_echo=$ac_try;;
12333
12243
 esac
12352
12262
 sed 's/^/| /' conftest.$ac_ext >&5
12353
12263
 
12354
12264
        ac_cv_type_signal=void
12355
 
@@ -14008,18 +13407,18 @@
 
12265
@@ -13992,18 +13391,18 @@
12356
12266
 
12357
12267
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12358
12268
 fi
12376
12286
 else
12377
12287
   cat >conftest.$ac_ext <<_ACEOF
12378
12288
 /* confdefs.h.  */
12379
 
@@ -14039,8 +13438,8 @@
 
12289
@@ -14023,8 +13422,8 @@
12380
12290
 rm -f conftest*
12381
12291
 
12382
12292
 fi
12387
12297
 if test $ac_cv_type_uid_t = no; then
12388
12298
 
12389
12299
 cat >>confdefs.h <<\_ACEOF
12390
 
@@ -14054,46 +13453,11 @@
 
12300
@@ -14038,46 +13437,11 @@
12391
12301
 
12392
12302
 fi
12393
12303
 
12437
12347
   cat >conftest.$ac_ext <<_ACEOF
12438
12348
 /* confdefs.h.  */
12439
12349
 _ACEOF
12440
 
@@ -14101,11 +13465,14 @@
 
12350
@@ -14085,11 +13449,14 @@
12441
12351
 cat >>conftest.$ac_ext <<_ACEOF
12442
12352
 /* end confdefs.h.  */
12443
12353
 $ac_includes_default
12454
12364
   ;
12455
12365
   return 0;
12456
12366
 }
12457
 
@@ -14116,39 +13483,30 @@
 
12367
@@ -14100,39 +13467,30 @@
12458
12368
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12459
12369
   *) ac_try_echo=$ac_try;;
12460
12370
 esac
12502
12412
   :
12503
12413
 else
12504
12414
 
12505
 
@@ -14158,46 +13516,11 @@
 
12415
@@ -14142,46 +13500,11 @@
12506
12416
 
12507
12417
 fi
12508
12418
 
12552
12462
   cat >conftest.$ac_ext <<_ACEOF
12553
12463
 /* confdefs.h.  */
12554
12464
 _ACEOF
12555
 
@@ -14205,11 +13528,14 @@
 
12465
@@ -14189,11 +13512,14 @@
12556
12466
 cat >>conftest.$ac_ext <<_ACEOF
12557
12467
 /* end confdefs.h.  */
12558
12468
 $ac_includes_default
12569
12479
   ;
12570
12480
   return 0;
12571
12481
 }
12572
 
@@ -14220,39 +13546,30 @@
 
12482
@@ -14204,39 +13530,30 @@
12573
12483
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12574
12484
   *) ac_try_echo=$ac_try;;
12575
12485
 esac
12617
12527
   :
12618
12528
 else
12619
12529
 
12620
 
@@ -14262,46 +13579,11 @@
 
12530
@@ -14246,46 +13563,11 @@
12621
12531
 
12622
12532
 fi
12623
12533
 
12667
12577
   cat >conftest.$ac_ext <<_ACEOF
12668
12578
 /* confdefs.h.  */
12669
12579
 _ACEOF
12670
 
@@ -14309,11 +13591,14 @@
 
12580
@@ -14293,11 +13575,14 @@
12671
12581
 cat >>conftest.$ac_ext <<_ACEOF
12672
12582
 /* end confdefs.h.  */
12673
12583
 $ac_includes_default
12684
12594
   ;
12685
12595
   return 0;
12686
12596
 }
12687
 
@@ -14324,39 +13609,30 @@
 
12597
@@ -14308,39 +13593,30 @@
12688
12598
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12689
12599
   *) ac_try_echo=$ac_try;;
12690
12600
 esac
12703
12613
         test ! -s conftest.err
12704
12614
        } && test -s conftest.$ac_objext; then
12705
12615
-  :
12706
 
-else
 
12616
+  ac_cv_type_size_t=yes
 
12617
 else
12707
12618
-  $as_echo "$as_me: failed program was:" >&5
12708
 
-sed 's/^/| /' conftest.$ac_ext >&5
12709
 
-
 
12619
+  echo "$as_me: failed program was:" >&5
 
12620
 sed 's/^/| /' conftest.$ac_ext >&5
 
12621
 
12710
12622
-       ac_cv_type_size_t=yes
12711
 
-fi
12712
 
-
12713
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12714
 
+  ac_cv_type_size_t=yes
12715
 
 else
12716
 
-  $as_echo "$as_me: failed program was:" >&5
12717
 
+  echo "$as_me: failed program was:" >&5
12718
 
 sed 's/^/| /' conftest.$ac_ext >&5
12719
 
 
12720
 
-
12721
12623
+       ac_cv_type_size_t=no
12722
12624
 fi
12723
12625
 
12724
12626
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
12627
-else
 
12628
-  $as_echo "$as_me: failed program was:" >&5
 
12629
-sed 's/^/| /' conftest.$ac_ext >&5
 
12630
-
 
12631
-
12725
12632
 fi
 
12633
-
 
12634
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
12635
-fi
12726
12636
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
12727
12637
-$as_echo "$ac_cv_type_size_t" >&6; }
12728
12638
-if test "x$ac_cv_type_size_t" = x""yes; then
12732
12642
   :
12733
12643
 else
12734
12644
 
12735
 
@@ -14366,46 +13642,11 @@
 
12645
@@ -14350,46 +13626,11 @@
12736
12646
 
12737
12647
 fi
12738
12648
 
12782
12692
   cat >conftest.$ac_ext <<_ACEOF
12783
12693
 /* confdefs.h.  */
12784
12694
 _ACEOF
12785
 
@@ -14413,11 +13654,14 @@
 
12695
@@ -14397,11 +13638,14 @@
12786
12696
 cat >>conftest.$ac_ext <<_ACEOF
12787
12697
 /* end confdefs.h.  */
12788
12698
 $ac_includes_default
12799
12709
   ;
12800
12710
   return 0;
12801
12711
 }
12802
 
@@ -14428,39 +13672,30 @@
 
12712
@@ -14412,39 +13656,30 @@
12803
12713
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12804
12714
   *) ac_try_echo=$ac_try;;
12805
12715
 esac
12847
12757
   :
12848
12758
 else
12849
12759
 
12850
 
@@ -14470,10 +13705,10 @@
 
12760
@@ -14454,10 +13689,10 @@
12851
12761
 
12852
12762
 fi
12853
12763
 
12861
12771
 else
12862
12772
   cat >conftest.$ac_ext <<_ACEOF
12863
12773
 /* confdefs.h.  */
12864
 
@@ -14498,21 +13733,20 @@
 
12774
@@ -14482,21 +13717,20 @@
12865
12775
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12866
12776
   *) ac_try_echo=$ac_try;;
12867
12777
 esac
12886
12796
 sed 's/^/| /' conftest.$ac_ext >&5
12887
12797
 
12888
12798
        cat >conftest.$ac_ext <<_ACEOF
12889
 
@@ -14538,21 +13772,20 @@
 
12799
@@ -14522,21 +13756,20 @@
12890
12800
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12891
12801
   *) ac_try_echo=$ac_try;;
12892
12802
 esac
12911
12821
 sed 's/^/| /' conftest.$ac_ext >&5
12912
12822
 
12913
12823
        ac_cv_member_struct_stat_st_rdev=no
12914
 
@@ -14563,166 +13796,27 @@
 
12824
@@ -14547,9 +13780,9 @@
12915
12825
 
12916
12826
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12917
12827
 fi
12918
12828
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_rdev" >&5
12919
12829
-$as_echo "$ac_cv_member_struct_stat_st_rdev" >&6; }
12920
12830
-if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then
12921
 
-
12922
 
-cat >>confdefs.h <<_ACEOF
12923
 
-#define HAVE_STRUCT_STAT_ST_RDEV 1
12924
 
-_ACEOF
12925
 
-
12926
 
-
12927
 
-cat >>confdefs.h <<\_ACEOF
12928
 
-#define HAVE_ST_RDEV 1
12929
 
-_ACEOF
12930
 
-
12931
 
-fi
12932
 
-
12933
 
-
 
12831
+{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_rdev" >&5
 
12832
+echo "${ECHO_T}$ac_cv_member_struct_stat_st_rdev" >&6; }
 
12833
+if test $ac_cv_member_struct_stat_st_rdev = yes; then
 
12834
 
 
12835
 cat >>confdefs.h <<_ACEOF
 
12836
 #define HAVE_STRUCT_STAT_ST_RDEV 1
 
12837
@@ -14563,46 +13796,11 @@
 
12838
 fi
 
12839
 
 
12840
 
12934
12841
-{ $as_echo "$as_me:$LINENO: checking for ino_t" >&5
12935
12842
-$as_echo_n "checking for ino_t... " >&6; }
12936
 
-if test "${ac_cv_type_ino_t+set}" = set; then
 
12843
+{ echo "$as_me:$LINENO: checking for ino_t" >&5
 
12844
+echo $ECHO_N "checking for ino_t... $ECHO_C" >&6; }
 
12845
 if test "${ac_cv_type_ino_t+set}" = set; then
12937
12846
-  $as_echo_n "(cached) " >&6
12938
 
-else
 
12847
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
12848
 else
12939
12849
-  ac_cv_type_ino_t=no
12940
12850
-cat >conftest.$ac_ext <<_ACEOF
12941
12851
-/* confdefs.h.  */
12971
12881
-        test -z "$ac_c_werror_flag" ||
12972
12882
-        test ! -s conftest.err
12973
12883
-       } && test -s conftest.$ac_objext; then
12974
 
-  cat >conftest.$ac_ext <<_ACEOF
12975
 
-/* confdefs.h.  */
12976
 
-_ACEOF
12977
 
-cat confdefs.h >>conftest.$ac_ext
12978
 
-cat >>conftest.$ac_ext <<_ACEOF
12979
 
-/* end confdefs.h.  */
12980
 
-$ac_includes_default
12981
 
-int
12982
 
-main ()
12983
 
-{
 
12884
   cat >conftest.$ac_ext <<_ACEOF
 
12885
 /* confdefs.h.  */
 
12886
 _ACEOF
 
12887
@@ -14610,11 +13808,14 @@
 
12888
 cat >>conftest.$ac_ext <<_ACEOF
 
12889
 /* end confdefs.h.  */
 
12890
 $ac_includes_default
 
12891
+typedef ino_t ac__type_new_;
 
12892
 int
 
12893
 main ()
 
12894
 {
12984
12895
-if (sizeof ((ino_t)))
12985
12896
-         return 0;
12986
 
-  ;
12987
 
-  return 0;
12988
 
-}
12989
 
-_ACEOF
12990
 
-rm -f conftest.$ac_objext
12991
 
-if { (ac_try="$ac_compile"
12992
 
-case "(($ac_try" in
12993
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12994
 
-  *) ac_try_echo=$ac_try;;
12995
 
-esac
 
12897
+if ((ac__type_new_ *) 0)
 
12898
+  return 0;
 
12899
+if (sizeof (ac__type_new_))
 
12900
+  return 0;
 
12901
   ;
 
12902
   return 0;
 
12903
 }
 
12904
@@ -14625,39 +13826,30 @@
 
12905
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
12906
   *) ac_try_echo=$ac_try;;
 
12907
 esac
12996
12908
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12997
12909
-$as_echo "$ac_try_echo") >&5
12998
 
-  (eval "$ac_compile") 2>conftest.er1
12999
 
-  ac_status=$?
13000
 
-  grep -v '^ *+' conftest.er1 >conftest.err
13001
 
-  rm -f conftest.er1
13002
 
-  cat conftest.err >&5
 
12910
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
12911
   (eval "$ac_compile") 2>conftest.er1
 
12912
   ac_status=$?
 
12913
   grep -v '^ *+' conftest.er1 >conftest.err
 
12914
   rm -f conftest.er1
 
12915
   cat conftest.err >&5
13003
12916
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13004
 
-  (exit $ac_status); } && {
13005
 
-        test -z "$ac_c_werror_flag" ||
13006
 
-        test ! -s conftest.err
13007
 
-       } && test -s conftest.$ac_objext; then
 
12917
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
12918
   (exit $ac_status); } && {
 
12919
         test -z "$ac_c_werror_flag" ||
 
12920
         test ! -s conftest.err
 
12921
        } && test -s conftest.$ac_objext; then
13008
12922
-  :
13009
12923
-else
13010
12924
-  $as_echo "$as_me: failed program was:" >&5
13014
12928
-fi
13015
12929
-
13016
12930
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13017
 
-else
 
12931
+  ac_cv_type_ino_t=yes
 
12932
 else
13018
12933
-  $as_echo "$as_me: failed program was:" >&5
13019
 
-sed 's/^/| /' conftest.$ac_ext >&5
13020
 
-
13021
 
-
13022
 
-fi
13023
 
-
13024
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13025
 
-fi
 
12934
+  echo "$as_me: failed program was:" >&5
 
12935
 sed 's/^/| /' conftest.$ac_ext >&5
 
12936
 
 
12937
-
 
12938
+       ac_cv_type_ino_t=no
 
12939
 fi
 
12940
 
 
12941
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
12942
 fi
13026
12943
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_ino_t" >&5
13027
12944
-$as_echo "$ac_cv_type_ino_t" >&6; }
13028
12945
-if test "x$ac_cv_type_ino_t" = x""yes; then
13029
 
-  :
13030
 
-else
13031
 
-
13032
 
-cat >>confdefs.h <<_ACEOF
13033
 
-#define ino_t unsigned
13034
 
-_ACEOF
13035
 
-
13036
 
-fi
13037
 
-
 
12946
+{ echo "$as_me:$LINENO: result: $ac_cv_type_ino_t" >&5
 
12947
+echo "${ECHO_T}$ac_cv_type_ino_t" >&6; }
 
12948
+if test $ac_cv_type_ino_t = yes; then
 
12949
   :
 
12950
 else
 
12951
 
 
12952
@@ -14667,46 +13859,11 @@
 
12953
 
 
12954
 fi
 
12955
 
13038
12956
-{ $as_echo "$as_me:$LINENO: checking for loff_t" >&5
13039
12957
-$as_echo_n "checking for loff_t... " >&6; }
13040
 
-if test "${ac_cv_type_loff_t+set}" = set; then
 
12958
+{ echo "$as_me:$LINENO: checking for loff_t" >&5
 
12959
+echo $ECHO_N "checking for loff_t... $ECHO_C" >&6; }
 
12960
 if test "${ac_cv_type_loff_t+set}" = set; then
13041
12961
-  $as_echo_n "(cached) " >&6
13042
 
-else
 
12962
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
12963
 else
13043
12964
-  ac_cv_type_loff_t=no
13044
12965
-cat >conftest.$ac_ext <<_ACEOF
13045
12966
-/* confdefs.h.  */
13075
12996
-        test -z "$ac_c_werror_flag" ||
13076
12997
-        test ! -s conftest.err
13077
12998
-       } && test -s conftest.$ac_objext; then
13078
 
+{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_rdev" >&5
13079
 
+echo "${ECHO_T}$ac_cv_member_struct_stat_st_rdev" >&6; }
13080
 
+if test $ac_cv_member_struct_stat_st_rdev = yes; then
13081
 
+
13082
 
+cat >>confdefs.h <<_ACEOF
13083
 
+#define HAVE_STRUCT_STAT_ST_RDEV 1
13084
 
+_ACEOF
13085
 
+
13086
 
+
13087
 
+cat >>confdefs.h <<\_ACEOF
13088
 
+#define HAVE_ST_RDEV 1
13089
 
+_ACEOF
13090
 
+
13091
 
+fi
13092
 
+
13093
 
+
13094
 
+{ echo "$as_me:$LINENO: checking for ino_t" >&5
13095
 
+echo $ECHO_N "checking for ino_t... $ECHO_C" >&6; }
13096
 
+if test "${ac_cv_type_ino_t+set}" = set; then
13097
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
13098
 
+else
13099
12999
   cat >conftest.$ac_ext <<_ACEOF
13100
13000
 /* confdefs.h.  */
13101
13001
 _ACEOF
13102
 
@@ -14730,11 +13824,14 @@
 
13002
@@ -14714,11 +13871,14 @@
13103
13003
 cat >>conftest.$ac_ext <<_ACEOF
13104
13004
 /* end confdefs.h.  */
13105
13005
 $ac_includes_default
13106
 
+typedef ino_t ac__type_new_;
 
13006
+typedef loff_t ac__type_new_;
13107
13007
 int
13108
13008
 main ()
13109
13009
 {
13116
13016
   ;
13117
13017
   return 0;
13118
13018
 }
13119
 
@@ -14745,66 +13842,59 @@
 
13019
@@ -14729,39 +13889,30 @@
13120
13020
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13121
13021
   *) ac_try_echo=$ac_try;;
13122
13022
 esac
13143
13043
-fi
13144
13044
-
13145
13045
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13146
 
+  ac_cv_type_ino_t=yes
 
13046
+  ac_cv_type_loff_t=yes
13147
13047
 else
13148
13048
-  $as_echo "$as_me: failed program was:" >&5
13149
13049
+  echo "$as_me: failed program was:" >&5
13150
13050
 sed 's/^/| /' conftest.$ac_ext >&5
13151
13051
 
13152
13052
-
13153
 
+       ac_cv_type_ino_t=no
 
13053
+       ac_cv_type_loff_t=no
13154
13054
 fi
13155
13055
 
13156
13056
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13158
13058
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_loff_t" >&5
13159
13059
-$as_echo "$ac_cv_type_loff_t" >&6; }
13160
13060
-if test "x$ac_cv_type_loff_t" = x""yes; then
13161
 
+{ echo "$as_me:$LINENO: result: $ac_cv_type_ino_t" >&5
13162
 
+echo "${ECHO_T}$ac_cv_type_ino_t" >&6; }
13163
 
+if test $ac_cv_type_ino_t = yes; then
13164
 
   :
13165
 
 else
13166
 
 
13167
 
 cat >>confdefs.h <<_ACEOF
13168
 
-#define loff_t off_t
13169
 
+#define ino_t unsigned
13170
 
 _ACEOF
13171
 
 
13172
 
 fi
13173
 
 
13174
 
-{ $as_echo "$as_me:$LINENO: checking for offset_t" >&5
13175
 
-$as_echo_n "checking for offset_t... " >&6; }
13176
 
-if test "${ac_cv_type_offset_t+set}" = set; then
13177
 
-  $as_echo_n "(cached) " >&6
13178
 
+{ echo "$as_me:$LINENO: checking for loff_t" >&5
13179
 
+echo $ECHO_N "checking for loff_t... $ECHO_C" >&6; }
13180
 
+if test "${ac_cv_type_loff_t+set}" = set; then
13181
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
13182
 
 else
13183
 
-  ac_cv_type_offset_t=no
13184
 
-cat >conftest.$ac_ext <<_ACEOF
13185
 
+  cat >conftest.$ac_ext <<_ACEOF
13186
 
 /* confdefs.h.  */
13187
 
 _ACEOF
13188
 
 cat confdefs.h >>conftest.$ac_ext
13189
 
 cat >>conftest.$ac_ext <<_ACEOF
13190
 
 /* end confdefs.h.  */
13191
 
 $ac_includes_default
13192
 
+typedef loff_t ac__type_new_;
13193
 
 int
13194
 
 main ()
13195
 
 {
13196
 
-if (sizeof (offset_t))
13197
 
-       return 0;
13198
 
+if ((ac__type_new_ *) 0)
13199
 
+  return 0;
13200
 
+if (sizeof (ac__type_new_))
13201
 
+  return 0;
13202
 
   ;
13203
 
   return 0;
13204
 
 }
13205
 
@@ -14815,18 +13905,44 @@
13206
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13207
 
   *) ac_try_echo=$ac_try;;
13208
 
 esac
13209
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13210
 
-$as_echo "$ac_try_echo") >&5
13211
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13212
 
   (eval "$ac_compile") 2>conftest.er1
13213
 
   ac_status=$?
13214
 
   grep -v '^ *+' conftest.er1 >conftest.err
13215
 
   rm -f conftest.er1
13216
 
   cat conftest.err >&5
13217
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13218
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
13219
 
   (exit $ac_status); } && {
13220
 
         test -z "$ac_c_werror_flag" ||
13221
 
         test ! -s conftest.err
13222
 
        } && test -s conftest.$ac_objext; then
13223
 
+  ac_cv_type_loff_t=yes
13224
 
+else
13225
 
+  echo "$as_me: failed program was:" >&5
13226
 
+sed 's/^/| /' conftest.$ac_ext >&5
13227
 
+
13228
 
+       ac_cv_type_loff_t=no
13229
 
+fi
13230
 
+
13231
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13232
 
+fi
13233
13061
+{ echo "$as_me:$LINENO: result: $ac_cv_type_loff_t" >&5
13234
13062
+echo "${ECHO_T}$ac_cv_type_loff_t" >&6; }
13235
13063
+if test $ac_cv_type_loff_t = yes; then
13236
 
+  :
13237
 
+else
13238
 
+
13239
 
+cat >>confdefs.h <<_ACEOF
13240
 
+#define loff_t off_t
13241
 
+_ACEOF
13242
 
+
13243
 
+fi
13244
 
+
 
13064
   :
 
13065
 else
 
13066
 
 
13067
@@ -14771,46 +13922,11 @@
 
13068
 
 
13069
 fi
 
13070
 
 
13071
-{ $as_echo "$as_me:$LINENO: checking for offset_t" >&5
 
13072
-$as_echo_n "checking for offset_t... " >&6; }
13245
13073
+{ echo "$as_me:$LINENO: checking for offset_t" >&5
13246
13074
+echo $ECHO_N "checking for offset_t... $ECHO_C" >&6; }
13247
 
+if test "${ac_cv_type_offset_t+set}" = set; then
 
13075
 if test "${ac_cv_type_offset_t+set}" = set; then
 
13076
-  $as_echo_n "(cached) " >&6
13248
13077
+  echo $ECHO_N "(cached) $ECHO_C" >&6
13249
 
+else
 
13078
 else
 
13079
-  ac_cv_type_offset_t=no
 
13080
-cat >conftest.$ac_ext <<_ACEOF
 
13081
-/* confdefs.h.  */
 
13082
-_ACEOF
 
13083
-cat confdefs.h >>conftest.$ac_ext
 
13084
-cat >>conftest.$ac_ext <<_ACEOF
 
13085
-/* end confdefs.h.  */
 
13086
-$ac_includes_default
 
13087
-int
 
13088
-main ()
 
13089
-{
 
13090
-if (sizeof (offset_t))
 
13091
-       return 0;
 
13092
-  ;
 
13093
-  return 0;
 
13094
-}
 
13095
-_ACEOF
 
13096
-rm -f conftest.$ac_objext
 
13097
-if { (ac_try="$ac_compile"
 
13098
-case "(($ac_try" in
 
13099
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
13100
-  *) ac_try_echo=$ac_try;;
 
13101
-esac
 
13102
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
13103
-$as_echo "$ac_try_echo") >&5
 
13104
-  (eval "$ac_compile") 2>conftest.er1
 
13105
-  ac_status=$?
 
13106
-  grep -v '^ *+' conftest.er1 >conftest.err
 
13107
-  rm -f conftest.er1
 
13108
-  cat conftest.err >&5
 
13109
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
13110
-  (exit $ac_status); } && {
 
13111
-        test -z "$ac_c_werror_flag" ||
 
13112
-        test ! -s conftest.err
 
13113
-       } && test -s conftest.$ac_objext; then
13250
13114
   cat >conftest.$ac_ext <<_ACEOF
13251
13115
 /* confdefs.h.  */
13252
13116
 _ACEOF
13253
 
@@ -14834,11 +13950,14 @@
 
13117
@@ -14818,11 +13934,14 @@
13254
13118
 cat >>conftest.$ac_ext <<_ACEOF
13255
13119
 /* end confdefs.h.  */
13256
13120
 $ac_includes_default
13267
13131
   ;
13268
13132
   return 0;
13269
13133
 }
13270
 
@@ -14849,39 +13968,30 @@
 
13134
@@ -14833,39 +13952,30 @@
13271
13135
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13272
13136
   *) ac_try_echo=$ac_try;;
13273
13137
 esac
13315
13179
   :
13316
13180
 else
13317
13181
 
13318
 
@@ -14892,10 +14002,10 @@
 
13182
@@ -14876,10 +13986,10 @@
13319
13183
 fi
13320
13184
 
13321
13185
 
13329
13193
 else
13330
13194
   if test "$cross_compiling" = yes; then
13331
13195
   ac_cv_func_memcmp_working=no
13332
 
@@ -14945,39 +14055,36 @@
 
13196
@@ -14929,39 +14039,36 @@
13333
13197
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13334
13198
   *) ac_try_echo=$ac_try;;
13335
13199
 esac
13377
13241
 test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in
13378
13242
   *" memcmp.$ac_objext "* ) ;;
13379
13243
   *) LIBOBJS="$LIBOBJS memcmp.$ac_objext"
13380
 
@@ -14998,11 +14105,11 @@
 
13244
@@ -14982,11 +14089,11 @@
13381
13245
 
13382
13246
 for ac_func in pipe strftime srandom random srand rand usleep setbuffer lstat getpgrp
13383
13247
 do
13393
13257
 else
13394
13258
   cat >conftest.$ac_ext <<_ACEOF
13395
13259
 /* confdefs.h.  */
13396
 
@@ -15055,42 +14162,35 @@
 
13260
@@ -15039,42 +14146,35 @@
13397
13261
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13398
13262
   *) ac_try_echo=$ac_try;;
13399
13263
 esac
13446
13310
 _ACEOF
13447
13311
 
13448
13312
 fi
13449
 
@@ -15102,21 +14202,20 @@
 
13313
@@ -15086,21 +14186,20 @@
13450
13314
 
13451
13315
 for ac_header in stdbool.h stdint.h sys/select.h
13452
13316
 do
13477
13341
 cat >conftest.$ac_ext <<_ACEOF
13478
13342
 /* confdefs.h.  */
13479
13343
 _ACEOF
13480
 
@@ -15132,33 +14231,32 @@
 
13344
@@ -15116,33 +14215,32 @@
13481
13345
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13482
13346
   *) ac_try_echo=$ac_try;;
13483
13347
 esac
13518
13382
 cat >conftest.$ac_ext <<_ACEOF
13519
13383
 /* confdefs.h.  */
13520
13384
 _ACEOF
13521
 
@@ -15172,52 +14270,51 @@
 
13385
@@ -15156,52 +14254,51 @@
13522
13386
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13523
13387
   *) ac_try_echo=$ac_try;;
13524
13388
 esac
13592
13456
     ( cat <<\_ASBOX
13593
13457
 ## ---------------------------------------- ##
13594
13458
 ## Report this to samba-technical@samba.org ##
13595
 
@@ -15226,24 +14323,21 @@
 
13459
@@ -15210,24 +14307,21 @@
13596
13460
      ) | sed "s/^/$as_me: WARNING:     /" >&2
13597
13461
     ;;
13598
13462
 esac
13625
13489
 _ACEOF
13626
13490
 
13627
13491
 fi
13628
 
@@ -15253,21 +14347,20 @@
 
13492
@@ -15237,21 +14331,20 @@
13629
13493
 
13630
13494
 for ac_header in setjmp.h
13631
13495
 do
13656
13520
 cat >conftest.$ac_ext <<_ACEOF
13657
13521
 /* confdefs.h.  */
13658
13522
 _ACEOF
13659
 
@@ -15283,33 +14376,32 @@
 
13523
@@ -15267,33 +14360,32 @@
13660
13524
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13661
13525
   *) ac_try_echo=$ac_try;;
13662
13526
 esac
13697
13561
 cat >conftest.$ac_ext <<_ACEOF
13698
13562
 /* confdefs.h.  */
13699
13563
 _ACEOF
13700
 
@@ -15323,52 +14415,51 @@
 
13564
@@ -15307,52 +14399,51 @@
13701
13565
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13702
13566
   *) ac_try_echo=$ac_try;;
13703
13567
 esac
13771
13635
     ( cat <<\_ASBOX
13772
13636
 ## ---------------------------------------- ##
13773
13637
 ## Report this to samba-technical@samba.org ##
13774
 
@@ -15377,24 +14468,21 @@
 
13638
@@ -15361,24 +14452,21 @@
13775
13639
      ) | sed "s/^/$as_me: WARNING:     /" >&2
13776
13640
     ;;
13777
13641
 esac
13804
13668
 _ACEOF
13805
13669
 
13806
13670
 fi
13807
 
@@ -15403,17 +14491,17 @@
 
13671
@@ -15387,17 +14475,17 @@
13808
13672
 
13809
13673
 
13810
13674
 if test "${ac_cv_header_stdint_h+set}" = set; then
13829
13693
 cat >conftest.$ac_ext <<_ACEOF
13830
13694
 /* confdefs.h.  */
13831
13695
 _ACEOF
13832
 
@@ -15429,33 +14517,32 @@
 
13696
@@ -15413,33 +14501,32 @@
13833
13697
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13834
13698
   *) ac_try_echo=$ac_try;;
13835
13699
 esac
13870
13734
 cat >conftest.$ac_ext <<_ACEOF
13871
13735
 /* confdefs.h.  */
13872
13736
 _ACEOF
13873
 
@@ -15469,52 +14556,51 @@
 
13737
@@ -15453,52 +14540,51 @@
13874
13738
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13875
13739
   *) ac_try_echo=$ac_try;;
13876
13740
 esac
13944
13808
     ( cat <<\_ASBOX
13945
13809
 ## ---------------------------------------- ##
13946
13810
 ## Report this to samba-technical@samba.org ##
13947
 
@@ -15523,18 +14609,18 @@
 
13811
@@ -15507,18 +14593,18 @@
13948
13812
      ) | sed "s/^/$as_me: WARNING:     /" >&2
13949
13813
     ;;
13950
13814
 esac
13969
13833
    ac_config_commands="$ac_config_commands rm-stdint.h"
13970
13834
 
13971
13835
 else
13972
 
@@ -15546,17 +14632,17 @@
 
13836
@@ -15530,17 +14616,17 @@
13973
13837
 
13974
13838
 
13975
13839
 if test "${ac_cv_header_stdbool_h+set}" = set; then
13994
13858
 cat >conftest.$ac_ext <<_ACEOF
13995
13859
 /* confdefs.h.  */
13996
13860
 _ACEOF
13997
 
@@ -15572,33 +14658,32 @@
 
13861
@@ -15556,33 +14642,32 @@
13998
13862
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13999
13863
   *) ac_try_echo=$ac_try;;
14000
13864
 esac
14035
13899
 cat >conftest.$ac_ext <<_ACEOF
14036
13900
 /* confdefs.h.  */
14037
13901
 _ACEOF
14038
 
@@ -15612,52 +14697,51 @@
 
13902
@@ -15596,52 +14681,51 @@
14039
13903
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14040
13904
   *) ac_try_echo=$ac_try;;
14041
13905
 esac
14109
13973
     ( cat <<\_ASBOX
14110
13974
 ## ---------------------------------------- ##
14111
13975
 ## Report this to samba-technical@samba.org ##
14112
 
@@ -15666,18 +14750,18 @@
 
13976
@@ -15650,18 +14734,18 @@
14113
13977
      ) | sed "s/^/$as_me: WARNING:     /" >&2
14114
13978
     ;;
14115
13979
 esac
14134
13998
    ac_config_commands="$ac_config_commands rm-stdbool.h"
14135
13999
 
14136
14000
 else
14137
 
@@ -15689,52 +14773,11 @@
 
14001
@@ -15673,52 +14757,11 @@
14138
14002
 
14139
14003
 
14140
14004
 
14190
14054
   cat >conftest.$ac_ext <<_ACEOF
14191
14055
 /* confdefs.h.  */
14192
14056
 _ACEOF
14193
 
@@ -15748,11 +14791,14 @@
 
14057
@@ -15732,11 +14775,14 @@
14194
14058
 #endif
14195
14059
 
14196
14060
 
14207
14071
   ;
14208
14072
   return 0;
14209
14073
 }
14210
 
@@ -15763,39 +14809,30 @@
 
14074
@@ -15747,39 +14793,30 @@
14211
14075
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14212
14076
   *) ac_try_echo=$ac_try;;
14213
14077
 esac
14255
14119
 
14256
14120
 cat >>confdefs.h <<\_ACEOF
14257
14121
 #define HAVE_BOOL 1
14258
 
@@ -15804,52 +14841,11 @@
 
14122
@@ -15788,52 +14825,11 @@
14259
14123
 fi
14260
14124
 
14261
14125
 
14311
14175
   cat >conftest.$ac_ext <<_ACEOF
14312
14176
 /* confdefs.h.  */
14313
14177
 _ACEOF
14314
 
@@ -15863,11 +14859,14 @@
 
14178
@@ -15847,11 +14843,14 @@
14315
14179
 #endif
14316
14180
 
14317
14181
 
14328
14192
   ;
14329
14193
   return 0;
14330
14194
 }
14331
 
@@ -15878,39 +14877,30 @@
 
14195
@@ -15862,39 +14861,30 @@
14332
14196
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14333
14197
   *) ac_try_echo=$ac_try;;
14334
14198
 esac
14376
14240
 
14377
14241
 cat >>confdefs.h <<\_ACEOF
14378
14242
 #define HAVE__Bool 1
14379
 
@@ -15919,10 +14909,10 @@
 
14243
@@ -15903,10 +14893,10 @@
14380
14244
 fi
14381
14245
 
14382
14246
 
14390
14254
 else
14391
14255
 
14392
14256
 if test "$cross_compiling" = yes; then
14393
 
@@ -15942,39 +14932,36 @@
 
14257
@@ -15926,39 +14916,36 @@
14394
14258
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14395
14259
   *) ac_try_echo=$ac_try;;
14396
14260
 esac
14438
14302
 if test x"$libreplace_cv_HAVE_MMAP" = x"yes"; then
14439
14303
 
14440
14304
 cat >>confdefs.h <<\_ACEOF
14441
 
@@ -15988,21 +14975,20 @@
 
14305
@@ -15972,21 +14959,20 @@
14442
14306
 
14443
14307
 for ac_header in sys/syslog.h syslog.h
14444
14308
 do
14469
14333
 cat >conftest.$ac_ext <<_ACEOF
14470
14334
 /* confdefs.h.  */
14471
14335
 _ACEOF
14472
 
@@ -16018,33 +15004,32 @@
 
14336
@@ -16002,33 +14988,32 @@
14473
14337
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14474
14338
   *) ac_try_echo=$ac_try;;
14475
14339
 esac
14510
14374
 cat >conftest.$ac_ext <<_ACEOF
14511
14375
 /* confdefs.h.  */
14512
14376
 _ACEOF
14513
 
@@ -16058,52 +15043,51 @@
 
14377
@@ -16042,52 +15027,51 @@
14514
14378
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14515
14379
   *) ac_try_echo=$ac_try;;
14516
14380
 esac
14584
14448
     ( cat <<\_ASBOX
14585
14449
 ## ---------------------------------------- ##
14586
14450
 ## Report this to samba-technical@samba.org ##
14587
 
@@ -16112,24 +15096,21 @@
 
14451
@@ -16096,24 +15080,21 @@
14588
14452
      ) | sed "s/^/$as_me: WARNING:     /" >&2
14589
14453
     ;;
14590
14454
 esac
14617
14481
 _ACEOF
14618
14482
 
14619
14483
 fi
14620
 
@@ -16140,21 +15121,20 @@
 
14484
@@ -16124,21 +15105,20 @@
14621
14485
 
14622
14486
 for ac_header in sys/time.h time.h
14623
14487
 do
14648
14512
 cat >conftest.$ac_ext <<_ACEOF
14649
14513
 /* confdefs.h.  */
14650
14514
 _ACEOF
14651
 
@@ -16170,33 +15150,32 @@
 
14515
@@ -16154,33 +15134,32 @@
14652
14516
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14653
14517
   *) ac_try_echo=$ac_try;;
14654
14518
 esac
14689
14553
 cat >conftest.$ac_ext <<_ACEOF
14690
14554
 /* confdefs.h.  */
14691
14555
 _ACEOF
14692
 
@@ -16210,52 +15189,51 @@
 
14556
@@ -16194,52 +15173,51 @@
14693
14557
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14694
14558
   *) ac_try_echo=$ac_try;;
14695
14559
 esac
14763
14627
     ( cat <<\_ASBOX
14764
14628
 ## ---------------------------------------- ##
14765
14629
 ## Report this to samba-technical@samba.org ##
14766
 
@@ -16264,24 +15242,21 @@
 
14630
@@ -16248,24 +15226,21 @@
14767
14631
      ) | sed "s/^/$as_me: WARNING:     /" >&2
14768
14632
     ;;
14769
14633
 esac
14796
14660
 _ACEOF
14797
14661
 
14798
14662
 fi
14799
 
@@ -16292,21 +15267,20 @@
 
14663
@@ -16276,21 +15251,20 @@
14800
14664
 
14801
14665
 for ac_header in stdarg.h vararg.h
14802
14666
 do
14827
14691
 cat >conftest.$ac_ext <<_ACEOF
14828
14692
 /* confdefs.h.  */
14829
14693
 _ACEOF
14830
 
@@ -16322,33 +15296,32 @@
 
14694
@@ -16306,33 +15280,32 @@
14831
14695
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14832
14696
   *) ac_try_echo=$ac_try;;
14833
14697
 esac
14868
14732
 cat >conftest.$ac_ext <<_ACEOF
14869
14733
 /* confdefs.h.  */
14870
14734
 _ACEOF
14871
 
@@ -16362,52 +15335,51 @@
 
14735
@@ -16346,52 +15319,51 @@
14872
14736
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14873
14737
   *) ac_try_echo=$ac_try;;
14874
14738
 esac
14942
14806
     ( cat <<\_ASBOX
14943
14807
 ## ---------------------------------------- ##
14944
14808
 ## Report this to samba-technical@samba.org ##
14945
 
@@ -16416,24 +15388,21 @@
 
14809
@@ -16400,24 +15372,21 @@
14946
14810
      ) | sed "s/^/$as_me: WARNING:     /" >&2
14947
14811
     ;;
14948
14812
 esac
14975
14839
 _ACEOF
14976
14840
 
14977
14841
 fi
14978
 
@@ -16444,21 +15413,20 @@
 
14842
@@ -16428,21 +15397,20 @@
14979
14843
 
14980
14844
 for ac_header in sys/mount.h mntent.h
14981
14845
 do
15006
14870
 cat >conftest.$ac_ext <<_ACEOF
15007
14871
 /* confdefs.h.  */
15008
14872
 _ACEOF
15009
 
@@ -16474,33 +15442,32 @@
 
14873
@@ -16458,33 +15426,32 @@
15010
14874
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15011
14875
   *) ac_try_echo=$ac_try;;
15012
14876
 esac
15047
14911
 cat >conftest.$ac_ext <<_ACEOF
15048
14912
 /* confdefs.h.  */
15049
14913
 _ACEOF
15050
 
@@ -16514,52 +15481,51 @@
 
14914
@@ -16498,52 +15465,51 @@
15051
14915
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15052
14916
   *) ac_try_echo=$ac_try;;
15053
14917
 esac
15121
14985
     ( cat <<\_ASBOX
15122
14986
 ## ---------------------------------------- ##
15123
14987
 ## Report this to samba-technical@samba.org ##
15124
 
@@ -16568,24 +15534,21 @@
 
14988
@@ -16552,24 +15518,21 @@
15125
14989
      ) | sed "s/^/$as_me: WARNING:     /" >&2
15126
14990
     ;;
15127
14991
 esac
15154
15018
 _ACEOF
15155
15019
 
15156
15020
 fi
15157
 
@@ -16595,21 +15558,20 @@
 
15021
@@ -16579,21 +15542,20 @@
15158
15022
 
15159
15023
 for ac_header in stropts.h
15160
15024
 do
15185
15049
 cat >conftest.$ac_ext <<_ACEOF
15186
15050
 /* confdefs.h.  */
15187
15051
 _ACEOF
15188
 
@@ -16625,33 +15587,32 @@
 
15052
@@ -16609,33 +15571,32 @@
15189
15053
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15190
15054
   *) ac_try_echo=$ac_try;;
15191
15055
 esac
15226
15090
 cat >conftest.$ac_ext <<_ACEOF
15227
15091
 /* confdefs.h.  */
15228
15092
 _ACEOF
15229
 
@@ -16665,52 +15626,51 @@
 
15093
@@ -16649,52 +15610,51 @@
15230
15094
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15231
15095
   *) ac_try_echo=$ac_try;;
15232
15096
 esac
15300
15164
     ( cat <<\_ASBOX
15301
15165
 ## ---------------------------------------- ##
15302
15166
 ## Report this to samba-technical@samba.org ##
15303
 
@@ -16719,24 +15679,21 @@
 
15167
@@ -16703,24 +15663,21 @@
15304
15168
      ) | sed "s/^/$as_me: WARNING:     /" >&2
15305
15169
     ;;
15306
15170
 esac
15333
15197
 _ACEOF
15334
15198
 
15335
15199
 fi
15336
 
@@ -16753,11 +15710,11 @@
 
15200
@@ -16737,11 +15694,11 @@
15337
15201
 
15338
15202
 for ac_func in seteuid setresuid setegid setresgid chroot bzero strerror
15339
15203
 do
15349
15213
 else
15350
15214
   cat >conftest.$ac_ext <<_ACEOF
15351
15215
 /* confdefs.h.  */
15352
 
@@ -16810,42 +15767,35 @@
 
15216
@@ -16794,42 +15751,35 @@
15353
15217
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15354
15218
   *) ac_try_echo=$ac_try;;
15355
15219
 esac
15402
15266
 _ACEOF
15403
15267
 
15404
15268
 fi
15405
 
@@ -16859,11 +15809,11 @@
 
15269
@@ -16843,11 +15793,11 @@
15406
15270
 
15407
15271
 for ac_func in vsyslog setlinebuf mktime ftruncate chsize rename
15408
15272
 do
15418
15282
 else
15419
15283
   cat >conftest.$ac_ext <<_ACEOF
15420
15284
 /* confdefs.h.  */
15421
 
@@ -16916,42 +15866,35 @@
 
15285
@@ -16900,42 +15850,35 @@
15422
15286
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15423
15287
   *) ac_try_echo=$ac_try;;
15424
15288
 esac
15471
15335
 _ACEOF
15472
15336
 
15473
15337
 fi
15474
 
@@ -16965,11 +15908,11 @@
 
15338
@@ -16949,11 +15892,11 @@
15475
15339
 
15476
15340
 for ac_func in waitpid strlcpy strlcat initgroups memmove strdup
15477
15341
 do
15487
15351
 else
15488
15352
   cat >conftest.$ac_ext <<_ACEOF
15489
15353
 /* confdefs.h.  */
15490
 
@@ -17022,42 +15965,35 @@
 
15354
@@ -17006,42 +15949,35 @@
15491
15355
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15492
15356
   *) ac_try_echo=$ac_try;;
15493
15357
 esac
15540
15404
 _ACEOF
15541
15405
 
15542
15406
 fi
15543
 
@@ -17071,11 +16007,11 @@
 
15407
@@ -17055,11 +15991,11 @@
15544
15408
 
15545
15409
 for ac_func in pread pwrite strndup strcasestr strtok_r mkdtemp
15546
15410
 do
15556
15420
 else
15557
15421
   cat >conftest.$ac_ext <<_ACEOF
15558
15422
 /* confdefs.h.  */
15559
 
@@ -17128,42 +16064,35 @@
 
15423
@@ -17112,42 +16048,35 @@
15560
15424
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15561
15425
   *) ac_try_echo=$ac_try;;
15562
15426
 esac
15609
15473
 _ACEOF
15610
15474
 
15611
15475
 fi
15612
 
@@ -17172,11 +16101,11 @@
 
15476
@@ -17156,11 +16085,11 @@
15613
15477
 
15614
15478
 for ac_func in isatty
15615
15479
 do
15625
15489
 else
15626
15490
   cat >conftest.$ac_ext <<_ACEOF
15627
15491
 /* confdefs.h.  */
15628
 
@@ -17229,52 +16158,45 @@
 
15492
@@ -17213,52 +16142,45 @@
15629
15493
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15630
15494
   *) ac_try_echo=$ac_try;;
15631
15495
 esac
15691
15555
 else
15692
15556
 
15693
15557
     cat >conftest.$ac_ext <<_ACEOF
15694
 
@@ -17298,21 +16220,20 @@
 
15558
@@ -17282,21 +16204,20 @@
15695
15559
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15696
15560
   *) ac_try_echo=$ac_try;;
15697
15561
 esac
15716
15580
 sed 's/^/| /' conftest.$ac_ext >&5
15717
15581
 
15718
15582
        ac_cv_have_setresuid_decl=no
15719
 
@@ -17320,8 +16241,8 @@
 
15583
@@ -17304,8 +16225,8 @@
15720
15584
 
15721
15585
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15722
15586
 fi
15727
15591
  if test x"$ac_cv_have_setresuid_decl" = x"yes"; then
15728
15592
 
15729
15593
 cat >>confdefs.h <<\_ACEOF
15730
 
@@ -17331,10 +16252,10 @@
 
15594
@@ -17315,10 +16236,10 @@
15731
15595
  fi
15732
15596
 
15733
15597
 
15741
15605
 else
15742
15606
 
15743
15607
     cat >conftest.$ac_ext <<_ACEOF
15744
 
@@ -17358,21 +16279,20 @@
 
15608
@@ -17342,21 +16263,20 @@
15745
15609
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15746
15610
   *) ac_try_echo=$ac_try;;
15747
15611
 esac
15766
15630
 sed 's/^/| /' conftest.$ac_ext >&5
15767
15631
 
15768
15632
        ac_cv_have_setresgid_decl=no
15769
 
@@ -17380,8 +16300,8 @@
 
15633
@@ -17364,8 +16284,8 @@
15770
15634
 
15771
15635
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15772
15636
 fi
15777
15641
  if test x"$ac_cv_have_setresgid_decl" = x"yes"; then
15778
15642
 
15779
15643
 cat >>confdefs.h <<\_ACEOF
15780
 
@@ -17391,10 +16311,10 @@
 
15644
@@ -17375,10 +16295,10 @@
15781
15645
  fi
15782
15646
 
15783
15647
 
15791
15655
 else
15792
15656
 
15793
15657
     cat >conftest.$ac_ext <<_ACEOF
15794
 
@@ -17418,21 +16338,20 @@
 
15658
@@ -17402,21 +16322,20 @@
15795
15659
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15796
15660
   *) ac_try_echo=$ac_try;;
15797
15661
 esac
15816
15680
 sed 's/^/| /' conftest.$ac_ext >&5
15817
15681
 
15818
15682
        ac_cv_have_errno_decl=no
15819
 
@@ -17440,8 +16359,8 @@
 
15683
@@ -17424,8 +16343,8 @@
15820
15684
 
15821
15685
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15822
15686
 fi
15827
15691
  if test x"$ac_cv_have_errno_decl" = x"yes"; then
15828
15692
 
15829
15693
 cat >>confdefs.h <<\_ACEOF
15830
 
@@ -17451,10 +16370,10 @@
 
15694
@@ -17435,10 +16354,10 @@
15831
15695
  fi
15832
15696
 
15833
15697
 
15841
15705
 else
15842
15706
 
15843
15707
 if test "$cross_compiling" = yes; then
15844
 
@@ -17487,39 +16406,36 @@
 
15708
@@ -17471,39 +16390,36 @@
15845
15709
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15846
15710
   *) ac_try_echo=$ac_try;;
15847
15711
 esac
15889
15753
 if test x"$libreplace_cv_HAVE_SECURE_MKSTEMP" = x"yes"; then
15890
15754
 
15891
15755
 cat >>confdefs.h <<\_ACEOF
15892
 
@@ -17532,21 +16448,20 @@
 
15756
@@ -17516,21 +16432,20 @@
15893
15757
 
15894
15758
 for ac_header in stdio.h strings.h
15895
15759
 do
15920
15784
 cat >conftest.$ac_ext <<_ACEOF
15921
15785
 /* confdefs.h.  */
15922
15786
 _ACEOF
15923
 
@@ -17562,33 +16477,32 @@
 
15787
@@ -17546,33 +16461,32 @@
15924
15788
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15925
15789
   *) ac_try_echo=$ac_try;;
15926
15790
 esac
15961
15825
 cat >conftest.$ac_ext <<_ACEOF
15962
15826
 /* confdefs.h.  */
15963
15827
 _ACEOF
15964
 
@@ -17602,52 +16516,51 @@
 
15828
@@ -17586,52 +16500,51 @@
15965
15829
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15966
15830
   *) ac_try_echo=$ac_try;;
15967
15831
 esac
16035
15899
     ( cat <<\_ASBOX
16036
15900
 ## ---------------------------------------- ##
16037
15901
 ## Report this to samba-technical@samba.org ##
16038
 
@@ -17656,34 +16569,31 @@
 
15902
@@ -17640,34 +16553,31 @@
16039
15903
      ) | sed "s/^/$as_me: WARNING:     /" >&2
16040
15904
     ;;
16041
15905
 esac
16081
15945
 else
16082
15946
   cat >conftest.$ac_ext <<_ACEOF
16083
15947
 /* confdefs.h.  */
16084
 
@@ -17709,21 +16619,20 @@
 
15948
@@ -17693,21 +16603,20 @@
16085
15949
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16086
15950
   *) ac_try_echo=$ac_try;;
16087
15951
 esac
16106
15970
 sed 's/^/| /' conftest.$ac_ext >&5
16107
15971
 
16108
15972
        ac_cv_have_decl_snprintf=no
16109
 
@@ -17731,9 +16640,9 @@
 
15973
@@ -17715,9 +16624,9 @@
16110
15974
 
16111
15975
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16112
15976
 fi
16119
15983
 
16120
15984
 cat >>confdefs.h <<_ACEOF
16121
15985
 #define HAVE_DECL_SNPRINTF 1
16122
 
@@ -17747,10 +16656,10 @@
 
15986
@@ -17731,10 +16640,10 @@
16123
15987
 
16124
15988
 
16125
15989
 fi
16133
15997
 else
16134
15998
   cat >conftest.$ac_ext <<_ACEOF
16135
15999
 /* confdefs.h.  */
16136
 
@@ -17776,21 +16685,20 @@
 
16000
@@ -17760,21 +16669,20 @@
16137
16001
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16138
16002
   *) ac_try_echo=$ac_try;;
16139
16003
 esac
16158
16022
 sed 's/^/| /' conftest.$ac_ext >&5
16159
16023
 
16160
16024
        ac_cv_have_decl_vsnprintf=no
16161
 
@@ -17798,9 +16706,9 @@
 
16025
@@ -17782,9 +16690,9 @@
16162
16026
 
16163
16027
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16164
16028
 fi
16171
16035
 
16172
16036
 cat >>confdefs.h <<_ACEOF
16173
16037
 #define HAVE_DECL_VSNPRINTF 1
16174
 
@@ -17814,10 +16722,10 @@
 
16038
@@ -17798,10 +16706,10 @@
16175
16039
 
16176
16040
 
16177
16041
 fi
16185
16049
 else
16186
16050
   cat >conftest.$ac_ext <<_ACEOF
16187
16051
 /* confdefs.h.  */
16188
 
@@ -17843,21 +16751,20 @@
 
16052
@@ -17827,21 +16735,20 @@
16189
16053
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16190
16054
   *) ac_try_echo=$ac_try;;
16191
16055
 esac
16210
16074
 sed 's/^/| /' conftest.$ac_ext >&5
16211
16075
 
16212
16076
        ac_cv_have_decl_asprintf=no
16213
 
@@ -17865,9 +16772,9 @@
 
16077
@@ -17849,9 +16756,9 @@
16214
16078
 
16215
16079
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16216
16080
 fi
16223
16087
 
16224
16088
 cat >>confdefs.h <<_ACEOF
16225
16089
 #define HAVE_DECL_ASPRINTF 1
16226
 
@@ -17881,10 +16788,10 @@
 
16090
@@ -17865,10 +16772,10 @@
16227
16091
 
16228
16092
 
16229
16093
 fi
16237
16101
 else
16238
16102
   cat >conftest.$ac_ext <<_ACEOF
16239
16103
 /* confdefs.h.  */
16240
 
@@ -17910,21 +16817,20 @@
 
16104
@@ -17894,21 +16801,20 @@
16241
16105
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16242
16106
   *) ac_try_echo=$ac_try;;
16243
16107
 esac
16262
16126
 sed 's/^/| /' conftest.$ac_ext >&5
16263
16127
 
16264
16128
        ac_cv_have_decl_vasprintf=no
16265
 
@@ -17932,9 +16838,9 @@
 
16129
@@ -17916,9 +16822,9 @@
16266
16130
 
16267
16131
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16268
16132
 fi
16275
16139
 
16276
16140
 cat >>confdefs.h <<_ACEOF
16277
16141
 #define HAVE_DECL_VASPRINTF 1
16278
 
@@ -17956,11 +16862,11 @@
 
16142
@@ -17940,11 +16846,11 @@
16279
16143
 
16280
16144
 for ac_func in snprintf vsnprintf asprintf vasprintf
16281
16145
 do
16291
16155
 else
16292
16156
   cat >conftest.$ac_ext <<_ACEOF
16293
16157
 /* confdefs.h.  */
16294
 
@@ -18013,52 +16919,45 @@
 
16158
@@ -17997,52 +16903,45 @@
16295
16159
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16296
16160
   *) ac_try_echo=$ac_try;;
16297
16161
 esac
16357
16221
 else
16358
16222
 
16359
16223
 if test "$cross_compiling" = yes; then
16360
 
@@ -18110,39 +17009,36 @@
 
16224
@@ -18094,39 +16993,36 @@
16361
16225
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16362
16226
   *) ac_try_echo=$ac_try;;
16363
16227
 esac
16405
16269
 if test x"$libreplace_cv_HAVE_C99_VSNPRINTF" = x"yes"; then
16406
16270
 
16407
16271
 cat >>confdefs.h <<\_ACEOF
16408
 
@@ -18152,10 +17048,10 @@
 
16272
@@ -18136,10 +17032,10 @@
16409
16273
 fi
16410
16274
 
16411
16275
 
16419
16283
 else
16420
16284
 
16421
16285
 cat >conftest.$ac_ext <<_ACEOF
16422
 
@@ -18180,35 +17076,31 @@
 
16286
@@ -18164,35 +17060,31 @@
16423
16287
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16424
16288
   *) ac_try_echo=$ac_try;;
16425
16289
 esac
16462
16326
 if test x"$libreplace_cv_HAVE_VA_COPY" = x"yes"; then
16463
16327
 
16464
16328
 cat >>confdefs.h <<\_ACEOF
16465
 
@@ -18218,10 +17110,10 @@
 
16329
@@ -18202,10 +17094,10 @@
16466
16330
 fi
16467
16331
 
16468
16332
 if test x"$libreplace_cv_HAVE_VA_COPY" != x"yes"; then
16476
16340
 else
16477
16341
 
16478
16342
 cat >conftest.$ac_ext <<_ACEOF
16479
 
@@ -18246,35 +17138,31 @@
 
16343
@@ -18230,35 +17122,31 @@
16480
16344
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16481
16345
   *) ac_try_echo=$ac_try;;
16482
16346
 esac
16519
16383
 if test x"$libreplace_cv_HAVE___VA_COPY" = x"yes"; then
16520
16384
 
16521
16385
 cat >>confdefs.h <<\_ACEOF
16522
 
@@ -18284,10 +17172,10 @@
 
16386
@@ -18268,10 +17156,10 @@
16523
16387
 fi
16524
16388
 fi
16525
16389
 
16533
16397
 else
16534
16398
 
16535
16399
 cat >conftest.$ac_ext <<_ACEOF
16536
 
@@ -18311,21 +17199,20 @@
 
16400
@@ -18295,21 +17183,20 @@
16537
16401
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16538
16402
   *) ac_try_echo=$ac_try;;
16539
16403
 esac
16558
16422
 sed 's/^/| /' conftest.$ac_ext >&5
16559
16423
 
16560
16424
        libreplace_cv_HAVE_FUNCTION_MACRO=no
16561
 
@@ -18333,8 +17220,8 @@
 
16425
@@ -18317,8 +17204,8 @@
16562
16426
 
16563
16427
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16564
16428
 fi
16569
16433
 if test x"$libreplace_cv_HAVE_FUNCTION_MACRO" = x"yes"; then
16570
16434
 
16571
16435
 cat >>confdefs.h <<\_ACEOF
16572
 
@@ -18342,10 +17229,10 @@
 
16436
@@ -18326,10 +17213,10 @@
16573
16437
 _ACEOF
16574
16438
 
16575
16439
 else
16583
16447
 else
16584
16448
 
16585
16449
     cat >conftest.$ac_ext <<_ACEOF
16586
 
@@ -18369,21 +17256,20 @@
 
16450
@@ -18353,21 +17240,20 @@
16587
16451
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16588
16452
   *) ac_try_echo=$ac_try;;
16589
16453
 esac
16608
16472
 sed 's/^/| /' conftest.$ac_ext >&5
16609
16473
 
16610
16474
        libreplace_cv_HAVE_func_MACRO=no
16611
 
@@ -18391,8 +17277,8 @@
 
16475
@@ -18375,8 +17261,8 @@
16612
16476
 
16613
16477
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16614
16478
 fi
16619
16483
     if test x"$libreplace_cv_HAVE_func_MACRO" = x"yes"; then
16620
16484
 
16621
16485
 cat >>confdefs.h <<\_ACEOF
16622
 
@@ -18406,21 +17292,20 @@
 
16486
@@ -18390,21 +17276,20 @@
16623
16487
 
16624
16488
 for ac_header in sys/param.h limits.h
16625
16489
 do
16650
16514
 cat >conftest.$ac_ext <<_ACEOF
16651
16515
 /* confdefs.h.  */
16652
16516
 _ACEOF
16653
 
@@ -18436,33 +17321,32 @@
 
16517
@@ -18420,33 +17305,32 @@
16654
16518
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16655
16519
   *) ac_try_echo=$ac_try;;
16656
16520
 esac
16691
16555
 cat >conftest.$ac_ext <<_ACEOF
16692
16556
 /* confdefs.h.  */
16693
16557
 _ACEOF
16694
 
@@ -18476,52 +17360,51 @@
 
16558
@@ -18460,52 +17344,51 @@
16695
16559
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16696
16560
   *) ac_try_echo=$ac_try;;
16697
16561
 esac
16765
16629
     ( cat <<\_ASBOX
16766
16630
 ## ---------------------------------------- ##
16767
16631
 ## Report this to samba-technical@samba.org ##
16768
 
@@ -18530,24 +17413,21 @@
 
16632
@@ -18514,24 +17397,21 @@
16769
16633
      ) | sed "s/^/$as_me: WARNING:     /" >&2
16770
16634
     ;;
16771
16635
 esac
16798
16662
 _ACEOF
16799
16663
 
16800
16664
 fi
16801
 
@@ -18555,46 +17435,11 @@
 
16665
@@ -18539,46 +17419,11 @@
16802
16666
 done
16803
16667
 
16804
16668
 
16848
16712
   cat >conftest.$ac_ext <<_ACEOF
16849
16713
 /* confdefs.h.  */
16850
16714
 _ACEOF
16851
 
@@ -18602,11 +17447,14 @@
 
16715
@@ -18586,11 +17431,14 @@
16852
16716
 cat >>conftest.$ac_ext <<_ACEOF
16853
16717
 /* end confdefs.h.  */
16854
16718
 $ac_includes_default
16865
16729
   ;
16866
16730
   return 0;
16867
16731
 }
16868
 
@@ -18617,39 +17465,30 @@
 
16732
@@ -18601,39 +17449,30 @@
16869
16733
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16870
16734
   *) ac_try_echo=$ac_try;;
16871
16735
 esac
16884
16748
         test ! -s conftest.err
16885
16749
        } && test -s conftest.$ac_objext; then
16886
16750
-  :
 
16751
-else
 
16752
-  $as_echo "$as_me: failed program was:" >&5
 
16753
-sed 's/^/| /' conftest.$ac_ext >&5
 
16754
-
 
16755
-       ac_cv_type_comparison_fn_t=yes
 
16756
-fi
 
16757
-
 
16758
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16887
16759
+  ac_cv_type_comparison_fn_t=yes
16888
16760
 else
16889
16761
-  $as_echo "$as_me: failed program was:" >&5
16890
16762
+  echo "$as_me: failed program was:" >&5
16891
16763
 sed 's/^/| /' conftest.$ac_ext >&5
16892
16764
 
16893
 
-       ac_cv_type_comparison_fn_t=yes
 
16765
-
16894
16766
+       ac_cv_type_comparison_fn_t=no
16895
16767
 fi
16896
16768
 
16897
16769
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16898
 
-else
16899
 
-  $as_echo "$as_me: failed program was:" >&5
16900
 
-sed 's/^/| /' conftest.$ac_ext >&5
16901
 
-
16902
 
-
16903
16770
 fi
16904
 
-
16905
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16906
 
-fi
16907
16771
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_comparison_fn_t" >&5
16908
16772
-$as_echo "$ac_cv_type_comparison_fn_t" >&6; }
16909
16773
-if test "x$ac_cv_type_comparison_fn_t" = x""yes; then
16913
16777
 
16914
16778
 cat >>confdefs.h <<\_ACEOF
16915
16779
 #define HAVE_COMPARISON_FN_T 1
16916
 
@@ -18659,10 +17498,10 @@
 
16780
@@ -18643,10 +17482,10 @@
16917
16781
 
16918
16782
 
16919
16783
 
16927
16791
 else
16928
16792
 
16929
16793
     cat >conftest.$ac_ext <<_ACEOF
16930
 
@@ -18686,21 +17525,20 @@
 
16794
@@ -18670,21 +17509,20 @@
16931
16795
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16932
16796
   *) ac_try_echo=$ac_try;;
16933
16797
 esac
16952
16816
 sed 's/^/| /' conftest.$ac_ext >&5
16953
16817
 
16954
16818
        ac_cv_have_setenv_decl=no
16955
 
@@ -18708,8 +17546,8 @@
 
16819
@@ -18692,8 +17530,8 @@
16956
16820
 
16957
16821
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16958
16822
 fi
16963
16827
  if test x"$ac_cv_have_setenv_decl" = x"yes"; then
16964
16828
 
16965
16829
 cat >>confdefs.h <<\_ACEOF
16966
 
@@ -18722,11 +17560,11 @@
 
16830
@@ -18706,11 +17544,11 @@
16967
16831
 
16968
16832
 for ac_func in setenv unsetenv
16969
16833
 do
16979
16843
 else
16980
16844
   cat >conftest.$ac_ext <<_ACEOF
16981
16845
 /* confdefs.h.  */
16982
 
@@ -18779,42 +17617,35 @@
 
16846
@@ -18763,42 +17601,35 @@
16983
16847
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16984
16848
   *) ac_try_echo=$ac_try;;
16985
16849
 esac
17032
16896
 _ACEOF
17033
16897
 
17034
16898
 fi
17035
 
@@ -18824,11 +17655,11 @@
 
16899
@@ -18808,11 +17639,11 @@
17036
16900
 
17037
16901
 for ac_func in strnlen
17038
16902
 do
17048
16912
 else
17049
16913
   cat >conftest.$ac_ext <<_ACEOF
17050
16914
 /* confdefs.h.  */
17051
 
@@ -18881,42 +17712,35 @@
 
16915
@@ -18865,42 +17696,35 @@
17052
16916
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17053
16917
   *) ac_try_echo=$ac_try;;
17054
16918
 esac
17101
16965
 _ACEOF
17102
16966
 
17103
16967
 fi
17104
 
@@ -18930,11 +17754,11 @@
 
16968
@@ -18914,11 +17738,11 @@
17105
16969
 
17106
16970
 for ac_func in strtoull __strtoull strtouq strtoll __strtoll strtoq
17107
16971
 do
17117
16981
 else
17118
16982
   cat >conftest.$ac_ext <<_ACEOF
17119
16983
 /* confdefs.h.  */
17120
 
@@ -18987,42 +17811,35 @@
 
16984
@@ -18971,42 +17795,35 @@
17121
16985
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17122
16986
   *) ac_try_echo=$ac_try;;
17123
16987
 esac
17170
17034
 _ACEOF
17171
17035
 
17172
17036
 fi
17173
 
@@ -19046,14 +17863,13 @@
 
17037
@@ -19030,14 +17847,13 @@
17174
17038
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17175
17039
   *) ac_try_echo=$ac_try;;
17176
17040
 esac
17187
17051
   (exit $ac_status); } >/dev/null && {
17188
17052
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
17189
17053
         test ! -s conftest.err
17190
 
@@ -19064,7 +17880,7 @@
 
17054
@@ -19048,7 +17864,7 @@
17191
17055
 _ACEOF
17192
17056
 
17193
17057
 else
17196
17060
 sed 's/^/| /' conftest.$ac_ext >&5
17197
17061
 
17198
17062
 
17199
 
@@ -19073,10 +17889,10 @@
 
17063
@@ -19057,10 +17873,10 @@
17200
17064
 rm -f conftest.err conftest.$ac_ext
17201
17065
 
17202
17066
 
17210
17074
 else
17211
17075
 
17212
17076
     cat >conftest.$ac_ext <<_ACEOF
17213
 
@@ -19106,21 +17922,20 @@
 
17077
@@ -19090,21 +17906,20 @@
17214
17078
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17215
17079
   *) ac_try_echo=$ac_try;;
17216
17080
 esac
17235
17099
 sed 's/^/| /' conftest.$ac_ext >&5
17236
17100
 
17237
17101
        libreplace_cv_sig_atomic_t=no
17238
 
@@ -19128,8 +17943,8 @@
 
17102
@@ -19112,8 +17927,8 @@
17239
17103
 
17240
17104
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17241
17105
 fi
17246
17110
 if test x"$libreplace_cv_sig_atomic_t" = x"yes"; then
17247
17111
 
17248
17112
 cat >>confdefs.h <<\_ACEOF
17249
 
@@ -19139,10 +17954,10 @@
 
17113
@@ -19123,10 +17938,10 @@
17250
17114
 fi
17251
17115
 
17252
17116
 
17260
17124
 else
17261
17125
 
17262
17126
 cat >conftest.$ac_ext <<_ACEOF
17263
 
@@ -19170,21 +17985,20 @@
 
17127
@@ -19154,21 +17969,20 @@
17264
17128
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17265
17129
   *) ac_try_echo=$ac_try;;
17266
17130
 esac
17285
17149
 sed 's/^/| /' conftest.$ac_ext >&5
17286
17150
 
17287
17151
        libreplace_cv_HAVE_OPEN_O_DIRECT=no
17288
 
@@ -19192,8 +18006,8 @@
 
17152
@@ -19176,8 +17990,8 @@
17289
17153
 
17290
17154
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17291
17155
 fi
17296
17160
 if test x"$libreplace_cv_HAVE_OPEN_O_DIRECT" = x"yes"; then
17297
17161
 
17298
17162
 cat >>confdefs.h <<\_ACEOF
17299
 
@@ -19203,10 +18017,10 @@
 
17163
@@ -19187,10 +18001,10 @@
17300
17164
 fi
17301
17165
 
17302
17166
 
17310
17174
 else
17311
17175
 
17312
17176
        cat >conftest.$ac_ext <<_ACEOF
17313
 
@@ -19230,21 +18044,20 @@
 
17177
@@ -19214,21 +18028,20 @@
17314
17178
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17315
17179
   *) ac_try_echo=$ac_try;;
17316
17180
 esac
17335
17199
 sed 's/^/| /' conftest.$ac_ext >&5
17336
17200
 
17337
17201
        libreplace_cv_volatile=no
17338
 
@@ -19252,8 +18065,8 @@
 
17202
@@ -19236,8 +18049,8 @@
17339
17203
 
17340
17204
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17341
17205
 fi
17346
17210
 if test x"$libreplace_cv_volatile" = x"yes"; then
17347
17211
 
17348
17212
 cat >>confdefs.h <<\_ACEOF
17349
 
@@ -19270,11 +18083,11 @@
 
17213
@@ -19254,11 +18067,11 @@
17350
17214
 
17351
17215
 ac_header_dirent=no
17352
17216
 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
17362
17226
 else
17363
17227
   cat >conftest.$ac_ext <<_ACEOF
17364
17228
 /* confdefs.h.  */
17365
 
@@ -19300,21 +18113,20 @@
 
17229
@@ -19284,21 +18097,20 @@
17366
17230
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17367
17231
   *) ac_try_echo=$ac_try;;
17368
17232
 esac
17387
17251
 sed 's/^/| /' conftest.$ac_ext >&5
17388
17252
 
17389
17253
        eval "$as_ac_Header=no"
17390
 
@@ -19322,15 +18134,12 @@
 
17254
@@ -19306,15 +18118,12 @@
17391
17255
 
17392
17256
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17393
17257
 fi
17408
17272
 _ACEOF
17409
17273
 
17410
17274
 ac_header_dirent=$ac_hdr; break
17411
 
@@ -19339,10 +18148,10 @@
 
17275
@@ -19323,10 +18132,10 @@
17412
17276
 done
17413
17277
 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
17414
17278
 if test $ac_header_dirent = dirent.h; then
17422
17286
 else
17423
17287
   ac_func_search_save_LIBS=$LIBS
17424
17288
 cat >conftest.$ac_ext <<_ACEOF
17425
 
@@ -19380,30 +18189,26 @@
 
17289
@@ -19364,30 +18173,26 @@
17426
17290
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17427
17291
   *) ac_try_echo=$ac_try;;
17428
17292
 esac
17458
17322
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17459
17323
       conftest$ac_exeext
17460
17324
   if test "${ac_cv_search_opendir+set}" = set; then
17461
 
@@ -19418,8 +18223,8 @@
 
17325
@@ -19402,8 +18207,8 @@
17462
17326
 rm conftest.$ac_ext
17463
17327
 LIBS=$ac_func_search_save_LIBS
17464
17328
 fi
17469
17333
 ac_res=$ac_cv_search_opendir
17470
17334
 if test "$ac_res" != no; then
17471
17335
   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17472
 
@@ -19427,10 +18232,10 @@
 
17336
@@ -19411,10 +18216,10 @@
17473
17337
 fi
17474
17338
 
17475
17339
 else
17483
17347
 else
17484
17348
   ac_func_search_save_LIBS=$LIBS
17485
17349
 cat >conftest.$ac_ext <<_ACEOF
17486
 
@@ -19468,30 +18273,26 @@
 
17350
@@ -19452,30 +18257,26 @@
17487
17351
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17488
17352
   *) ac_try_echo=$ac_try;;
17489
17353
 esac
17519
17383
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17520
17384
       conftest$ac_exeext
17521
17385
   if test "${ac_cv_search_opendir+set}" = set; then
17522
 
@@ -19506,8 +18307,8 @@
 
17386
@@ -19490,8 +18291,8 @@
17523
17387
 rm conftest.$ac_ext
17524
17388
 LIBS=$ac_func_search_save_LIBS
17525
17389
 fi
17530
17394
 ac_res=$ac_cv_search_opendir
17531
17395
 if test "$ac_res" != no; then
17532
17396
   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17533
 
@@ -19526,21 +18327,20 @@
 
17397
@@ -19510,21 +18311,20 @@
17534
17398
 
17535
17399
 for ac_header in fcntl.h sys/fcntl.h sys/resource.h sys/ioctl.h sys/mode.h sys/filio.h sys/fs/s5param.h sys/filsys.h
17536
17400
 do
17561
17425
 cat >conftest.$ac_ext <<_ACEOF
17562
17426
 /* confdefs.h.  */
17563
17427
 _ACEOF
17564
 
@@ -19556,33 +18356,32 @@
 
17428
@@ -19540,33 +18340,32 @@
17565
17429
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17566
17430
   *) ac_try_echo=$ac_try;;
17567
17431
 esac
17602
17466
 cat >conftest.$ac_ext <<_ACEOF
17603
17467
 /* confdefs.h.  */
17604
17468
 _ACEOF
17605
 
@@ -19596,52 +18395,51 @@
 
17469
@@ -19580,52 +18379,51 @@
17606
17470
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17607
17471
   *) ac_try_echo=$ac_try;;
17608
17472
 esac
17676
17540
     ( cat <<\_ASBOX
17677
17541
 ## ---------------------------------------- ##
17678
17542
 ## Report this to samba-technical@samba.org ##
17679
 
@@ -19650,24 +18448,21 @@
 
17543
@@ -19634,24 +18432,21 @@
17680
17544
      ) | sed "s/^/$as_me: WARNING:     /" >&2
17681
17545
     ;;
17682
17546
 esac
17709
17573
 _ACEOF
17710
17574
 
17711
17575
 fi
17712
 
@@ -19678,21 +18473,20 @@
 
17576
@@ -19662,21 +18457,20 @@
17713
17577
 
17714
17578
 for ac_header in sys/acl.h acl/libacl.h
17715
17579
 do
17740
17604
 cat >conftest.$ac_ext <<_ACEOF
17741
17605
 /* confdefs.h.  */
17742
17606
 _ACEOF
17743
 
@@ -19708,33 +18502,32 @@
 
17607
@@ -19692,33 +18486,32 @@
17744
17608
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17745
17609
   *) ac_try_echo=$ac_try;;
17746
17610
 esac
17781
17645
 cat >conftest.$ac_ext <<_ACEOF
17782
17646
 /* confdefs.h.  */
17783
17647
 _ACEOF
17784
 
@@ -19748,52 +18541,51 @@
 
17648
@@ -19732,52 +18525,51 @@
17785
17649
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17786
17650
   *) ac_try_echo=$ac_try;;
17787
17651
 esac
17855
17719
     ( cat <<\_ASBOX
17856
17720
 ## ---------------------------------------- ##
17857
17721
 ## Report this to samba-technical@samba.org ##
17858
 
@@ -19802,24 +18594,21 @@
 
17722
@@ -19786,24 +18578,21 @@
17859
17723
      ) | sed "s/^/$as_me: WARNING:     /" >&2
17860
17724
     ;;
17861
17725
 esac
17888
17752
 _ACEOF
17889
17753
 
17890
17754
 fi
17891
 
@@ -19831,21 +18620,20 @@
 
17755
@@ -19815,21 +18604,20 @@
17892
17756
 
17893
17757
 for ac_header in sys/select.h
17894
17758
 do
17919
17783
 cat >conftest.$ac_ext <<_ACEOF
17920
17784
 /* confdefs.h.  */
17921
17785
 _ACEOF
17922
 
@@ -19861,33 +18649,32 @@
 
17786
@@ -19845,33 +18633,32 @@
17923
17787
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17924
17788
   *) ac_try_echo=$ac_try;;
17925
17789
 esac
17960
17824
 cat >conftest.$ac_ext <<_ACEOF
17961
17825
 /* confdefs.h.  */
17962
17826
 _ACEOF
17963
 
@@ -19901,52 +18688,51 @@
 
17827
@@ -19885,52 +18672,51 @@
17964
17828
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17965
17829
   *) ac_try_echo=$ac_try;;
17966
17830
 esac
18034
17898
     ( cat <<\_ASBOX
18035
17899
 ## ---------------------------------------- ##
18036
17900
 ## Report this to samba-technical@samba.org ##
18037
 
@@ -19955,24 +18741,21 @@
 
17901
@@ -19939,24 +18725,21 @@
18038
17902
      ) | sed "s/^/$as_me: WARNING:     /" >&2
18039
17903
     ;;
18040
17904
 esac
18067
17931
 _ACEOF
18068
17932
 
18069
17933
 fi
18070
 
@@ -19985,21 +18768,20 @@
 
17934
@@ -19969,21 +18752,20 @@
18071
17935
 
18072
17936
 for ac_header in sys/time.h utime.h
18073
17937
 do
18098
17962
 cat >conftest.$ac_ext <<_ACEOF
18099
17963
 /* confdefs.h.  */
18100
17964
 _ACEOF
18101
 
@@ -20015,33 +18797,32 @@
 
17965
@@ -19999,33 +18781,32 @@
18102
17966
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18103
17967
   *) ac_try_echo=$ac_try;;
18104
17968
 esac
18139
18003
 cat >conftest.$ac_ext <<_ACEOF
18140
18004
 /* confdefs.h.  */
18141
18005
 _ACEOF
18142
 
@@ -20055,52 +18836,51 @@
 
18006
@@ -20039,52 +18820,51 @@
18143
18007
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18144
18008
   *) ac_try_echo=$ac_try;;
18145
18009
 esac
18213
18077
     ( cat <<\_ASBOX
18214
18078
 ## ---------------------------------------- ##
18215
18079
 ## Report this to samba-technical@samba.org ##
18216
 
@@ -20109,34 +18889,31 @@
 
18080
@@ -20093,34 +18873,31 @@
18217
18081
      ) | sed "s/^/$as_me: WARNING:     /" >&2
18218
18082
     ;;
18219
18083
 esac
18259
18123
 else
18260
18124
   cat >conftest.$ac_ext <<_ACEOF
18261
18125
 /* confdefs.h.  */
18262
 
@@ -20163,21 +18940,20 @@
 
18126
@@ -20147,21 +18924,20 @@
18263
18127
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18264
18128
   *) ac_try_echo=$ac_try;;
18265
18129
 esac
18284
18148
 sed 's/^/| /' conftest.$ac_ext >&5
18285
18149
 
18286
18150
        ac_cv_header_time=no
18287
 
@@ -20185,8 +18961,8 @@
 
18151
@@ -20169,8 +18945,8 @@
18288
18152
 
18289
18153
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18290
18154
 fi
18295
18159
 if test $ac_cv_header_time = yes; then
18296
18160
 
18297
18161
 cat >>confdefs.h <<\_ACEOF
18298
 
@@ -20199,11 +18975,11 @@
 
18162
@@ -20183,11 +18959,11 @@
18299
18163
 
18300
18164
 for ac_func in utime utimes
18301
18165
 do
18311
18175
 else
18312
18176
   cat >conftest.$ac_ext <<_ACEOF
18313
18177
 /* confdefs.h.  */
18314
 
@@ -20256,42 +19032,35 @@
 
18178
@@ -20240,42 +19016,35 @@
18315
18179
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18316
18180
   *) ac_try_echo=$ac_try;;
18317
18181
 esac
18364
18228
 _ACEOF
18365
18229
 
18366
18230
 fi
18367
 
@@ -20299,10 +19068,10 @@
 
18231
@@ -20283,10 +19052,10 @@
18368
18232
 
18369
18233
 
18370
18234
 # wait
18378
18242
 else
18379
18243
   cat >conftest.$ac_ext <<_ACEOF
18380
18244
 /* confdefs.h.  */
18381
 
@@ -20335,21 +19104,20 @@
 
18245
@@ -20319,21 +19088,20 @@
18382
18246
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18383
18247
   *) ac_try_echo=$ac_try;;
18384
18248
 esac
18403
18267
 sed 's/^/| /' conftest.$ac_ext >&5
18404
18268
 
18405
18269
        ac_cv_header_sys_wait_h=no
18406
 
@@ -20357,8 +19125,8 @@
 
18270
@@ -20341,8 +19109,8 @@
18407
18271
 
18408
18272
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18409
18273
 fi
18414
18278
 if test $ac_cv_header_sys_wait_h = yes; then
18415
18279
 
18416
18280
 cat >>confdefs.h <<\_ACEOF
18417
 
@@ -20372,21 +19140,20 @@
 
18281
@@ -20356,21 +19124,20 @@
18418
18282
 
18419
18283
 for ac_header in sys/capability.h
18420
18284
 do
18445
18309
 cat >conftest.$ac_ext <<_ACEOF
18446
18310
 /* confdefs.h.  */
18447
18311
 _ACEOF
18448
 
@@ -20402,33 +19169,32 @@
 
18312
@@ -20386,33 +19153,32 @@
18449
18313
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18450
18314
   *) ac_try_echo=$ac_try;;
18451
18315
 esac
18486
18350
 cat >conftest.$ac_ext <<_ACEOF
18487
18351
 /* confdefs.h.  */
18488
18352
 _ACEOF
18489
 
@@ -20442,52 +19208,51 @@
 
18353
@@ -20426,52 +19192,51 @@
18490
18354
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18491
18355
   *) ac_try_echo=$ac_try;;
18492
18356
 esac
18560
18424
     ( cat <<\_ASBOX
18561
18425
 ## ---------------------------------------- ##
18562
18426
 ## Report this to samba-technical@samba.org ##
18563
 
@@ -20496,24 +19261,21 @@
 
18427
@@ -20480,24 +19245,21 @@
18564
18428
      ) | sed "s/^/$as_me: WARNING:     /" >&2
18565
18429
     ;;
18566
18430
 esac
18593
18457
 _ACEOF
18594
18458
 
18595
18459
 fi
18596
 
@@ -20523,10 +19285,10 @@
 
18460
@@ -20507,10 +19269,10 @@
18597
18461
 
18598
18462
 case "$host_os" in
18599
18463
 *linux*)
18607
18471
 else
18608
18472
 
18609
18473
 cat >conftest.$ac_ext <<_ACEOF
18610
 
@@ -20559,21 +19321,20 @@
 
18474
@@ -20543,21 +19305,20 @@
18611
18475
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18612
18476
   *) ac_try_echo=$ac_try;;
18613
18477
 esac
18632
18496
 sed 's/^/| /' conftest.$ac_ext >&5
18633
18497
 
18634
18498
        libreplace_cv_BROKEN_REDHAT_7_SYSTEM_HEADERS=yes
18635
 
@@ -20582,8 +19343,8 @@
 
18499
@@ -20566,8 +19327,8 @@
18636
18500
 
18637
18501
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18638
18502
 fi
18643
18507
 if test x"$libreplace_cv_BROKEN_REDHAT_7_SYSTEM_HEADERS" = x"yes"; then
18644
18508
 
18645
18509
 cat >>confdefs.h <<\_ACEOF
18646
 
@@ -20592,10 +19353,10 @@
 
18510
@@ -20576,10 +19337,10 @@
18647
18511
 
18648
18512
 fi
18649
18513
 
18657
18521
 else
18658
18522
 
18659
18523
 cat >conftest.$ac_ext <<_ACEOF
18660
 
@@ -20626,21 +19387,20 @@
 
18524
@@ -20610,21 +19371,20 @@
18661
18525
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18662
18526
   *) ac_try_echo=$ac_try;;
18663
18527
 esac
18682
18546
 sed 's/^/| /' conftest.$ac_ext >&5
18683
18547
 
18684
18548
        libreplace_cv_BROKEN_RHEL5_SYS_CAP_HEADER=yes
18685
 
@@ -20649,8 +19409,8 @@
 
18549
@@ -20633,8 +19393,8 @@
18686
18550
 
18687
18551
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18688
18552
 fi
18693
18557
 if test x"$libreplace_cv_BROKEN_RHEL5_SYS_CAP_HEADER" = x"yes"; then
18694
18558
 
18695
18559
 cat >>confdefs.h <<\_ACEOF
18696
 
@@ -20671,21 +19431,20 @@
 
18560
@@ -20655,21 +19415,20 @@
18697
18561
 
18698
18562
 for ac_header in grp.h sys/id.h compat.h shadow.h sys/priv.h pwd.h sys/security.h
18699
18563
 do
18724
18588
 cat >conftest.$ac_ext <<_ACEOF
18725
18589
 /* confdefs.h.  */
18726
18590
 _ACEOF
18727
 
@@ -20701,33 +19460,32 @@
 
18591
@@ -20685,33 +19444,32 @@
18728
18592
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18729
18593
   *) ac_try_echo=$ac_try;;
18730
18594
 esac
18765
18629
 cat >conftest.$ac_ext <<_ACEOF
18766
18630
 /* confdefs.h.  */
18767
18631
 _ACEOF
18768
 
@@ -20741,52 +19499,51 @@
 
18632
@@ -20725,52 +19483,51 @@
18769
18633
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18770
18634
   *) ac_try_echo=$ac_try;;
18771
18635
 esac
18839
18703
     ( cat <<\_ASBOX
18840
18704
 ## ---------------------------------------- ##
18841
18705
 ## Report this to samba-technical@samba.org ##
18842
 
@@ -20795,24 +19552,21 @@
 
18706
@@ -20779,24 +19536,21 @@
18843
18707
      ) | sed "s/^/$as_me: WARNING:     /" >&2
18844
18708
     ;;
18845
18709
 esac
18872
18736
 _ACEOF
18873
18737
 
18874
18738
 fi
18875
 
@@ -20824,11 +19578,11 @@
 
18739
@@ -20808,11 +19562,11 @@
18876
18740
 
18877
18741
 for ac_func in getpwnam_r getpwuid_r getpwent_r
18878
18742
 do
18888
18752
 else
18889
18753
   cat >conftest.$ac_ext <<_ACEOF
18890
18754
 /* confdefs.h.  */
18891
 
@@ -20881,52 +19635,45 @@
 
18755
@@ -20865,52 +19619,45 @@
18892
18756
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18893
18757
   *) ac_try_echo=$ac_try;;
18894
18758
 esac
18954
18818
 else
18955
18819
 
18956
18820
     cat >conftest.$ac_ext <<_ACEOF
18957
 
@@ -20953,21 +19700,20 @@
 
18821
@@ -20937,21 +19684,20 @@
18958
18822
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18959
18823
   *) ac_try_echo=$ac_try;;
18960
18824
 esac
18979
18843
 sed 's/^/| /' conftest.$ac_ext >&5
18980
18844
 
18981
18845
        ac_cv_have_getpwent_r_decl=no
18982
 
@@ -20975,8 +19721,8 @@
 
18846
@@ -20959,8 +19705,8 @@
18983
18847
 
18984
18848
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18985
18849
 fi
18990
18854
  if test x"$ac_cv_have_getpwent_r_decl" = x"yes"; then
18991
18855
 
18992
18856
 cat >>confdefs.h <<\_ACEOF
18993
 
@@ -20985,10 +19731,10 @@
 
18857
@@ -20969,10 +19715,10 @@
18994
18858
 
18995
18859
  fi
18996
18860
 
19004
18868
 else
19005
18869
   cat >conftest.$ac_ext <<_ACEOF
19006
18870
 /* confdefs.h.  */
19007
 
@@ -21019,14 +19765,13 @@
 
18871
@@ -21003,14 +19749,13 @@
19008
18872
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19009
18873
   *) ac_try_echo=$ac_try;;
19010
18874
 esac
19021
18885
   (exit $ac_status); } && {
19022
18886
         test -z "$ac_c_werror_flag" ||
19023
18887
         test ! -s conftest.err
19024
 
@@ -21035,7 +19780,7 @@
 
18888
@@ -21019,7 +19764,7 @@
19025
18889
                ac_cv_c_prototype_struct_passwd_pgetpwent_r_struct_passwd_psrc__char_pbuf__int_buflen_=yes
19026
18890
 
19027
18891
 else
19030
18894
 sed 's/^/| /' conftest.$ac_ext >&5
19031
18895
 
19032
18896
 
19033
 
@@ -21046,8 +19791,8 @@
 
18897
@@ -21030,8 +19775,8 @@
19034
18898
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19035
18899
 
19036
18900
 fi
19041
18905
 if test $ac_cv_c_prototype_struct_passwd_pgetpwent_r_struct_passwd_psrc__char_pbuf__int_buflen_ = yes; then
19042
18906
 
19043
18907
 
19044
 
@@ -21059,10 +19804,10 @@
 
18908
@@ -21043,10 +19788,10 @@
19045
18909
 fi
19046
18910
 
19047
18911
 
19055
18919
 else
19056
18920
   cat >conftest.$ac_ext <<_ACEOF
19057
18921
 /* confdefs.h.  */
19058
 
@@ -21093,14 +19838,13 @@
 
18922
@@ -21077,14 +19822,13 @@
19059
18923
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19060
18924
   *) ac_try_echo=$ac_try;;
19061
18925
 esac
19072
18936
   (exit $ac_status); } && {
19073
18937
         test -z "$ac_c_werror_flag" ||
19074
18938
         test ! -s conftest.err
19075
 
@@ -21109,7 +19853,7 @@
 
18939
@@ -21093,7 +19837,7 @@
19076
18940
                ac_cv_c_prototype_struct_passwd_pgetpwent_r_struct_passwd_psrc__char_pbuf__size_t_buflen_=yes
19077
18941
 
19078
18942
 else
19081
18945
 sed 's/^/| /' conftest.$ac_ext >&5
19082
18946
 
19083
18947
 
19084
 
@@ -21120,8 +19864,8 @@
 
18948
@@ -21104,8 +19848,8 @@
19085
18949
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19086
18950
 
19087
18951
 fi
19092
18956
 if test $ac_cv_c_prototype_struct_passwd_pgetpwent_r_struct_passwd_psrc__char_pbuf__size_t_buflen_ = yes; then
19093
18957
 
19094
18958
 
19095
 
@@ -21138,11 +19882,11 @@
 
18959
@@ -21122,11 +19866,11 @@
19096
18960
 
19097
18961
 for ac_func in getgrnam_r getgrgid_r getgrent_r
19098
18962
 do
19108
18972
 else
19109
18973
   cat >conftest.$ac_ext <<_ACEOF
19110
18974
 /* confdefs.h.  */
19111
 
@@ -21195,52 +19939,45 @@
 
18975
@@ -21179,52 +19923,45 @@
19112
18976
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19113
18977
   *) ac_try_echo=$ac_try;;
19114
18978
 esac
19174
19038
 else
19175
19039
 
19176
19040
     cat >conftest.$ac_ext <<_ACEOF
19177
 
@@ -21267,21 +20004,20 @@
 
19041
@@ -21251,21 +19988,20 @@
19178
19042
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19179
19043
   *) ac_try_echo=$ac_try;;
19180
19044
 esac
19199
19063
 sed 's/^/| /' conftest.$ac_ext >&5
19200
19064
 
19201
19065
        ac_cv_have_getgrent_r_decl=no
19202
 
@@ -21289,8 +20025,8 @@
 
19066
@@ -21273,8 +20009,8 @@
19203
19067
 
19204
19068
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19205
19069
 fi
19210
19074
  if test x"$ac_cv_have_getgrent_r_decl" = x"yes"; then
19211
19075
 
19212
19076
 cat >>confdefs.h <<\_ACEOF
19213
 
@@ -21299,10 +20035,10 @@
 
19077
@@ -21283,10 +20019,10 @@
19214
19078
 
19215
19079
  fi
19216
19080
 
19224
19088
 else
19225
19089
   cat >conftest.$ac_ext <<_ACEOF
19226
19090
 /* confdefs.h.  */
19227
 
@@ -21333,14 +20069,13 @@
 
19091
@@ -21317,14 +20053,13 @@
19228
19092
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19229
19093
   *) ac_try_echo=$ac_try;;
19230
19094
 esac
19241
19105
   (exit $ac_status); } && {
19242
19106
         test -z "$ac_c_werror_flag" ||
19243
19107
         test ! -s conftest.err
19244
 
@@ -21349,7 +20084,7 @@
 
19108
@@ -21333,7 +20068,7 @@
19245
19109
                ac_cv_c_prototype_struct_group_pgetgrent_r_struct_group_psrc__char_pbuf__int_buflen_=yes
19246
19110
 
19247
19111
 else
19250
19114
 sed 's/^/| /' conftest.$ac_ext >&5
19251
19115
 
19252
19116
 
19253
 
@@ -21360,8 +20095,8 @@
 
19117
@@ -21344,8 +20079,8 @@
19254
19118
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19255
19119
 
19256
19120
 fi
19261
19125
 if test $ac_cv_c_prototype_struct_group_pgetgrent_r_struct_group_psrc__char_pbuf__int_buflen_ = yes; then
19262
19126
 
19263
19127
 
19264
 
@@ -21374,10 +20109,10 @@
 
19128
@@ -21358,10 +20093,10 @@
19265
19129
 
19266
19130
 
19267
19131
 
19275
19139
 else
19276
19140
   cat >conftest.$ac_ext <<_ACEOF
19277
19141
 /* confdefs.h.  */
19278
 
@@ -21408,14 +20143,13 @@
 
19142
@@ -21392,14 +20127,13 @@
19279
19143
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19280
19144
   *) ac_try_echo=$ac_try;;
19281
19145
 esac
19292
19156
   (exit $ac_status); } && {
19293
19157
         test -z "$ac_c_werror_flag" ||
19294
19158
         test ! -s conftest.err
19295
 
@@ -21424,7 +20158,7 @@
 
19159
@@ -21408,7 +20142,7 @@
19296
19160
                ac_cv_c_prototype_struct_group_pgetgrent_r_struct_group_psrc__char_pbuf__size_t_buflen_=yes
19297
19161
 
19298
19162
 else
19301
19165
 sed 's/^/| /' conftest.$ac_ext >&5
19302
19166
 
19303
19167
 
19304
 
@@ -21435,8 +20169,8 @@
 
19168
@@ -21419,8 +20153,8 @@
19305
19169
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19306
19170
 
19307
19171
 fi
19312
19176
 if test $ac_cv_c_prototype_struct_group_pgetgrent_r_struct_group_psrc__char_pbuf__size_t_buflen_ = yes; then
19313
19177
 
19314
19178
 
19315
 
@@ -21454,21 +20188,20 @@
 
19179
@@ -21438,21 +20172,20 @@
19316
19180
 
19317
19181
 for ac_header in ctype.h locale.h
19318
19182
 do
19343
19207
 cat >conftest.$ac_ext <<_ACEOF
19344
19208
 /* confdefs.h.  */
19345
19209
 _ACEOF
19346
 
@@ -21484,33 +20217,32 @@
 
19210
@@ -21468,33 +20201,32 @@
19347
19211
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19348
19212
   *) ac_try_echo=$ac_try;;
19349
19213
 esac
19384
19248
 cat >conftest.$ac_ext <<_ACEOF
19385
19249
 /* confdefs.h.  */
19386
19250
 _ACEOF
19387
 
@@ -21524,52 +20256,51 @@
 
19251
@@ -21508,52 +20240,51 @@
19388
19252
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19389
19253
   *) ac_try_echo=$ac_try;;
19390
19254
 esac
19458
19322
     ( cat <<\_ASBOX
19459
19323
 ## ---------------------------------------- ##
19460
19324
 ## Report this to samba-technical@samba.org ##
19461
 
@@ -21578,24 +20309,21 @@
 
19325
@@ -21562,24 +20293,21 @@
19462
19326
      ) | sed "s/^/$as_me: WARNING:     /" >&2
19463
19327
     ;;
19464
19328
 esac
19491
19355
 _ACEOF
19492
19356
 
19493
19357
 fi
19494
 
@@ -21607,21 +20335,20 @@
 
19358
@@ -21591,21 +20319,20 @@
19495
19359
 
19496
19360
 for ac_header in fnmatch.h
19497
19361
 do
19522
19386
 cat >conftest.$ac_ext <<_ACEOF
19523
19387
 /* confdefs.h.  */
19524
19388
 _ACEOF
19525
 
@@ -21637,33 +20364,32 @@
 
19389
@@ -21621,33 +20348,32 @@
19526
19390
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19527
19391
   *) ac_try_echo=$ac_try;;
19528
19392
 esac
19563
19427
 cat >conftest.$ac_ext <<_ACEOF
19564
19428
 /* confdefs.h.  */
19565
19429
 _ACEOF
19566
 
@@ -21677,52 +20403,51 @@
 
19430
@@ -21661,52 +20387,51 @@
19567
19431
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19568
19432
   *) ac_try_echo=$ac_try;;
19569
19433
 esac
19637
19501
     ( cat <<\_ASBOX
19638
19502
 ## ---------------------------------------- ##
19639
19503
 ## Report this to samba-technical@samba.org ##
19640
 
@@ -21731,24 +20456,21 @@
 
19504
@@ -21715,24 +20440,21 @@
19641
19505
      ) | sed "s/^/$as_me: WARNING:     /" >&2
19642
19506
     ;;
19643
19507
 esac
19670
19534
 _ACEOF
19671
19535
 
19672
19536
 fi
19673
 
@@ -21762,21 +20484,20 @@
 
19537
@@ -21746,21 +20468,20 @@
19674
19538
 
19675
19539
 for ac_header in sys/ipc.h sys/mman.h sys/shm.h
19676
19540
 do
19701
19565
 cat >conftest.$ac_ext <<_ACEOF
19702
19566
 /* confdefs.h.  */
19703
19567
 _ACEOF
19704
 
@@ -21792,33 +20513,32 @@
 
19568
@@ -21776,33 +20497,32 @@
19705
19569
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19706
19570
   *) ac_try_echo=$ac_try;;
19707
19571
 esac
19742
19606
 cat >conftest.$ac_ext <<_ACEOF
19743
19607
 /* confdefs.h.  */
19744
19608
 _ACEOF
19745
 
@@ -21832,52 +20552,51 @@
 
19609
@@ -21816,52 +20536,51 @@
19746
19610
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19747
19611
   *) ac_try_echo=$ac_try;;
19748
19612
 esac
19816
19680
     ( cat <<\_ASBOX
19817
19681
 ## ---------------------------------------- ##
19818
19682
 ## Report this to samba-technical@samba.org ##
19819
 
@@ -21886,24 +20605,21 @@
 
19683
@@ -21870,24 +20589,21 @@
19820
19684
      ) | sed "s/^/$as_me: WARNING:     /" >&2
19821
19685
     ;;
19822
19686
 esac
19849
19713
 _ACEOF
19850
19714
 
19851
19715
 fi
19852
 
@@ -21917,21 +20633,20 @@
 
19716
@@ -21901,21 +20617,20 @@
19853
19717
 
19854
19718
 for ac_header in termios.h termio.h sys/termio.h
19855
19719
 do
19880
19744
 cat >conftest.$ac_ext <<_ACEOF
19881
19745
 /* confdefs.h.  */
19882
19746
 _ACEOF
19883
 
@@ -21947,33 +20662,32 @@
 
19747
@@ -21931,33 +20646,32 @@
19884
19748
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19885
19749
   *) ac_try_echo=$ac_try;;
19886
19750
 esac
19921
19785
 cat >conftest.$ac_ext <<_ACEOF
19922
19786
 /* confdefs.h.  */
19923
19787
 _ACEOF
19924
 
@@ -21987,52 +20701,51 @@
 
19788
@@ -21971,52 +20685,51 @@
19925
19789
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19926
19790
   *) ac_try_echo=$ac_try;;
19927
19791
 esac
19995
19859
     ( cat <<\_ASBOX
19996
19860
 ## ---------------------------------------- ##
19997
19861
 ## Report this to samba-technical@samba.org ##
19998
 
@@ -22041,24 +20754,21 @@
 
19862
@@ -22025,24 +20738,21 @@
19999
19863
      ) | sed "s/^/$as_me: WARNING:     /" >&2
20000
19864
     ;;
20001
19865
 esac
20028
19892
 _ACEOF
20029
19893
 
20030
19894
 fi
20031
 
@@ -22071,10 +20781,10 @@
 
19895
@@ -22055,10 +20765,10 @@
20032
19896
 LIBS=""
20033
19897
 
20034
19898
 libreplace_cv_dlfcn=no
20042
19906
 else
20043
19907
   ac_func_search_save_LIBS=$LIBS
20044
19908
 cat >conftest.$ac_ext <<_ACEOF
20045
 
@@ -22112,30 +20822,26 @@
 
19909
@@ -22096,30 +20806,26 @@
20046
19910
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20047
19911
   *) ac_try_echo=$ac_try;;
20048
19912
 esac
20078
19942
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20079
19943
       conftest$ac_exeext
20080
19944
   if test "${ac_cv_search_dlopen+set}" = set; then
20081
 
@@ -22150,8 +20856,8 @@
 
19945
@@ -22134,8 +20840,8 @@
20082
19946
 rm conftest.$ac_ext
20083
19947
 LIBS=$ac_func_search_save_LIBS
20084
19948
 fi
20089
19953
 ac_res=$ac_cv_search_dlopen
20090
19954
 if test "$ac_res" != no; then
20091
19955
   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
20092
 
@@ -22162,21 +20868,20 @@
 
19956
@@ -22146,21 +20852,20 @@
20093
19957
 
20094
19958
 for ac_header in dlfcn.h
20095
19959
 do
20120
19984
 cat >conftest.$ac_ext <<_ACEOF
20121
19985
 /* confdefs.h.  */
20122
19986
 _ACEOF
20123
 
@@ -22192,33 +20897,32 @@
 
19987
@@ -22176,33 +20881,32 @@
20124
19988
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20125
19989
   *) ac_try_echo=$ac_try;;
20126
19990
 esac
20161
20025
 cat >conftest.$ac_ext <<_ACEOF
20162
20026
 /* confdefs.h.  */
20163
20027
 _ACEOF
20164
 
@@ -22232,52 +20936,51 @@
 
20028
@@ -22216,52 +20920,51 @@
20165
20029
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20166
20030
   *) ac_try_echo=$ac_try;;
20167
20031
 esac
20235
20099
     ( cat <<\_ASBOX
20236
20100
 ## ---------------------------------------- ##
20237
20101
 ## Report this to samba-technical@samba.org ##
20238
 
@@ -22286,24 +20989,21 @@
 
20102
@@ -22270,24 +20973,21 @@
20239
20103
      ) | sed "s/^/$as_me: WARNING:     /" >&2
20240
20104
     ;;
20241
20105
 esac
20268
20132
 _ACEOF
20269
20133
 
20270
20134
 fi
20271
 
@@ -22316,11 +21016,11 @@
 
20135
@@ -22300,11 +21000,11 @@
20272
20136
 
20273
20137
 for ac_func in dlopen dlsym dlerror dlclose
20274
20138
 do
20284
20148
 else
20285
20149
   cat >conftest.$ac_ext <<_ACEOF
20286
20150
 /* confdefs.h.  */
20287
 
@@ -22373,42 +21073,35 @@
 
20151
@@ -22357,42 +21057,35 @@
20288
20152
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20289
20153
   *) ac_try_echo=$ac_try;;
20290
20154
 esac
20337
20201
 _ACEOF
20338
20202
 
20339
20203
 else
20340
 
@@ -22418,10 +21111,10 @@
 
20204
@@ -22402,10 +21095,10 @@
20341
20205
 
20342
20206
 
20343
20207
 libreplace_cv_shl=no
20351
20215
 else
20352
20216
   ac_func_search_save_LIBS=$LIBS
20353
20217
 cat >conftest.$ac_ext <<_ACEOF
20354
 
@@ -22459,30 +21152,26 @@
 
20218
@@ -22443,30 +21136,26 @@
20355
20219
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20356
20220
   *) ac_try_echo=$ac_try;;
20357
20221
 esac
20387
20251
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20388
20252
       conftest$ac_exeext
20389
20253
   if test "${ac_cv_search_shl_load+set}" = set; then
20390
 
@@ -22497,8 +21186,8 @@
 
20254
@@ -22481,8 +21170,8 @@
20391
20255
 rm conftest.$ac_ext
20392
20256
 LIBS=$ac_func_search_save_LIBS
20393
20257
 fi
20398
20262
 ac_res=$ac_cv_search_shl_load
20399
20263
 if test "$ac_res" != no; then
20400
20264
   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
20401
 
@@ -22508,21 +21197,20 @@
 
20265
@@ -22492,21 +21181,20 @@
20402
20266
 
20403
20267
 for ac_header in dl.h
20404
20268
 do
20429
20293
 cat >conftest.$ac_ext <<_ACEOF
20430
20294
 /* confdefs.h.  */
20431
20295
 _ACEOF
20432
 
@@ -22538,33 +21226,32 @@
 
20296
@@ -22522,33 +21210,32 @@
20433
20297
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20434
20298
   *) ac_try_echo=$ac_try;;
20435
20299
 esac
20470
20334
 cat >conftest.$ac_ext <<_ACEOF
20471
20335
 /* confdefs.h.  */
20472
20336
 _ACEOF
20473
 
@@ -22578,52 +21265,51 @@
 
20337
@@ -22562,52 +21249,51 @@
20474
20338
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20475
20339
   *) ac_try_echo=$ac_try;;
20476
20340
 esac
20544
20408
     ( cat <<\_ASBOX
20545
20409
 ## ---------------------------------------- ##
20546
20410
 ## Report this to samba-technical@samba.org ##
20547
 
@@ -22632,24 +21318,21 @@
 
20411
@@ -22616,24 +21302,21 @@
20548
20412
      ) | sed "s/^/$as_me: WARNING:     /" >&2
20549
20413
     ;;
20550
20414
 esac
20577
20441
 _ACEOF
20578
20442
 
20579
20443
 fi
20580
 
@@ -22661,11 +21344,11 @@
 
20444
@@ -22645,11 +21328,11 @@
20581
20445
 
20582
20446
 for ac_func in shl_load shl_unload shl_findsym
20583
20447
 do
20593
20457
 else
20594
20458
   cat >conftest.$ac_ext <<_ACEOF
20595
20459
 /* confdefs.h.  */
20596
 
@@ -22718,42 +21401,35 @@
 
20460
@@ -22702,42 +21385,35 @@
20597
20461
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20598
20462
   *) ac_try_echo=$ac_try;;
20599
20463
 esac
20646
20510
 _ACEOF
20647
20511
 
20648
20512
 else
20649
 
@@ -22762,10 +21438,10 @@
 
20513
@@ -22746,10 +21422,10 @@
20650
20514
 done
20651
20515
 
20652
20516
 
20660
20524
 else
20661
20525
   cat >conftest.$ac_ext <<_ACEOF
20662
20526
 /* confdefs.h.  */
20663
 
@@ -22792,14 +21468,13 @@
 
20527
@@ -22776,14 +21452,13 @@
20664
20528
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20665
20529
   *) ac_try_echo=$ac_try;;
20666
20530
 esac
20677
20541
   (exit $ac_status); } && {
20678
20542
         test -z "$ac_c_werror_flag" ||
20679
20543
         test ! -s conftest.err
20680
 
@@ -22808,7 +21483,7 @@
 
20544
@@ -22792,7 +21467,7 @@
20681
20545
                ac_cv_c_prototype_void_pdlopen_const_charp_filename__unsigned_int_flags_=yes
20682
20546
 
20683
20547
 else
20686
20550
 sed 's/^/| /' conftest.$ac_ext >&5
20687
20551
 
20688
20552
 
20689
 
@@ -22819,8 +21494,8 @@
 
20553
@@ -22803,8 +21478,8 @@
20690
20554
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20691
20555
 
20692
20556
 fi
20697
20561
 if test $ac_cv_c_prototype_void_pdlopen_const_charp_filename__unsigned_int_flags_ = yes; then
20698
20562
 
20699
20563
 
20700
 
@@ -22841,10 +21516,10 @@
 
20564
@@ -22825,10 +21500,10 @@
20701
20565
 
20702
20566
 LIBS="$save_LIBS"
20703
20567
 
20711
20575
 else
20712
20576
   cat >conftest.$ac_ext <<_ACEOF
20713
20577
 /* confdefs.h.  */
20714
 
@@ -22897,43 +21572,39 @@
 
20578
@@ -22881,43 +21556,39 @@
20715
20579
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20716
20580
   *) ac_try_echo=$ac_try;;
20717
20581
 esac
20766
20630
 else
20767
20631
   cat >conftest.$ac_ext <<_ACEOF
20768
20632
 /* confdefs.h.  */
20769
 
@@ -22986,36 +21657,32 @@
 
20633
@@ -22970,36 +21641,32 @@
20770
20634
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20771
20635
   *) ac_try_echo=$ac_try;;
20772
20636
 esac
20811
20675
   libreplace_cv_HAVE_GETPASSPHRASE=yes
20812
20676
 fi
20813
20677
 
20814
 
@@ -23033,10 +21700,10 @@
 
20678
@@ -23017,10 +21684,10 @@
20815
20679
        LIBREPLACEOBJ="${LIBREPLACEOBJ} getpass.o"
20816
20680
 else
20817
20681
 
20825
20689
 else
20826
20690
 
20827
20691
 SAVE_CPPFLAGS="$CPPFLAGS"
20828
 
@@ -23066,21 +21733,20 @@
 
20692
@@ -23050,21 +21717,20 @@
20829
20693
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20830
20694
   *) ac_try_echo=$ac_try;;
20831
20695
 esac
20850
20714
 sed 's/^/| /' conftest.$ac_ext >&5
20851
20715
 
20852
20716
        libreplace_cv_REPLACE_GETPASS=no
20853
 
@@ -23090,8 +21756,8 @@
 
20717
@@ -23074,8 +21740,8 @@
20854
20718
 CPPFLAGS="$SAVE_CPPFLAGS"
20855
20719
 
20856
20720
 fi
20861
20725
 if test x"$libreplace_cv_REPLACE_GETPASS" = x"yes"; then
20862
20726
 
20863
20727
 cat >>confdefs.h <<\_ACEOF
20864
 
@@ -23103,10 +21769,10 @@
 
20728
@@ -23087,10 +21753,10 @@
20865
20729
 
20866
20730
 fi
20867
20731
 
20875
20739
 else
20876
20740
 
20877
20741
        if test "$cross_compiling" = yes; then
20878
 
@@ -23129,40 +21795,37 @@
 
20742
@@ -23113,40 +21779,37 @@
20879
20743
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20880
20744
   *) ac_try_echo=$ac_try;;
20881
20745
 esac
20924
20788
 if test x"$libreplace_cv_STRPTIME_OK" != x"yes"; then
20925
20789
 
20926
20790
 cat >>confdefs.h <<\_ACEOF
20927
 
@@ -23178,21 +21841,20 @@
 
20791
@@ -23162,21 +21825,20 @@
20928
20792
 
20929
20793
 for ac_header in direct.h windows.h winsock2.h ws2tcpip.h
20930
20794
 do
20955
20819
 cat >conftest.$ac_ext <<_ACEOF
20956
20820
 /* confdefs.h.  */
20957
20821
 _ACEOF
20958
 
@@ -23208,33 +21870,32 @@
 
20822
@@ -23192,33 +21854,32 @@
20959
20823
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20960
20824
   *) ac_try_echo=$ac_try;;
20961
20825
 esac
20996
20860
 cat >conftest.$ac_ext <<_ACEOF
20997
20861
 /* confdefs.h.  */
20998
20862
 _ACEOF
20999
 
@@ -23248,52 +21909,51 @@
 
20863
@@ -23232,52 +21893,51 @@
21000
20864
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21001
20865
   *) ac_try_echo=$ac_try;;
21002
20866
 esac
21070
20934
     ( cat <<\_ASBOX
21071
20935
 ## ---------------------------------------- ##
21072
20936
 ## Report this to samba-technical@samba.org ##
21073
 
@@ -23302,24 +21962,21 @@
 
20937
@@ -23286,24 +21946,21 @@
21074
20938
      ) | sed "s/^/$as_me: WARNING:     /" >&2
21075
20939
     ;;
21076
20940
 esac
21103
20967
 _ACEOF
21104
20968
 
21105
20969
 fi
21106
 
@@ -23329,10 +21986,10 @@
 
20970
@@ -23313,10 +21970,10 @@
21107
20971
 
21108
20972
 #######################################
21109
20973
 # Check for mkdir mode
21117
20981
 else
21118
20982
   cat >conftest.$ac_ext <<_ACEOF
21119
20983
 /* confdefs.h.  */
21120
 
@@ -23362,21 +22019,20 @@
 
20984
@@ -23346,21 +22003,20 @@
21121
20985
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21122
20986
   *) ac_try_echo=$ac_try;;
21123
20987
 esac
21142
21006
 sed 's/^/| /' conftest.$ac_ext >&5
21143
21007
 
21144
21008
        libreplace_cv_mkdir_has_mode="no"
21145
 
@@ -23384,8 +22040,8 @@
 
21009
@@ -23368,8 +22024,8 @@
21146
21010
 
21147
21011
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21148
21012
 fi
21153
21017
 
21154
21018
 if test "$libreplace_cv_mkdir_has_mode" = "yes"
21155
21019
 then
21156
 
@@ -23399,11 +22055,11 @@
 
21020
@@ -23383,11 +22039,11 @@
21157
21021
 
21158
21022
 for ac_func in timegm
21159
21023
 do
21169
21033
 else
21170
21034
   cat >conftest.$ac_ext <<_ACEOF
21171
21035
 /* confdefs.h.  */
21172
 
@@ -23456,42 +22112,35 @@
 
21036
@@ -23440,42 +22096,35 @@
21173
21037
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21174
21038
   *) ac_try_echo=$ac_try;;
21175
21039
 esac
21222
21086
 _ACEOF
21223
21087
 
21224
21088
 else
21225
 
@@ -23500,10 +22149,10 @@
 
21089
@@ -23484,10 +22133,10 @@
21226
21090
 done
21227
21091
 
21228
21092
 
21236
21100
 else
21237
21101
 
21238
21102
        if test "$cross_compiling" = yes; then
21239
 
@@ -23525,40 +22174,37 @@
 
21103
@@ -23509,40 +22158,37 @@
21240
21104
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21241
21105
   *) ac_try_echo=$ac_try;;
21242
21106
 esac
21285
21149
 
21286
21150
 #
21287
21151
 # try to replace with getdirentries() if needed
21288
 
@@ -23567,11 +22213,11 @@
 
21152
@@ -23551,11 +22197,11 @@
21289
21153
 
21290
21154
 for ac_func in getdirentries
21291
21155
 do
21301
21165
 else
21302
21166
   cat >conftest.$ac_ext <<_ACEOF
21303
21167
 /* confdefs.h.  */
21304
 
@@ -23624,51 +22270,44 @@
 
21168
@@ -23608,51 +22254,44 @@
21305
21169
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21306
21170
   *) ac_try_echo=$ac_try;;
21307
21171
 esac
21366
21230
 else
21367
21231
   cat >conftest.$ac_ext <<_ACEOF
21368
21232
 /* confdefs.h.  */
21369
 
@@ -23695,14 +22334,13 @@
 
21233
@@ -23679,14 +22318,13 @@
21370
21234
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21371
21235
   *) ac_try_echo=$ac_try;;
21372
21236
 esac
21383
21247
   (exit $ac_status); } && {
21384
21248
         test -z "$ac_c_werror_flag" ||
21385
21249
         test ! -s conftest.err
21386
 
@@ -23711,7 +22349,7 @@
 
21250
@@ -23695,7 +22333,7 @@
21387
21251
                ac_cv_c_prototype_long_telldir_const_DIR_pdir_=yes
21388
21252
 
21389
21253
 else
21392
21256
 sed 's/^/| /' conftest.$ac_ext >&5
21393
21257
 
21394
21258
 
21395
 
@@ -23722,8 +22360,8 @@
 
21259
@@ -23706,8 +22344,8 @@
21396
21260
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21397
21261
 
21398
21262
 fi
21403
21267
 if test $ac_cv_c_prototype_long_telldir_const_DIR_pdir_ = yes; then
21404
21268
 
21405
21269
 
21406
 
@@ -23736,10 +22374,10 @@
 
21270
@@ -23720,10 +22358,10 @@
21407
21271
 
21408
21272
 
21409
21273
 
21417
21281
 else
21418
21282
   cat >conftest.$ac_ext <<_ACEOF
21419
21283
 /* confdefs.h.  */
21420
 
@@ -23766,14 +22404,13 @@
 
21284
@@ -23750,14 +22388,13 @@
21421
21285
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21422
21286
   *) ac_try_echo=$ac_try;;
21423
21287
 esac
21434
21298
   (exit $ac_status); } && {
21435
21299
         test -z "$ac_c_werror_flag" ||
21436
21300
         test ! -s conftest.err
21437
 
@@ -23782,7 +22419,7 @@
 
21301
@@ -23766,7 +22403,7 @@
21438
21302
                ac_cv_c_prototype_int_seekdir_DIR_pdir__long_ofs_=yes
21439
21303
 
21440
21304
 else
21443
21307
 sed 's/^/| /' conftest.$ac_ext >&5
21444
21308
 
21445
21309
 
21446
 
@@ -23793,8 +22430,8 @@
 
21310
@@ -23777,8 +22414,8 @@
21447
21311
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21448
21312
 
21449
21313
 fi
21454
21318
 if test $ac_cv_c_prototype_int_seekdir_DIR_pdir__long_ofs_ = yes; then
21455
21319
 
21456
21320
 
21457
 
@@ -23806,20 +22443,18 @@
 
21321
@@ -23790,20 +22427,18 @@
21458
21322
 fi
21459
21323
 
21460
21324
 
21481
21345
 else
21482
21346
   cat >conftest.$ac_ext <<_ACEOF
21483
21347
 /* confdefs.h.  */
21484
 
@@ -23839,40 +22474,37 @@
 
21348
@@ -23823,40 +22458,37 @@
21485
21349
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21486
21350
   *) ac_try_echo=$ac_try;;
21487
21351
 esac
21530
21394
 fi
21531
21395
 if test x"$libreplace_cv_READDIR_GETDIRENTRIES" = x"yes"; then
21532
21396
 
21533
 
@@ -23896,11 +22528,11 @@
 
21397
@@ -23880,11 +22512,11 @@
21534
21398
 
21535
21399
 for ac_func in getdents
21536
21400
 do
21546
21410
 else
21547
21411
   cat >conftest.$ac_ext <<_ACEOF
21548
21412
 /* confdefs.h.  */
21549
 
@@ -23953,61 +22585,52 @@
 
21413
@@ -23937,61 +22569,52 @@
21550
21414
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21551
21415
   *) ac_try_echo=$ac_try;;
21552
21416
 esac
21624
21488
 else
21625
21489
   cat >conftest.$ac_ext <<_ACEOF
21626
21490
 /* confdefs.h.  */
21627
 
@@ -24028,40 +22651,37 @@
 
21491
@@ -24012,40 +22635,37 @@
21628
21492
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21629
21493
   *) ac_try_echo=$ac_try;;
21630
21494
 esac
21673
21537
 fi
21674
21538
 if test x"$libreplace_cv_READDIR_GETDENTS" = x"yes"; then
21675
21539
 
21676
 
@@ -24078,16 +22698,16 @@
 
21540
@@ -24062,16 +22682,16 @@
21677
21541
        libreplace_cv_READDIR_NEEDED=no
21678
21542
 fi
21679
21543
 
21698
21562
 fi
21699
21563
 
21700
21564
 
21701
 
@@ -24097,11 +22717,11 @@
 
21565
@@ -24081,11 +22701,11 @@
21702
21566
 
21703
21567
 for ac_func in syslog printf memset memcpy
21704
21568
 do
21714
21578
 else
21715
21579
   cat >conftest.$ac_ext <<_ACEOF
21716
21580
 /* confdefs.h.  */
21717
 
@@ -24154,47 +22774,40 @@
 
21581
@@ -24138,47 +22758,40 @@
21718
21582
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21719
21583
   *) ac_try_echo=$ac_try;;
21720
21584
 esac
21774
21638
    { (exit 1); exit 1; }; }
21775
21639
 fi
21776
21640
 done
21777
 
@@ -24219,21 +22832,20 @@
 
21641
@@ -24203,21 +22816,20 @@
21778
21642
 
21779
21643
 for ac_header in sys/socket.h netinet/in.h netdb.h arpa/inet.h
21780
21644
 do
21805
21669
 cat >conftest.$ac_ext <<_ACEOF
21806
21670
 /* confdefs.h.  */
21807
21671
 _ACEOF
21808
 
@@ -24249,33 +22861,32 @@
21809
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21810
 
   *) ac_try_echo=$ac_try;;
21811
 
 esac
21812
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21813
 
-$as_echo "$ac_try_echo") >&5
21814
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21815
 
   (eval "$ac_compile") 2>conftest.er1
21816
 
   ac_status=$?
21817
 
   grep -v '^ *+' conftest.er1 >conftest.err
21818
 
   rm -f conftest.er1
21819
 
   cat conftest.err >&5
21820
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21821
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21822
 
   (exit $ac_status); } && {
21823
 
         test -z "$ac_c_werror_flag" ||
21824
 
         test ! -s conftest.err
21825
 
        } && test -s conftest.$ac_objext; then
21826
 
   ac_header_compiler=yes
21827
 
 else
21828
 
-  $as_echo "$as_me: failed program was:" >&5
21829
 
+  echo "$as_me: failed program was:" >&5
21830
 
 sed 's/^/| /' conftest.$ac_ext >&5
21831
 
 
21832
 
        ac_header_compiler=no
21833
 
 fi
21834
 
 
21835
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21836
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21837
 
-$as_echo "$ac_header_compiler" >&6; }
21838
 
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21839
 
+echo "${ECHO_T}$ac_header_compiler" >&6; }
21840
 
 
21841
 
 # Is the header present?
21842
 
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
21843
 
-$as_echo_n "checking $ac_header presence... " >&6; }
21844
 
+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
21845
 
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
21846
 
 cat >conftest.$ac_ext <<_ACEOF
21847
 
 /* confdefs.h.  */
21848
 
 _ACEOF
21849
 
@@ -24289,52 +22900,51 @@
21850
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21851
 
   *) ac_try_echo=$ac_try;;
21852
 
 esac
21853
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21854
 
-$as_echo "$ac_try_echo") >&5
21855
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21856
 
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
21857
 
   ac_status=$?
21858
 
   grep -v '^ *+' conftest.er1 >conftest.err
21859
 
   rm -f conftest.er1
21860
 
   cat conftest.err >&5
21861
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21862
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
21863
 
   (exit $ac_status); } >/dev/null && {
21864
 
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
21865
 
         test ! -s conftest.err
21866
 
        }; then
21867
 
   ac_header_preproc=yes
21868
 
 else
21869
 
-  $as_echo "$as_me: failed program was:" >&5
21870
 
+  echo "$as_me: failed program was:" >&5
21871
 
 sed 's/^/| /' conftest.$ac_ext >&5
21872
 
 
21873
 
   ac_header_preproc=no
21874
 
 fi
21875
 
 
21876
 
 rm -f conftest.err conftest.$ac_ext
21877
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21878
 
-$as_echo "$ac_header_preproc" >&6; }
21879
 
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21880
 
+echo "${ECHO_T}$ac_header_preproc" >&6; }
21881
 
 
21882
 
 # So?  What about this header?
21883
 
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21884
 
   yes:no: )
21885
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21886
 
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21887
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21888
 
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21889
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21890
 
+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21891
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21892
 
+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21893
 
     ac_header_preproc=yes
21894
 
     ;;
21895
 
   no:yes:* )
21896
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21897
 
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21898
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
21899
 
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
21900
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21901
 
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21902
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
21903
 
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
21904
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21905
 
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21906
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21907
 
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21908
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21909
 
+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21910
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
21911
 
+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
21912
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21913
 
+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21914
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
21915
 
+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
21916
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21917
 
+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21918
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21919
 
+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21920
 
     ( cat <<\_ASBOX
21921
 
 ## ---------------------------------------- ##
21922
 
 ## Report this to samba-technical@samba.org ##
21923
 
@@ -24343,24 +22953,21 @@
21924
 
      ) | sed "s/^/$as_me: WARNING:     /" >&2
21925
 
     ;;
21926
 
 esac
21927
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
21928
 
-$as_echo_n "checking for $ac_header... " >&6; }
21929
 
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
21930
 
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21931
 
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21932
 
-  $as_echo_n "(cached) " >&6
21933
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
21934
 
 else
21935
 
   eval "$as_ac_Header=\$ac_header_preproc"
21936
 
 fi
21937
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
21938
 
-                $as_echo "$as_val"'`
21939
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
21940
 
-$as_echo "$ac_res" >&6; }
21941
 
+ac_res=`eval echo '${'$as_ac_Header'}'`
21942
 
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
21943
 
+echo "${ECHO_T}$ac_res" >&6; }
21944
 
 
21945
 
 fi
21946
 
-as_val=`eval 'as_val=${'$as_ac_Header'}
21947
 
-                $as_echo "$as_val"'`
21948
 
-   if test "x$as_val" = x""yes; then
21949
 
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
21950
 
   cat >>confdefs.h <<_ACEOF
21951
 
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
21952
 
+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21953
 
 _ACEOF
21954
 
 
21955
 
 fi
21956
 
@@ -24373,21 +22980,20 @@
21957
 
 
21958
 
 for ac_header in netinet/ip.h netinet/tcp.h netinet/in_systm.h netinet/in_ip.h
21959
 
 do
21960
 
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
21961
 
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
21962
 
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21963
 
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
21964
 
-$as_echo_n "checking for $ac_header... " >&6; }
21965
 
+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
21966
 
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
21967
 
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
21968
 
-  $as_echo_n "(cached) " >&6
21969
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
21970
 
 fi
21971
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
21972
 
-                $as_echo "$as_val"'`
21973
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
21974
 
-$as_echo "$ac_res" >&6; }
21975
 
+ac_res=`eval echo '${'$as_ac_Header'}'`
21976
 
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
21977
 
+echo "${ECHO_T}$ac_res" >&6; }
21978
 
 else
21979
 
   # Is the header compilable?
21980
 
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
21981
 
-$as_echo_n "checking $ac_header usability... " >&6; }
21982
 
+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
21983
 
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
21984
 
 cat >conftest.$ac_ext <<_ACEOF
21985
 
 /* confdefs.h.  */
21986
 
 _ACEOF
21987
 
@@ -24403,33 +23009,32 @@
21988
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21989
 
   *) ac_try_echo=$ac_try;;
21990
 
 esac
21991
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21992
 
-$as_echo "$ac_try_echo") >&5
21993
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21994
 
   (eval "$ac_compile") 2>conftest.er1
21995
 
   ac_status=$?
21996
 
   grep -v '^ *+' conftest.er1 >conftest.err
21997
 
   rm -f conftest.er1
21998
 
   cat conftest.err >&5
21999
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22000
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22001
 
   (exit $ac_status); } && {
22002
 
         test -z "$ac_c_werror_flag" ||
22003
 
         test ! -s conftest.err
22004
 
        } && test -s conftest.$ac_objext; then
22005
 
   ac_header_compiler=yes
22006
 
 else
22007
 
-  $as_echo "$as_me: failed program was:" >&5
22008
 
+  echo "$as_me: failed program was:" >&5
22009
 
 sed 's/^/| /' conftest.$ac_ext >&5
22010
 
 
22011
 
        ac_header_compiler=no
22012
 
 fi
22013
 
 
22014
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22015
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22016
 
-$as_echo "$ac_header_compiler" >&6; }
22017
 
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
22018
 
+echo "${ECHO_T}$ac_header_compiler" >&6; }
22019
 
 
22020
 
 # Is the header present?
22021
 
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
22022
 
-$as_echo_n "checking $ac_header presence... " >&6; }
22023
 
+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
22024
 
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
22025
 
 cat >conftest.$ac_ext <<_ACEOF
22026
 
 /* confdefs.h.  */
22027
 
 _ACEOF
22028
 
@@ -24443,52 +23048,51 @@
22029
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22030
 
   *) ac_try_echo=$ac_try;;
22031
 
 esac
22032
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22033
 
-$as_echo "$ac_try_echo") >&5
22034
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22035
 
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
22036
 
   ac_status=$?
22037
 
   grep -v '^ *+' conftest.er1 >conftest.err
22038
 
   rm -f conftest.er1
22039
 
   cat conftest.err >&5
22040
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22041
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22042
 
   (exit $ac_status); } >/dev/null && {
22043
 
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
22044
 
         test ! -s conftest.err
22045
 
        }; then
22046
 
   ac_header_preproc=yes
22047
 
 else
22048
 
-  $as_echo "$as_me: failed program was:" >&5
22049
 
+  echo "$as_me: failed program was:" >&5
22050
 
 sed 's/^/| /' conftest.$ac_ext >&5
22051
 
 
22052
 
   ac_header_preproc=no
22053
 
 fi
22054
 
 
22055
 
 rm -f conftest.err conftest.$ac_ext
22056
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22057
 
-$as_echo "$ac_header_preproc" >&6; }
22058
 
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
22059
 
+echo "${ECHO_T}$ac_header_preproc" >&6; }
22060
 
 
22061
 
 # So?  What about this header?
22062
 
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
22063
 
   yes:no: )
22064
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
22065
 
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
22066
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
22067
 
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
22068
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
22069
 
+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
22070
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
22071
 
+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
22072
 
     ac_header_preproc=yes
22073
 
     ;;
22074
 
   no:yes:* )
22075
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
22076
 
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
22077
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
22078
 
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
22079
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
22080
 
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
22081
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
22082
 
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
22083
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22084
 
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22085
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
22086
 
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
22087
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
22088
 
+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
22089
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
22090
 
+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
22091
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
22092
 
+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
22093
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
22094
 
+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
22095
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
22096
 
+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
22097
 
+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
22098
 
+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
22099
 
     ( cat <<\_ASBOX
22100
 
 ## ---------------------------------------- ##
22101
 
 ## Report this to samba-technical@samba.org ##
22102
 
@@ -24497,24 +23101,21 @@
22103
 
      ) | sed "s/^/$as_me: WARNING:     /" >&2
22104
 
     ;;
22105
 
 esac
22106
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
22107
 
-$as_echo_n "checking for $ac_header... " >&6; }
22108
 
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
22109
 
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
22110
 
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
22111
 
-  $as_echo_n "(cached) " >&6
22112
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
22113
 
 else
22114
 
   eval "$as_ac_Header=\$ac_header_preproc"
22115
 
 fi
22116
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
22117
 
-                $as_echo "$as_val"'`
22118
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
22119
 
-$as_echo "$ac_res" >&6; }
22120
 
+ac_res=`eval echo '${'$as_ac_Header'}'`
22121
 
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
22122
 
+echo "${ECHO_T}$ac_res" >&6; }
22123
 
 
22124
 
 fi
22125
 
-as_val=`eval 'as_val=${'$as_ac_Header'}
22126
 
-                $as_echo "$as_val"'`
22127
 
-   if test "x$as_val" = x""yes; then
22128
 
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
22129
 
   cat >>confdefs.h <<_ACEOF
22130
 
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
22131
 
+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
22132
 
 _ACEOF
22133
 
 
22134
 
 fi
22135
 
@@ -24525,21 +23126,20 @@
 
21672
@@ -24233,33 +22845,32 @@
 
21673
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21674
   *) ac_try_echo=$ac_try;;
 
21675
 esac
 
21676
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
21677
-$as_echo "$ac_try_echo") >&5
 
21678
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
21679
   (eval "$ac_compile") 2>conftest.er1
 
21680
   ac_status=$?
 
21681
   grep -v '^ *+' conftest.er1 >conftest.err
 
21682
   rm -f conftest.er1
 
21683
   cat conftest.err >&5
 
21684
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21685
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21686
   (exit $ac_status); } && {
 
21687
         test -z "$ac_c_werror_flag" ||
 
21688
         test ! -s conftest.err
 
21689
        } && test -s conftest.$ac_objext; then
 
21690
   ac_header_compiler=yes
 
21691
 else
 
21692
-  $as_echo "$as_me: failed program was:" >&5
 
21693
+  echo "$as_me: failed program was:" >&5
 
21694
 sed 's/^/| /' conftest.$ac_ext >&5
 
21695
 
 
21696
        ac_header_compiler=no
 
21697
 fi
 
21698
 
 
21699
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
21700
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
21701
-$as_echo "$ac_header_compiler" >&6; }
 
21702
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
21703
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
21704
 
 
21705
 # Is the header present?
 
21706
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
21707
-$as_echo_n "checking $ac_header presence... " >&6; }
 
21708
+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
21709
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
 
21710
 cat >conftest.$ac_ext <<_ACEOF
 
21711
 /* confdefs.h.  */
 
21712
 _ACEOF
 
21713
@@ -24273,52 +22884,51 @@
 
21714
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21715
   *) ac_try_echo=$ac_try;;
 
21716
 esac
 
21717
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
21718
-$as_echo "$ac_try_echo") >&5
 
21719
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
21720
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
21721
   ac_status=$?
 
21722
   grep -v '^ *+' conftest.er1 >conftest.err
 
21723
   rm -f conftest.er1
 
21724
   cat conftest.err >&5
 
21725
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21726
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21727
   (exit $ac_status); } >/dev/null && {
 
21728
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
21729
         test ! -s conftest.err
 
21730
        }; then
 
21731
   ac_header_preproc=yes
 
21732
 else
 
21733
-  $as_echo "$as_me: failed program was:" >&5
 
21734
+  echo "$as_me: failed program was:" >&5
 
21735
 sed 's/^/| /' conftest.$ac_ext >&5
 
21736
 
 
21737
   ac_header_preproc=no
 
21738
 fi
 
21739
 
 
21740
 rm -f conftest.err conftest.$ac_ext
 
21741
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
21742
-$as_echo "$ac_header_preproc" >&6; }
 
21743
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
21744
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
21745
 
 
21746
 # So?  What about this header?
 
21747
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
21748
   yes:no: )
 
21749
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
21750
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
21751
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
21752
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
21753
+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
21754
+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
21755
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
21756
+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
21757
     ac_header_preproc=yes
 
21758
     ;;
 
21759
   no:yes:* )
 
21760
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
21761
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
21762
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
21763
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
21764
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
21765
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
21766
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
21767
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
21768
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
21769
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
21770
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
21771
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
21772
+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
21773
+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
21774
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
21775
+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
21776
+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
21777
+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
21778
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
21779
+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
21780
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
21781
+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
21782
+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
21783
+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
21784
     ( cat <<\_ASBOX
 
21785
 ## ---------------------------------------- ##
 
21786
 ## Report this to samba-technical@samba.org ##
 
21787
@@ -24327,24 +22937,21 @@
 
21788
      ) | sed "s/^/$as_me: WARNING:     /" >&2
 
21789
     ;;
 
21790
 esac
 
21791
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
21792
-$as_echo_n "checking for $ac_header... " >&6; }
 
21793
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
21794
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
21795
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
21796
-  $as_echo_n "(cached) " >&6
 
21797
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
21798
 else
 
21799
   eval "$as_ac_Header=\$ac_header_preproc"
 
21800
 fi
 
21801
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
21802
-                $as_echo "$as_val"'`
 
21803
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
21804
-$as_echo "$ac_res" >&6; }
 
21805
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
21806
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
21807
+echo "${ECHO_T}$ac_res" >&6; }
 
21808
 
 
21809
 fi
 
21810
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
21811
-                $as_echo "$as_val"'`
 
21812
-   if test "x$as_val" = x""yes; then
 
21813
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
21814
   cat >>confdefs.h <<_ACEOF
 
21815
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
21816
+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
21817
 _ACEOF
 
21818
 
 
21819
 fi
 
21820
@@ -24354,21 +22961,20 @@
 
21821
 
 
21822
 for ac_header in netinet/in_systm.h
 
21823
 do
 
21824
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
21825
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
21826
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
21827
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
21828
-$as_echo_n "checking for $ac_header... " >&6; }
 
21829
+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
 
21830
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
21831
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
21832
-  $as_echo_n "(cached) " >&6
 
21833
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
21834
 fi
 
21835
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
21836
-                $as_echo "$as_val"'`
 
21837
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
21838
-$as_echo "$ac_res" >&6; }
 
21839
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
21840
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
21841
+echo "${ECHO_T}$ac_res" >&6; }
 
21842
 else
 
21843
   # Is the header compilable?
 
21844
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
21845
-$as_echo_n "checking $ac_header usability... " >&6; }
 
21846
+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
21847
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
 
21848
 cat >conftest.$ac_ext <<_ACEOF
 
21849
 /* confdefs.h.  */
 
21850
 _ACEOF
 
21851
@@ -24384,33 +22990,32 @@
 
21852
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21853
   *) ac_try_echo=$ac_try;;
 
21854
 esac
 
21855
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
21856
-$as_echo "$ac_try_echo") >&5
 
21857
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
21858
   (eval "$ac_compile") 2>conftest.er1
 
21859
   ac_status=$?
 
21860
   grep -v '^ *+' conftest.er1 >conftest.err
 
21861
   rm -f conftest.er1
 
21862
   cat conftest.err >&5
 
21863
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21864
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21865
   (exit $ac_status); } && {
 
21866
         test -z "$ac_c_werror_flag" ||
 
21867
         test ! -s conftest.err
 
21868
        } && test -s conftest.$ac_objext; then
 
21869
   ac_header_compiler=yes
 
21870
 else
 
21871
-  $as_echo "$as_me: failed program was:" >&5
 
21872
+  echo "$as_me: failed program was:" >&5
 
21873
 sed 's/^/| /' conftest.$ac_ext >&5
 
21874
 
 
21875
        ac_header_compiler=no
 
21876
 fi
 
21877
 
 
21878
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
21879
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
21880
-$as_echo "$ac_header_compiler" >&6; }
 
21881
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
21882
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
21883
 
 
21884
 # Is the header present?
 
21885
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
21886
-$as_echo_n "checking $ac_header presence... " >&6; }
 
21887
+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
21888
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
 
21889
 cat >conftest.$ac_ext <<_ACEOF
 
21890
 /* confdefs.h.  */
 
21891
 _ACEOF
 
21892
@@ -24424,52 +23029,51 @@
 
21893
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21894
   *) ac_try_echo=$ac_try;;
 
21895
 esac
 
21896
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
21897
-$as_echo "$ac_try_echo") >&5
 
21898
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
21899
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
21900
   ac_status=$?
 
21901
   grep -v '^ *+' conftest.er1 >conftest.err
 
21902
   rm -f conftest.er1
 
21903
   cat conftest.err >&5
 
21904
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21905
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21906
   (exit $ac_status); } >/dev/null && {
 
21907
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
21908
         test ! -s conftest.err
 
21909
        }; then
 
21910
   ac_header_preproc=yes
 
21911
 else
 
21912
-  $as_echo "$as_me: failed program was:" >&5
 
21913
+  echo "$as_me: failed program was:" >&5
 
21914
 sed 's/^/| /' conftest.$ac_ext >&5
 
21915
 
 
21916
   ac_header_preproc=no
 
21917
 fi
 
21918
 
 
21919
 rm -f conftest.err conftest.$ac_ext
 
21920
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
21921
-$as_echo "$ac_header_preproc" >&6; }
 
21922
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
21923
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
21924
 
 
21925
 # So?  What about this header?
 
21926
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
21927
   yes:no: )
 
21928
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
21929
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
21930
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
21931
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
21932
+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
21933
+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
21934
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
21935
+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
21936
     ac_header_preproc=yes
 
21937
     ;;
 
21938
   no:yes:* )
 
21939
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
21940
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
21941
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
21942
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
21943
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
21944
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
21945
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
21946
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
21947
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
21948
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
21949
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
21950
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
21951
+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
21952
+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
21953
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
21954
+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
21955
+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
21956
+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
21957
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
21958
+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
21959
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
21960
+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
21961
+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
21962
+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
21963
     ( cat <<\_ASBOX
 
21964
 ## ---------------------------------------- ##
 
21965
 ## Report this to samba-technical@samba.org ##
 
21966
@@ -24478,24 +23082,21 @@
 
21967
      ) | sed "s/^/$as_me: WARNING:     /" >&2
 
21968
     ;;
 
21969
 esac
 
21970
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
21971
-$as_echo_n "checking for $ac_header... " >&6; }
 
21972
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
21973
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
21974
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
21975
-  $as_echo_n "(cached) " >&6
 
21976
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
21977
 else
 
21978
   eval "$as_ac_Header=\$ac_header_preproc"
 
21979
 fi
 
21980
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
21981
-                $as_echo "$as_val"'`
 
21982
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
21983
-$as_echo "$ac_res" >&6; }
 
21984
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
21985
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
21986
+echo "${ECHO_T}$ac_res" >&6; }
 
21987
 
 
21988
 fi
 
21989
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
21990
-                $as_echo "$as_val"'`
 
21991
-   if test "x$as_val" = x""yes; then
 
21992
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
21993
   cat >>confdefs.h <<_ACEOF
 
21994
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
21995
+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
21996
 _ACEOF
 
21997
 
 
21998
 fi
 
21999
@@ -24505,11 +23106,11 @@
 
22000
 
 
22001
 for ac_header in netinet/ip.h
 
22002
 do
 
22003
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
22004
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
22005
-$as_echo_n "checking for $ac_header... " >&6; }
 
22006
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
22007
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
22008
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
22009
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
22010
-  $as_echo_n "(cached) " >&6
 
22011
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
22012
 else
 
22013
   cat >conftest.$ac_ext <<_ACEOF
 
22014
 /* confdefs.h.  */
 
22015
@@ -24532,21 +23133,20 @@
 
22016
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
22017
   *) ac_try_echo=$ac_try;;
 
22018
 esac
 
22019
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
22020
-$as_echo "$ac_try_echo") >&5
 
22021
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
22022
   (eval "$ac_compile") 2>conftest.er1
 
22023
   ac_status=$?
 
22024
   grep -v '^ *+' conftest.er1 >conftest.err
 
22025
   rm -f conftest.er1
 
22026
   cat conftest.err >&5
 
22027
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22028
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22029
   (exit $ac_status); } && {
 
22030
         test -z "$ac_c_werror_flag" ||
 
22031
         test ! -s conftest.err
 
22032
        } && test -s conftest.$ac_objext; then
 
22033
   eval "$as_ac_Header=yes"
 
22034
 else
 
22035
-  $as_echo "$as_me: failed program was:" >&5
 
22036
+  echo "$as_me: failed program was:" >&5
 
22037
 sed 's/^/| /' conftest.$ac_ext >&5
 
22038
 
 
22039
        eval "$as_ac_Header=no"
 
22040
@@ -24554,15 +23154,12 @@
 
22041
 
 
22042
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
22043
 fi
 
22044
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
22045
-                $as_echo "$as_val"'`
 
22046
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
22047
-$as_echo "$ac_res" >&6; }
 
22048
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
22049
-                $as_echo "$as_val"'`
 
22050
-   if test "x$as_val" = x""yes; then
 
22051
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
22052
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
22053
+echo "${ECHO_T}$ac_res" >&6; }
 
22054
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
22055
   cat >>confdefs.h <<_ACEOF
 
22056
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
22057
+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
22058
 _ACEOF
 
22059
 
 
22060
 fi
 
22061
@@ -24573,21 +23170,20 @@
 
22062
 
 
22063
 for ac_header in netinet/tcp.h netinet/in_ip.h
 
22064
 do
 
22065
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
22066
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
22067
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
22068
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
22069
-$as_echo_n "checking for $ac_header... " >&6; }
 
22070
+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
 
22071
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
22072
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
22073
-  $as_echo_n "(cached) " >&6
 
22074
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
22075
 fi
 
22076
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
22077
-                $as_echo "$as_val"'`
 
22078
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
22079
-$as_echo "$ac_res" >&6; }
 
22080
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
22081
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
22082
+echo "${ECHO_T}$ac_res" >&6; }
 
22083
 else
 
22084
   # Is the header compilable?
 
22085
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
22086
-$as_echo_n "checking $ac_header usability... " >&6; }
 
22087
+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
22088
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
 
22089
 cat >conftest.$ac_ext <<_ACEOF
 
22090
 /* confdefs.h.  */
 
22091
 _ACEOF
 
22092
@@ -24603,33 +23199,32 @@
 
22093
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
22094
   *) ac_try_echo=$ac_try;;
 
22095
 esac
 
22096
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
22097
-$as_echo "$ac_try_echo") >&5
 
22098
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
22099
   (eval "$ac_compile") 2>conftest.er1
 
22100
   ac_status=$?
 
22101
   grep -v '^ *+' conftest.er1 >conftest.err
 
22102
   rm -f conftest.er1
 
22103
   cat conftest.err >&5
 
22104
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22105
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22106
   (exit $ac_status); } && {
 
22107
         test -z "$ac_c_werror_flag" ||
 
22108
         test ! -s conftest.err
 
22109
        } && test -s conftest.$ac_objext; then
 
22110
   ac_header_compiler=yes
 
22111
 else
 
22112
-  $as_echo "$as_me: failed program was:" >&5
 
22113
+  echo "$as_me: failed program was:" >&5
 
22114
 sed 's/^/| /' conftest.$ac_ext >&5
 
22115
 
 
22116
        ac_header_compiler=no
 
22117
 fi
 
22118
 
 
22119
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
22120
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
22121
-$as_echo "$ac_header_compiler" >&6; }
 
22122
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
22123
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
22124
 
 
22125
 # Is the header present?
 
22126
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
22127
-$as_echo_n "checking $ac_header presence... " >&6; }
 
22128
+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
22129
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
 
22130
 cat >conftest.$ac_ext <<_ACEOF
 
22131
 /* confdefs.h.  */
 
22132
 _ACEOF
 
22133
@@ -24643,52 +23238,51 @@
 
22134
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
22135
   *) ac_try_echo=$ac_try;;
 
22136
 esac
 
22137
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
22138
-$as_echo "$ac_try_echo") >&5
 
22139
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
22140
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
22141
   ac_status=$?
 
22142
   grep -v '^ *+' conftest.er1 >conftest.err
 
22143
   rm -f conftest.er1
 
22144
   cat conftest.err >&5
 
22145
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22146
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22147
   (exit $ac_status); } >/dev/null && {
 
22148
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
22149
         test ! -s conftest.err
 
22150
        }; then
 
22151
   ac_header_preproc=yes
 
22152
 else
 
22153
-  $as_echo "$as_me: failed program was:" >&5
 
22154
+  echo "$as_me: failed program was:" >&5
 
22155
 sed 's/^/| /' conftest.$ac_ext >&5
 
22156
 
 
22157
   ac_header_preproc=no
 
22158
 fi
 
22159
 
 
22160
 rm -f conftest.err conftest.$ac_ext
 
22161
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
22162
-$as_echo "$ac_header_preproc" >&6; }
 
22163
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
22164
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
22165
 
 
22166
 # So?  What about this header?
 
22167
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
22168
   yes:no: )
 
22169
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
22170
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
22171
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
22172
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
22173
+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
22174
+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
22175
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
22176
+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
22177
     ac_header_preproc=yes
 
22178
     ;;
 
22179
   no:yes:* )
 
22180
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
22181
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
22182
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
22183
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
22184
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
22185
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
22186
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
22187
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
22188
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
22189
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
22190
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
22191
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
22192
+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
22193
+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
22194
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
22195
+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
22196
+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
22197
+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
22198
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
22199
+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
22200
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
22201
+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
22202
+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
22203
+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
22204
     ( cat <<\_ASBOX
 
22205
 ## ---------------------------------------- ##
 
22206
 ## Report this to samba-technical@samba.org ##
 
22207
@@ -24697,24 +23291,21 @@
 
22208
      ) | sed "s/^/$as_me: WARNING:     /" >&2
 
22209
     ;;
 
22210
 esac
 
22211
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
22212
-$as_echo_n "checking for $ac_header... " >&6; }
 
22213
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
22214
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
22215
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
22216
-  $as_echo_n "(cached) " >&6
 
22217
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
22218
 else
 
22219
   eval "$as_ac_Header=\$ac_header_preproc"
 
22220
 fi
 
22221
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
22222
-                $as_echo "$as_val"'`
 
22223
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
22224
-$as_echo "$ac_res" >&6; }
 
22225
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
22226
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
22227
+echo "${ECHO_T}$ac_res" >&6; }
 
22228
 
 
22229
 fi
 
22230
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
22231
-                $as_echo "$as_val"'`
 
22232
-   if test "x$as_val" = x""yes; then
 
22233
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
22234
   cat >>confdefs.h <<_ACEOF
 
22235
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
22236
+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
22237
 _ACEOF
 
22238
 
 
22239
 fi
 
22240
@@ -24725,21 +23316,20 @@
22136
22241
 
22137
22242
 for ac_header in sys/sockio.h sys/un.h
22138
22243
 do
22163
22268
 cat >conftest.$ac_ext <<_ACEOF
22164
22269
 /* confdefs.h.  */
22165
22270
 _ACEOF
22166
 
@@ -24555,33 +23155,32 @@
 
22271
@@ -24755,33 +23345,32 @@
22167
22272
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22168
22273
   *) ac_try_echo=$ac_try;;
22169
22274
 esac
22204
22309
 cat >conftest.$ac_ext <<_ACEOF
22205
22310
 /* confdefs.h.  */
22206
22311
 _ACEOF
22207
 
@@ -24595,52 +23194,51 @@
 
22312
@@ -24795,52 +23384,51 @@
22208
22313
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22209
22314
   *) ac_try_echo=$ac_try;;
22210
22315
 esac
22278
22383
     ( cat <<\_ASBOX
22279
22384
 ## ---------------------------------------- ##
22280
22385
 ## Report this to samba-technical@samba.org ##
22281
 
@@ -24649,24 +23247,21 @@
 
22386
@@ -24849,24 +23437,21 @@
22282
22387
      ) | sed "s/^/$as_me: WARNING:     /" >&2
22283
22388
     ;;
22284
22389
 esac
22311
22416
 _ACEOF
22312
22417
 
22313
22418
 fi
22314
 
@@ -24674,10 +23269,10 @@
 
22419
@@ -24874,10 +23459,10 @@
22315
22420
 done
22316
22421
 
22317
22422
 
22325
22430
 else
22326
22431
 
22327
22432
        cat >conftest.$ac_ext <<_ACEOF
22328
 
@@ -24700,21 +23295,20 @@
 
22433
@@ -24900,21 +23485,20 @@
22329
22434
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22330
22435
   *) ac_try_echo=$ac_try;;
22331
22436
 esac
22350
22455
 sed 's/^/| /' conftest.$ac_ext >&5
22351
22456
 
22352
22457
        libreplace_cv_USABLE_NET_IF_H=no
22353
 
@@ -24724,8 +23318,8 @@
 
22458
@@ -24924,8 +23508,8 @@
22354
22459
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22355
22460
 
22356
22461
 fi
22361
22466
 if test x"$libreplace_cv_USABLE_NET_IF_H" = x"yes";then
22362
22467
 
22363
22468
 cat >>confdefs.h <<\_ACEOF
22364
 
@@ -24737,10 +23331,10 @@
 
22469
@@ -24937,10 +23521,10 @@
22365
22470
 
22366
22471
 
22367
22472
 cv=`echo "socklen_t" | sed 'y%./+- %__p__%'`
22375
22480
 else
22376
22481
   cat >conftest.$ac_ext <<_ACEOF
22377
22482
 /* confdefs.h.  */
22378
 
@@ -24765,21 +23359,20 @@
 
22483
@@ -24965,21 +23549,20 @@
22379
22484
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22380
22485
   *) ac_try_echo=$ac_try;;
22381
22486
 esac
22400
22505
 sed 's/^/| /' conftest.$ac_ext >&5
22401
22506
 
22402
22507
        eval "ac_cv_type_$cv=no"
22403
 
@@ -24788,51 +23381,16 @@
 
22508
@@ -24988,51 +23571,16 @@
22404
22509
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22405
22510
 fi
22406
22511
 ac_foo=`eval echo \\$ac_cv_type_$cv`
22457
22562
   cat >conftest.$ac_ext <<_ACEOF
22458
22563
 /* confdefs.h.  */
22459
22564
 _ACEOF
22460
 
@@ -24840,11 +23398,14 @@
 
22565
@@ -25040,11 +23588,14 @@
22461
22566
 cat >>conftest.$ac_ext <<_ACEOF
22462
22567
 /* end confdefs.h.  */
22463
22568
 $ac_includes_default
22474
22579
   ;
22475
22580
   return 0;
22476
22581
 }
22477
 
@@ -24855,39 +23416,30 @@
 
22582
@@ -25055,39 +23606,30 @@
22478
22583
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22479
22584
   *) ac_try_echo=$ac_try;;
22480
22585
 esac
22522
22627
 
22523
22628
 cat >>confdefs.h <<_ACEOF
22524
22629
 #define HAVE_SOCKLEN_T 1
22525
 
@@ -24907,10 +23459,10 @@
 
22630
@@ -25107,10 +23649,10 @@
22526
22631
 
22527
22632
 
22528
22633
 cv=`echo "sa_family_t" | sed 'y%./+- %__p__%'`
22536
22641
 else
22537
22642
   cat >conftest.$ac_ext <<_ACEOF
22538
22643
 /* confdefs.h.  */
22539
 
@@ -24935,21 +23487,20 @@
 
22644
@@ -25135,21 +23677,20 @@
22540
22645
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22541
22646
   *) ac_try_echo=$ac_try;;
22542
22647
 esac
22561
22666
 sed 's/^/| /' conftest.$ac_ext >&5
22562
22667
 
22563
22668
        eval "ac_cv_type_$cv=no"
22564
 
@@ -24958,51 +23509,16 @@
 
22669
@@ -25158,51 +23699,16 @@
22565
22670
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22566
22671
 fi
22567
22672
 ac_foo=`eval echo \\$ac_cv_type_$cv`
22618
22723
   cat >conftest.$ac_ext <<_ACEOF
22619
22724
 /* confdefs.h.  */
22620
22725
 _ACEOF
22621
 
@@ -25010,11 +23526,14 @@
 
22726
@@ -25210,11 +23716,14 @@
22622
22727
 cat >>conftest.$ac_ext <<_ACEOF
22623
22728
 /* end confdefs.h.  */
22624
22729
 $ac_includes_default
22635
22740
   ;
22636
22741
   return 0;
22637
22742
 }
22638
 
@@ -25025,39 +23544,30 @@
 
22743
@@ -25225,39 +23734,30 @@
22639
22744
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22640
22745
   *) ac_try_echo=$ac_try;;
22641
22746
 esac
22683
22788
 
22684
22789
 cat >>confdefs.h <<_ACEOF
22685
22790
 #define HAVE_SA_FAMILY_T 1
22686
 
@@ -25077,10 +23587,10 @@
 
22791
@@ -25277,10 +23777,10 @@
22687
22792
 
22688
22793
 
22689
22794
 cv=`echo "struct addrinfo" | sed 'y%./+- %__p__%'`
22697
22802
 else
22698
22803
   cat >conftest.$ac_ext <<_ACEOF
22699
22804
 /* confdefs.h.  */
22700
 
@@ -25105,21 +23615,20 @@
 
22805
@@ -25305,21 +23805,20 @@
22701
22806
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22702
22807
   *) ac_try_echo=$ac_try;;
22703
22808
 esac
22722
22827
 sed 's/^/| /' conftest.$ac_ext >&5
22723
22828
 
22724
22829
        eval "ac_cv_type_$cv=no"
22725
 
@@ -25128,51 +23637,16 @@
 
22830
@@ -25328,51 +23827,16 @@
22726
22831
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22727
22832
 fi
22728
22833
 ac_foo=`eval echo \\$ac_cv_type_$cv`
22779
22884
   cat >conftest.$ac_ext <<_ACEOF
22780
22885
 /* confdefs.h.  */
22781
22886
 _ACEOF
22782
 
@@ -25180,11 +23654,14 @@
 
22887
@@ -25380,11 +23844,14 @@
22783
22888
 cat >>conftest.$ac_ext <<_ACEOF
22784
22889
 /* end confdefs.h.  */
22785
22890
 $ac_includes_default
22796
22901
   ;
22797
22902
   return 0;
22798
22903
 }
22799
 
@@ -25195,39 +23672,30 @@
 
22904
@@ -25395,39 +23862,30 @@
22800
22905
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22801
22906
   *) ac_try_echo=$ac_try;;
22802
22907
 esac
22844
22949
 
22845
22950
 cat >>confdefs.h <<_ACEOF
22846
22951
 #define HAVE_STRUCT_ADDRINFO 1
22847
 
@@ -25247,10 +23715,10 @@
 
22952
@@ -25447,10 +23905,10 @@
22848
22953
 
22849
22954
 
22850
22955
 cv=`echo "struct sockaddr" | sed 'y%./+- %__p__%'`
22858
22963
 else
22859
22964
   cat >conftest.$ac_ext <<_ACEOF
22860
22965
 /* confdefs.h.  */
22861
 
@@ -25275,21 +23743,20 @@
 
22966
@@ -25475,21 +23933,20 @@
22862
22967
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22863
22968
   *) ac_try_echo=$ac_try;;
22864
22969
 esac
22883
22988
 sed 's/^/| /' conftest.$ac_ext >&5
22884
22989
 
22885
22990
        eval "ac_cv_type_$cv=no"
22886
 
@@ -25298,51 +23765,16 @@
 
22991
@@ -25498,51 +23955,16 @@
22887
22992
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22888
22993
 fi
22889
22994
 ac_foo=`eval echo \\$ac_cv_type_$cv`
22940
23045
   cat >conftest.$ac_ext <<_ACEOF
22941
23046
 /* confdefs.h.  */
22942
23047
 _ACEOF
22943
 
@@ -25350,11 +23782,14 @@
 
23048
@@ -25550,11 +23972,14 @@
22944
23049
 cat >>conftest.$ac_ext <<_ACEOF
22945
23050
 /* end confdefs.h.  */
22946
23051
 $ac_includes_default
22957
23062
   ;
22958
23063
   return 0;
22959
23064
 }
22960
 
@@ -25365,39 +23800,30 @@
 
23065
@@ -25565,39 +23990,30 @@
22961
23066
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22962
23067
   *) ac_try_echo=$ac_try;;
22963
23068
 esac
22976
23081
         test ! -s conftest.err
22977
23082
        } && test -s conftest.$ac_objext; then
22978
23083
-  :
22979
 
-else
 
23084
+  ac_cv_type_struct_sockaddr=yes
 
23085
 else
22980
23086
-  $as_echo "$as_me: failed program was:" >&5
22981
 
-sed 's/^/| /' conftest.$ac_ext >&5
22982
 
-
 
23087
+  echo "$as_me: failed program was:" >&5
 
23088
 sed 's/^/| /' conftest.$ac_ext >&5
 
23089
 
22983
23090
-       ac_cv_type_struct_sockaddr=yes
22984
 
-fi
22985
 
-
22986
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22987
 
+  ac_cv_type_struct_sockaddr=yes
22988
 
 else
22989
 
-  $as_echo "$as_me: failed program was:" >&5
22990
 
+  echo "$as_me: failed program was:" >&5
22991
 
 sed 's/^/| /' conftest.$ac_ext >&5
22992
 
 
22993
 
-
22994
23091
+       ac_cv_type_struct_sockaddr=no
22995
23092
 fi
22996
23093
 
22997
23094
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
23095
-else
 
23096
-  $as_echo "$as_me: failed program was:" >&5
 
23097
-sed 's/^/| /' conftest.$ac_ext >&5
 
23098
-
 
23099
-
22998
23100
 fi
 
23101
-
 
23102
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
23103
-fi
22999
23104
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_sockaddr" >&5
23000
23105
-$as_echo "$ac_cv_type_struct_sockaddr" >&6; }
23001
23106
-if test "x$ac_cv_type_struct_sockaddr" = x""yes; then
23005
23110
 
23006
23111
 cat >>confdefs.h <<_ACEOF
23007
23112
 #define HAVE_STRUCT_SOCKADDR 1
23008
 
@@ -25417,10 +23843,10 @@
 
23113
@@ -25617,10 +24033,10 @@
23009
23114
 
23010
23115
 
23011
23116
 cv=`echo "struct sockaddr_storage" | sed 'y%./+- %__p__%'`
23019
23124
 else
23020
23125
   cat >conftest.$ac_ext <<_ACEOF
23021
23126
 /* confdefs.h.  */
23022
 
@@ -25449,21 +23875,20 @@
 
23127
@@ -25649,21 +24065,20 @@
23023
23128
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23024
23129
   *) ac_try_echo=$ac_try;;
23025
23130
 esac
23044
23149
 sed 's/^/| /' conftest.$ac_ext >&5
23045
23150
 
23046
23151
        eval "ac_cv_type_$cv=no"
23047
 
@@ -25472,51 +23897,16 @@
 
23152
@@ -25672,51 +24087,16 @@
23048
23153
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23049
23154
 fi
23050
23155
 ac_foo=`eval echo \\$ac_cv_type_$cv`
23101
23206
   cat >conftest.$ac_ext <<_ACEOF
23102
23207
 /* confdefs.h.  */
23103
23208
 _ACEOF
23104
 
@@ -25524,11 +23914,14 @@
 
23209
@@ -25724,11 +24104,14 @@
23105
23210
 cat >>conftest.$ac_ext <<_ACEOF
23106
23211
 /* end confdefs.h.  */
23107
23212
 $ac_includes_default
23118
23223
   ;
23119
23224
   return 0;
23120
23225
 }
23121
 
@@ -25539,39 +23932,30 @@
 
23226
@@ -25739,39 +24122,30 @@
23122
23227
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23123
23228
   *) ac_try_echo=$ac_try;;
23124
23229
 esac
23166
23271
 
23167
23272
 cat >>confdefs.h <<_ACEOF
23168
23273
 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
23169
 
@@ -25591,10 +23975,10 @@
 
23274
@@ -25791,10 +24165,10 @@
23170
23275
 
23171
23276
 
23172
23277
 cv=`echo "struct sockaddr_in6" | sed 'y%./+- %__p__%'`
23180
23285
 else
23181
23286
   cat >conftest.$ac_ext <<_ACEOF
23182
23287
 /* confdefs.h.  */
23183
 
@@ -25623,21 +24007,20 @@
 
23288
@@ -25823,21 +24197,20 @@
23184
23289
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23185
23290
   *) ac_try_echo=$ac_try;;
23186
23291
 esac
23205
23310
 sed 's/^/| /' conftest.$ac_ext >&5
23206
23311
 
23207
23312
        eval "ac_cv_type_$cv=no"
23208
 
@@ -25646,51 +24029,16 @@
 
23313
@@ -25846,51 +24219,16 @@
23209
23314
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23210
23315
 fi
23211
23316
 ac_foo=`eval echo \\$ac_cv_type_$cv`
23262
23367
   cat >conftest.$ac_ext <<_ACEOF
23263
23368
 /* confdefs.h.  */
23264
23369
 _ACEOF
23265
 
@@ -25698,11 +24046,14 @@
 
23370
@@ -25898,11 +24236,14 @@
23266
23371
 cat >>conftest.$ac_ext <<_ACEOF
23267
23372
 /* end confdefs.h.  */
23268
23373
 $ac_includes_default
23279
23384
   ;
23280
23385
   return 0;
23281
23386
 }
23282
 
@@ -25713,39 +24064,30 @@
 
23387
@@ -25913,39 +24254,30 @@
23283
23388
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23284
23389
   *) ac_try_echo=$ac_try;;
23285
23390
 esac
23298
23403
         test ! -s conftest.err
23299
23404
        } && test -s conftest.$ac_objext; then
23300
23405
-  :
 
23406
-else
 
23407
-  $as_echo "$as_me: failed program was:" >&5
 
23408
-sed 's/^/| /' conftest.$ac_ext >&5
 
23409
-
 
23410
-       ac_cv_type_struct_sockaddr_in6=yes
 
23411
-fi
 
23412
-
 
23413
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23301
23414
+  ac_cv_type_struct_sockaddr_in6=yes
23302
23415
 else
23303
23416
-  $as_echo "$as_me: failed program was:" >&5
23304
23417
+  echo "$as_me: failed program was:" >&5
23305
23418
 sed 's/^/| /' conftest.$ac_ext >&5
23306
23419
 
23307
 
-       ac_cv_type_struct_sockaddr_in6=yes
 
23420
-
23308
23421
+       ac_cv_type_struct_sockaddr_in6=no
23309
23422
 fi
23310
23423
 
23311
23424
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23312
 
-else
23313
 
-  $as_echo "$as_me: failed program was:" >&5
23314
 
-sed 's/^/| /' conftest.$ac_ext >&5
23315
 
-
23316
 
-
23317
23425
 fi
23318
 
-
23319
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23320
 
-fi
23321
23426
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_sockaddr_in6" >&5
23322
23427
-$as_echo "$ac_cv_type_struct_sockaddr_in6" >&6; }
23323
23428
-if test "x$ac_cv_type_struct_sockaddr_in6" = x""yes; then
23327
23432
 
23328
23433
 cat >>confdefs.h <<_ACEOF
23329
23434
 #define HAVE_STRUCT_SOCKADDR_IN6 1
23330
 
@@ -25764,10 +24106,10 @@
 
23435
@@ -25964,10 +24296,10 @@
23331
23436
 
23332
23437
 
23333
23438
 if test x"$ac_cv_type_struct_sockaddr_storage" = x"yes"; then
23341
23446
 else
23342
23447
   cat >conftest.$ac_ext <<_ACEOF
23343
23448
 /* confdefs.h.  */
23344
 
@@ -25797,21 +24139,20 @@
 
23449
@@ -25997,21 +24329,20 @@
23345
23450
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23346
23451
   *) ac_try_echo=$ac_try;;
23347
23452
 esac
23366
23471
 sed 's/^/| /' conftest.$ac_ext >&5
23367
23472
 
23368
23473
        cat >conftest.$ac_ext <<_ACEOF
23369
 
@@ -25842,21 +24183,20 @@
 
23474
@@ -26042,21 +24373,20 @@
23370
23475
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23371
23476
   *) ac_try_echo=$ac_try;;
23372
23477
 esac
23391
23496
 sed 's/^/| /' conftest.$ac_ext >&5
23392
23497
 
23393
23498
        ac_cv_member_struct_sockaddr_storage_ss_family=no
23394
 
@@ -25867,9 +24207,9 @@
 
23499
@@ -26067,9 +24397,9 @@
23395
23500
 
23396
23501
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23397
23502
 fi
23404
23509
 
23405
23510
 cat >>confdefs.h <<\_ACEOF
23406
23511
 #define HAVE_SS_FAMILY 1
23407
 
@@ -25879,10 +24219,10 @@
 
23512
@@ -26079,10 +24409,10 @@
23408
23513
 
23409
23514
 
23410
23515
 if test x"$ac_cv_member_struct_sockaddr_storage_ss_family" != x"yes"; then
23418
23523
 else
23419
23524
   cat >conftest.$ac_ext <<_ACEOF
23420
23525
 /* confdefs.h.  */
23421
 
@@ -25912,21 +24252,20 @@
 
23526
@@ -26112,21 +24442,20 @@
23422
23527
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23423
23528
   *) ac_try_echo=$ac_try;;
23424
23529
 esac
23443
23548
 sed 's/^/| /' conftest.$ac_ext >&5
23444
23549
 
23445
23550
        cat >conftest.$ac_ext <<_ACEOF
23446
 
@@ -25957,21 +24296,20 @@
 
23551
@@ -26157,21 +24486,20 @@
23447
23552
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23448
23553
   *) ac_try_echo=$ac_try;;
23449
23554
 esac
23468
23573
 sed 's/^/| /' conftest.$ac_ext >&5
23469
23574
 
23470
23575
        ac_cv_member_struct_sockaddr_storage___ss_family=no
23471
 
@@ -25982,9 +24320,9 @@
 
23576
@@ -26182,9 +24510,9 @@
23472
23577
 
23473
23578
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23474
23579
 fi
23481
23586
 
23482
23587
 cat >>confdefs.h <<\_ACEOF
23483
23588
 #define HAVE___SS_FAMILY 1
23484
 
@@ -25995,10 +24333,10 @@
 
23589
@@ -26195,10 +24523,10 @@
23485
23590
 fi
23486
23591
 fi
23487
23592
 
23495
23600
 else
23496
23601
 
23497
23602
        cat >conftest.$ac_ext <<_ACEOF
23498
 
@@ -26028,14 +24366,13 @@
 
23603
@@ -26228,14 +24556,13 @@
23499
23604
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23500
23605
   *) ac_try_echo=$ac_try;;
23501
23606
 esac
23512
23617
   (exit $ac_status); } && {
23513
23618
         test -z "$ac_c_werror_flag" ||
23514
23619
         test ! -s conftest.err
23515
 
@@ -26044,7 +24381,7 @@
 
23620
@@ -26244,7 +24571,7 @@
23516
23621
                libreplace_cv_HAVE_SOCK_SIN_LEN=yes
23517
23622
 
23518
23623
 else
23521
23626
 sed 's/^/| /' conftest.$ac_ext >&5
23522
23627
 
23523
23628
 
23524
 
@@ -26055,8 +24392,8 @@
 
23629
@@ -26255,8 +24582,8 @@
23525
23630
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23526
23631
 
23527
23632
 fi
23532
23637
 if test x"$libreplace_cv_HAVE_SOCK_SIN_LEN" = x"yes"; then
23533
23638
 
23534
23639
 cat >>confdefs.h <<\_ACEOF
23535
 
@@ -26067,10 +24404,10 @@
 
23640
@@ -26267,10 +24594,10 @@
23536
23641
 
23537
23642
 ############################################
23538
23643
 # check for unix domain sockets
23546
23651
 else
23547
23652
 
23548
23653
        cat >conftest.$ac_ext <<_ACEOF
23549
 
@@ -26103,14 +24440,13 @@
 
23654
@@ -26303,14 +24630,13 @@
23550
23655
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23551
23656
   *) ac_try_echo=$ac_try;;
23552
23657
 esac
23563
23668
   (exit $ac_status); } && {
23564
23669
         test -z "$ac_c_werror_flag" ||
23565
23670
         test ! -s conftest.err
23566
 
@@ -26119,7 +24455,7 @@
 
23671
@@ -26319,7 +24645,7 @@
23567
23672
                libreplace_cv_HAVE_UNIXSOCKET=yes
23568
23673
 
23569
23674
 else
23572
23677
 sed 's/^/| /' conftest.$ac_ext >&5
23573
23678
 
23574
23679
 
23575
 
@@ -26130,8 +24466,8 @@
 
23680
@@ -26330,8 +24656,8 @@
23576
23681
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23577
23682
 
23578
23683
 fi
23583
23688
 if test x"$libreplace_cv_HAVE_UNIXSOCKET" = x"yes"; then
23584
23689
 
23585
23690
 cat >>confdefs.h <<\_ACEOF
23586
 
@@ -26143,11 +24479,11 @@
 
23691
@@ -26343,11 +24669,11 @@
23587
23692
 
23588
23693
 for ac_func in connect
23589
23694
 do
23599
23704
 else
23600
23705
   cat >conftest.$ac_ext <<_ACEOF
23601
23706
 /* confdefs.h.  */
23602
 
@@ -26200,42 +24536,35 @@
 
23707
@@ -26400,42 +24726,35 @@
23603
23708
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23604
23709
   *) ac_try_echo=$ac_try;;
23605
23710
 esac
23652
23757
 _ACEOF
23653
23758
 
23654
23759
 fi
23655
 
@@ -26251,10 +24580,10 @@
 
23760
@@ -26451,10 +24770,10 @@
23656
23761
 
23657
23762
 
23658
23763
 
23666
23771
 else
23667
23772
   cat >conftest.$ac_ext <<_ACEOF
23668
23773
 /* confdefs.h.  */
23669
 
@@ -26284,38 +24613,34 @@
 
23774
@@ -26484,38 +24803,34 @@
23670
23775
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23671
23776
   *) ac_try_echo=$ac_try;;
23672
23777
 esac
23712
23817
     if test $ac_cv_lib_ext_nsl_s_connect = yes; then
23713
23818
   cat >>confdefs.h <<_ACEOF
23714
23819
 #define HAVE_CONNECT 1
23715
 
@@ -26350,10 +24675,10 @@
 
23820
@@ -26550,10 +24865,10 @@
23716
23821
 
23717
23822
 
23718
23823
 
23726
23831
 else
23727
23832
   cat >conftest.$ac_ext <<_ACEOF
23728
23833
 /* confdefs.h.  */
23729
 
@@ -26383,38 +24708,34 @@
 
23834
@@ -26583,38 +24898,34 @@
23730
23835
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23731
23836
   *) ac_try_echo=$ac_try;;
23732
23837
 esac
23772
23877
     if test $ac_cv_lib_ext_nsl_connect = yes; then
23773
23878
   cat >>confdefs.h <<_ACEOF
23774
23879
 #define HAVE_CONNECT 1
23775
 
@@ -26449,10 +24770,10 @@
 
23880
@@ -26649,10 +24960,10 @@
23776
23881
 
23777
23882
 
23778
23883
 
23786
23891
 else
23787
23892
   cat >conftest.$ac_ext <<_ACEOF
23788
23893
 /* confdefs.h.  */
23789
 
@@ -26482,38 +24803,34 @@
 
23894
@@ -26682,38 +24993,34 @@
23790
23895
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23791
23896
   *) ac_try_echo=$ac_try;;
23792
23897
 esac
23832
23937
     if test $ac_cv_lib_ext_socket_connect = yes; then
23833
23938
   cat >>confdefs.h <<_ACEOF
23834
23939
 #define HAVE_CONNECT 1
23835
 
@@ -26548,10 +24865,10 @@
 
23940
@@ -26748,10 +25055,10 @@
23836
23941
 
23837
23942
 
23838
23943
 
23846
23951
 else
23847
23952
   cat >conftest.$ac_ext <<_ACEOF
23848
23953
 /* confdefs.h.  */
23849
 
@@ -26581,38 +24898,34 @@
 
23954
@@ -26781,38 +25088,34 @@
23850
23955
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23851
23956
   *) ac_try_echo=$ac_try;;
23852
23957
 esac
23892
23997
     if test $ac_cv_lib_ext_inet_connect = yes; then
23893
23998
   cat >>confdefs.h <<_ACEOF
23894
23999
 #define HAVE_CONNECT 1
23895
 
@@ -26654,11 +24967,11 @@
 
24000
@@ -26854,11 +25157,11 @@
23896
24001
 
23897
24002
 for ac_func in gethostbyname
23898
24003
 do
23908
24013
 else
23909
24014
   cat >conftest.$ac_ext <<_ACEOF
23910
24015
 /* confdefs.h.  */
23911
 
@@ -26711,42 +25024,35 @@
 
24016
@@ -26911,42 +25214,35 @@
23912
24017
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23913
24018
   *) ac_try_echo=$ac_try;;
23914
24019
 esac
23961
24066
 _ACEOF
23962
24067
 
23963
24068
 fi
23964
 
@@ -26762,10 +25068,10 @@
 
24069
@@ -26962,10 +25258,10 @@
23965
24070
 
23966
24071
 
23967
24072
 
23975
24080
 else
23976
24081
   cat >conftest.$ac_ext <<_ACEOF
23977
24082
 /* confdefs.h.  */
23978
 
@@ -26795,38 +25101,34 @@
 
24083
@@ -26995,38 +25291,34 @@
23979
24084
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23980
24085
   *) ac_try_echo=$ac_try;;
23981
24086
 esac
24021
24126
     if test $ac_cv_lib_ext_nsl_s_gethostbyname = yes; then
24022
24127
   cat >>confdefs.h <<_ACEOF
24023
24128
 #define HAVE_GETHOSTBYNAME 1
24024
 
@@ -26861,10 +25163,10 @@
 
24129
@@ -27061,10 +25353,10 @@
24025
24130
 
24026
24131
 
24027
24132
 
24035
24140
 else
24036
24141
   cat >conftest.$ac_ext <<_ACEOF
24037
24142
 /* confdefs.h.  */
24038
 
@@ -26894,38 +25196,34 @@
 
24143
@@ -27094,38 +25386,34 @@
24039
24144
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24040
24145
   *) ac_try_echo=$ac_try;;
24041
24146
 esac
24081
24186
     if test $ac_cv_lib_ext_nsl_gethostbyname = yes; then
24082
24187
   cat >>confdefs.h <<_ACEOF
24083
24188
 #define HAVE_GETHOSTBYNAME 1
24084
 
@@ -26960,10 +25258,10 @@
 
24189
@@ -27160,10 +25448,10 @@
24085
24190
 
24086
24191
 
24087
24192
 
24095
24200
 else
24096
24201
   cat >conftest.$ac_ext <<_ACEOF
24097
24202
 /* confdefs.h.  */
24098
 
@@ -26993,38 +25291,34 @@
 
24203
@@ -27193,38 +25481,34 @@
24099
24204
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24100
24205
   *) ac_try_echo=$ac_try;;
24101
24206
 esac
24141
24246
     if test $ac_cv_lib_ext_socket_gethostbyname = yes; then
24142
24247
   cat >>confdefs.h <<_ACEOF
24143
24248
 #define HAVE_GETHOSTBYNAME 1
24144
 
@@ -27065,11 +25359,11 @@
 
24249
@@ -27265,11 +25549,11 @@
24145
24250
 
24146
24251
 for ac_func in if_nametoindex
24147
24252
 do
24157
24262
 else
24158
24263
   cat >conftest.$ac_ext <<_ACEOF
24159
24264
 /* confdefs.h.  */
24160
 
@@ -27122,42 +25416,35 @@
 
24265
@@ -27322,42 +25606,35 @@
24161
24266
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24162
24267
   *) ac_try_echo=$ac_try;;
24163
24268
 esac
24210
24315
 _ACEOF
24211
24316
 
24212
24317
 fi
24213
 
@@ -27173,10 +25460,10 @@
 
24318
@@ -27373,10 +25650,10 @@
24214
24319
 
24215
24320
 
24216
24321
 
24224
24329
 else
24225
24330
   cat >conftest.$ac_ext <<_ACEOF
24226
24331
 /* confdefs.h.  */
24227
 
@@ -27206,38 +25493,34 @@
 
24332
@@ -27406,38 +25683,34 @@
24228
24333
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24229
24334
   *) ac_try_echo=$ac_try;;
24230
24335
 esac
24270
24375
     if test $ac_cv_lib_ext_ipv6_if_nametoindex = yes; then
24271
24376
   cat >>confdefs.h <<_ACEOF
24272
24377
 #define HAVE_IF_NAMETOINDEX 1
24273
 
@@ -27282,11 +25565,11 @@
 
24378
@@ -27482,11 +25755,11 @@
24274
24379
 
24275
24380
 for ac_func in socketpair
24276
24381
 do
24286
24391
 else
24287
24392
   cat >conftest.$ac_ext <<_ACEOF
24288
24393
 /* confdefs.h.  */
24289
 
@@ -27339,42 +25622,35 @@
 
24394
@@ -27539,42 +25812,35 @@
24290
24395
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24291
24396
   *) ac_try_echo=$ac_try;;
24292
24397
 esac
24339
24444
 _ACEOF
24340
24445
 
24341
24446
 else
24342
 
@@ -27383,10 +25659,10 @@
 
24447
@@ -27583,10 +25849,10 @@
24343
24448
 done
24344
24449
 
24345
24450
 
24353
24458
 else
24354
24459
 
24355
24460
 if test "$cross_compiling" = yes; then
24356
 
@@ -27417,48 +25693,45 @@
 
24461
@@ -27617,48 +25883,45 @@
24357
24462
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24358
24463
   *) ac_try_echo=$ac_try;;
24359
24464
 esac
24414
24519
 else
24415
24520
   cat >conftest.$ac_ext <<_ACEOF
24416
24521
 /* confdefs.h.  */
24417
 
@@ -27511,42 +25784,35 @@
 
24522
@@ -27711,42 +25974,35 @@
24418
24523
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24419
24524
   *) ac_try_echo=$ac_try;;
24420
24525
 esac
24467
24572
 _ACEOF
24468
24573
 
24469
24574
 else
24470
 
@@ -27566,11 +25832,11 @@
 
24575
@@ -27766,11 +26022,11 @@
24471
24576
 
24472
24577
 for ac_func in inet_aton
24473
24578
 do
24483
24588
 else
24484
24589
   cat >conftest.$ac_ext <<_ACEOF
24485
24590
 /* confdefs.h.  */
24486
 
@@ -27623,42 +25889,35 @@
 
24591
@@ -27823,42 +26079,35 @@
24487
24592
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24488
24593
   *) ac_try_echo=$ac_try;;
24489
24594
 esac
24536
24641
 _ACEOF
24537
24642
 
24538
24643
 else
24539
 
@@ -27670,11 +25929,11 @@
 
24644
@@ -27870,11 +26119,11 @@
24540
24645
 
24541
24646
 for ac_func in inet_ntop
24542
24647
 do
24552
24657
 else
24553
24658
   cat >conftest.$ac_ext <<_ACEOF
24554
24659
 /* confdefs.h.  */
24555
 
@@ -27727,42 +25986,35 @@
 
24660
@@ -27927,42 +26176,35 @@
24556
24661
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24557
24662
   *) ac_try_echo=$ac_try;;
24558
24663
 esac
24605
24710
 _ACEOF
24606
24711
 
24607
24712
 else
24608
 
@@ -27774,11 +26026,11 @@
 
24713
@@ -27974,11 +26216,11 @@
24609
24714
 
24610
24715
 for ac_func in inet_pton
24611
24716
 do
24621
24726
 else
24622
24727
   cat >conftest.$ac_ext <<_ACEOF
24623
24728
 /* confdefs.h.  */
24624
 
@@ -27831,42 +26083,35 @@
 
24729
@@ -28031,42 +26273,35 @@
24625
24730
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24626
24731
   *) ac_try_echo=$ac_try;;
24627
24732
 esac
24674
24779
 _ACEOF
24675
24780
 
24676
24781
 else
24677
 
@@ -27875,10 +26120,10 @@
 
24782
@@ -28075,10 +26310,10 @@
24678
24783
 done
24679
24784
 
24680
24785
 
24688
24793
 else
24689
24794
 
24690
24795
 cat >conftest.$ac_ext <<_ACEOF
24691
 
@@ -27921,35 +26166,31 @@
 
24796
@@ -28121,35 +26356,31 @@
24692
24797
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24693
24798
   *) ac_try_echo=$ac_try;;
24694
24799
 esac
24731
24836
 if test x"$libreplace_cv_HAVE_GETADDRINFO" = x"yes"; then
24732
24837
 
24733
24838
 cat >>confdefs.h <<\_ACEOF
24734
 
@@ -27978,21 +26219,20 @@
 
24839
@@ -28178,21 +26409,20 @@
24735
24840
 
24736
24841
 for ac_header in ifaddrs.h
24737
24842
 do
24762
24867
 cat >conftest.$ac_ext <<_ACEOF
24763
24868
 /* confdefs.h.  */
24764
24869
 _ACEOF
24765
 
@@ -28008,33 +26248,32 @@
 
24870
@@ -28208,33 +26438,32 @@
24766
24871
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24767
24872
   *) ac_try_echo=$ac_try;;
24768
24873
 esac
24803
24908
 cat >conftest.$ac_ext <<_ACEOF
24804
24909
 /* confdefs.h.  */
24805
24910
 _ACEOF
24806
 
@@ -28048,52 +26287,51 @@
 
24911
@@ -28248,52 +26477,51 @@
24807
24912
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24808
24913
   *) ac_try_echo=$ac_try;;
24809
24914
 esac
24877
24982
     ( cat <<\_ASBOX
24878
24983
 ## ---------------------------------------- ##
24879
24984
 ## Report this to samba-technical@samba.org ##
24880
 
@@ -28102,24 +26340,21 @@
 
24985
@@ -28302,24 +26530,21 @@
24881
24986
      ) | sed "s/^/$as_me: WARNING:     /" >&2
24882
24987
     ;;
24883
24988
 esac
24910
25015
 _ACEOF
24911
25016
 
24912
25017
 fi
24913
 
@@ -28127,10 +26362,10 @@
 
25018
@@ -28327,10 +26552,10 @@
24914
25019
 done
24915
25020
 
24916
25021
 
24924
25029
 else
24925
25030
   cat >conftest.$ac_ext <<_ACEOF
24926
25031
 /* confdefs.h.  */
24927
 
@@ -28156,21 +26391,20 @@
 
25032
@@ -28356,21 +26581,20 @@
24928
25033
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24929
25034
   *) ac_try_echo=$ac_try;;
24930
25035
 esac
24949
25054
 sed 's/^/| /' conftest.$ac_ext >&5
24950
25055
 
24951
25056
        cat >conftest.$ac_ext <<_ACEOF
24952
 
@@ -28197,21 +26431,20 @@
 
25057
@@ -28397,21 +26621,20 @@
24953
25058
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24954
25059
   *) ac_try_echo=$ac_try;;
24955
25060
 esac
24974
25079
 sed 's/^/| /' conftest.$ac_ext >&5
24975
25080
 
24976
25081
        ac_cv_member_struct_sockaddr_sa_len=no
24977
 
@@ -28222,9 +26455,9 @@
 
25082
@@ -28422,9 +26645,9 @@
24978
25083
 
24979
25084
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24980
25085
 fi
24987
25092
 
24988
25093
 cat >>confdefs.h <<_ACEOF
24989
25094
 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
24990
 
@@ -28238,10 +26471,10 @@
 
25095
@@ -28438,10 +26661,10 @@
24991
25096
 fi
24992
25097
 
24993
25098
 
25001
25106
 else
25002
25107
 
25003
25108
 cat >conftest.$ac_ext <<_ACEOF
25004
 
@@ -28279,21 +26512,20 @@
 
25109
@@ -28479,21 +26702,20 @@
25005
25110
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25006
25111
   *) ac_try_echo=$ac_try;;
25007
25112
 esac
25026
25131
 sed 's/^/| /' conftest.$ac_ext >&5
25027
25132
 
25028
25133
        libreplace_cv_HAVE_GETIFADDRS=no
25029
 
@@ -28301,8 +26533,8 @@
 
25134
@@ -28501,8 +26723,8 @@
25030
25135
 
25031
25136
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
25032
25137
 fi
25037
25142
 if test x"$libreplace_cv_HAVE_GETIFADDRS" = x"yes"; then
25038
25143
 
25039
25144
 cat >>confdefs.h <<\_ACEOF
25040
 
@@ -28324,10 +26556,10 @@
 
25145
@@ -28524,10 +26746,10 @@
25041
25146
 ##################
25042
25147
 # look for a method of finding the list of network interfaces
25043
25148
 iface=no;
25051
25156
 else
25052
25157
 
25053
25158
 if test "$cross_compiling" = yes; then
25054
 
@@ -28357,39 +26589,36 @@
 
25159
@@ -28557,39 +26779,36 @@
25055
25160
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25056
25161
   *) ac_try_echo=$ac_try;;
25057
25162
 esac
25099
25204
 if test x"$libreplace_cv_HAVE_IFACE_GETIFADDRS" = x"yes"; then
25100
25205
     iface=yes;
25101
25206
 cat >>confdefs.h <<\_ACEOF
25102
 
@@ -28402,10 +26631,10 @@
 
25207
@@ -28602,10 +26821,10 @@
25103
25208
 
25104
25209
 
25105
25210
 if test $iface = no; then
25113
25218
 else
25114
25219
 
25115
25220
 if test "$cross_compiling" = yes; then
25116
 
@@ -28436,39 +26665,36 @@
 
25221
@@ -28636,39 +26855,36 @@
25117
25222
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25118
25223
   *) ac_try_echo=$ac_try;;
25119
25224
 esac
25161
25266
 if test x"$libreplace_cv_HAVE_IFACE_AIX" = x"yes"; then
25162
25267
     iface=yes;
25163
25268
 cat >>confdefs.h <<\_ACEOF
25164
 
@@ -28480,10 +26706,10 @@
 
25269
@@ -28680,10 +26896,10 @@
25165
25270
 
25166
25271
 
25167
25272
 if test $iface = no; then
25175
25280
 else
25176
25281
 
25177
25282
 if test "$cross_compiling" = yes; then
25178
 
@@ -28513,39 +26739,36 @@
 
25283
@@ -28713,39 +26929,36 @@
25179
25284
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25180
25285
   *) ac_try_echo=$ac_try;;
25181
25286
 esac
25223
25328
 if test x"$libreplace_cv_HAVE_IFACE_IFCONF" = x"yes"; then
25224
25329
     iface=yes;
25225
25330
 cat >>confdefs.h <<\_ACEOF
25226
 
@@ -28556,10 +26779,10 @@
 
25331
@@ -28756,10 +26969,10 @@
25227
25332
 fi
25228
25333
 
25229
25334
 if test $iface = no; then
25237
25342
 else
25238
25343
 
25239
25344
 if test "$cross_compiling" = yes; then
25240
 
@@ -28589,39 +26812,36 @@
 
25345
@@ -28789,39 +27002,36 @@
25241
25346
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25242
25347
   *) ac_try_echo=$ac_try;;
25243
25348
 esac
25285
25390
 if test x"$libreplace_cv_HAVE_IFACE_IFREQ" = x"yes"; then
25286
25391
     iface=yes;
25287
25392
 cat >>confdefs.h <<\_ACEOF
25288
 
@@ -28631,10 +26851,10 @@
 
25393
@@ -28831,10 +27041,10 @@
25289
25394
 fi
25290
25395
 fi
25291
25396
 
25299
25404
 else
25300
25405
 
25301
25406
        cat >conftest.$ac_ext <<_ACEOF
25302
 
@@ -28674,26 +26894,23 @@
 
25407
@@ -28875,26 +27085,23 @@
25303
25408
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25304
25409
   *) ac_try_echo=$ac_try;;
25305
25410
 esac
25331
25436
 sed 's/^/| /' conftest.$ac_ext >&5
25332
25437
 
25333
25438
 
25334
 
@@ -28701,13 +26918,12 @@
 
25439
@@ -28902,13 +27109,12 @@
25335
25440
 
25336
25441
 fi
25337
25442
 
25347
25452
 if test x"$libreplace_cv_HAVE_IPV6" = x"yes"; then
25348
25453
 
25349
25454
 cat >>confdefs.h <<\_ACEOF
25350
 
@@ -28746,21 +26962,20 @@
 
25455
@@ -28947,21 +27153,20 @@
25351
25456
 
25352
25457
 for ac_header in aio.h sys/fcntl.h sys/select.h fcntl.h sys/time.h sys/unistd.h rpc/nettype.h
25353
25458
 do
25378
25483
 cat >conftest.$ac_ext <<_ACEOF
25379
25484
 /* confdefs.h.  */
25380
25485
 _ACEOF
25381
 
@@ -28776,33 +26991,32 @@
 
25486
@@ -28977,33 +27182,32 @@
25382
25487
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25383
25488
   *) ac_try_echo=$ac_try;;
25384
25489
 esac
25419
25524
 cat >conftest.$ac_ext <<_ACEOF
25420
25525
 /* confdefs.h.  */
25421
25526
 _ACEOF
25422
 
@@ -28816,52 +27030,51 @@
 
25527
@@ -29017,52 +27221,51 @@
25423
25528
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25424
25529
   *) ac_try_echo=$ac_try;;
25425
25530
 esac
25493
25598
     ( cat <<\_ASBOX
25494
25599
 ## ---------------------------------------- ##
25495
25600
 ## Report this to samba-technical@samba.org ##
25496
 
@@ -28870,24 +27083,21 @@
 
25601
@@ -29071,24 +27274,21 @@
25497
25602
      ) | sed "s/^/$as_me: WARNING:     /" >&2
25498
25603
     ;;
25499
25604
 esac
25526
25631
 _ACEOF
25527
25632
 
25528
25633
 fi
25529
 
@@ -28902,21 +27112,20 @@
 
25634
@@ -29103,21 +27303,20 @@
25530
25635
 
25531
25636
 for ac_header in unistd.h utime.h grp.h sys/id.h memory.h alloca.h
25532
25637
 do
25557
25662
 cat >conftest.$ac_ext <<_ACEOF
25558
25663
 /* confdefs.h.  */
25559
25664
 _ACEOF
25560
 
@@ -28932,33 +27141,32 @@
 
25665
@@ -29133,33 +27332,32 @@
25561
25666
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25562
25667
   *) ac_try_echo=$ac_try;;
25563
25668
 esac
25598
25703
 cat >conftest.$ac_ext <<_ACEOF
25599
25704
 /* confdefs.h.  */
25600
25705
 _ACEOF
25601
 
@@ -28972,52 +27180,51 @@
 
25706
@@ -29173,52 +27371,51 @@
25602
25707
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25603
25708
   *) ac_try_echo=$ac_try;;
25604
25709
 esac
25672
25777
     ( cat <<\_ASBOX
25673
25778
 ## ---------------------------------------- ##
25674
25779
 ## Report this to samba-technical@samba.org ##
25675
 
@@ -29026,24 +27233,21 @@
 
25780
@@ -29227,24 +27424,21 @@
25676
25781
      ) | sed "s/^/$as_me: WARNING:     /" >&2
25677
25782
     ;;
25678
25783
 esac
25705
25810
 _ACEOF
25706
25811
 
25707
25812
 fi
25708
 
@@ -29056,21 +27260,20 @@
 
25813
@@ -29257,21 +27451,20 @@
25709
25814
 
25710
25815
 for ac_header in limits.h float.h pthread.h libintl.h
25711
25816
 do
25736
25841
 cat >conftest.$ac_ext <<_ACEOF
25737
25842
 /* confdefs.h.  */
25738
25843
 _ACEOF
25739
 
@@ -29086,33 +27289,32 @@
 
25844
@@ -29287,33 +27480,32 @@
25740
25845
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25741
25846
   *) ac_try_echo=$ac_try;;
25742
25847
 esac
25777
25882
 cat >conftest.$ac_ext <<_ACEOF
25778
25883
 /* confdefs.h.  */
25779
25884
 _ACEOF
25780
 
@@ -29126,52 +27328,51 @@
 
25885
@@ -29327,52 +27519,51 @@
25781
25886
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25782
25887
   *) ac_try_echo=$ac_try;;
25783
25888
 esac
25851
25956
     ( cat <<\_ASBOX
25852
25957
 ## ---------------------------------------- ##
25853
25958
 ## Report this to samba-technical@samba.org ##
25854
 
@@ -29180,24 +27381,21 @@
 
25959
@@ -29381,24 +27572,21 @@
25855
25960
      ) | sed "s/^/$as_me: WARNING:     /" >&2
25856
25961
     ;;
25857
25962
 esac
25884
25989
 _ACEOF
25885
25990
 
25886
25991
 fi
25887
 
@@ -29209,21 +27407,20 @@
 
25992
@@ -29410,21 +27598,20 @@
25888
25993
 
25889
25994
 for ac_header in rpc/rpc.h rpcsvc/nis.h rpcsvc/ypclnt.h
25890
25995
 do
25915
26020
 cat >conftest.$ac_ext <<_ACEOF
25916
26021
 /* confdefs.h.  */
25917
26022
 _ACEOF
25918
 
@@ -29239,33 +27436,32 @@
 
26023
@@ -29440,33 +27627,32 @@
25919
26024
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25920
26025
   *) ac_try_echo=$ac_try;;
25921
26026
 esac
25956
26061
 cat >conftest.$ac_ext <<_ACEOF
25957
26062
 /* confdefs.h.  */
25958
26063
 _ACEOF
25959
 
@@ -29279,52 +27475,51 @@
 
26064
@@ -29480,52 +27666,51 @@
25960
26065
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
25961
26066
   *) ac_try_echo=$ac_try;;
25962
26067
 esac
26030
26135
     ( cat <<\_ASBOX
26031
26136
 ## ---------------------------------------- ##
26032
26137
 ## Report this to samba-technical@samba.org ##
26033
 
@@ -29333,24 +27528,21 @@
 
26138
@@ -29534,24 +27719,21 @@
26034
26139
      ) | sed "s/^/$as_me: WARNING:     /" >&2
26035
26140
     ;;
26036
26141
 esac
26063
26168
 _ACEOF
26064
26169
 
26065
26170
 fi
26066
 
@@ -29366,21 +27558,20 @@
 
26171
@@ -29567,21 +27749,20 @@
26067
26172
 
26068
26173
 for ac_header in sys/param.h ctype.h sys/wait.h sys/resource.h sys/ioctl.h sys/ipc.h sys/prctl.h
26069
26174
 do
26094
26199
 cat >conftest.$ac_ext <<_ACEOF
26095
26200
 /* confdefs.h.  */
26096
26201
 _ACEOF
26097
 
@@ -29396,33 +27587,32 @@
 
26202
@@ -29597,33 +27778,32 @@
26098
26203
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26099
26204
   *) ac_try_echo=$ac_try;;
26100
26205
 esac
26135
26240
 cat >conftest.$ac_ext <<_ACEOF
26136
26241
 /* confdefs.h.  */
26137
26242
 _ACEOF
26138
 
@@ -29436,52 +27626,51 @@
 
26243
@@ -29637,52 +27817,51 @@
26139
26244
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26140
26245
   *) ac_try_echo=$ac_try;;
26141
26246
 esac
26209
26314
     ( cat <<\_ASBOX
26210
26315
 ## ---------------------------------------- ##
26211
26316
 ## Report this to samba-technical@samba.org ##
26212
 
@@ -29490,24 +27679,21 @@
 
26317
@@ -29691,24 +27870,21 @@
26213
26318
      ) | sed "s/^/$as_me: WARNING:     /" >&2
26214
26319
     ;;
26215
26320
 esac
26242
26347
 _ACEOF
26243
26348
 
26244
26349
 fi
26245
 
@@ -29523,21 +27709,20 @@
 
26350
@@ -29724,21 +27900,20 @@
26246
26351
 
26247
26352
 for ac_header in sys/mman.h sys/filio.h sys/priv.h sys/shm.h string.h strings.h stdlib.h
26248
26353
 do
26273
26378
 cat >conftest.$ac_ext <<_ACEOF
26274
26379
 /* confdefs.h.  */
26275
26380
 _ACEOF
26276
 
@@ -29553,33 +27738,32 @@
 
26381
@@ -29754,33 +27929,32 @@
26277
26382
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26278
26383
   *) ac_try_echo=$ac_try;;
26279
26384
 esac
26314
26419
 cat >conftest.$ac_ext <<_ACEOF
26315
26420
 /* confdefs.h.  */
26316
26421
 _ACEOF
26317
 
@@ -29593,52 +27777,51 @@
 
26422
@@ -29794,52 +27968,51 @@
26318
26423
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26319
26424
   *) ac_try_echo=$ac_try;;
26320
26425
 esac
26388
26493
     ( cat <<\_ASBOX
26389
26494
 ## ---------------------------------------- ##
26390
26495
 ## Report this to samba-technical@samba.org ##
26391
 
@@ -29647,24 +27830,21 @@
 
26496
@@ -29848,24 +28021,21 @@
26392
26497
      ) | sed "s/^/$as_me: WARNING:     /" >&2
26393
26498
     ;;
26394
26499
 esac
26421
26526
 _ACEOF
26422
26527
 
26423
26528
 fi
26424
 
@@ -29679,21 +27859,20 @@
 
26529
@@ -29880,21 +28050,20 @@
26425
26530
 
26426
26531
 for ac_header in sys/mount.h sys/vfs.h sys/fs/s5param.h sys/filsys.h termios.h termio.h
26427
26532
 do
26452
26557
 cat >conftest.$ac_ext <<_ACEOF
26453
26558
 /* confdefs.h.  */
26454
26559
 _ACEOF
26455
 
@@ -29709,33 +27888,32 @@
 
26560
@@ -29910,33 +28079,32 @@
26456
26561
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26457
26562
   *) ac_try_echo=$ac_try;;
26458
26563
 esac
26493
26598
 cat >conftest.$ac_ext <<_ACEOF
26494
26599
 /* confdefs.h.  */
26495
26600
 _ACEOF
26496
 
@@ -29749,52 +27927,51 @@
 
26601
@@ -29950,52 +28118,51 @@
26497
26602
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26498
26603
   *) ac_try_echo=$ac_try;;
26499
26604
 esac
26567
26672
     ( cat <<\_ASBOX
26568
26673
 ## ---------------------------------------- ##
26569
26674
 ## Report this to samba-technical@samba.org ##
26570
 
@@ -29803,24 +27980,21 @@
 
26675
@@ -30004,24 +28171,21 @@
26571
26676
      ) | sed "s/^/$as_me: WARNING:     /" >&2
26572
26677
     ;;
26573
26678
 esac
26600
26705
 _ACEOF
26601
26706
 
26602
26707
 fi
26603
 
@@ -29834,21 +28008,20 @@
 
26708
@@ -30035,21 +28199,20 @@
26604
26709
 
26605
26710
 for ac_header in sys/termio.h sys/statfs.h sys/dustat.h sys/statvfs.h stdarg.h
26606
26711
 do
26631
26736
 cat >conftest.$ac_ext <<_ACEOF
26632
26737
 /* confdefs.h.  */
26633
26738
 _ACEOF
26634
 
@@ -29864,33 +28037,32 @@
 
26739
@@ -30065,33 +28228,32 @@
26635
26740
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26636
26741
   *) ac_try_echo=$ac_try;;
26637
26742
 esac
26672
26777
 cat >conftest.$ac_ext <<_ACEOF
26673
26778
 /* confdefs.h.  */
26674
26779
 _ACEOF
26675
 
@@ -29904,52 +28076,51 @@
 
26780
@@ -30105,52 +28267,51 @@
26676
26781
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26677
26782
   *) ac_try_echo=$ac_try;;
26678
26783
 esac
26746
26851
     ( cat <<\_ASBOX
26747
26852
 ## ---------------------------------------- ##
26748
26853
 ## Report this to samba-technical@samba.org ##
26749
 
@@ -29958,24 +28129,21 @@
 
26854
@@ -30159,24 +28320,21 @@
26750
26855
      ) | sed "s/^/$as_me: WARNING:     /" >&2
26751
26856
     ;;
26752
26857
 esac
26779
26884
 _ACEOF
26780
26885
 
26781
26886
 fi
26782
 
@@ -29985,21 +28153,20 @@
 
26887
@@ -30186,21 +28344,20 @@
26783
26888
 
26784
26889
 for ac_header in sys/sysmacros.h
26785
26890
 do
26810
26915
 cat >conftest.$ac_ext <<_ACEOF
26811
26916
 /* confdefs.h.  */
26812
26917
 _ACEOF
26813
 
@@ -30015,33 +28182,32 @@
 
26918
@@ -30216,33 +28373,32 @@
26814
26919
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26815
26920
   *) ac_try_echo=$ac_try;;
26816
26921
 esac
26851
26956
 cat >conftest.$ac_ext <<_ACEOF
26852
26957
 /* confdefs.h.  */
26853
26958
 _ACEOF
26854
 
@@ -30055,52 +28221,51 @@
 
26959
@@ -30256,52 +28412,51 @@
26855
26960
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26856
26961
   *) ac_try_echo=$ac_try;;
26857
26962
 esac
26925
27030
     ( cat <<\_ASBOX
26926
27031
 ## ---------------------------------------- ##
26927
27032
 ## Report this to samba-technical@samba.org ##
26928
 
@@ -30109,24 +28274,21 @@
 
27033
@@ -30310,24 +28465,21 @@
26929
27034
      ) | sed "s/^/$as_me: WARNING:     /" >&2
26930
27035
     ;;
26931
27036
 esac
26958
27063
 _ACEOF
26959
27064
 
26960
27065
 fi
26961
 
@@ -30137,21 +28299,20 @@
 
27066
@@ -30338,21 +28490,20 @@
26962
27067
 
26963
27068
 for ac_header in sys/syslog.h syslog.h
26964
27069
 do
26989
27094
 cat >conftest.$ac_ext <<_ACEOF
26990
27095
 /* confdefs.h.  */
26991
27096
 _ACEOF
26992
 
@@ -30167,33 +28328,32 @@
 
27097
@@ -30368,33 +28519,32 @@
26993
27098
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26994
27099
   *) ac_try_echo=$ac_try;;
26995
27100
 esac
27030
27135
 cat >conftest.$ac_ext <<_ACEOF
27031
27136
 /* confdefs.h.  */
27032
27137
 _ACEOF
27033
 
@@ -30207,52 +28367,51 @@
 
27138
@@ -30408,52 +28558,51 @@
27034
27139
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27035
27140
   *) ac_try_echo=$ac_try;;
27036
27141
 esac
27104
27209
     ( cat <<\_ASBOX
27105
27210
 ## ---------------------------------------- ##
27106
27211
 ## Report this to samba-technical@samba.org ##
27107
 
@@ -30261,24 +28420,21 @@
 
27212
@@ -30462,24 +28611,21 @@
27108
27213
      ) | sed "s/^/$as_me: WARNING:     /" >&2
27109
27214
     ;;
27110
27215
 esac
27137
27242
 _ACEOF
27138
27243
 
27139
27244
 fi
27140
 
@@ -30289,21 +28445,20 @@
 
27245
@@ -30490,21 +28636,20 @@
27141
27246
 
27142
27247
 for ac_header in langinfo.h locale.h
27143
27248
 do
27168
27273
 cat >conftest.$ac_ext <<_ACEOF
27169
27274
 /* confdefs.h.  */
27170
27275
 _ACEOF
27171
 
@@ -30319,33 +28474,32 @@
 
27276
@@ -30520,33 +28665,32 @@
27172
27277
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27173
27278
   *) ac_try_echo=$ac_try;;
27174
27279
 esac
27209
27314
 cat >conftest.$ac_ext <<_ACEOF
27210
27315
 /* confdefs.h.  */
27211
27316
 _ACEOF
27212
 
@@ -30359,52 +28513,51 @@
 
27317
@@ -30560,52 +28704,51 @@
27213
27318
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27214
27319
   *) ac_try_echo=$ac_try;;
27215
27320
 esac
27283
27388
     ( cat <<\_ASBOX
27284
27389
 ## ---------------------------------------- ##
27285
27390
 ## Report this to samba-technical@samba.org ##
27286
 
@@ -30413,24 +28566,21 @@
 
27391
@@ -30614,24 +28757,21 @@
27287
27392
      ) | sed "s/^/$as_me: WARNING:     /" >&2
27288
27393
     ;;
27289
27394
 esac
27316
27421
 _ACEOF
27317
27422
 
27318
27423
 fi
27319
 
@@ -30440,21 +28590,20 @@
 
27424
@@ -30641,21 +28781,20 @@
27320
27425
 
27321
27426
 for ac_header in xfs/libxfs.h
27322
27427
 do
27347
27452
 cat >conftest.$ac_ext <<_ACEOF
27348
27453
 /* confdefs.h.  */
27349
27454
 _ACEOF
27350
 
@@ -30470,33 +28619,32 @@
 
27455
@@ -30671,33 +28810,32 @@
27351
27456
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27352
27457
   *) ac_try_echo=$ac_try;;
27353
27458
 esac
27388
27493
 cat >conftest.$ac_ext <<_ACEOF
27389
27494
 /* confdefs.h.  */
27390
27495
 _ACEOF
27391
 
@@ -30510,52 +28658,51 @@
 
27496
@@ -30711,52 +28849,51 @@
27392
27497
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27393
27498
   *) ac_try_echo=$ac_try;;
27394
27499
 esac
27462
27567
     ( cat <<\_ASBOX
27463
27568
 ## ---------------------------------------- ##
27464
27569
 ## Report this to samba-technical@samba.org ##
27465
 
@@ -30564,24 +28711,21 @@
 
27570
@@ -30765,24 +28902,21 @@
27466
27571
      ) | sed "s/^/$as_me: WARNING:     /" >&2
27467
27572
     ;;
27468
27573
 esac
27495
27600
 _ACEOF
27496
27601
 
27497
27602
 fi
27498
 
@@ -30591,21 +28735,20 @@
 
27603
@@ -30792,21 +28926,20 @@
27499
27604
 
27500
27605
 for ac_header in netgroup.h
27501
27606
 do
27526
27631
 cat >conftest.$ac_ext <<_ACEOF
27527
27632
 /* confdefs.h.  */
27528
27633
 _ACEOF
27529
 
@@ -30621,33 +28764,32 @@
 
27634
@@ -30822,33 +28955,32 @@
27530
27635
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27531
27636
   *) ac_try_echo=$ac_try;;
27532
27637
 esac
27567
27672
 cat >conftest.$ac_ext <<_ACEOF
27568
27673
 /* confdefs.h.  */
27569
27674
 _ACEOF
27570
 
@@ -30661,52 +28803,51 @@
 
27675
@@ -30862,52 +28994,51 @@
27571
27676
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27572
27677
   *) ac_try_echo=$ac_try;;
27573
27678
 esac
27641
27746
     ( cat <<\_ASBOX
27642
27747
 ## ---------------------------------------- ##
27643
27748
 ## Report this to samba-technical@samba.org ##
27644
 
@@ -30715,24 +28856,21 @@
 
27749
@@ -30916,24 +29047,21 @@
27645
27750
      ) | sed "s/^/$as_me: WARNING:     /" >&2
27646
27751
     ;;
27647
27752
 esac
27674
27779
 _ACEOF
27675
27780
 
27676
27781
 fi
27677
 
@@ -30743,11 +28881,11 @@
 
27782
@@ -30944,11 +29072,11 @@
27678
27783
 
27679
27784
 for ac_header in rpcsvc/yp_prot.h
27680
27785
 do
27690
27795
 else
27691
27796
   cat >conftest.$ac_ext <<_ACEOF
27692
27797
 /* confdefs.h.  */
27693
 
@@ -30769,21 +28907,20 @@
 
27798
@@ -30970,21 +29098,20 @@
27694
27799
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27695
27800
   *) ac_try_echo=$ac_try;;
27696
27801
 esac
27715
27820
 sed 's/^/| /' conftest.$ac_ext >&5
27716
27821
 
27717
27822
        eval "$as_ac_Header=no"
27718
 
@@ -30791,15 +28928,12 @@
 
27823
@@ -30992,15 +29119,12 @@
27719
27824
 
27720
27825
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27721
27826
 fi
27736
27841
 _ACEOF
27737
27842
 
27738
27843
 fi
27739
 
@@ -30811,21 +28945,20 @@
 
27844
@@ -31012,21 +29136,20 @@
27740
27845
 
27741
27846
 for ac_header in sys/mode.h
27742
27847
 do
27767
27872
 cat >conftest.$ac_ext <<_ACEOF
27768
27873
 /* confdefs.h.  */
27769
27874
 _ACEOF
27770
 
@@ -30841,33 +28974,32 @@
 
27875
@@ -31042,33 +29165,32 @@
27771
27876
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27772
27877
   *) ac_try_echo=$ac_try;;
27773
27878
 esac
27808
27913
 cat >conftest.$ac_ext <<_ACEOF
27809
27914
 /* confdefs.h.  */
27810
27915
 _ACEOF
27811
 
@@ -30881,52 +29013,51 @@
 
27916
@@ -31082,52 +29204,51 @@
27812
27917
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27813
27918
   *) ac_try_echo=$ac_try;;
27814
27919
 esac
27882
27987
     ( cat <<\_ASBOX
27883
27988
 ## ---------------------------------------- ##
27884
27989
 ## Report this to samba-technical@samba.org ##
27885
 
@@ -30935,24 +29066,21 @@
 
27990
@@ -31136,24 +29257,21 @@
27886
27991
      ) | sed "s/^/$as_me: WARNING:     /" >&2
27887
27992
     ;;
27888
27993
 esac
27915
28020
 _ACEOF
27916
28021
 
27917
28022
 fi
27918
 
@@ -30966,21 +29094,20 @@
 
28023
@@ -31167,21 +29285,20 @@
27919
28024
 
27920
28025
 for ac_header in CoreFoundation/CFStringEncodingConverter.h
27921
28026
 do
27946
28051
 cat >conftest.$ac_ext <<_ACEOF
27947
28052
 /* confdefs.h.  */
27948
28053
 _ACEOF
27949
 
@@ -30996,33 +29123,32 @@
 
28054
@@ -31197,33 +29314,32 @@
27950
28055
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27951
28056
   *) ac_try_echo=$ac_try;;
27952
28057
 esac
27987
28092
 cat >conftest.$ac_ext <<_ACEOF
27988
28093
 /* confdefs.h.  */
27989
28094
 _ACEOF
27990
 
@@ -31036,52 +29162,51 @@
 
28095
@@ -31237,52 +29353,51 @@
27991
28096
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27992
28097
   *) ac_try_echo=$ac_try;;
27993
28098
 esac
28061
28166
     ( cat <<\_ASBOX
28062
28167
 ## ---------------------------------------- ##
28063
28168
 ## Report this to samba-technical@samba.org ##
28064
 
@@ -31090,45 +29215,41 @@
 
28169
@@ -31291,45 +29406,41 @@
28065
28170
      ) | sed "s/^/$as_me: WARNING:     /" >&2
28066
28171
     ;;
28067
28172
 esac
28124
28229
 cat >conftest.$ac_ext <<_ACEOF
28125
28230
 /* confdefs.h.  */
28126
28231
 _ACEOF
28127
 
@@ -31144,33 +29265,32 @@
 
28232
@@ -31345,33 +29456,32 @@
28128
28233
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28129
28234
   *) ac_try_echo=$ac_try;;
28130
28235
 esac
28165
28270
 cat >conftest.$ac_ext <<_ACEOF
28166
28271
 /* confdefs.h.  */
28167
28272
 _ACEOF
28168
 
@@ -31184,52 +29304,51 @@
 
28273
@@ -31385,52 +29495,51 @@
28169
28274
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28170
28275
   *) ac_try_echo=$ac_try;;
28171
28276
 esac
28239
28344
     ( cat <<\_ASBOX
28240
28345
 ## ---------------------------------------- ##
28241
28346
 ## Report this to samba-technical@samba.org ##
28242
 
@@ -31238,24 +29357,21 @@
 
28347
@@ -31439,24 +29548,21 @@
28243
28348
      ) | sed "s/^/$as_me: WARNING:     /" >&2
28244
28349
     ;;
28245
28350
 esac
28272
28377
 _ACEOF
28273
28378
 
28274
28379
 fi
28275
 
@@ -31275,21 +29391,20 @@
 
28380
@@ -31476,21 +29582,20 @@
28276
28381
 
28277
28382
 for ac_header in valgrind.h valgrind/valgrind.h valgrind/memcheck.h
28278
28383
 do
28303
28408
 cat >conftest.$ac_ext <<_ACEOF
28304
28409
 /* confdefs.h.  */
28305
28410
 _ACEOF
28306
 
@@ -31305,33 +29420,32 @@
 
28411
@@ -31506,33 +29611,32 @@
28307
28412
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28308
28413
   *) ac_try_echo=$ac_try;;
28309
28414
 esac
28344
28449
 cat >conftest.$ac_ext <<_ACEOF
28345
28450
 /* confdefs.h.  */
28346
28451
 _ACEOF
28347
 
@@ -31345,52 +29459,51 @@
 
28452
@@ -31546,52 +29650,51 @@
28348
28453
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28349
28454
   *) ac_try_echo=$ac_try;;
28350
28455
 esac
28418
28523
     ( cat <<\_ASBOX
28419
28524
 ## ---------------------------------------- ##
28420
28525
 ## Report this to samba-technical@samba.org ##
28421
 
@@ -31399,24 +29512,21 @@
 
28526
@@ -31600,24 +29703,21 @@
28422
28527
      ) | sed "s/^/$as_me: WARNING:     /" >&2
28423
28528
     ;;
28424
28529
 esac
28451
28556
 _ACEOF
28452
28557
 
28453
28558
 fi
28454
 
@@ -31467,21 +29577,20 @@
 
28559
@@ -31668,21 +29768,20 @@
28455
28560
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28456
28561
   *) ac_try_echo=$ac_try;;
28457
28562
 esac
28476
28581
 sed 's/^/| /' conftest.$ac_ext >&5
28477
28582
 
28478
28583
        ac_cv_header_shadow_h=no
28479
 
@@ -31500,21 +29609,20 @@
 
28584
@@ -31701,21 +29800,20 @@
28480
28585
 
28481
28586
 for ac_header in shadow.h
28482
28587
 do
28507
28612
 cat >conftest.$ac_ext <<_ACEOF
28508
28613
 /* confdefs.h.  */
28509
28614
 _ACEOF
28510
 
@@ -31530,33 +29638,32 @@
 
28615
@@ -31731,33 +29829,32 @@
28511
28616
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28512
28617
   *) ac_try_echo=$ac_try;;
28513
28618
 esac
28548
28653
 cat >conftest.$ac_ext <<_ACEOF
28549
28654
 /* confdefs.h.  */
28550
28655
 _ACEOF
28551
 
@@ -31570,52 +29677,51 @@
 
28656
@@ -31771,52 +29868,51 @@
28552
28657
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28553
28658
   *) ac_try_echo=$ac_try;;
28554
28659
 esac
28622
28727
     ( cat <<\_ASBOX
28623
28728
 ## ---------------------------------------- ##
28624
28729
 ## Report this to samba-technical@samba.org ##
28625
 
@@ -31624,24 +29730,21 @@
 
28730
@@ -31825,24 +29921,21 @@
28626
28731
      ) | sed "s/^/$as_me: WARNING:     /" >&2
28627
28732
     ;;
28628
28733
 esac
28655
28760
 _ACEOF
28656
28761
 
28657
28762
 fi
28658
 
@@ -31655,21 +29758,20 @@
 
28763
@@ -31856,21 +29949,20 @@
28659
28764
 
28660
28765
 for ac_header in nss.h nss_common.h nsswitch.h ns_api.h sys/security.h
28661
28766
 do
28686
28791
 cat >conftest.$ac_ext <<_ACEOF
28687
28792
 /* confdefs.h.  */
28688
28793
 _ACEOF
28689
 
@@ -31685,33 +29787,32 @@
 
28794
@@ -31886,33 +29978,32 @@
28690
28795
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28691
28796
   *) ac_try_echo=$ac_try;;
28692
28797
 esac
28727
28832
 cat >conftest.$ac_ext <<_ACEOF
28728
28833
 /* confdefs.h.  */
28729
28834
 _ACEOF
28730
 
@@ -31725,52 +29826,51 @@
 
28835
@@ -31926,52 +30017,51 @@
28731
28836
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28732
28837
   *) ac_try_echo=$ac_try;;
28733
28838
 esac
28801
28906
     ( cat <<\_ASBOX
28802
28907
 ## ---------------------------------------- ##
28803
28908
 ## Report this to samba-technical@samba.org ##
28804
 
@@ -31779,24 +29879,21 @@
 
28909
@@ -31980,24 +30070,21 @@
28805
28910
      ) | sed "s/^/$as_me: WARNING:     /" >&2
28806
28911
     ;;
28807
28912
 esac
28834
28939
 _ACEOF
28835
28940
 
28836
28941
 fi
28837
 
@@ -31807,21 +29904,20 @@
 
28942
@@ -32008,21 +30095,20 @@
28838
28943
 
28839
28944
 for ac_header in syscall.h sys/syscall.h
28840
28945
 do
28865
28970
 cat >conftest.$ac_ext <<_ACEOF
28866
28971
 /* confdefs.h.  */
28867
28972
 _ACEOF
28868
 
@@ -31837,33 +29933,32 @@
 
28973
@@ -32038,33 +30124,32 @@
28869
28974
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28870
28975
   *) ac_try_echo=$ac_try;;
28871
28976
 esac
28906
29011
 cat >conftest.$ac_ext <<_ACEOF
28907
29012
 /* confdefs.h.  */
28908
29013
 _ACEOF
28909
 
@@ -31877,52 +29972,51 @@
 
29014
@@ -32078,52 +30163,51 @@
28910
29015
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28911
29016
   *) ac_try_echo=$ac_try;;
28912
29017
 esac
28980
29085
     ( cat <<\_ASBOX
28981
29086
 ## ---------------------------------------- ##
28982
29087
 ## Report this to samba-technical@samba.org ##
28983
 
@@ -31931,24 +30025,21 @@
 
29088
@@ -32132,24 +30216,21 @@
28984
29089
      ) | sed "s/^/$as_me: WARNING:     /" >&2
28985
29090
     ;;
28986
29091
 esac
29013
29118
 _ACEOF
29014
29119
 
29015
29120
 fi
29016
 
@@ -31963,21 +30054,20 @@
 
29121
@@ -32164,21 +30245,20 @@
29017
29122
 
29018
29123
 for ac_header in sys/attributes.h attr/xattr.h sys/xattr.h sys/extattr.h sys/uio.h
29019
29124
 do
29044
29149
 cat >conftest.$ac_ext <<_ACEOF
29045
29150
 /* confdefs.h.  */
29046
29151
 _ACEOF
29047
 
@@ -31993,33 +30083,32 @@
 
29152
@@ -32194,33 +30274,32 @@
29048
29153
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29049
29154
   *) ac_try_echo=$ac_try;;
29050
29155
 esac
29085
29190
 cat >conftest.$ac_ext <<_ACEOF
29086
29191
 /* confdefs.h.  */
29087
29192
 _ACEOF
29088
 
@@ -32033,52 +30122,51 @@
 
29193
@@ -32234,52 +30313,51 @@
29089
29194
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29090
29195
   *) ac_try_echo=$ac_try;;
29091
29196
 esac
29159
29264
     ( cat <<\_ASBOX
29160
29265
 ## ---------------------------------------- ##
29161
29266
 ## Report this to samba-technical@samba.org ##
29162
 
@@ -32087,24 +30175,21 @@
 
29267
@@ -32288,24 +30366,21 @@
29163
29268
      ) | sed "s/^/$as_me: WARNING:     /" >&2
29164
29269
     ;;
29165
29270
 esac
29192
29297
 _ACEOF
29193
29298
 
29194
29299
 fi
29195
 
@@ -32115,21 +30200,20 @@
 
29300
@@ -32316,21 +30391,20 @@
29196
29301
 
29197
29302
 for ac_header in sys/ea.h sys/proplist.h
29198
29303
 do
29223
29328
 cat >conftest.$ac_ext <<_ACEOF
29224
29329
 /* confdefs.h.  */
29225
29330
 _ACEOF
29226
 
@@ -32145,33 +30229,32 @@
 
29331
@@ -32346,33 +30420,32 @@
29227
29332
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29228
29333
   *) ac_try_echo=$ac_try;;
29229
29334
 esac
29264
29369
 cat >conftest.$ac_ext <<_ACEOF
29265
29370
 /* confdefs.h.  */
29266
29371
 _ACEOF
29267
 
@@ -32185,52 +30268,51 @@
 
29372
@@ -32386,52 +30459,51 @@
29268
29373
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29269
29374
   *) ac_try_echo=$ac_try;;
29270
29375
 esac
29338
29443
     ( cat <<\_ASBOX
29339
29444
 ## ---------------------------------------- ##
29340
29445
 ## Report this to samba-technical@samba.org ##
29341
 
@@ -32239,24 +30321,21 @@
 
29446
@@ -32440,24 +30512,21 @@
29342
29447
      ) | sed "s/^/$as_me: WARNING:     /" >&2
29343
29448
     ;;
29344
29449
 esac
29371
29476
 _ACEOF
29372
29477
 
29373
29478
 fi
29374
 
@@ -32268,21 +30347,20 @@
 
29479
@@ -32469,21 +30538,20 @@
29375
29480
 
29376
29481
 for ac_header in sys/cdefs.h glob.h
29377
29482
 do
29402
29507
 cat >conftest.$ac_ext <<_ACEOF
29403
29508
 /* confdefs.h.  */
29404
29509
 _ACEOF
29405
 
@@ -32298,33 +30376,32 @@
 
29510
@@ -32499,33 +30567,32 @@
29406
29511
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29407
29512
   *) ac_try_echo=$ac_try;;
29408
29513
 esac
29443
29548
 cat >conftest.$ac_ext <<_ACEOF
29444
29549
 /* confdefs.h.  */
29445
29550
 _ACEOF
29446
 
@@ -32338,52 +30415,51 @@
 
29551
@@ -32539,52 +30606,51 @@
29447
29552
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29448
29553
   *) ac_try_echo=$ac_try;;
29449
29554
 esac
29517
29622
     ( cat <<\_ASBOX
29518
29623
 ## ---------------------------------------- ##
29519
29624
 ## Report this to samba-technical@samba.org ##
29520
 
@@ -32392,24 +30468,21 @@
 
29625
@@ -32593,24 +30659,21 @@
29521
29626
      ) | sed "s/^/$as_me: WARNING:     /" >&2
29522
29627
     ;;
29523
29628
 esac
29550
29655
 _ACEOF
29551
29656
 
29552
29657
 fi
29553
 
@@ -32423,21 +30496,20 @@
 
29658
@@ -32624,21 +30687,20 @@
29554
29659
 
29555
29660
 for ac_header in utmp.h utmpx.h lastlog.h
29556
29661
 do
29581
29686
 cat >conftest.$ac_ext <<_ACEOF
29582
29687
 /* confdefs.h.  */
29583
29688
 _ACEOF
29584
 
@@ -32453,33 +30525,32 @@
 
29689
@@ -32654,33 +30716,32 @@
29585
29690
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29586
29691
   *) ac_try_echo=$ac_try;;
29587
29692
 esac
29622
29727
 cat >conftest.$ac_ext <<_ACEOF
29623
29728
 /* confdefs.h.  */
29624
29729
 _ACEOF
29625
 
@@ -32493,52 +30564,51 @@
 
29730
@@ -32694,52 +30755,51 @@
29626
29731
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29627
29732
   *) ac_try_echo=$ac_try;;
29628
29733
 esac
29696
29801
     ( cat <<\_ASBOX
29697
29802
 ## ---------------------------------------- ##
29698
29803
 ## Report this to samba-technical@samba.org ##
29699
 
@@ -32547,24 +30617,21 @@
 
29804
@@ -32748,24 +30808,21 @@
29700
29805
      ) | sed "s/^/$as_me: WARNING:     /" >&2
29701
29806
     ;;
29702
29807
 esac
29729
29834
 _ACEOF
29730
29835
 
29731
29836
 fi
29732
 
@@ -32572,14 +30639,68 @@
 
29837
@@ -32773,14 +30830,68 @@
29733
29838
 done
29734
29839
 
29735
29840
 
29801
29906
 else
29802
29907
   if test "$cross_compiling" = yes; then
29803
29908
   # Depending upon the size, compute the lo and hi bounds.
29804
 
@@ -32590,10 +30711,11 @@
 
29909
@@ -32791,10 +30902,11 @@
29805
29910
 cat >>conftest.$ac_ext <<_ACEOF
29806
29911
 /* end confdefs.h.  */
29807
29912
 $ac_includes_default
29814
29919
 test_array [0] = 0
29815
29920
 
29816
29921
   ;
29817
 
@@ -32606,14 +30728,13 @@
 
29922
@@ -32807,14 +30919,13 @@
29818
29923
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29819
29924
   *) ac_try_echo=$ac_try;;
29820
29925
 esac
29831
29936
   (exit $ac_status); } && {
29832
29937
         test -z "$ac_c_werror_flag" ||
29833
29938
         test ! -s conftest.err
29834
 
@@ -32627,10 +30748,11 @@
 
29939
@@ -32828,10 +30939,11 @@
29835
29940
 cat >>conftest.$ac_ext <<_ACEOF
29836
29941
 /* end confdefs.h.  */
29837
29942
 $ac_includes_default
29844
29949
 test_array [0] = 0
29845
29950
 
29846
29951
   ;
29847
 
@@ -32643,21 +30765,20 @@
 
29952
@@ -32844,21 +30956,20 @@
29848
29953
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29849
29954
   *) ac_try_echo=$ac_try;;
29850
29955
 esac
29869
29974
 sed 's/^/| /' conftest.$ac_ext >&5
29870
29975
 
29871
29976
        ac_lo=`expr $ac_mid + 1`
29872
 
@@ -32671,7 +30792,7 @@
 
29977
@@ -32872,7 +30983,7 @@
29873
29978
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29874
29979
   done
29875
29980
 else
29878
29983
 sed 's/^/| /' conftest.$ac_ext >&5
29879
29984
 
29880
29985
        cat >conftest.$ac_ext <<_ACEOF
29881
 
@@ -32681,10 +30802,11 @@
 
29986
@@ -32882,10 +30993,11 @@
29882
29987
 cat >>conftest.$ac_ext <<_ACEOF
29883
29988
 /* end confdefs.h.  */
29884
29989
 $ac_includes_default
29891
29996
 test_array [0] = 0
29892
29997
 
29893
29998
   ;
29894
 
@@ -32697,14 +30819,13 @@
 
29999
@@ -32898,14 +31010,13 @@
29895
30000
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29896
30001
   *) ac_try_echo=$ac_try;;
29897
30002
 esac
29908
30013
   (exit $ac_status); } && {
29909
30014
         test -z "$ac_c_werror_flag" ||
29910
30015
         test ! -s conftest.err
29911
 
@@ -32718,10 +30839,11 @@
 
30016
@@ -32919,10 +31030,11 @@
29912
30017
 cat >>conftest.$ac_ext <<_ACEOF
29913
30018
 /* end confdefs.h.  */
29914
30019
 $ac_includes_default
29921
30026
 test_array [0] = 0
29922
30027
 
29923
30028
   ;
29924
 
@@ -32734,21 +30856,20 @@
 
30029
@@ -32935,21 +31047,20 @@
29925
30030
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29926
30031
   *) ac_try_echo=$ac_try;;
29927
30032
 esac
29946
30051
 sed 's/^/| /' conftest.$ac_ext >&5
29947
30052
 
29948
30053
        ac_hi=`expr '(' $ac_mid ')' - 1`
29949
 
@@ -32762,7 +30883,7 @@
 
30054
@@ -32963,7 +31074,7 @@
29950
30055
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
29951
30056
   done
29952
30057
 else
29955
30060
 sed 's/^/| /' conftest.$ac_ext >&5
29956
30061
 
29957
30062
        ac_lo= ac_hi=
29958
 
@@ -32782,10 +30903,11 @@
 
30063
@@ -32983,10 +31094,11 @@
29959
30064
 cat >>conftest.$ac_ext <<_ACEOF
29960
30065
 /* end confdefs.h.  */
29961
30066
 $ac_includes_default
29968
30073
 test_array [0] = 0
29969
30074
 
29970
30075
   ;
29971
 
@@ -32798,21 +30920,20 @@
 
30076
@@ -32999,21 +31111,20 @@
29972
30077
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29973
30078
   *) ac_try_echo=$ac_try;;
29974
30079
 esac
29993
30098
 sed 's/^/| /' conftest.$ac_ext >&5
29994
30099
 
29995
30100
        ac_lo=`expr '(' $ac_mid ')' + 1`
29996
 
@@ -32823,13 +30944,11 @@
 
30101
@@ -33024,13 +31135,11 @@
29997
30102
 case $ac_lo in
29998
30103
 ?*) ac_cv_sizeof_int=$ac_lo;;
29999
30104
 '') if test "$ac_cv_type_int" = yes; then
30010
30115
    else
30011
30116
      ac_cv_sizeof_int=0
30012
30117
    fi ;;
30013
 
@@ -32842,8 +30961,9 @@
 
30118
@@ -33043,8 +31152,9 @@
30014
30119
 cat >>conftest.$ac_ext <<_ACEOF
30015
30120
 /* end confdefs.h.  */
30016
30121
 $ac_includes_default
30022
30127
 #include <stdio.h>
30023
30128
 #include <stdlib.h>
30024
30129
 int
30025
 
@@ -32853,22 +30973,20 @@
 
30130
@@ -33054,22 +31164,20 @@
30026
30131
   FILE *f = fopen ("conftest.val", "w");
30027
30132
   if (! f)
30028
30133
     return 1;
30050
30155
   return ferror (f) || fclose (f) != 0;
30051
30156
 
30052
30157
   ;
30053
 
@@ -32881,48 +30999,43 @@
 
30158
@@ -33082,48 +31190,43 @@
30054
30159
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30055
30160
   *) ac_try_echo=$ac_try;;
30056
30161
 esac
30110
30215
 
30111
30216
 
30112
30217
 
30113
 
@@ -32931,14 +31044,68 @@
 
30218
@@ -33132,14 +31235,68 @@
30114
30219
 _ACEOF
30115
30220
 
30116
30221
 
30182
30287
 else
30183
30288
   if test "$cross_compiling" = yes; then
30184
30289
   # Depending upon the size, compute the lo and hi bounds.
30185
 
@@ -32949,10 +31116,11 @@
 
30290
@@ -33150,10 +31307,11 @@
30186
30291
 cat >>conftest.$ac_ext <<_ACEOF
30187
30292
 /* end confdefs.h.  */
30188
30293
 $ac_includes_default
30195
30300
 test_array [0] = 0
30196
30301
 
30197
30302
   ;
30198
 
@@ -32965,14 +31133,13 @@
 
30303
@@ -33166,14 +31324,13 @@
30199
30304
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30200
30305
   *) ac_try_echo=$ac_try;;
30201
30306
 esac
30212
30317
   (exit $ac_status); } && {
30213
30318
         test -z "$ac_c_werror_flag" ||
30214
30319
         test ! -s conftest.err
30215
 
@@ -32986,10 +31153,11 @@
 
30320
@@ -33187,10 +31344,11 @@
30216
30321
 cat >>conftest.$ac_ext <<_ACEOF
30217
30322
 /* end confdefs.h.  */
30218
30323
 $ac_includes_default
30225
30330
 test_array [0] = 0
30226
30331
 
30227
30332
   ;
30228
 
@@ -33002,21 +31170,20 @@
 
30333
@@ -33203,21 +31361,20 @@
30229
30334
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30230
30335
   *) ac_try_echo=$ac_try;;
30231
30336
 esac
30250
30355
 sed 's/^/| /' conftest.$ac_ext >&5
30251
30356
 
30252
30357
        ac_lo=`expr $ac_mid + 1`
30253
 
@@ -33030,7 +31197,7 @@
 
30358
@@ -33231,7 +31388,7 @@
30254
30359
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30255
30360
   done
30256
30361
 else
30259
30364
 sed 's/^/| /' conftest.$ac_ext >&5
30260
30365
 
30261
30366
        cat >conftest.$ac_ext <<_ACEOF
30262
 
@@ -33040,10 +31207,11 @@
 
30367
@@ -33241,10 +31398,11 @@
30263
30368
 cat >>conftest.$ac_ext <<_ACEOF
30264
30369
 /* end confdefs.h.  */
30265
30370
 $ac_includes_default
30272
30377
 test_array [0] = 0
30273
30378
 
30274
30379
   ;
30275
 
@@ -33056,14 +31224,13 @@
 
30380
@@ -33257,14 +31415,13 @@
30276
30381
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30277
30382
   *) ac_try_echo=$ac_try;;
30278
30383
 esac
30289
30394
   (exit $ac_status); } && {
30290
30395
         test -z "$ac_c_werror_flag" ||
30291
30396
         test ! -s conftest.err
30292
 
@@ -33077,10 +31244,11 @@
 
30397
@@ -33278,10 +31435,11 @@
30293
30398
 cat >>conftest.$ac_ext <<_ACEOF
30294
30399
 /* end confdefs.h.  */
30295
30400
 $ac_includes_default
30302
30407
 test_array [0] = 0
30303
30408
 
30304
30409
   ;
30305
 
@@ -33093,21 +31261,20 @@
 
30410
@@ -33294,21 +31452,20 @@
30306
30411
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30307
30412
   *) ac_try_echo=$ac_try;;
30308
30413
 esac
30327
30432
 sed 's/^/| /' conftest.$ac_ext >&5
30328
30433
 
30329
30434
        ac_hi=`expr '(' $ac_mid ')' - 1`
30330
 
@@ -33121,7 +31288,7 @@
 
30435
@@ -33322,7 +31479,7 @@
30331
30436
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30332
30437
   done
30333
30438
 else
30336
30441
 sed 's/^/| /' conftest.$ac_ext >&5
30337
30442
 
30338
30443
        ac_lo= ac_hi=
30339
 
@@ -33141,10 +31308,11 @@
 
30444
@@ -33342,10 +31499,11 @@
30340
30445
 cat >>conftest.$ac_ext <<_ACEOF
30341
30446
 /* end confdefs.h.  */
30342
30447
 $ac_includes_default
30349
30454
 test_array [0] = 0
30350
30455
 
30351
30456
   ;
30352
 
@@ -33157,21 +31325,20 @@
 
30457
@@ -33358,21 +31516,20 @@
30353
30458
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30354
30459
   *) ac_try_echo=$ac_try;;
30355
30460
 esac
30374
30479
 sed 's/^/| /' conftest.$ac_ext >&5
30375
30480
 
30376
30481
        ac_lo=`expr '(' $ac_mid ')' + 1`
30377
 
@@ -33182,13 +31349,11 @@
 
30482
@@ -33383,13 +31540,11 @@
30378
30483
 case $ac_lo in
30379
30484
 ?*) ac_cv_sizeof_long=$ac_lo;;
30380
30485
 '') if test "$ac_cv_type_long" = yes; then
30391
30496
    else
30392
30497
      ac_cv_sizeof_long=0
30393
30498
    fi ;;
30394
 
@@ -33201,8 +31366,9 @@
 
30499
@@ -33402,8 +31557,9 @@
30395
30500
 cat >>conftest.$ac_ext <<_ACEOF
30396
30501
 /* end confdefs.h.  */
30397
30502
 $ac_includes_default
30403
30508
 #include <stdio.h>
30404
30509
 #include <stdlib.h>
30405
30510
 int
30406
 
@@ -33212,22 +31378,20 @@
 
30511
@@ -33413,22 +31569,20 @@
30407
30512
   FILE *f = fopen ("conftest.val", "w");
30408
30513
   if (! f)
30409
30514
     return 1;
30431
30536
   return ferror (f) || fclose (f) != 0;
30432
30537
 
30433
30538
   ;
30434
 
@@ -33240,48 +31404,43 @@
 
30539
@@ -33441,48 +31595,43 @@
30435
30540
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30436
30541
   *) ac_try_echo=$ac_try;;
30437
30542
 esac
30491
30596
 
30492
30597
 
30493
30598
 
30494
 
@@ -33290,14 +31449,68 @@
 
30599
@@ -33491,14 +31640,68 @@
30495
30600
 _ACEOF
30496
30601
 
30497
30602
 
30563
30668
 else
30564
30669
   if test "$cross_compiling" = yes; then
30565
30670
   # Depending upon the size, compute the lo and hi bounds.
30566
 
@@ -33308,10 +31521,11 @@
 
30671
@@ -33509,10 +31712,11 @@
30567
30672
 cat >>conftest.$ac_ext <<_ACEOF
30568
30673
 /* end confdefs.h.  */
30569
30674
 $ac_includes_default
30576
30681
 test_array [0] = 0
30577
30682
 
30578
30683
   ;
30579
 
@@ -33324,14 +31538,13 @@
 
30684
@@ -33525,14 +31729,13 @@
30580
30685
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30581
30686
   *) ac_try_echo=$ac_try;;
30582
30687
 esac
30593
30698
   (exit $ac_status); } && {
30594
30699
         test -z "$ac_c_werror_flag" ||
30595
30700
         test ! -s conftest.err
30596
 
@@ -33345,10 +31558,11 @@
 
30701
@@ -33546,10 +31749,11 @@
30597
30702
 cat >>conftest.$ac_ext <<_ACEOF
30598
30703
 /* end confdefs.h.  */
30599
30704
 $ac_includes_default
30606
30711
 test_array [0] = 0
30607
30712
 
30608
30713
   ;
30609
 
@@ -33361,21 +31575,20 @@
 
30714
@@ -33562,21 +31766,20 @@
30610
30715
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30611
30716
   *) ac_try_echo=$ac_try;;
30612
30717
 esac
30631
30736
 sed 's/^/| /' conftest.$ac_ext >&5
30632
30737
 
30633
30738
        ac_lo=`expr $ac_mid + 1`
30634
 
@@ -33389,7 +31602,7 @@
 
30739
@@ -33590,7 +31793,7 @@
30635
30740
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30636
30741
   done
30637
30742
 else
30640
30745
 sed 's/^/| /' conftest.$ac_ext >&5
30641
30746
 
30642
30747
        cat >conftest.$ac_ext <<_ACEOF
30643
 
@@ -33399,10 +31612,11 @@
 
30748
@@ -33600,10 +31803,11 @@
30644
30749
 cat >>conftest.$ac_ext <<_ACEOF
30645
30750
 /* end confdefs.h.  */
30646
30751
 $ac_includes_default
30653
30758
 test_array [0] = 0
30654
30759
 
30655
30760
   ;
30656
 
@@ -33415,14 +31629,13 @@
 
30761
@@ -33616,14 +31820,13 @@
30657
30762
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30658
30763
   *) ac_try_echo=$ac_try;;
30659
30764
 esac
30670
30775
   (exit $ac_status); } && {
30671
30776
         test -z "$ac_c_werror_flag" ||
30672
30777
         test ! -s conftest.err
30673
 
@@ -33436,10 +31649,11 @@
 
30778
@@ -33637,10 +31840,11 @@
30674
30779
 cat >>conftest.$ac_ext <<_ACEOF
30675
30780
 /* end confdefs.h.  */
30676
30781
 $ac_includes_default
30683
30788
 test_array [0] = 0
30684
30789
 
30685
30790
   ;
30686
 
@@ -33452,21 +31666,20 @@
 
30791
@@ -33653,21 +31857,20 @@
30687
30792
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30688
30793
   *) ac_try_echo=$ac_try;;
30689
30794
 esac
30708
30813
 sed 's/^/| /' conftest.$ac_ext >&5
30709
30814
 
30710
30815
        ac_hi=`expr '(' $ac_mid ')' - 1`
30711
 
@@ -33480,7 +31693,7 @@
 
30816
@@ -33681,7 +31884,7 @@
30712
30817
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30713
30818
   done
30714
30819
 else
30717
30822
 sed 's/^/| /' conftest.$ac_ext >&5
30718
30823
 
30719
30824
        ac_lo= ac_hi=
30720
 
@@ -33500,10 +31713,11 @@
 
30825
@@ -33701,10 +31904,11 @@
30721
30826
 cat >>conftest.$ac_ext <<_ACEOF
30722
30827
 /* end confdefs.h.  */
30723
30828
 $ac_includes_default
30730
30835
 test_array [0] = 0
30731
30836
 
30732
30837
   ;
30733
 
@@ -33516,21 +31730,20 @@
 
30838
@@ -33717,21 +31921,20 @@
30734
30839
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30735
30840
   *) ac_try_echo=$ac_try;;
30736
30841
 esac
30755
30860
 sed 's/^/| /' conftest.$ac_ext >&5
30756
30861
 
30757
30862
        ac_lo=`expr '(' $ac_mid ')' + 1`
30758
 
@@ -33541,13 +31754,11 @@
 
30863
@@ -33742,13 +31945,11 @@
30759
30864
 case $ac_lo in
30760
30865
 ?*) ac_cv_sizeof_long_long=$ac_lo;;
30761
30866
 '') if test "$ac_cv_type_long_long" = yes; then
30772
30877
    else
30773
30878
      ac_cv_sizeof_long_long=0
30774
30879
    fi ;;
30775
 
@@ -33560,8 +31771,9 @@
 
30880
@@ -33761,8 +31962,9 @@
30776
30881
 cat >>conftest.$ac_ext <<_ACEOF
30777
30882
 /* end confdefs.h.  */
30778
30883
 $ac_includes_default
30784
30889
 #include <stdio.h>
30785
30890
 #include <stdlib.h>
30786
30891
 int
30787
 
@@ -33571,22 +31783,20 @@
 
30892
@@ -33772,22 +31974,20 @@
30788
30893
   FILE *f = fopen ("conftest.val", "w");
30789
30894
   if (! f)
30790
30895
     return 1;
30812
30917
   return ferror (f) || fclose (f) != 0;
30813
30918
 
30814
30919
   ;
30815
 
@@ -33599,48 +31809,43 @@
 
30920
@@ -33800,48 +32000,43 @@
30816
30921
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30817
30922
   *) ac_try_echo=$ac_try;;
30818
30923
 esac
30872
30977
 
30873
30978
 
30874
30979
 
30875
 
@@ -33649,14 +31854,68 @@
 
30980
@@ -33850,14 +32045,68 @@
30876
30981
 _ACEOF
30877
30982
 
30878
30983
 
30944
31049
 else
30945
31050
   if test "$cross_compiling" = yes; then
30946
31051
   # Depending upon the size, compute the lo and hi bounds.
30947
 
@@ -33667,10 +31926,11 @@
 
31052
@@ -33868,10 +32117,11 @@
30948
31053
 cat >>conftest.$ac_ext <<_ACEOF
30949
31054
 /* end confdefs.h.  */
30950
31055
 $ac_includes_default
30957
31062
 test_array [0] = 0
30958
31063
 
30959
31064
   ;
30960
 
@@ -33683,14 +31943,13 @@
 
31065
@@ -33884,14 +32134,13 @@
30961
31066
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30962
31067
   *) ac_try_echo=$ac_try;;
30963
31068
 esac
30974
31079
   (exit $ac_status); } && {
30975
31080
         test -z "$ac_c_werror_flag" ||
30976
31081
         test ! -s conftest.err
30977
 
@@ -33704,10 +31963,11 @@
 
31082
@@ -33905,10 +32154,11 @@
30978
31083
 cat >>conftest.$ac_ext <<_ACEOF
30979
31084
 /* end confdefs.h.  */
30980
31085
 $ac_includes_default
30987
31092
 test_array [0] = 0
30988
31093
 
30989
31094
   ;
30990
 
@@ -33720,21 +31980,20 @@
 
31095
@@ -33921,21 +32171,20 @@
30991
31096
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30992
31097
   *) ac_try_echo=$ac_try;;
30993
31098
 esac
31012
31117
 sed 's/^/| /' conftest.$ac_ext >&5
31013
31118
 
31014
31119
        ac_lo=`expr $ac_mid + 1`
31015
 
@@ -33748,7 +32007,7 @@
 
31120
@@ -33949,7 +32198,7 @@
31016
31121
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31017
31122
   done
31018
31123
 else
31021
31126
 sed 's/^/| /' conftest.$ac_ext >&5
31022
31127
 
31023
31128
        cat >conftest.$ac_ext <<_ACEOF
31024
 
@@ -33758,10 +32017,11 @@
 
31129
@@ -33959,10 +32208,11 @@
31025
31130
 cat >>conftest.$ac_ext <<_ACEOF
31026
31131
 /* end confdefs.h.  */
31027
31132
 $ac_includes_default
31034
31139
 test_array [0] = 0
31035
31140
 
31036
31141
   ;
31037
 
@@ -33774,14 +32034,13 @@
 
31142
@@ -33975,14 +32225,13 @@
31038
31143
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31039
31144
   *) ac_try_echo=$ac_try;;
31040
31145
 esac
31051
31156
   (exit $ac_status); } && {
31052
31157
         test -z "$ac_c_werror_flag" ||
31053
31158
         test ! -s conftest.err
31054
 
@@ -33795,10 +32054,11 @@
 
31159
@@ -33996,10 +32245,11 @@
31055
31160
 cat >>conftest.$ac_ext <<_ACEOF
31056
31161
 /* end confdefs.h.  */
31057
31162
 $ac_includes_default
31064
31169
 test_array [0] = 0
31065
31170
 
31066
31171
   ;
31067
 
@@ -33811,21 +32071,20 @@
 
31172
@@ -34012,21 +32262,20 @@
31068
31173
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31069
31174
   *) ac_try_echo=$ac_try;;
31070
31175
 esac
31089
31194
 sed 's/^/| /' conftest.$ac_ext >&5
31090
31195
 
31091
31196
        ac_hi=`expr '(' $ac_mid ')' - 1`
31092
 
@@ -33839,7 +32098,7 @@
 
31197
@@ -34040,7 +32289,7 @@
31093
31198
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31094
31199
   done
31095
31200
 else
31098
31203
 sed 's/^/| /' conftest.$ac_ext >&5
31099
31204
 
31100
31205
        ac_lo= ac_hi=
31101
 
@@ -33859,10 +32118,11 @@
 
31206
@@ -34060,10 +32309,11 @@
31102
31207
 cat >>conftest.$ac_ext <<_ACEOF
31103
31208
 /* end confdefs.h.  */
31104
31209
 $ac_includes_default
31111
31216
 test_array [0] = 0
31112
31217
 
31113
31218
   ;
31114
 
@@ -33875,21 +32135,20 @@
 
31219
@@ -34076,21 +32326,20 @@
31115
31220
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31116
31221
   *) ac_try_echo=$ac_try;;
31117
31222
 esac
31136
31241
 sed 's/^/| /' conftest.$ac_ext >&5
31137
31242
 
31138
31243
        ac_lo=`expr '(' $ac_mid ')' + 1`
31139
 
@@ -33900,13 +32159,11 @@
 
31244
@@ -34101,13 +32350,11 @@
31140
31245
 case $ac_lo in
31141
31246
 ?*) ac_cv_sizeof_short=$ac_lo;;
31142
31247
 '') if test "$ac_cv_type_short" = yes; then
31153
31258
    else
31154
31259
      ac_cv_sizeof_short=0
31155
31260
    fi ;;
31156
 
@@ -33919,8 +32176,9 @@
 
31261
@@ -34120,8 +32367,9 @@
31157
31262
 cat >>conftest.$ac_ext <<_ACEOF
31158
31263
 /* end confdefs.h.  */
31159
31264
 $ac_includes_default
31165
31270
 #include <stdio.h>
31166
31271
 #include <stdlib.h>
31167
31272
 int
31168
 
@@ -33930,22 +32188,20 @@
 
31273
@@ -34131,22 +32379,20 @@
31169
31274
   FILE *f = fopen ("conftest.val", "w");
31170
31275
   if (! f)
31171
31276
     return 1;
31193
31298
   return ferror (f) || fclose (f) != 0;
31194
31299
 
31195
31300
   ;
31196
 
@@ -33958,48 +32214,43 @@
 
31301
@@ -34159,48 +32405,43 @@
31197
31302
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31198
31303
   *) ac_try_echo=$ac_try;;
31199
31304
 esac
31253
31358
 
31254
31359
 
31255
31360
 
31256
 
@@ -34009,10 +32260,10 @@
 
31361
@@ -34210,10 +32451,10 @@
31257
31362
 
31258
31363
 
31259
31364
 
31267
31372
 else
31268
31373
   cat >conftest.$ac_ext <<_ACEOF
31269
31374
 /* confdefs.h.  */
31270
 
@@ -34084,21 +32335,20 @@
 
31375
@@ -34285,21 +32526,20 @@
31271
31376
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31272
31377
   *) ac_try_echo=$ac_try;;
31273
31378
 esac
31292
31397
 sed 's/^/| /' conftest.$ac_ext >&5
31293
31398
 
31294
31399
        ac_cv_c_const=no
31295
 
@@ -34106,20 +32356,20 @@
 
31400
@@ -34307,20 +32547,20 @@
31296
31401
 
31297
31402
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31298
31403
 fi
31319
31424
 else
31320
31425
   ac_cv_c_inline=no
31321
31426
 for ac_kw in inline __inline__ __inline; do
31322
 
@@ -34142,21 +32392,20 @@
31323
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31324
 
   *) ac_try_echo=$ac_try;;
31325
 
 esac
 
31427
@@ -34334,174 +32574,8 @@
 
31428
 typedef int foo_t;
 
31429
 static $ac_kw foo_t static_foo () {return 0; }
 
31430
 $ac_kw foo_t foo () {return 0; }
 
31431
-#endif
 
31432
-
 
31433
-_ACEOF
 
31434
-rm -f conftest.$ac_objext
 
31435
-if { (ac_try="$ac_compile"
 
31436
-case "(($ac_try" in
 
31437
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31438
-  *) ac_try_echo=$ac_try;;
 
31439
-esac
31326
31440
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31327
31441
-$as_echo "$ac_try_echo") >&5
31328
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31329
 
   (eval "$ac_compile") 2>conftest.er1
31330
 
   ac_status=$?
31331
 
   grep -v '^ *+' conftest.er1 >conftest.err
31332
 
   rm -f conftest.er1
31333
 
   cat conftest.err >&5
 
31442
-  (eval "$ac_compile") 2>conftest.er1
 
31443
-  ac_status=$?
 
31444
-  grep -v '^ *+' conftest.er1 >conftest.err
 
31445
-  rm -f conftest.er1
 
31446
-  cat conftest.err >&5
31334
31447
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31335
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31336
 
   (exit $ac_status); } && {
31337
 
         test -z "$ac_c_werror_flag" ||
31338
 
         test ! -s conftest.err
31339
 
        } && test -s conftest.$ac_objext; then
31340
 
   ac_cv_c_inline=$ac_kw
31341
 
 else
 
31448
-  (exit $ac_status); } && {
 
31449
-        test -z "$ac_c_werror_flag" ||
 
31450
-        test ! -s conftest.err
 
31451
-       } && test -s conftest.$ac_objext; then
 
31452
-  ac_cv_c_inline=$ac_kw
 
31453
-else
31342
31454
-  $as_echo "$as_me: failed program was:" >&5
31343
 
+  echo "$as_me: failed program was:" >&5
31344
 
 sed 's/^/| /' conftest.$ac_ext >&5
31345
 
 
31346
 
 
31347
 
@@ -34167,8 +32416,8 @@
31348
 
 done
31349
 
 
31350
 
 fi
 
31455
-sed 's/^/| /' conftest.$ac_ext >&5
 
31456
-
 
31457
-
 
31458
-fi
 
31459
-
 
31460
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
31461
-  test "$ac_cv_c_inline" != no && break
 
31462
-done
 
31463
-
 
31464
-fi
31351
31465
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
31352
31466
-$as_echo "$ac_cv_c_inline" >&6; }
31353
 
+{ echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
31354
 
+echo "${ECHO_T}$ac_cv_c_inline" >&6; }
31355
 
 
31356
 
 
31357
 
 case $ac_cv_c_inline in
31358
 
@@ -34186,78 +32435,28 @@
31359
 
     ;;
31360
 
 esac
31361
 
 
 
31467
-
 
31468
-
 
31469
-case $ac_cv_c_inline in
 
31470
-  inline | yes) ;;
 
31471
-  *)
 
31472
-    case $ac_cv_c_inline in
 
31473
-      no) ac_val=;;
 
31474
-      *) ac_val=$ac_cv_c_inline;;
 
31475
-    esac
 
31476
-    cat >>confdefs.h <<_ACEOF
 
31477
-#ifndef __cplusplus
 
31478
-#define inline $ac_val
 
31479
-#endif
 
31480
-_ACEOF
 
31481
-    ;;
 
31482
-esac
 
31483
-
31362
31484
-
31363
31485
- { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
31364
31486
-$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
31365
 
+{ echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
31366
 
+echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; }
31367
 
 if test "${ac_cv_c_bigendian+set}" = set; then
 
31487
-if test "${ac_cv_c_bigendian+set}" = set; then
31368
31488
-  $as_echo_n "(cached) " >&6
31369
31489
-else
31370
31490
-  ac_cv_c_bigendian=unknown
31406
31526
-       case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in  #(
31407
31527
-         *-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;;
31408
31528
-       esac
31409
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
31410
 
 else
 
31529
-else
31411
31530
-  $as_echo "$as_me: failed program was:" >&5
31412
31531
-sed 's/^/| /' conftest.$ac_ext >&5
31413
31532
-
31418
31537
-    if test $ac_cv_c_bigendian = unknown; then
31419
31538
-      # See if sys/param.h defines the BYTE_ORDER macro.
31420
31539
-      cat >conftest.$ac_ext <<_ACEOF
31421
 
+  # See if sys/param.h defines the BYTE_ORDER macro.
31422
 
+cat >conftest.$ac_ext <<_ACEOF
31423
 
 /* confdefs.h.  */
31424
 
 _ACEOF
31425
 
 cat confdefs.h >>conftest.$ac_ext
31426
 
 cat >>conftest.$ac_ext <<_ACEOF
31427
 
 /* end confdefs.h.  */
31428
 
 #include <sys/types.h>
 
31540
-/* confdefs.h.  */
 
31541
-_ACEOF
 
31542
-cat confdefs.h >>conftest.$ac_ext
 
31543
-cat >>conftest.$ac_ext <<_ACEOF
 
31544
-/* end confdefs.h.  */
 
31545
-#include <sys/types.h>
31429
31546
-            #include <sys/param.h>
31430
 
+#include <sys/param.h>
31431
 
 
31432
 
 int
31433
 
 main ()
31434
 
 {
 
31547
-
 
31548
-int
 
31549
-main ()
 
31550
-{
31435
31551
-#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
31436
31552
-                    && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
31437
31553
-                    && LITTLE_ENDIAN)
31438
31554
-             bogus endian macros
31439
31555
-            #endif
 
31556
-
 
31557
-  ;
 
31558
-  return 0;
 
31559
-}
 
31560
-_ACEOF
 
31561
-rm -f conftest.$ac_objext
 
31562
-if { (ac_try="$ac_compile"
 
31563
-case "(($ac_try" in
 
31564
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31565
-  *) ac_try_echo=$ac_try;;
 
31566
-esac
 
31567
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
31568
-$as_echo "$ac_try_echo") >&5
 
31569
-  (eval "$ac_compile") 2>conftest.er1
 
31570
-  ac_status=$?
 
31571
-  grep -v '^ *+' conftest.er1 >conftest.err
 
31572
-  rm -f conftest.er1
 
31573
-  cat conftest.err >&5
 
31574
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31575
-  (exit $ac_status); } && {
 
31576
-        test -z "$ac_c_werror_flag" ||
 
31577
-        test ! -s conftest.err
 
31578
-       } && test -s conftest.$ac_objext; then
 
31579
-  # It does; now see whether it defined to BIG_ENDIAN or not.
 
31580
-        cat >conftest.$ac_ext <<_ACEOF
 
31581
-/* confdefs.h.  */
 
31582
-_ACEOF
 
31583
-cat confdefs.h >>conftest.$ac_ext
 
31584
-cat >>conftest.$ac_ext <<_ACEOF
 
31585
-/* end confdefs.h.  */
 
31586
-#include <sys/types.h>
 
31587
-               #include <sys/param.h>
 
31588
-
 
31589
-int
 
31590
-main ()
 
31591
-{
 
31592
-#if BYTE_ORDER != BIG_ENDIAN
 
31593
-                not big endian
 
31594
-               #endif
 
31595
+#endif
 
31596
 
 
31597
-  ;
 
31598
-  return 0;
 
31599
-}
 
31600
 _ACEOF
 
31601
 rm -f conftest.$ac_objext
 
31602
 if { (ac_try="$ac_compile"
 
31603
@@ -34509,52 +32583,71 @@
 
31604
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31605
   *) ac_try_echo=$ac_try;;
 
31606
 esac
 
31607
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
31608
-$as_echo "$ac_try_echo") >&5
 
31609
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
31610
   (eval "$ac_compile") 2>conftest.er1
 
31611
   ac_status=$?
 
31612
   grep -v '^ *+' conftest.er1 >conftest.err
 
31613
   rm -f conftest.er1
 
31614
   cat conftest.err >&5
 
31615
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31616
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31617
   (exit $ac_status); } && {
 
31618
         test -z "$ac_c_werror_flag" ||
 
31619
         test ! -s conftest.err
 
31620
        } && test -s conftest.$ac_objext; then
 
31621
-  ac_cv_c_bigendian=yes
 
31622
+  ac_cv_c_inline=$ac_kw
 
31623
 else
 
31624
-  $as_echo "$as_me: failed program was:" >&5
 
31625
+  echo "$as_me: failed program was:" >&5
 
31626
 sed 's/^/| /' conftest.$ac_ext >&5
 
31627
 
 
31628
-       ac_cv_c_bigendian=no
 
31629
+
 
31630
 fi
 
31631
 
 
31632
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
31633
-else
 
31634
-  $as_echo "$as_me: failed program was:" >&5
 
31635
-sed 's/^/| /' conftest.$ac_ext >&5
 
31636
-
 
31637
+  test "$ac_cv_c_inline" != no && break
 
31638
+done
 
31639
 
 
31640
 fi
 
31641
+{ echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
 
31642
+echo "${ECHO_T}$ac_cv_c_inline" >&6; }
 
31643
 
 
31644
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
31645
-    fi
 
31646
-    if test $ac_cv_c_bigendian = unknown; then
 
31647
-      # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
 
31648
-      cat >conftest.$ac_ext <<_ACEOF
 
31649
+
 
31650
+case $ac_cv_c_inline in
 
31651
+  inline | yes) ;;
 
31652
+  *)
 
31653
+    case $ac_cv_c_inline in
 
31654
+      no) ac_val=;;
 
31655
+      *) ac_val=$ac_cv_c_inline;;
 
31656
+    esac
 
31657
+    cat >>confdefs.h <<_ACEOF
 
31658
+#ifndef __cplusplus
 
31659
+#define inline $ac_val
 
31660
+#endif
 
31661
+_ACEOF
 
31662
+    ;;
 
31663
+esac
 
31664
+
 
31665
+{ echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
 
31666
+echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; }
 
31667
+if test "${ac_cv_c_bigendian+set}" = set; then
 
31668
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
31669
+else
 
31670
+  # See if sys/param.h defines the BYTE_ORDER macro.
 
31671
+cat >conftest.$ac_ext <<_ACEOF
 
31672
 /* confdefs.h.  */
 
31673
 _ACEOF
 
31674
 cat confdefs.h >>conftest.$ac_ext
 
31675
 cat >>conftest.$ac_ext <<_ACEOF
 
31676
 /* end confdefs.h.  */
 
31677
-#include <limits.h>
 
31678
+#include <sys/types.h>
 
31679
+#include <sys/param.h>
 
31680
 
 
31681
 int
 
31682
 main ()
 
31683
 {
 
31684
-#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
 
31685
-             bogus endian macros
 
31686
-            #endif
31440
31687
+#if  ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \
31441
31688
+       && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN)
31442
31689
+ bogus endian macros
31444
31691
 
31445
31692
   ;
31446
31693
   return 0;
31447
 
@@ -34269,34 +32468,33 @@
 
31694
@@ -34566,33 +32659,33 @@
31448
31695
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31449
31696
   *) ac_try_echo=$ac_try;;
31450
31697
 esac
31462
31709
         test -z "$ac_c_werror_flag" ||
31463
31710
         test ! -s conftest.err
31464
31711
        } && test -s conftest.$ac_objext; then
31465
 
   # It does; now see whether it defined to BIG_ENDIAN or not.
 
31712
-  # It does; now see whether it defined to _BIG_ENDIAN or not.
31466
31713
-        cat >conftest.$ac_ext <<_ACEOF
 
31714
+  # It does; now see whether it defined to BIG_ENDIAN or not.
31467
31715
+cat >conftest.$ac_ext <<_ACEOF
31468
31716
 /* confdefs.h.  */
31469
31717
 _ACEOF
31470
31718
 cat confdefs.h >>conftest.$ac_ext
31471
31719
 cat >>conftest.$ac_ext <<_ACEOF
31472
31720
 /* end confdefs.h.  */
31473
 
 #include <sys/types.h>
31474
 
-               #include <sys/param.h>
 
31721
-#include <limits.h>
 
31722
+#include <sys/types.h>
31475
31723
+#include <sys/param.h>
31476
31724
 
31477
31725
 int
31478
31726
 main ()
31479
31727
 {
31480
 
 #if BYTE_ORDER != BIG_ENDIAN
 
31728
-#ifndef _BIG_ENDIAN
31481
31729
-                not big endian
31482
31730
-               #endif
 
31731
+#if BYTE_ORDER != BIG_ENDIAN
31483
31732
+ not big endian
31484
31733
+#endif
31485
31734
 
31486
31735
   ;
31487
31736
   return 0;
31488
 
@@ -34308,21 +32506,20 @@
 
31737
@@ -34604,21 +32697,20 @@
31489
31738
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31490
31739
   *) ac_try_echo=$ac_try;;
31491
31740
 esac
31510
31759
 sed 's/^/| /' conftest.$ac_ext >&5
31511
31760
 
31512
31761
        ac_cv_c_bigendian=no
31513
 
@@ -34330,69 +32527,29 @@
 
31762
@@ -34626,44 +32718,29 @@
31514
31763
 
31515
31764
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31516
31765
 else
31524
31773
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31525
31774
-    fi
31526
31775
-    if test $ac_cv_c_bigendian = unknown; then
31527
 
-      # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
31528
 
-      cat >conftest.$ac_ext <<_ACEOF
31529
 
-/* confdefs.h.  */
31530
 
-_ACEOF
31531
 
-cat confdefs.h >>conftest.$ac_ext
31532
 
-cat >>conftest.$ac_ext <<_ACEOF
31533
 
-/* end confdefs.h.  */
31534
 
-#include <limits.h>
31535
 
-
31536
 
-int
31537
 
-main ()
31538
 
-{
31539
 
-#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
31540
 
-             bogus endian macros
31541
 
-            #endif
31542
 
-
31543
 
-  ;
31544
 
-  return 0;
31545
 
-}
31546
 
-_ACEOF
31547
 
-rm -f conftest.$ac_objext
31548
 
-if { (ac_try="$ac_compile"
31549
 
-case "(($ac_try" in
31550
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31551
 
-  *) ac_try_echo=$ac_try;;
31552
 
-esac
31553
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31554
 
-$as_echo "$ac_try_echo") >&5
31555
 
-  (eval "$ac_compile") 2>conftest.er1
31556
 
-  ac_status=$?
31557
 
-  grep -v '^ *+' conftest.er1 >conftest.err
31558
 
-  rm -f conftest.er1
31559
 
-  cat conftest.err >&5
31560
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31561
 
-  (exit $ac_status); } && {
31562
 
-        test -z "$ac_c_werror_flag" ||
31563
 
-        test ! -s conftest.err
31564
 
-       } && test -s conftest.$ac_objext; then
31565
 
-  # It does; now see whether it defined to _BIG_ENDIAN or not.
 
31776
-      # Compile a test program.
 
31777
-      if test "$cross_compiling" = yes; then
 
31778
-  # Try to guess by grepping values from an object file.
31566
31779
-        cat >conftest.$ac_ext <<_ACEOF
31567
31780
+       # It does not; compile a test program.
31568
31781
+if test "$cross_compiling" = yes; then
31574
31787
 cat confdefs.h >>conftest.$ac_ext
31575
31788
 cat >>conftest.$ac_ext <<_ACEOF
31576
31789
 /* end confdefs.h.  */
31577
 
-#include <limits.h>
31578
 
-
31579
 
+short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
31580
 
+short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
31581
 
+void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
31582
 
+short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
31583
 
+short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
31584
 
+void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
31585
 
 int
31586
 
 main ()
31587
 
 {
31588
 
-#ifndef _BIG_ENDIAN
31589
 
-                not big endian
31590
 
-               #endif
31591
 
-
31592
 
+ _ascii (); _ebcdic ();
31593
 
   ;
31594
 
   return 0;
31595
 
 }
31596
 
@@ -34403,101 +32560,30 @@
31597
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31598
 
   *) ac_try_echo=$ac_try;;
31599
 
 esac
31600
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31601
 
-$as_echo "$ac_try_echo") >&5
31602
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
31603
 
   (eval "$ac_compile") 2>conftest.er1
31604
 
   ac_status=$?
31605
 
   grep -v '^ *+' conftest.er1 >conftest.err
31606
 
   rm -f conftest.er1
31607
 
   cat conftest.err >&5
31608
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31609
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
31610
 
   (exit $ac_status); } && {
31611
 
         test -z "$ac_c_werror_flag" ||
31612
 
         test ! -s conftest.err
31613
 
        } && test -s conftest.$ac_objext; then
31614
 
+  if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
31615
 
   ac_cv_c_bigendian=yes
31616
 
-else
31617
 
-  $as_echo "$as_me: failed program was:" >&5
31618
 
-sed 's/^/| /' conftest.$ac_ext >&5
31619
 
-
31620
 
-       ac_cv_c_bigendian=no
31621
 
 fi
31622
 
-
31623
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31624
 
-else
31625
 
-  $as_echo "$as_me: failed program was:" >&5
31626
 
-sed 's/^/| /' conftest.$ac_ext >&5
31627
 
-
31628
 
-
31629
 
+if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
31630
 
+  if test "$ac_cv_c_bigendian" = unknown; then
31631
 
+    ac_cv_c_bigendian=no
31632
 
+  else
31633
 
+    # finding both strings is unlikely to happen, but who knows?
31634
 
+    ac_cv_c_bigendian=unknown
31635
 
+  fi
31636
 
 fi
31637
 
-
31638
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31639
 
-    fi
31640
 
-    if test $ac_cv_c_bigendian = unknown; then
31641
 
-      # Compile a test program.
31642
 
-      if test "$cross_compiling" = yes; then
31643
 
-  # Try to guess by grepping values from an object file.
31644
 
-        cat >conftest.$ac_ext <<_ACEOF
31645
 
-/* confdefs.h.  */
31646
 
-_ACEOF
31647
 
-cat confdefs.h >>conftest.$ac_ext
31648
 
-cat >>conftest.$ac_ext <<_ACEOF
31649
 
-/* end confdefs.h.  */
31650
31790
-short int ascii_mm[] =
31651
31791
-                 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
31652
31792
-               short int ascii_ii[] =
31663
31803
-               }
31664
31804
-               extern int foo;
31665
31805
-
31666
 
-int
31667
 
-main ()
31668
 
-{
 
31806
+short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
 
31807
+short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
 
31808
+void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
 
31809
+short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
 
31810
+short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
 
31811
+void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
 
31812
 int
 
31813
 main ()
 
31814
 {
31669
31815
-return use_ascii (foo) == use_ebcdic (foo);
31670
 
-  ;
31671
 
-  return 0;
31672
 
-}
31673
 
-_ACEOF
31674
 
-rm -f conftest.$ac_objext
31675
 
-if { (ac_try="$ac_compile"
31676
 
-case "(($ac_try" in
31677
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31678
 
-  *) ac_try_echo=$ac_try;;
31679
 
-esac
 
31816
+ _ascii (); _ebcdic ();
 
31817
   ;
 
31818
   return 0;
 
31819
 }
 
31820
@@ -34674,31 +32751,30 @@
 
31821
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31822
   *) ac_try_echo=$ac_try;;
 
31823
 esac
31680
31824
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31681
31825
-$as_echo "$ac_try_echo") >&5
31682
 
-  (eval "$ac_compile") 2>conftest.er1
31683
 
-  ac_status=$?
31684
 
-  grep -v '^ *+' conftest.er1 >conftest.err
31685
 
-  rm -f conftest.er1
31686
 
-  cat conftest.err >&5
 
31826
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
31827
   (eval "$ac_compile") 2>conftest.er1
 
31828
   ac_status=$?
 
31829
   grep -v '^ *+' conftest.er1 >conftest.err
 
31830
   rm -f conftest.er1
 
31831
   cat conftest.err >&5
31687
31832
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31688
 
-  (exit $ac_status); } && {
31689
 
-        test -z "$ac_c_werror_flag" ||
31690
 
-        test ! -s conftest.err
31691
 
-       } && test -s conftest.$ac_objext; then
 
31833
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31834
   (exit $ac_status); } && {
 
31835
         test -z "$ac_c_werror_flag" ||
 
31836
         test ! -s conftest.err
 
31837
        } && test -s conftest.$ac_objext; then
31692
31838
-  if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
31693
31839
-             ac_cv_c_bigendian=yes
31694
31840
-           fi
31700
31846
-               ac_cv_c_bigendian=unknown
31701
31847
-             fi
31702
31848
-           fi
 
31849
+  if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then
 
31850
+  ac_cv_c_bigendian=yes
 
31851
+fi
 
31852
+if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
 
31853
+  if test "$ac_cv_c_bigendian" = unknown; then
 
31854
+    ac_cv_c_bigendian=no
 
31855
+  else
 
31856
+    # finding both strings is unlikely to happen, but who knows?
 
31857
+    ac_cv_c_bigendian=unknown
 
31858
+  fi
 
31859
+fi
31703
31860
 else
31704
31861
-  $as_echo "$as_me: failed program was:" >&5
31705
31862
+  echo "$as_me: failed program was:" >&5
31706
31863
 sed 's/^/| /' conftest.$ac_ext >&5
31707
31864
 
31708
31865
 
31709
 
@@ -34516,14 +32602,14 @@
 
31866
@@ -34717,14 +32793,14 @@
31710
31867
 main ()
31711
31868
 {
31712
31869
 
31729
31886
 
31730
31887
   ;
31731
31888
   return 0;
31732
 
@@ -34535,68 +32621,61 @@
 
31889
@@ -34736,68 +32812,61 @@
31733
31890
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31734
31891
   *) ac_try_echo=$ac_try;;
31735
31892
 esac
31824
31981
 else
31825
31982
   cat >conftest.$ac_ext <<_ACEOF
31826
31983
 /* confdefs.h.  */
31827
 
@@ -34621,21 +32700,20 @@
 
31984
@@ -34822,21 +32891,20 @@
31828
31985
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31829
31986
   *) ac_try_echo=$ac_try;;
31830
31987
 esac
31849
32006
 sed 's/^/| /' conftest.$ac_ext >&5
31850
32007
 
31851
32008
        ac_cv_c_char_unsigned=yes
31852
 
@@ -34643,8 +32721,8 @@
 
32009
@@ -34844,8 +32912,8 @@
31853
32010
 
31854
32011
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31855
32012
 fi
31860
32017
 if test $ac_cv_c_char_unsigned = yes && test "$GCC" != yes; then
31861
32018
   cat >>confdefs.h <<\_ACEOF
31862
32019
 #define __CHAR_UNSIGNED__ 1
31863
 
@@ -34653,10 +32731,10 @@
 
32020
@@ -34854,10 +32922,10 @@
31864
32021
 fi
31865
32022
 
31866
32023
 
31874
32031
 else
31875
32032
   cat >conftest.$ac_ext <<_ACEOF
31876
32033
 /* confdefs.h.  */
31877
 
@@ -34681,21 +32759,20 @@
 
32034
@@ -34882,21 +32950,20 @@
31878
32035
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31879
32036
   *) ac_try_echo=$ac_try;;
31880
32037
 esac
31899
32056
 sed 's/^/| /' conftest.$ac_ext >&5
31900
32057
 
31901
32058
        ac_cv_type_signal=void
31902
 
@@ -34703,18 +32780,18 @@
 
32059
@@ -34904,18 +32971,18 @@
31903
32060
 
31904
32061
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
31905
32062
 fi
31923
32080
 else
31924
32081
   cat >conftest.$ac_ext <<_ACEOF
31925
32082
 /* confdefs.h.  */
31926
 
@@ -34734,8 +32811,8 @@
 
32083
@@ -34935,8 +33002,8 @@
31927
32084
 rm -f conftest*
31928
32085
 
31929
32086
 fi
31934
32091
 if test $ac_cv_type_uid_t = no; then
31935
32092
 
31936
32093
 cat >>confdefs.h <<\_ACEOF
31937
 
@@ -34749,46 +32826,11 @@
 
32094
@@ -34950,46 +33017,11 @@
31938
32095
 
31939
32096
 fi
31940
32097
 
31984
32141
   cat >conftest.$ac_ext <<_ACEOF
31985
32142
 /* confdefs.h.  */
31986
32143
 _ACEOF
31987
 
@@ -34796,11 +32838,14 @@
 
32144
@@ -34997,11 +33029,14 @@
31988
32145
 cat >>conftest.$ac_ext <<_ACEOF
31989
32146
 /* end confdefs.h.  */
31990
32147
 $ac_includes_default
32001
32158
   ;
32002
32159
   return 0;
32003
32160
 }
32004
 
@@ -34811,39 +32856,30 @@
 
32161
@@ -35012,39 +33047,30 @@
32005
32162
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32006
32163
   *) ac_try_echo=$ac_try;;
32007
32164
 esac
32049
32206
   :
32050
32207
 else
32051
32208
 
32052
 
@@ -34853,46 +32889,11 @@
 
32209
@@ -35054,46 +33080,11 @@
32053
32210
 
32054
32211
 fi
32055
32212
 
32099
32256
   cat >conftest.$ac_ext <<_ACEOF
32100
32257
 /* confdefs.h.  */
32101
32258
 _ACEOF
32102
 
@@ -34900,11 +32901,14 @@
 
32259
@@ -35101,11 +33092,14 @@
32103
32260
 cat >>conftest.$ac_ext <<_ACEOF
32104
32261
 /* end confdefs.h.  */
32105
32262
 $ac_includes_default
32116
32273
   ;
32117
32274
   return 0;
32118
32275
 }
32119
 
@@ -34915,39 +32919,30 @@
 
32276
@@ -35116,39 +33110,30 @@
32120
32277
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32121
32278
   *) ac_try_echo=$ac_try;;
32122
32279
 esac
32164
32321
   :
32165
32322
 else
32166
32323
 
32167
 
@@ -34957,46 +32952,11 @@
 
32324
@@ -35158,46 +33143,11 @@
32168
32325
 
32169
32326
 fi
32170
32327
 
32214
32371
   cat >conftest.$ac_ext <<_ACEOF
32215
32372
 /* confdefs.h.  */
32216
32373
 _ACEOF
32217
 
@@ -35004,11 +32964,14 @@
 
32374
@@ -35205,11 +33155,14 @@
32218
32375
 cat >>conftest.$ac_ext <<_ACEOF
32219
32376
 /* end confdefs.h.  */
32220
32377
 $ac_includes_default
32231
32388
   ;
32232
32389
   return 0;
32233
32390
 }
32234
 
@@ -35019,39 +32982,30 @@
 
32391
@@ -35220,39 +33173,30 @@
32235
32392
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32236
32393
   *) ac_try_echo=$ac_try;;
32237
32394
 esac
32250
32407
         test ! -s conftest.err
32251
32408
        } && test -s conftest.$ac_objext; then
32252
32409
-  :
 
32410
-else
 
32411
-  $as_echo "$as_me: failed program was:" >&5
 
32412
-sed 's/^/| /' conftest.$ac_ext >&5
 
32413
-
 
32414
-       ac_cv_type_size_t=yes
 
32415
-fi
 
32416
-
 
32417
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32253
32418
+  ac_cv_type_size_t=yes
32254
32419
 else
32255
32420
-  $as_echo "$as_me: failed program was:" >&5
32256
32421
+  echo "$as_me: failed program was:" >&5
32257
32422
 sed 's/^/| /' conftest.$ac_ext >&5
32258
32423
 
32259
 
-       ac_cv_type_size_t=yes
 
32424
-
32260
32425
+       ac_cv_type_size_t=no
32261
32426
 fi
32262
32427
 
32263
32428
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32264
 
-else
32265
 
-  $as_echo "$as_me: failed program was:" >&5
32266
 
-sed 's/^/| /' conftest.$ac_ext >&5
32267
 
-
32268
 
-
32269
32429
 fi
32270
 
-
32271
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32272
 
-fi
32273
32430
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
32274
32431
-$as_echo "$ac_cv_type_size_t" >&6; }
32275
32432
-if test "x$ac_cv_type_size_t" = x""yes; then
32279
32436
   :
32280
32437
 else
32281
32438
 
32282
 
@@ -35061,46 +33015,11 @@
 
32439
@@ -35262,46 +33206,11 @@
32283
32440
 
32284
32441
 fi
32285
32442
 
32329
32486
   cat >conftest.$ac_ext <<_ACEOF
32330
32487
 /* confdefs.h.  */
32331
32488
 _ACEOF
32332
 
@@ -35108,11 +33027,14 @@
 
32489
@@ -35309,11 +33218,14 @@
32333
32490
 cat >>conftest.$ac_ext <<_ACEOF
32334
32491
 /* end confdefs.h.  */
32335
32492
 $ac_includes_default
32346
32503
   ;
32347
32504
   return 0;
32348
32505
 }
32349
 
@@ -35123,39 +33045,30 @@
 
32506
@@ -35324,39 +33236,30 @@
32350
32507
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32351
32508
   *) ac_try_echo=$ac_try;;
32352
32509
 esac
32394
32551
   :
32395
32552
 else
32396
32553
 
32397
 
@@ -35165,10 +33078,10 @@
 
32554
@@ -35366,10 +33269,10 @@
32398
32555
 
32399
32556
 fi
32400
32557
 
32408
32565
 else
32409
32566
   cat >conftest.$ac_ext <<_ACEOF
32410
32567
 /* confdefs.h.  */
32411
 
@@ -35193,21 +33106,20 @@
 
32568
@@ -35394,21 +33297,20 @@
32412
32569
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32413
32570
   *) ac_try_echo=$ac_try;;
32414
32571
 esac
32433
32590
 sed 's/^/| /' conftest.$ac_ext >&5
32434
32591
 
32435
32592
        cat >conftest.$ac_ext <<_ACEOF
32436
 
@@ -35233,21 +33145,20 @@
 
32593
@@ -35434,21 +33336,20 @@
32437
32594
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32438
32595
   *) ac_try_echo=$ac_try;;
32439
32596
 esac
32458
32615
 sed 's/^/| /' conftest.$ac_ext >&5
32459
32616
 
32460
32617
        ac_cv_member_struct_stat_st_rdev=no
32461
 
@@ -35258,9 +33169,9 @@
 
32618
@@ -35459,9 +33360,9 @@
32462
32619
 
32463
32620
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32464
32621
 fi
32471
32628
 
32472
32629
 cat >>confdefs.h <<_ACEOF
32473
32630
 #define HAVE_STRUCT_STAT_ST_RDEV 1
32474
 
@@ -35274,10 +33185,10 @@
 
32631
@@ -35475,10 +33376,10 @@
32475
32632
 fi
32476
32633
 
32477
32634
 
32485
32642
 else
32486
32643
   cat >conftest.$ac_ext <<_ACEOF
32487
32644
 /* confdefs.h.  */
32488
 
@@ -35303,21 +33214,20 @@
 
32645
@@ -35504,21 +33405,20 @@
32489
32646
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32490
32647
   *) ac_try_echo=$ac_try;;
32491
32648
 esac
32510
32667
 sed 's/^/| /' conftest.$ac_ext >&5
32511
32668
 
32512
32669
        ac_cv_dirent_d_off=no
32513
 
@@ -35325,8 +33235,8 @@
 
32670
@@ -35526,8 +33426,8 @@
32514
32671
 
32515
32672
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32516
32673
 fi
32521
32678
 if test $ac_cv_dirent_d_off = yes; then
32522
32679
 
32523
32680
 cat >>confdefs.h <<\_ACEOF
32524
 
@@ -35335,46 +33245,11 @@
 
32681
@@ -35536,46 +33436,11 @@
32525
32682
 
32526
32683
 fi
32527
32684
 
32571
32728
   cat >conftest.$ac_ext <<_ACEOF
32572
32729
 /* confdefs.h.  */
32573
32730
 _ACEOF
32574
 
@@ -35382,11 +33257,14 @@
 
32731
@@ -35583,11 +33448,14 @@
32575
32732
 cat >>conftest.$ac_ext <<_ACEOF
32576
32733
 /* end confdefs.h.  */
32577
32734
 $ac_includes_default
32588
32745
   ;
32589
32746
   return 0;
32590
32747
 }
32591
 
@@ -35397,39 +33275,30 @@
 
32748
@@ -35598,39 +33466,30 @@
32592
32749
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32593
32750
   *) ac_try_echo=$ac_try;;
32594
32751
 esac
32607
32764
         test ! -s conftest.err
32608
32765
        } && test -s conftest.$ac_objext; then
32609
32766
-  :
32610
 
-else
32611
 
-  $as_echo "$as_me: failed program was:" >&5
32612
 
-sed 's/^/| /' conftest.$ac_ext >&5
32613
 
-
32614
 
-       ac_cv_type_ssize_t=yes
32615
 
-fi
32616
 
-
32617
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
32618
32767
+  ac_cv_type_ssize_t=yes
32619
32768
 else
32620
32769
-  $as_echo "$as_me: failed program was:" >&5
32621
32770
+  echo "$as_me: failed program was:" >&5
32622
32771
 sed 's/^/| /' conftest.$ac_ext >&5
32623
32772
 
32624
 
-
 
32773
-       ac_cv_type_ssize_t=yes
32625
32774
+       ac_cv_type_ssize_t=no
32626
32775
 fi
32627
32776
 
32628
32777
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
32778
-else
 
32779
-  $as_echo "$as_me: failed program was:" >&5
 
32780
-sed 's/^/| /' conftest.$ac_ext >&5
 
32781
-
 
32782
-
32629
32783
 fi
 
32784
-
 
32785
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
32786
-fi
32630
32787
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
32631
32788
-$as_echo "$ac_cv_type_ssize_t" >&6; }
32632
32789
-if test "x$ac_cv_type_ssize_t" = x""yes; then
32636
32793
   :
32637
32794
 else
32638
32795
 
32639
 
@@ -35439,46 +33308,11 @@
 
32796
@@ -35640,46 +33499,11 @@
32640
32797
 
32641
32798
 fi
32642
32799
 
32686
32843
   cat >conftest.$ac_ext <<_ACEOF
32687
32844
 /* confdefs.h.  */
32688
32845
 _ACEOF
32689
 
@@ -35486,11 +33320,14 @@
 
32846
@@ -35687,11 +33511,14 @@
32690
32847
 cat >>conftest.$ac_ext <<_ACEOF
32691
32848
 /* end confdefs.h.  */
32692
32849
 $ac_includes_default
32703
32860
   ;
32704
32861
   return 0;
32705
32862
 }
32706
 
@@ -35501,39 +33338,30 @@
 
32863
@@ -35702,39 +33529,30 @@
32707
32864
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32708
32865
   *) ac_try_echo=$ac_try;;
32709
32866
 esac
32751
32908
   :
32752
32909
 else
32753
32910
 
32754
 
@@ -35556,10 +33384,10 @@
 
32911
@@ -35757,10 +33575,10 @@
32755
32912
 if test x$enable_cups != xno; then
32756
32913
        # Extract the first word of "cups-config", so it can be a program name with args.
32757
32914
 set dummy cups-config; ac_word=$2
32765
32922
 else
32766
32923
   case $CUPS_CONFIG in
32767
32924
   [\\/]* | ?:[\\/]*)
32768
 
@@ -35574,7 +33402,7 @@
 
32925
@@ -35775,7 +33593,7 @@
32769
32926
   for ac_exec_ext in '' $ac_executable_extensions; do
32770
32927
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
32771
32928
     ac_cv_path_CUPS_CONFIG="$as_dir/$ac_word$ac_exec_ext"
32774
32931
     break 2
32775
32932
   fi
32776
32933
 done
32777
 
@@ -35586,11 +33414,11 @@
 
32934
@@ -35787,11 +33605,11 @@
32778
32935
 fi
32779
32936
 CUPS_CONFIG=$ac_cv_path_CUPS_CONFIG
32780
32937
 if test -n "$CUPS_CONFIG"; then
32790
32947
 fi
32791
32948
 
32792
32949
 
32793
 
@@ -35607,21 +33435,20 @@
 
32950
@@ -35808,21 +33626,20 @@
32794
32951
 
32795
32952
 for ac_header in cups/cups.h cups/language.h
32796
32953
 do
32821
32978
 cat >conftest.$ac_ext <<_ACEOF
32822
32979
 /* confdefs.h.  */
32823
32980
 _ACEOF
32824
 
@@ -35637,33 +33464,32 @@
 
32981
@@ -35838,33 +33655,32 @@
32825
32982
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32826
32983
   *) ac_try_echo=$ac_try;;
32827
32984
 esac
32862
33019
 cat >conftest.$ac_ext <<_ACEOF
32863
33020
 /* confdefs.h.  */
32864
33021
 _ACEOF
32865
 
@@ -35677,52 +33503,51 @@
 
33022
@@ -35878,52 +33694,51 @@
32866
33023
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32867
33024
   *) ac_try_echo=$ac_try;;
32868
33025
 esac
32936
33093
     ( cat <<\_ASBOX
32937
33094
 ## ---------------------------------------- ##
32938
33095
 ## Report this to samba-technical@samba.org ##
32939
 
@@ -35731,24 +33556,21 @@
 
33096
@@ -35932,24 +33747,21 @@
32940
33097
      ) | sed "s/^/$as_me: WARNING:     /" >&2
32941
33098
     ;;
32942
33099
 esac
32969
33126
 _ACEOF
32970
33127
 
32971
33128
 fi
32972
 
@@ -35764,16 +33586,16 @@
 
33129
@@ -35965,16 +33777,16 @@
32973
33130
 
32974
33131
                        samba_cv_HAVE_CUPS=yes
32975
33132
                else
32990
33147
    { (exit 1); exit 1; }; }
32991
33148
         fi
32992
33149
 fi
32993
 
@@ -35792,18 +33614,18 @@
 
33150
@@ -35993,18 +33805,18 @@
32994
33151
 _ACEOF
32995
33152
 
32996
33153
        elif test x"$enable_iprint" = x"yes"; then
33014
33171
 else
33015
33172
 
33016
33173
     cat >conftest.$ac_ext <<_ACEOF
33017
 
@@ -35835,35 +33657,31 @@
 
33174
@@ -36036,35 +33848,31 @@
33018
33175
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33019
33176
   *) ac_try_echo=$ac_try;;
33020
33177
 esac
33057
33214
 if test x"$samba_cv_optimize_out_funcation_calls" = x"yes"; then
33058
33215
 
33059
33216
 cat >>confdefs.h <<\_ACEOF
33060
 
@@ -35874,10 +33692,10 @@
 
33217
@@ -36075,10 +33883,10 @@
33061
33218
 
33062
33219
 #############################################
33063
33220
 # check for fd passing struct via msg_control
33071
33228
 else
33072
33229
 
33073
33230
     cat >conftest.$ac_ext <<_ACEOF
33074
 
@@ -35914,21 +33732,20 @@
 
33231
@@ -36115,21 +33923,20 @@
33075
33232
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33076
33233
   *) ac_try_echo=$ac_try;;
33077
33234
 esac
33096
33253
 sed 's/^/| /' conftest.$ac_ext >&5
33097
33254
 
33098
33255
        samba_cv_msghdr_msg_control=no
33099
 
@@ -35936,8 +33753,8 @@
 
33256
@@ -36137,8 +33944,8 @@
33100
33257
 
33101
33258
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33102
33259
 fi
33107
33264
 if test x"$samba_cv_msghdr_msg_control" = x"yes"; then
33108
33265
 
33109
33266
 cat >>confdefs.h <<\_ACEOF
33110
 
@@ -35948,10 +33765,10 @@
 
33267
@@ -36149,10 +33956,10 @@
33111
33268
 
33112
33269
 #############################################
33113
33270
 # check for fd passing struct via msg_acctrights
33121
33278
 else
33122
33279
 
33123
33280
     cat >conftest.$ac_ext <<_ACEOF
33124
 
@@ -35985,21 +33802,20 @@
 
33281
@@ -36186,21 +33993,20 @@
33125
33282
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33126
33283
   *) ac_try_echo=$ac_try;;
33127
33284
 esac
33146
33303
 sed 's/^/| /' conftest.$ac_ext >&5
33147
33304
 
33148
33305
        samba_cv_msghdr_msg_acctrights=no
33149
 
@@ -36007,8 +33823,8 @@
 
33306
@@ -36208,8 +34014,8 @@
33150
33307
 
33151
33308
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33152
33309
 fi
33157
33314
 if test x"$samba_cv_msghdr_msg_acctrights" = x"yes"; then
33158
33315
 
33159
33316
 cat >>confdefs.h <<\_ACEOF
33160
 
@@ -36020,11 +33836,11 @@
 
33317
@@ -36221,11 +34027,11 @@
33161
33318
 
33162
33319
 for ac_func in dirfd
33163
33320
 do
33173
33330
 else
33174
33331
   cat >conftest.$ac_ext <<_ACEOF
33175
33332
 /* confdefs.h.  */
33176
 
@@ -36077,42 +33893,35 @@
 
33333
@@ -36278,42 +34084,35 @@
33177
33334
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33178
33335
   *) ac_try_echo=$ac_try;;
33179
33336
 esac
33226
33383
 _ACEOF
33227
33384
 
33228
33385
 fi
33229
 
@@ -36122,10 +33931,10 @@
 
33386
@@ -36323,10 +34122,10 @@
33230
33387
        default_shared_modules="$default_shared_modules vfs_syncops"
33231
33388
 fi
33232
33389
 
33240
33397
 else
33241
33398
 
33242
33399
     cat >conftest.$ac_ext <<_ACEOF
33243
 
@@ -36155,21 +33964,20 @@
 
33400
@@ -36356,21 +34155,20 @@
33244
33401
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33245
33402
   *) ac_try_echo=$ac_try;;
33246
33403
 esac
33265
33422
 sed 's/^/| /' conftest.$ac_ext >&5
33266
33423
 
33267
33424
        samba_cv_sig_atomic_t=no
33268
 
@@ -36177,8 +33985,8 @@
 
33425
@@ -36378,8 +34176,8 @@
33269
33426
 
33270
33427
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33271
33428
 fi
33276
33433
 if test x"$samba_cv_sig_atomic_t" = x"yes"; then
33277
33434
 
33278
33435
 cat >>confdefs.h <<\_ACEOF
33279
 
@@ -36187,10 +33995,10 @@
 
33436
@@ -36388,10 +34186,10 @@
33280
33437
 
33281
33438
 fi
33282
33439
 
33290
33447
 else
33291
33448
 
33292
33449
     cat >conftest.$ac_ext <<_ACEOF
33293
 
@@ -36220,21 +34028,20 @@
 
33450
@@ -36421,21 +34219,20 @@
33294
33451
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33295
33452
   *) ac_try_echo=$ac_try;;
33296
33453
 esac
33315
33472
 sed 's/^/| /' conftest.$ac_ext >&5
33316
33473
 
33317
33474
        samba_cv_struct_sigevent=no
33318
 
@@ -36242,18 +34049,18 @@
 
33475
@@ -36443,18 +34240,18 @@
33319
33476
 
33320
33477
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33321
33478
 fi
33339
33496
 else
33340
33497
   cat >conftest.$ac_ext <<_ACEOF
33341
33498
 /* confdefs.h.  */
33342
 
@@ -36279,21 +34086,20 @@
 
33499
@@ -36480,21 +34277,20 @@
33343
33500
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33344
33501
   *) ac_try_echo=$ac_try;;
33345
33502
 esac
33364
33521
 sed 's/^/| /' conftest.$ac_ext >&5
33365
33522
 
33366
33523
        cat >conftest.$ac_ext <<_ACEOF
33367
 
@@ -36320,21 +34126,20 @@
 
33524
@@ -36521,21 +34317,20 @@
33368
33525
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33369
33526
   *) ac_try_echo=$ac_try;;
33370
33527
 esac
33389
33546
 sed 's/^/| /' conftest.$ac_ext >&5
33390
33547
 
33391
33548
        ac_cv_member_struct_sigevent_sigev_value_sival_ptr=no
33392
 
@@ -36345,9 +34150,9 @@
 
33549
@@ -36546,9 +34341,9 @@
33393
33550
 
33394
33551
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33395
33552
 fi
33402
33559
 
33403
33560
 cat >>confdefs.h <<_ACEOF
33404
33561
 #define HAVE_STRUCT_SIGEVENT_SIGEV_VALUE_SIVAL_PTR 1
33405
 
@@ -36355,10 +34160,10 @@
 
33562
@@ -36556,10 +34351,10 @@
33406
33563
 
33407
33564
 
33408
33565
 fi
33416
33573
 else
33417
33574
   cat >conftest.$ac_ext <<_ACEOF
33418
33575
 /* confdefs.h.  */
33419
 
@@ -36384,21 +34189,20 @@
 
33576
@@ -36585,21 +34380,20 @@
33420
33577
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33421
33578
   *) ac_try_echo=$ac_try;;
33422
33579
 esac
33441
33598
 sed 's/^/| /' conftest.$ac_ext >&5
33442
33599
 
33443
33600
        cat >conftest.$ac_ext <<_ACEOF
33444
 
@@ -36425,21 +34229,20 @@
 
33601
@@ -36626,21 +34420,20 @@
33445
33602
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33446
33603
   *) ac_try_echo=$ac_try;;
33447
33604
 esac
33466
33623
 sed 's/^/| /' conftest.$ac_ext >&5
33467
33624
 
33468
33625
        ac_cv_member_struct_sigevent_sigev_value_sigval_ptr=no
33469
 
@@ -36450,9 +34253,9 @@
 
33626
@@ -36651,9 +34444,9 @@
33470
33627
 
33471
33628
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33472
33629
 fi
33479
33636
 
33480
33637
 cat >>confdefs.h <<_ACEOF
33481
33638
 #define HAVE_STRUCT_SIGEVENT_SIGEV_VALUE_SIGVAL_PTR 1
33482
 
@@ -36463,10 +34266,10 @@
 
33639
@@ -36664,10 +34457,10 @@
33483
33640
 
33484
33641
 fi
33485
33642
 
33493
33650
 else
33494
33651
 
33495
33652
     cat >conftest.$ac_ext <<_ACEOF
33496
 
@@ -36506,21 +34309,20 @@
 
33653
@@ -36707,21 +34500,20 @@
33497
33654
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33498
33655
   *) ac_try_echo=$ac_try;;
33499
33656
 esac
33518
33675
 sed 's/^/| /' conftest.$ac_ext >&5
33519
33676
 
33520
33677
        samba_cv_struct_timespec=no
33521
 
@@ -36528,8 +34330,8 @@
 
33678
@@ -36729,8 +34521,8 @@
33522
33679
 
33523
33680
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33524
33681
 fi
33529
33686
 if test x"$samba_cv_struct_timespec" = x"yes"; then
33530
33687
 
33531
33688
 cat >>confdefs.h <<\_ACEOF
33532
 
@@ -36540,10 +34342,10 @@
 
33689
@@ -36741,10 +34533,10 @@
33533
33690
 
33534
33691
 # stupid headers have the functions but no declaration. grrrr.
33535
33692
 
33543
33700
 else
33544
33701
 
33545
33702
     cat >conftest.$ac_ext <<_ACEOF
33546
 
@@ -36567,21 +34369,20 @@
 
33703
@@ -36768,21 +34560,20 @@
33547
33704
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33548
33705
   *) ac_try_echo=$ac_try;;
33549
33706
 esac
33568
33725
 sed 's/^/| /' conftest.$ac_ext >&5
33569
33726
 
33570
33727
        ac_cv_have_errno_decl=no
33571
 
@@ -36589,8 +34390,8 @@
 
33728
@@ -36790,8 +34581,8 @@
33572
33729
 
33573
33730
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33574
33731
 fi
33579
33736
  if test x"$ac_cv_have_errno_decl" = x"yes"; then
33580
33737
 
33581
33738
 cat >>confdefs.h <<\_ACEOF
33582
 
@@ -36600,10 +34401,10 @@
 
33739
@@ -36801,10 +34592,10 @@
33583
33740
  fi
33584
33741
 
33585
33742
 
33593
33750
 else
33594
33751
 
33595
33752
     cat >conftest.$ac_ext <<_ACEOF
33596
 
@@ -36627,21 +34428,20 @@
 
33753
@@ -36828,21 +34619,20 @@
33597
33754
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33598
33755
   *) ac_try_echo=$ac_try;;
33599
33756
 esac
33618
33775
 sed 's/^/| /' conftest.$ac_ext >&5
33619
33776
 
33620
33777
        ac_cv_have_setresuid_decl=no
33621
 
@@ -36649,8 +34449,8 @@
 
33778
@@ -36850,8 +34640,8 @@
33622
33779
 
33623
33780
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33624
33781
 fi
33629
33786
  if test x"$ac_cv_have_setresuid_decl" = x"yes"; then
33630
33787
 
33631
33788
 cat >>confdefs.h <<\_ACEOF
33632
 
@@ -36660,10 +34460,10 @@
 
33789
@@ -36861,10 +34651,10 @@
33633
33790
  fi
33634
33791
 
33635
33792
 
33643
33800
 else
33644
33801
 
33645
33802
     cat >conftest.$ac_ext <<_ACEOF
33646
 
@@ -36687,21 +34487,20 @@
 
33803
@@ -36888,21 +34678,20 @@
33647
33804
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33648
33805
   *) ac_try_echo=$ac_try;;
33649
33806
 esac
33668
33825
 sed 's/^/| /' conftest.$ac_ext >&5
33669
33826
 
33670
33827
        ac_cv_have_setresgid_decl=no
33671
 
@@ -36709,8 +34508,8 @@
 
33828
@@ -36910,8 +34699,8 @@
33672
33829
 
33673
33830
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33674
33831
 fi
33679
33836
  if test x"$ac_cv_have_setresgid_decl" = x"yes"; then
33680
33837
 
33681
33838
 cat >>confdefs.h <<\_ACEOF
33682
 
@@ -36722,10 +34521,10 @@
 
33839
@@ -36923,10 +34712,10 @@
33683
33840
 
33684
33841
 # and glibc has setresuid under linux but the function does
33685
33842
 # nothing until kernel 2.1.44! very dumb.
33693
33850
 else
33694
33851
 
33695
33852
     if test "$cross_compiling" = yes; then
33696
 
@@ -36746,39 +34545,36 @@
 
33853
@@ -36947,39 +34736,36 @@
33697
33854
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33698
33855
   *) ac_try_echo=$ac_try;;
33699
33856
 esac
33741
33898
 if test x"$samba_cv_have_setresuid" = x"yes"; then
33742
33899
 
33743
33900
 cat >>confdefs.h <<\_ACEOF
33744
 
@@ -36789,10 +34585,10 @@
 
33901
@@ -36990,10 +34776,10 @@
33745
33902
 
33746
33903
 # Do the same check for setresguid...
33747
33904
 #
33755
33912
 else
33756
33913
 
33757
33914
     if test "$cross_compiling" = yes; then
33758
 
@@ -36814,39 +34610,36 @@
 
33915
@@ -37015,39 +34801,36 @@
33759
33916
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33760
33917
   *) ac_try_echo=$ac_try;;
33761
33918
 esac
33803
33960
 if test x"$samba_cv_have_setresgid" = x"yes"; then
33804
33961
 
33805
33962
 cat >>confdefs.h <<\_ACEOF
33806
 
@@ -36855,10 +34648,10 @@
 
33963
@@ -37056,10 +34839,10 @@
33807
33964
 
33808
33965
 fi
33809
33966
 
33817
33974
 else
33818
33975
   if test "$cross_compiling" = yes; then
33819
33976
   ac_cv_func_memcmp_working=no
33820
 
@@ -36908,39 +34701,36 @@
 
33977
@@ -37109,39 +34892,36 @@
33821
33978
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33822
33979
   *) ac_try_echo=$ac_try;;
33823
33980
 esac
33865
34022
 test $ac_cv_func_memcmp_working = no && case " $LIBOBJS " in
33866
34023
   *" memcmp.$ac_objext "* ) ;;
33867
34024
   *) LIBOBJS="$LIBOBJS memcmp.$ac_objext"
33868
 
@@ -36954,36 +34744,35 @@
 
34025
@@ -37155,36 +34935,35 @@
33869
34026
 test "${with_readline+set}" != "set" && with_readline=yes
33870
34027
 
33871
34028
 # test for where we get readline() from
33915
34072
 cat >conftest.$ac_ext <<_ACEOF
33916
34073
 /* confdefs.h.  */
33917
34074
 _ACEOF
33918
 
@@ -36999,33 +34788,32 @@
 
34075
@@ -37200,33 +34979,32 @@
33919
34076
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33920
34077
   *) ac_try_echo=$ac_try;;
33921
34078
 esac
33956
34113
 cat >conftest.$ac_ext <<_ACEOF
33957
34114
 /* confdefs.h.  */
33958
34115
 _ACEOF
33959
 
@@ -37039,52 +34827,51 @@
 
34116
@@ -37240,52 +35018,51 @@
33960
34117
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33961
34118
   *) ac_try_echo=$ac_try;;
33962
34119
 esac
34030
34187
     ( cat <<\_ASBOX
34031
34188
 ## ---------------------------------------- ##
34032
34189
 ## Report this to samba-technical@samba.org ##
34033
 
@@ -37093,24 +34880,21 @@
 
34190
@@ -37294,24 +35071,21 @@
34034
34191
      ) | sed "s/^/$as_me: WARNING:     /" >&2
34035
34192
     ;;
34036
34193
 esac
34063
34220
 _ACEOF
34064
34221
 
34065
34222
 fi
34066
 
@@ -37120,21 +34904,20 @@
 
34223
@@ -37321,21 +35095,20 @@
34067
34224
 
34068
34225
 for ac_header in readline/history.h
34069
34226
 do
34094
34251
 cat >conftest.$ac_ext <<_ACEOF
34095
34252
 /* confdefs.h.  */
34096
34253
 _ACEOF
34097
 
@@ -37150,33 +34933,32 @@
 
34254
@@ -37351,33 +35124,32 @@
34098
34255
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34099
34256
   *) ac_try_echo=$ac_try;;
34100
34257
 esac
34135
34292
 cat >conftest.$ac_ext <<_ACEOF
34136
34293
 /* confdefs.h.  */
34137
34294
 _ACEOF
34138
 
@@ -37190,52 +34972,51 @@
 
34295
@@ -37391,52 +35163,51 @@
34139
34296
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34140
34297
   *) ac_try_echo=$ac_try;;
34141
34298
 esac
34209
34366
     ( cat <<\_ASBOX
34210
34367
 ## ---------------------------------------- ##
34211
34368
 ## Report this to samba-technical@samba.org ##
34212
 
@@ -37244,24 +35025,21 @@
 
34369
@@ -37445,24 +35216,21 @@
34213
34370
      ) | sed "s/^/$as_me: WARNING:     /" >&2
34214
34371
     ;;
34215
34372
 esac
34242
34399
 _ACEOF
34243
34400
 
34244
34401
 fi
34245
 
@@ -37273,21 +35051,20 @@
 
34402
@@ -37474,21 +35242,20 @@
34246
34403
 
34247
34404
 for ac_header in readline.h readline/readline.h
34248
34405
 do
34273
34430
 cat >conftest.$ac_ext <<_ACEOF
34274
34431
 /* confdefs.h.  */
34275
34432
 _ACEOF
34276
 
@@ -37303,33 +35080,32 @@
 
34433
@@ -37504,33 +35271,32 @@
34277
34434
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34278
34435
   *) ac_try_echo=$ac_try;;
34279
34436
 esac
34314
34471
 cat >conftest.$ac_ext <<_ACEOF
34315
34472
 /* confdefs.h.  */
34316
34473
 _ACEOF
34317
 
@@ -37343,52 +35119,51 @@
 
34474
@@ -37544,52 +35310,51 @@
34318
34475
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34319
34476
   *) ac_try_echo=$ac_try;;
34320
34477
 esac
34388
34545
     ( cat <<\_ASBOX
34389
34546
 ## ---------------------------------------- ##
34390
34547
 ## Report this to samba-technical@samba.org ##
34391
 
@@ -37397,32 +35172,29 @@
 
34548
@@ -37598,32 +35363,29 @@
34392
34549
      ) | sed "s/^/$as_me: WARNING:     /" >&2
34393
34550
     ;;
34394
34551
 esac
34433
34590
 else
34434
34591
   ac_check_lib_save_LIBS=$LIBS
34435
34592
 LIBS="-l${termlib}  $LIBS"
34436
 
@@ -37454,49 +35226,42 @@
 
34593
@@ -37655,49 +35417,42 @@
34437
34594
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34438
34595
   *) ac_try_echo=$ac_try;;
34439
34596
 esac
34495
34652
 else
34496
34653
   ac_check_lib_save_LIBS=$LIBS
34497
34654
 LIBS="-lreadline $TERMLIBS $LIBS"
34498
 
@@ -37528,37 +35293,33 @@
 
34655
@@ -37729,37 +35484,33 @@
34499
34656
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34500
34657
   *) ac_try_echo=$ac_try;;
34501
34658
 esac
34541
34698
   TERMLIBS="-lreadline $TERMLIBS"
34542
34699
 
34543
34700
 cat >>confdefs.h <<\_ACEOF
34544
 
@@ -37576,12 +35337,12 @@
 
34701
@@ -37777,12 +35528,12 @@
34545
34702
 
34546
34703
     ;;
34547
34704
   no)
34558
34715
 
34559
34716
     # Needed for AC_CHECK_HEADERS and AC_CHECK_LIB to look at
34560
34717
     # alternate readline path
34561
 
@@ -37597,21 +35358,20 @@
 
34718
@@ -37798,21 +35549,20 @@
34562
34719
 
34563
34720
 for ac_header in readline.h history.h readline/readline.h
34564
34721
 do
34589
34746
 cat >conftest.$ac_ext <<_ACEOF
34590
34747
 /* confdefs.h.  */
34591
34748
 _ACEOF
34592
 
@@ -37627,33 +35387,32 @@
 
34749
@@ -37828,33 +35578,32 @@
34593
34750
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34594
34751
   *) ac_try_echo=$ac_try;;
34595
34752
 esac
34630
34787
 cat >conftest.$ac_ext <<_ACEOF
34631
34788
 /* confdefs.h.  */
34632
34789
 _ACEOF
34633
 
@@ -37667,52 +35426,51 @@
 
34790
@@ -37868,52 +35617,51 @@
34634
34791
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34635
34792
   *) ac_try_echo=$ac_try;;
34636
34793
 esac
34704
34861
     ( cat <<\_ASBOX
34705
34862
 ## ---------------------------------------- ##
34706
34863
 ## Report this to samba-technical@samba.org ##
34707
 
@@ -37721,24 +35479,21 @@
 
34864
@@ -37922,24 +35670,21 @@
34708
34865
      ) | sed "s/^/$as_me: WARNING:     /" >&2
34709
34866
     ;;
34710
34867
 esac
34737
34894
 _ACEOF
34738
34895
 
34739
34896
 fi
34740
 
@@ -37748,21 +35503,20 @@
 
34897
@@ -37949,21 +35694,20 @@
34741
34898
 
34742
34899
 for ac_header in readline/history.h
34743
34900
 do
34768
34925
 cat >conftest.$ac_ext <<_ACEOF
34769
34926
 /* confdefs.h.  */
34770
34927
 _ACEOF
34771
 
@@ -37778,33 +35532,32 @@
 
34928
@@ -37979,33 +35723,32 @@
34772
34929
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34773
34930
   *) ac_try_echo=$ac_try;;
34774
34931
 esac
34809
34966
 cat >conftest.$ac_ext <<_ACEOF
34810
34967
 /* confdefs.h.  */
34811
34968
 _ACEOF
34812
 
@@ -37818,52 +35571,51 @@
 
34969
@@ -38019,52 +35762,51 @@
34813
34970
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34814
34971
   *) ac_try_echo=$ac_try;;
34815
34972
 esac
34883
35040
     ( cat <<\_ASBOX
34884
35041
 ## ---------------------------------------- ##
34885
35042
 ## Report this to samba-technical@samba.org ##
34886
 
@@ -37872,24 +35624,21 @@
 
35043
@@ -38073,24 +35815,21 @@
34887
35044
      ) | sed "s/^/$as_me: WARNING:     /" >&2
34888
35045
     ;;
34889
35046
 esac
34916
35073
 _ACEOF
34917
35074
 
34918
35075
 fi
34919
 
@@ -37901,21 +35650,20 @@
 
35076
@@ -38102,21 +35841,20 @@
34920
35077
 
34921
35078
 for ac_header in readline.h readline/readline.h
34922
35079
 do
34947
35104
 cat >conftest.$ac_ext <<_ACEOF
34948
35105
 /* confdefs.h.  */
34949
35106
 _ACEOF
34950
 
@@ -37931,33 +35679,32 @@
 
35107
@@ -38132,33 +35870,32 @@
34951
35108
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34952
35109
   *) ac_try_echo=$ac_try;;
34953
35110
 esac
34988
35145
 cat >conftest.$ac_ext <<_ACEOF
34989
35146
 /* confdefs.h.  */
34990
35147
 _ACEOF
34991
 
@@ -37971,52 +35718,51 @@
 
35148
@@ -38172,52 +35909,51 @@
34992
35149
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34993
35150
   *) ac_try_echo=$ac_try;;
34994
35151
 esac
35062
35219
     ( cat <<\_ASBOX
35063
35220
 ## ---------------------------------------- ##
35064
35221
 ## Report this to samba-technical@samba.org ##
35065
 
@@ -38025,32 +35771,29 @@
 
35222
@@ -38226,32 +35962,29 @@
35066
35223
      ) | sed "s/^/$as_me: WARNING:     /" >&2
35067
35224
     ;;
35068
35225
 esac
35107
35264
 else
35108
35265
   ac_check_lib_save_LIBS=$LIBS
35109
35266
 LIBS="-l${termlib}  $LIBS"
35110
 
@@ -38082,49 +35825,42 @@
 
35267
@@ -38283,49 +36016,42 @@
35111
35268
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35112
35269
   *) ac_try_echo=$ac_try;;
35113
35270
 esac
35169
35326
 else
35170
35327
   ac_check_lib_save_LIBS=$LIBS
35171
35328
 LIBS="-lreadline $TERMLIBS $LIBS"
35172
 
@@ -38156,37 +35892,33 @@
 
35329
@@ -38357,37 +36083,33 @@
35173
35330
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35174
35331
   *) ac_try_echo=$ac_try;;
35175
35332
 esac
35215
35372
   TERMLDFLAGS="-L$with_readline/lib"
35216
35373
        TERMCPPFLAGS="-I$with_readline/include"
35217
35374
        CPPFLAGS="-I$with_readline/include $CPPFLAGS"
35218
 
@@ -38210,8 +35942,8 @@
 
35375
@@ -38411,8 +36133,8 @@
35219
35376
     ;;
35220
35377
   esac
35221
35378
 else
35226
35383
 
35227
35384
 fi
35228
35385
 
35229
 
@@ -38221,10 +35953,10 @@
 
35386
@@ -38422,10 +36144,10 @@
35230
35387
 # The readline API changed slightly from readline3 to readline4, so
35231
35388
 # code will generate warnings on one of them unless we have a few
35232
35389
 # special cases.
35240
35397
 else
35241
35398
   ac_check_lib_save_LIBS=$LIBS
35242
35399
 LIBS="-lreadline $TERMLIBS $LIBS"
35243
 
@@ -38256,37 +35988,33 @@
 
35400
@@ -38457,37 +36179,33 @@
35244
35401
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35245
35402
   *) ac_try_echo=$ac_try;;
35246
35403
 esac
35286
35443
 
35287
35444
 cat >>confdefs.h <<\_ACEOF
35288
35445
 #define HAVE_NEW_LIBREADLINE 1
35289
 
@@ -38296,10 +36024,10 @@
 
35446
@@ -38497,10 +36215,10 @@
35290
35447
 
35291
35448
 
35292
35449
 # not all readline libs have rl_event_hook or history_list
35300
35457
 else
35301
35458
   cat >conftest.$ac_ext <<_ACEOF
35302
35459
 /* confdefs.h.  */
35303
 
@@ -38326,21 +36054,20 @@
 
35460
@@ -38527,21 +36245,20 @@
35304
35461
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35305
35462
   *) ac_try_echo=$ac_try;;
35306
35463
 esac
35325
35482
 sed 's/^/| /' conftest.$ac_ext >&5
35326
35483
 
35327
35484
        ac_cv_have_decl_rl_event_hook=no
35328
 
@@ -38348,9 +36075,9 @@
 
35485
@@ -38549,9 +36266,9 @@
35329
35486
 
35330
35487
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35331
35488
 fi
35338
35495
 
35339
35496
 cat >>confdefs.h <<_ACEOF
35340
35497
 #define HAVE_DECL_RL_EVENT_HOOK 1
35341
 
@@ -38366,10 +36093,10 @@
 
35498
@@ -38567,10 +36284,10 @@
35342
35499
 fi
35343
35500
 
35344
35501
 
35352
35509
 else
35353
35510
   ac_check_lib_save_LIBS=$LIBS
35354
35511
 LIBS="-lreadline $TERMLIBS $LIBS"
35355
 
@@ -38401,37 +36128,33 @@
 
35512
@@ -38602,37 +36319,33 @@
35356
35513
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35357
35514
   *) ac_try_echo=$ac_try;;
35358
35515
 esac
35398
35555
 
35399
35556
 cat >>confdefs.h <<\_ACEOF
35400
35557
 #define HAVE_HISTORY_LIST 1
35401
 
@@ -38442,10 +36165,10 @@
 
35558
@@ -38643,10 +36356,10 @@
35402
35559
 
35403
35560
 ###############################################
35404
35561
 # test for where we get yp_get_default_domain() from
35412
35569
 else
35413
35570
   ac_func_search_save_LIBS=$LIBS
35414
35571
 cat >conftest.$ac_ext <<_ACEOF
35415
 
@@ -38483,30 +36206,26 @@
 
35572
@@ -38684,30 +36397,26 @@
35416
35573
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35417
35574
   *) ac_try_echo=$ac_try;;
35418
35575
 esac
35448
35605
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35449
35606
       conftest$ac_exeext
35450
35607
   if test "${ac_cv_search_yp_get_default_domain+set}" = set; then
35451
 
@@ -38521,8 +36240,8 @@
 
35608
@@ -38722,8 +36431,8 @@
35452
35609
 rm conftest.$ac_ext
35453
35610
 LIBS=$ac_func_search_save_LIBS
35454
35611
 fi
35459
35616
 ac_res=$ac_cv_search_yp_get_default_domain
35460
35617
 if test "$ac_res" != no; then
35461
35618
   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
35462
 
@@ -38532,11 +36251,11 @@
 
35619
@@ -38733,11 +36442,11 @@
35463
35620
 
35464
35621
 for ac_func in yp_get_default_domain
35465
35622
 do
35475
35632
 else
35476
35633
   cat >conftest.$ac_ext <<_ACEOF
35477
35634
 /* confdefs.h.  */
35478
 
@@ -38589,42 +36308,35 @@
 
35635
@@ -38790,42 +36499,35 @@
35479
35636
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35480
35637
   *) ac_try_echo=$ac_try;;
35481
35638
 esac
35528
35685
 _ACEOF
35529
35686
 
35530
35687
 fi
35531
 
@@ -38635,11 +36347,11 @@
 
35688
@@ -38836,11 +36538,11 @@
35532
35689
 
35533
35690
 for ac_func in execl
35534
35691
 do
35544
35701
 else
35545
35702
   cat >conftest.$ac_ext <<_ACEOF
35546
35703
 /* confdefs.h.  */
35547
 
@@ -38692,42 +36404,35 @@
 
35704
@@ -38893,42 +36595,35 @@
35548
35705
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35549
35706
   *) ac_try_echo=$ac_try;;
35550
35707
 esac
35597
35754
 _ACEOF
35598
35755
 
35599
35756
 fi
35600
 
@@ -38754,11 +36459,11 @@
 
35757
@@ -38955,11 +36650,11 @@
35601
35758
 
35602
35759
 for ac_func in waitpid getcwd strdup strndup strnlen strerror chown fchown lchown chmod fchmod chroot link mknod mknod64
35603
35760
 do
35613
35770
 else
35614
35771
   cat >conftest.$ac_ext <<_ACEOF
35615
35772
 /* confdefs.h.  */
35616
 
@@ -38811,42 +36516,35 @@
 
35773
@@ -39012,42 +36707,35 @@
35617
35774
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35618
35775
   *) ac_try_echo=$ac_try;;
35619
35776
 esac
35666
35823
 _ACEOF
35667
35824
 
35668
35825
 fi
35669
 
@@ -38860,11 +36558,11 @@
 
35826
@@ -39061,11 +36749,11 @@
35670
35827
 
35671
35828
 for ac_func in strtol strtoll strtoul strtoull strtouq __strtoull
35672
35829
 do
35682
35839
 else
35683
35840
   cat >conftest.$ac_ext <<_ACEOF
35684
35841
 /* confdefs.h.  */
35685
 
@@ -38917,42 +36615,35 @@
 
35842
@@ -39118,42 +36806,35 @@
35686
35843
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35687
35844
   *) ac_try_echo=$ac_try;;
35688
35845
 esac
35735
35892
 _ACEOF
35736
35893
 
35737
35894
 fi
35738
 
@@ -38965,11 +36656,11 @@
 
35895
@@ -39166,11 +36847,11 @@
35739
35896
 
35740
35897
 for ac_func in fstat strchr utime utimes chflags
35741
35898
 do
35751
35908
 else
35752
35909
   cat >conftest.$ac_ext <<_ACEOF
35753
35910
 /* confdefs.h.  */
35754
 
@@ -39022,42 +36713,35 @@
 
35911
@@ -39223,42 +36904,35 @@
35755
35912
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35756
35913
   *) ac_try_echo=$ac_try;;
35757
35914
 esac
35804
35961
 _ACEOF
35805
35962
 
35806
35963
 fi
35807
 
@@ -39072,11 +36756,11 @@
 
35964
@@ -39273,11 +36947,11 @@
35808
35965
 
35809
35966
 for ac_func in getrlimit fsync fdatasync memset strlcpy strlcat setpgid
35810
35967
 do
35820
35977
 else
35821
35978
   cat >conftest.$ac_ext <<_ACEOF
35822
35979
 /* confdefs.h.  */
35823
 
@@ -39129,42 +36813,35 @@
 
35980
@@ -39330,42 +37004,35 @@
35824
35981
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35825
35982
   *) ac_try_echo=$ac_try;;
35826
35983
 esac
35873
36030
 _ACEOF
35874
36031
 
35875
36032
 fi
35876
 
@@ -39179,11 +36856,11 @@
 
36033
@@ -39380,11 +37047,11 @@
35877
36034
 
35878
36035
 for ac_func in memmove setsid glob strpbrk pipe crypt16 getauthuid
35879
36036
 do
35889
36046
 else
35890
36047
   cat >conftest.$ac_ext <<_ACEOF
35891
36048
 /* confdefs.h.  */
35892
 
@@ -39236,42 +36913,35 @@
 
36049
@@ -39437,42 +37104,35 @@
35893
36050
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35894
36051
   *) ac_try_echo=$ac_try;;
35895
36052
 esac
35942
36099
 _ACEOF
35943
36100
 
35944
36101
 fi
35945
 
@@ -39288,11 +36958,11 @@
 
36102
@@ -39489,11 +37149,11 @@
35946
36103
 
35947
36104
 for ac_func in strftime sigprocmask sigblock sigaction sigset innetgr setnetgrent getnetgrent endnetgrent
35948
36105
 do
35958
36115
 else
35959
36116
   cat >conftest.$ac_ext <<_ACEOF
35960
36117
 /* confdefs.h.  */
35961
 
@@ -39345,42 +37015,35 @@
 
36118
@@ -39546,42 +37206,35 @@
35962
36119
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35963
36120
   *) ac_try_echo=$ac_try;;
35964
36121
 esac
36011
36168
 _ACEOF
36012
36169
 
36013
36170
 fi
36014
 
@@ -39396,11 +37059,11 @@
 
36171
@@ -39597,11 +37250,11 @@
36015
36172
 
36016
36173
 for ac_func in initgroups select poll rdchk getgrnam getgrent pathconf realpath
36017
36174
 do
36027
36184
 else
36028
36185
   cat >conftest.$ac_ext <<_ACEOF
36029
36186
 /* confdefs.h.  */
36030
 
@@ -39453,42 +37116,35 @@
 
36187
@@ -39654,42 +37307,35 @@
36031
36188
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36032
36189
   *) ac_try_echo=$ac_try;;
36033
36190
 esac
36080
36237
 _ACEOF
36081
36238
 
36082
36239
 fi
36083
 
@@ -39507,11 +37163,11 @@
 
36240
@@ -39708,11 +37354,11 @@
36084
36241
 
36085
36242
 for ac_func in setpriv setgidx setuidx setgroups sysconf mktime rename ftruncate chsize stat64 fstat64
36086
36243
 do
36096
36253
 else
36097
36254
   cat >conftest.$ac_ext <<_ACEOF
36098
36255
 /* confdefs.h.  */
36099
 
@@ -39564,42 +37220,35 @@
 
36256
@@ -39765,42 +37411,35 @@
36100
36257
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36101
36258
   *) ac_try_echo=$ac_try;;
36102
36259
 esac
36149
36306
 _ACEOF
36150
36307
 
36151
36308
 fi
36152
 
@@ -39614,11 +37263,11 @@
 
36309
@@ -39815,11 +37454,11 @@
36153
36310
 
36154
36311
 for ac_func in lstat64 fopen64 atexit grantpt dup2 lseek64 ftruncate64
36155
36312
 do
36165
36322
 else
36166
36323
   cat >conftest.$ac_ext <<_ACEOF
36167
36324
 /* confdefs.h.  */
36168
 
@@ -39671,42 +37320,35 @@
 
36325
@@ -39872,42 +37511,35 @@
36169
36326
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36170
36327
   *) ac_try_echo=$ac_try;;
36171
36328
 esac
36218
36375
 _ACEOF
36219
36376
 
36220
36377
 fi
36221
 
@@ -39721,11 +37363,11 @@
 
36378
@@ -39922,11 +37554,11 @@
36222
36379
 
36223
36380
 for ac_func in fseek64 fseeko64 ftell64 ftello64 setluid getpwanam setlinebuf
36224
36381
 do
36234
36391
 else
36235
36392
   cat >conftest.$ac_ext <<_ACEOF
36236
36393
 /* confdefs.h.  */
36237
 
@@ -39778,42 +37420,35 @@
 
36394
@@ -39979,42 +37611,35 @@
36238
36395
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36239
36396
   *) ac_try_echo=$ac_try;;
36240
36397
 esac
36287
36444
 _ACEOF
36288
36445
 
36289
36446
 fi
36290
 
@@ -39827,11 +37462,11 @@
 
36447
@@ -40028,11 +37653,11 @@
36291
36448
 
36292
36449
 for ac_func in opendir64 readdir64 seekdir64 telldir64 rewinddir64 closedir64
36293
36450
 do
36303
36460
 else
36304
36461
   cat >conftest.$ac_ext <<_ACEOF
36305
36462
 /* confdefs.h.  */
36306
 
@@ -39884,42 +37519,35 @@
 
36463
@@ -40085,42 +37710,35 @@
36307
36464
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36308
36465
   *) ac_try_echo=$ac_try;;
36309
36466
 esac
36356
36513
 _ACEOF
36357
36514
 
36358
36515
 fi
36359
 
@@ -39928,11 +37556,11 @@
 
36516
@@ -40129,11 +37747,11 @@
36360
36517
 
36361
36518
 for ac_func in getpwent_r
36362
36519
 do
36372
36529
 else
36373
36530
   cat >conftest.$ac_ext <<_ACEOF
36374
36531
 /* confdefs.h.  */
36375
 
@@ -39985,42 +37613,35 @@
 
36532
@@ -40186,42 +37804,35 @@
36376
36533
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36377
36534
   *) ac_try_echo=$ac_try;;
36378
36535
 esac
36425
36582
 _ACEOF
36426
36583
 
36427
36584
 fi
36428
 
@@ -40030,11 +37651,11 @@
 
36585
@@ -40231,11 +37842,11 @@
36429
36586
 
36430
36587
 for ac_func in getdents getdents64
36431
36588
 do
36441
36598
 else
36442
36599
   cat >conftest.$ac_ext <<_ACEOF
36443
36600
 /* confdefs.h.  */
36444
 
@@ -40087,42 +37708,35 @@
 
36601
@@ -40288,42 +37899,35 @@
36445
36602
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36446
36603
   *) ac_try_echo=$ac_try;;
36447
36604
 esac
36494
36651
 _ACEOF
36495
36652
 
36496
36653
 fi
36497
 
@@ -40141,11 +37755,11 @@
 
36654
@@ -40342,11 +37946,11 @@
36498
36655
 
36499
36656
 for ac_func in srandom random srand rand setenv usleep strcasecmp fcvt fcvtl symlink readlink
36500
36657
 do
36510
36667
 else
36511
36668
   cat >conftest.$ac_ext <<_ACEOF
36512
36669
 /* confdefs.h.  */
36513
 
@@ -40198,42 +37812,35 @@
 
36670
@@ -40399,42 +38003,35 @@
36514
36671
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36515
36672
   *) ac_try_echo=$ac_try;;
36516
36673
 esac
36563
36720
 _ACEOF
36564
36721
 
36565
36722
 fi
36566
 
@@ -40244,11 +37851,11 @@
 
36723
@@ -40445,11 +38042,11 @@
36567
36724
 
36568
36725
 for ac_func in syslog vsyslog timegm
36569
36726
 do
36579
36736
 else
36580
36737
   cat >conftest.$ac_ext <<_ACEOF
36581
36738
 /* confdefs.h.  */
36582
 
@@ -40301,42 +37908,35 @@
 
36739
@@ -40502,42 +38099,35 @@
36583
36740
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36584
36741
   *) ac_try_echo=$ac_try;;
36585
36742
 esac
36632
36789
 _ACEOF
36633
36790
 
36634
36791
 fi
36635
 
@@ -40346,11 +37946,11 @@
 
36792
@@ -40547,11 +38137,11 @@
36636
36793
 
36637
36794
 for ac_func in setlocale nl_langinfo
36638
36795
 do
36648
36805
 else
36649
36806
   cat >conftest.$ac_ext <<_ACEOF
36650
36807
 /* confdefs.h.  */
36651
 
@@ -40403,42 +38003,35 @@
 
36808
@@ -40604,42 +38194,35 @@
36652
36809
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36653
36810
   *) ac_try_echo=$ac_try;;
36654
36811
 esac
36701
36858
 _ACEOF
36702
36859
 
36703
36860
 fi
36704
 
@@ -40447,11 +38040,11 @@
 
36861
@@ -40648,11 +38231,11 @@
36705
36862
 
36706
36863
 for ac_func in nanosleep
36707
36864
 do
36717
36874
 else
36718
36875
   cat >conftest.$ac_ext <<_ACEOF
36719
36876
 /* confdefs.h.  */
36720
 
@@ -40504,42 +38097,35 @@
 
36877
@@ -40705,42 +38288,35 @@
36721
36878
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36722
36879
   *) ac_try_echo=$ac_try;;
36723
36880
 esac
36770
36927
 _ACEOF
36771
36928
 
36772
36929
 fi
36773
 
@@ -40551,11 +38137,11 @@
 
36930
@@ -40752,11 +38328,11 @@
36774
36931
 
36775
36932
 for ac_func in mlock munlock mlockall munlockall
36776
36933
 do
36786
36943
 else
36787
36944
   cat >conftest.$ac_ext <<_ACEOF
36788
36945
 /* confdefs.h.  */
36789
 
@@ -40608,42 +38194,35 @@
 
36946
@@ -40809,42 +38385,35 @@
36790
36947
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36791
36948
   *) ac_try_echo=$ac_try;;
36792
36949
 esac
36839
36996
 _ACEOF
36840
36997
 
36841
36998
 fi
36842
 
@@ -40654,11 +38233,11 @@
 
36999
@@ -40855,11 +38424,11 @@
36843
37000
 
36844
37001
 for ac_func in memalign posix_memalign hstrerror
36845
37002
 do
36855
37012
 else
36856
37013
   cat >conftest.$ac_ext <<_ACEOF
36857
37014
 /* confdefs.h.  */
36858
 
@@ -40711,42 +38290,35 @@
 
37015
@@ -40912,42 +38481,35 @@
36859
37016
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36860
37017
   *) ac_try_echo=$ac_try;;
36861
37018
 esac
36908
37065
 _ACEOF
36909
37066
 
36910
37067
 fi
36911
 
@@ -40755,21 +38327,20 @@
 
37068
@@ -40956,21 +38518,20 @@
36912
37069
 
36913
37070
 for ac_header in sys/mman.h
36914
37071
 do
36939
37096
 cat >conftest.$ac_ext <<_ACEOF
36940
37097
 /* confdefs.h.  */
36941
37098
 _ACEOF
36942
 
@@ -40785,33 +38356,32 @@
 
37099
@@ -40986,33 +38547,32 @@
36943
37100
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36944
37101
   *) ac_try_echo=$ac_try;;
36945
37102
 esac
36980
37137
 cat >conftest.$ac_ext <<_ACEOF
36981
37138
 /* confdefs.h.  */
36982
37139
 _ACEOF
36983
 
@@ -40825,52 +38395,51 @@
 
37140
@@ -41026,52 +38586,51 @@
36984
37141
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36985
37142
   *) ac_try_echo=$ac_try;;
36986
37143
 esac
37054
37211
     ( cat <<\_ASBOX
37055
37212
 ## ---------------------------------------- ##
37056
37213
 ## Report this to samba-technical@samba.org ##
37057
 
@@ -40879,24 +38448,21 @@
 
37214
@@ -41080,24 +38639,21 @@
37058
37215
      ) | sed "s/^/$as_me: WARNING:     /" >&2
37059
37216
     ;;
37060
37217
 esac
37087
37244
 _ACEOF
37088
37245
 
37089
37246
 fi
37090
 
@@ -40909,11 +38475,11 @@
 
37247
@@ -41110,11 +38666,11 @@
37091
37248
 
37092
37249
 for ac_func in setbuffer shmget shm_open
37093
37250
 do
37103
37260
 else
37104
37261
   cat >conftest.$ac_ext <<_ACEOF
37105
37262
 /* confdefs.h.  */
37106
 
@@ -40966,42 +38532,35 @@
 
37263
@@ -41167,42 +38723,35 @@
37107
37264
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37108
37265
   *) ac_try_echo=$ac_try;;
37109
37266
 esac
37156
37313
 _ACEOF
37157
37314
 
37158
37315
 fi
37159
 
@@ -41011,11 +38570,11 @@
 
37316
@@ -41212,11 +38761,11 @@
37160
37317
 
37161
37318
 for ac_func in gettext dgettext
37162
37319
 do
37172
37329
 else
37173
37330
   cat >conftest.$ac_ext <<_ACEOF
37174
37331
 /* confdefs.h.  */
37175
 
@@ -41068,42 +38627,35 @@
 
37332
@@ -41269,42 +38818,35 @@
37176
37333
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37177
37334
   *) ac_try_echo=$ac_try;;
37178
37335
 esac
37225
37382
 _ACEOF
37226
37383
 
37227
37384
 fi
37228
 
@@ -41116,21 +38668,20 @@
 
37385
@@ -41317,21 +38859,20 @@
37229
37386
 
37230
37387
 for ac_header in execinfo.h libexc.h libunwind.h
37231
37388
 do
37256
37413
 cat >conftest.$ac_ext <<_ACEOF
37257
37414
 /* confdefs.h.  */
37258
37415
 _ACEOF
37259
 
@@ -41146,33 +38697,32 @@
 
37416
@@ -41347,33 +38888,32 @@
37260
37417
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37261
37418
   *) ac_try_echo=$ac_try;;
37262
37419
 esac
37297
37454
 cat >conftest.$ac_ext <<_ACEOF
37298
37455
 /* confdefs.h.  */
37299
37456
 _ACEOF
37300
 
@@ -41186,52 +38736,51 @@
 
37457
@@ -41387,52 +38927,51 @@
37301
37458
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37302
37459
   *) ac_try_echo=$ac_try;;
37303
37460
 esac
37371
37528
     ( cat <<\_ASBOX
37372
37529
 ## ---------------------------------------- ##
37373
37530
 ## Report this to samba-technical@samba.org ##
37374
 
@@ -41240,24 +38789,21 @@
 
37531
@@ -41441,24 +38980,21 @@
37375
37532
      ) | sed "s/^/$as_me: WARNING:     /" >&2
37376
37533
     ;;
37377
37534
 esac
37404
37561
 _ACEOF
37405
37562
 
37406
37563
 fi
37407
 
@@ -41265,10 +38811,10 @@
 
37564
@@ -41466,10 +39002,10 @@
37408
37565
 done
37409
37566
 
37410
37567
 # libexecinfo provides backtrace_symbols on FreeBSD
37418
37575
 else
37419
37576
   ac_func_search_save_LIBS=$LIBS
37420
37577
 cat >conftest.$ac_ext <<_ACEOF
37421
 
@@ -41306,30 +38852,26 @@
 
37578
@@ -41507,30 +39043,26 @@
37422
37579
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37423
37580
   *) ac_try_echo=$ac_try;;
37424
37581
 esac
37454
37611
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37455
37612
       conftest$ac_exeext
37456
37613
   if test "${ac_cv_search_backtrace_symbols+set}" = set; then
37457
 
@@ -41344,8 +38886,8 @@
 
37614
@@ -41545,8 +39077,8 @@
37458
37615
 rm conftest.$ac_ext
37459
37616
 LIBS=$ac_func_search_save_LIBS
37460
37617
 fi
37465
37622
 ac_res=$ac_cv_search_backtrace_symbols
37466
37623
 if test "$ac_res" != no; then
37467
37624
   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
37468
 
@@ -41355,11 +38897,11 @@
 
37625
@@ -41556,11 +39088,11 @@
37469
37626
 
37470
37627
 for ac_func in backtrace_symbols
37471
37628
 do
37481
37638
 else
37482
37639
   cat >conftest.$ac_ext <<_ACEOF
37483
37640
 /* confdefs.h.  */
37484
 
@@ -41412,52 +38954,45 @@
 
37641
@@ -41613,52 +39145,45 @@
37485
37642
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37486
37643
   *) ac_try_echo=$ac_try;;
37487
37644
 esac
37547
37704
 else
37548
37705
   ac_check_lib_save_LIBS=$LIBS
37549
37706
 LIBS="-lexc  $LIBS"
37550
 
@@ -41489,37 +39024,33 @@
 
37707
@@ -41690,37 +39215,33 @@
37551
37708
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37552
37709
   *) ac_try_echo=$ac_try;;
37553
37710
 esac
37593
37750
   cat >>confdefs.h <<_ACEOF
37594
37751
 #define HAVE_LIBEXC 1
37595
37752
 _ACEOF
37596
 
@@ -41553,30 +39084,26 @@
37597
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37598
 
   *) ac_try_echo=$ac_try;;
37599
 
 esac
37600
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
37601
 
-$as_echo "$ac_try_echo") >&5
37602
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37603
 
   (eval "$ac_link") 2>conftest.er1
37604
 
   ac_status=$?
37605
 
   grep -v '^ *+' conftest.er1 >conftest.err
37606
 
   rm -f conftest.er1
37607
 
   cat conftest.err >&5
37608
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37609
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
37610
 
   (exit $ac_status); } && {
37611
 
         test -z "$ac_c_werror_flag" ||
37612
 
         test ! -s conftest.err
37613
 
-       } && test -s conftest$ac_exeext && {
37614
 
-        test "$cross_compiling" = yes ||
37615
 
-        $as_test_x conftest$ac_exeext
37616
 
-       }; then
37617
 
+       } && test -s conftest$ac_exeext &&
37618
 
+       $as_test_x conftest$ac_exeext; then
37619
 
   samba_cv_HAVE_GPFS=yes
37620
 
 else
37621
 
-  $as_echo "$as_me: failed program was:" >&5
37622
 
+  echo "$as_me: failed program was:" >&5
37623
 
 sed 's/^/| /' conftest.$ac_ext >&5
37624
 
 
37625
 
        samba_cv_HAVE_GPFS=no
37626
 
 fi
37627
 
 
37628
 
-rm -rf conftest.dSYM
37629
 
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37630
 
       conftest$ac_exeext conftest.$ac_ext
37631
 
 echo $samba_cv_HAVE_GPFS
37632
 
@@ -41614,30 +39141,26 @@
37633
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37634
 
   *) ac_try_echo=$ac_try;;
37635
 
 esac
37636
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
37637
 
-$as_echo "$ac_try_echo") >&5
37638
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37639
 
   (eval "$ac_link") 2>conftest.er1
37640
 
   ac_status=$?
37641
 
   grep -v '^ *+' conftest.er1 >conftest.err
37642
 
   rm -f conftest.er1
37643
 
   cat conftest.err >&5
37644
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37645
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
37646
 
   (exit $ac_status); } && {
37647
 
         test -z "$ac_c_werror_flag" ||
37648
 
         test ! -s conftest.err
37649
 
-       } && test -s conftest$ac_exeext && {
37650
 
-        test "$cross_compiling" = yes ||
37651
 
-        $as_test_x conftest$ac_exeext
37652
 
-       }; then
37653
 
+       } && test -s conftest$ac_exeext &&
37654
 
+       $as_test_x conftest$ac_exeext; then
37655
 
   samba_cv_HAVE_GPFS=yes
37656
 
 else
37657
 
-  $as_echo "$as_me: failed program was:" >&5
37658
 
+  echo "$as_me: failed program was:" >&5
37659
 
 sed 's/^/| /' conftest.$ac_ext >&5
37660
 
 
37661
 
        samba_cv_HAVE_GPFS=no
37662
 
 fi
37663
 
 
37664
 
-rm -rf conftest.dSYM
37665
 
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37666
 
       conftest$ac_exeext conftest.$ac_ext
37667
 
 echo $samba_cv_HAVE_GPFS
37668
 
@@ -41654,8 +39177,8 @@
 
37753
@@ -41754,30 +39275,26 @@
 
37754
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
37755
   *) ac_try_echo=$ac_try;;
 
37756
 esac
 
37757
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
37758
-$as_echo "$ac_try_echo") >&5
 
37759
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
37760
   (eval "$ac_link") 2>conftest.er1
 
37761
   ac_status=$?
 
37762
   grep -v '^ *+' conftest.er1 >conftest.err
 
37763
   rm -f conftest.er1
 
37764
   cat conftest.err >&5
 
37765
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
37766
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
37767
   (exit $ac_status); } && {
 
37768
         test -z "$ac_c_werror_flag" ||
 
37769
         test ! -s conftest.err
 
37770
-       } && test -s conftest$ac_exeext && {
 
37771
-        test "$cross_compiling" = yes ||
 
37772
-        $as_test_x conftest$ac_exeext
 
37773
-       }; then
 
37774
+       } && test -s conftest$ac_exeext &&
 
37775
+       $as_test_x conftest$ac_exeext; then
 
37776
   samba_cv_HAVE_GPFS=yes
 
37777
 else
 
37778
-  $as_echo "$as_me: failed program was:" >&5
 
37779
+  echo "$as_me: failed program was:" >&5
 
37780
 sed 's/^/| /' conftest.$ac_ext >&5
 
37781
 
 
37782
        samba_cv_HAVE_GPFS=no
 
37783
 fi
 
37784
 
 
37785
-rm -rf conftest.dSYM
 
37786
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
37787
       conftest$ac_exeext conftest.$ac_ext
 
37788
 echo $samba_cv_HAVE_GPFS
 
37789
@@ -41815,30 +39332,26 @@
 
37790
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
37791
   *) ac_try_echo=$ac_try;;
 
37792
 esac
 
37793
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
37794
-$as_echo "$ac_try_echo") >&5
 
37795
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
37796
   (eval "$ac_link") 2>conftest.er1
 
37797
   ac_status=$?
 
37798
   grep -v '^ *+' conftest.er1 >conftest.err
 
37799
   rm -f conftest.er1
 
37800
   cat conftest.err >&5
 
37801
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
37802
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
37803
   (exit $ac_status); } && {
 
37804
         test -z "$ac_c_werror_flag" ||
 
37805
         test ! -s conftest.err
 
37806
-       } && test -s conftest$ac_exeext && {
 
37807
-        test "$cross_compiling" = yes ||
 
37808
-        $as_test_x conftest$ac_exeext
 
37809
-       }; then
 
37810
+       } && test -s conftest$ac_exeext &&
 
37811
+       $as_test_x conftest$ac_exeext; then
 
37812
   samba_cv_HAVE_GPFS=yes
 
37813
 else
 
37814
-  $as_echo "$as_me: failed program was:" >&5
 
37815
+  echo "$as_me: failed program was:" >&5
 
37816
 sed 's/^/| /' conftest.$ac_ext >&5
 
37817
 
 
37818
        samba_cv_HAVE_GPFS=no
 
37819
 fi
 
37820
 
 
37821
-rm -rf conftest.dSYM
 
37822
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
37823
       conftest$ac_exeext conftest.$ac_ext
 
37824
 echo $samba_cv_HAVE_GPFS
 
37825
@@ -41855,8 +39368,8 @@
37669
37826
 # Note that all the libunwind symbols in the API are defined to internal
37670
37827
 # platform-specific version, so we must include libunwind.h before checking
37671
37828
 # any of them.
37676
37833
 save_LIBS=$LIBS
37677
37834
 
37678
37835
 UNWIND_ARCH="unknown"
37679
 
@@ -41714,24 +39237,21 @@
 
37836
@@ -41915,24 +39428,21 @@
37680
37837
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37681
37838
   *) ac_try_echo=$ac_try;;
37682
37839
 esac
37707
37864
 
37708
37865
 cat >>confdefs.h <<\_ACEOF
37709
37866
 #define HAVE_LIBUNWIND 1
37710
 
@@ -41744,21 +39264,20 @@
 
37867
@@ -41945,21 +39455,20 @@
37711
37868
 
37712
37869
 for ac_header in libunwind-ptrace.h
37713
37870
 do
37738
37895
 cat >conftest.$ac_ext <<_ACEOF
37739
37896
 /* confdefs.h.  */
37740
37897
 _ACEOF
37741
 
@@ -41774,33 +39293,32 @@
 
37898
@@ -41975,33 +39484,32 @@
37742
37899
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37743
37900
   *) ac_try_echo=$ac_try;;
37744
37901
 esac
37779
37936
 cat >conftest.$ac_ext <<_ACEOF
37780
37937
 /* confdefs.h.  */
37781
37938
 _ACEOF
37782
 
@@ -41814,52 +39332,51 @@
 
37939
@@ -42015,52 +39523,51 @@
37783
37940
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37784
37941
   *) ac_try_echo=$ac_try;;
37785
37942
 esac
37853
38010
     ( cat <<\_ASBOX
37854
38011
 ## ---------------------------------------- ##
37855
38012
 ## Report this to samba-technical@samba.org ##
37856
 
@@ -41868,34 +39385,31 @@
 
38013
@@ -42069,34 +39576,31 @@
37857
38014
      ) | sed "s/^/$as_me: WARNING:     /" >&2
37858
38015
     ;;
37859
38016
 esac
37899
38056
 else
37900
38057
   ac_check_lib_save_LIBS=$LIBS
37901
38058
 LIBS="-lunwind-ptrace  $LIBS"
37902
 
@@ -41927,37 +39441,33 @@
 
38059
@@ -42128,37 +39632,33 @@
37903
38060
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37904
38061
   *) ac_try_echo=$ac_try;;
37905
38062
 esac
37945
38102
 
37946
38103
                LIBUNWIND_PTRACE="-lunwind-ptrace";
37947
38104
 
37948
 
@@ -41974,17 +39484,16 @@
 
38105
@@ -42175,17 +39675,16 @@
37949
38106
        LIBS=$save_LIBS
37950
38107
 
37951
38108
 else
37966
38123
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37967
38124
       conftest$ac_exeext conftest.$ac_ext
37968
38125
 
37969
 
@@ -41993,21 +39502,20 @@
 
38126
@@ -42194,21 +39693,20 @@
37970
38127
 
37971
38128
 for ac_header in sys/ptrace.h
37972
38129
 do
37997
38154
 cat >conftest.$ac_ext <<_ACEOF
37998
38155
 /* confdefs.h.  */
37999
38156
 _ACEOF
38000
 
@@ -42023,33 +39531,32 @@
 
38157
@@ -42224,33 +39722,32 @@
38001
38158
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38002
38159
   *) ac_try_echo=$ac_try;;
38003
38160
 esac
38038
38195
 cat >conftest.$ac_ext <<_ACEOF
38039
38196
 /* confdefs.h.  */
38040
38197
 _ACEOF
38041
 
@@ -42063,52 +39570,51 @@
 
38198
@@ -42264,52 +39761,51 @@
38042
38199
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38043
38200
   *) ac_try_echo=$ac_try;;
38044
38201
 esac
38112
38269
     ( cat <<\_ASBOX
38113
38270
 ## ---------------------------------------- ##
38114
38271
 ## Report this to samba-technical@samba.org ##
38115
 
@@ -42117,32 +39623,29 @@
 
38272
@@ -42318,32 +39814,29 @@
38116
38273
      ) | sed "s/^/$as_me: WARNING:     /" >&2
38117
38274
     ;;
38118
38275
 esac
38155
38312
     cat >conftest.$ac_ext <<_ACEOF
38156
38313
 /* confdefs.h.  */
38157
38314
 _ACEOF
38158
 
@@ -42179,24 +39682,21 @@
 
38315
@@ -42380,24 +39873,21 @@
38159
38316
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38160
38317
   *) ac_try_echo=$ac_try;;
38161
38318
 esac
38186
38343
 
38187
38344
 cat >>confdefs.h <<\_ACEOF
38188
38345
 #define HAVE_LINUX_PTRACE 1
38189
 
@@ -42204,17 +39704,16 @@
 
38346
@@ -42405,17 +39895,16 @@
38190
38347
 
38191
38348
 
38192
38349
 else
38207
38364
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38208
38365
       conftest$ac_exeext conftest.$ac_ext
38209
38366
 fi
38210
 
@@ -42230,11 +39729,11 @@
 
38367
@@ -42431,11 +39920,11 @@
38211
38368
 
38212
38369
 for ac_func in _dup _dup2 _opendir _readdir _seekdir _telldir _closedir
38213
38370
 do
38223
38380
 else
38224
38381
   cat >conftest.$ac_ext <<_ACEOF
38225
38382
 /* confdefs.h.  */
38226
 
@@ -42287,42 +39786,35 @@
 
38383
@@ -42488,42 +39977,35 @@
38227
38384
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38228
38385
   *) ac_try_echo=$ac_try;;
38229
38386
 esac
38276
38433
 _ACEOF
38277
38434
 
38278
38435
 fi
38279
 
@@ -42337,11 +39829,11 @@
 
38436
@@ -42538,11 +40020,11 @@
38280
38437
 
38281
38438
 for ac_func in __dup __dup2 __opendir __readdir __seekdir __telldir __closedir
38282
38439
 do
38292
38449
 else
38293
38450
   cat >conftest.$ac_ext <<_ACEOF
38294
38451
 /* confdefs.h.  */
38295
 
@@ -42394,42 +39886,35 @@
 
38452
@@ -42595,42 +40077,35 @@
38296
38453
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38297
38454
   *) ac_try_echo=$ac_try;;
38298
38455
 esac
38345
38502
 _ACEOF
38346
38503
 
38347
38504
 fi
38348
 
@@ -42439,11 +39924,11 @@
 
38505
@@ -42640,11 +40115,11 @@
38349
38506
 
38350
38507
 for ac_func in __getcwd _getcwd
38351
38508
 do
38361
38518
 else
38362
38519
   cat >conftest.$ac_ext <<_ACEOF
38363
38520
 /* confdefs.h.  */
38364
 
@@ -42496,42 +39981,35 @@
 
38521
@@ -42697,42 +40172,35 @@
38365
38522
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38366
38523
   *) ac_try_echo=$ac_try;;
38367
38524
 esac
38414
38571
 _ACEOF
38415
38572
 
38416
38573
 fi
38417
 
@@ -42542,11 +40020,11 @@
 
38574
@@ -42743,11 +40211,11 @@
38418
38575
 
38419
38576
 for ac_func in __xstat __fxstat __lxstat
38420
38577
 do
38430
38587
 else
38431
38588
   cat >conftest.$ac_ext <<_ACEOF
38432
38589
 /* confdefs.h.  */
38433
 
@@ -42599,42 +40077,35 @@
 
38590
@@ -42800,42 +40268,35 @@
38434
38591
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38435
38592
   *) ac_try_echo=$ac_try;;
38436
38593
 esac
38483
38640
 _ACEOF
38484
38641
 
38485
38642
 fi
38486
 
@@ -42648,11 +40119,11 @@
 
38643
@@ -42849,11 +40310,11 @@
38487
38644
 
38488
38645
 for ac_func in _stat _lstat _fstat __stat __lstat __fstat
38489
38646
 do
38499
38656
 else
38500
38657
   cat >conftest.$ac_ext <<_ACEOF
38501
38658
 /* confdefs.h.  */
38502
 
@@ -42705,42 +40176,35 @@
 
38659
@@ -42906,42 +40367,35 @@
38503
38660
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38504
38661
   *) ac_try_echo=$ac_try;;
38505
38662
 esac
38552
38709
 _ACEOF
38553
38710
 
38554
38711
 fi
38555
 
@@ -42756,11 +40220,11 @@
 
38712
@@ -42957,11 +40411,11 @@
38556
38713
 
38557
38714
 for ac_func in _acl __acl _facl __facl _open __open _chdir __chdir
38558
38715
 do
38568
38725
 else
38569
38726
   cat >conftest.$ac_ext <<_ACEOF
38570
38727
 /* confdefs.h.  */
38571
 
@@ -42813,42 +40277,35 @@
 
38728
@@ -43014,42 +40468,35 @@
38572
38729
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38573
38730
   *) ac_try_echo=$ac_try;;
38574
38731
 esac
38621
38778
 _ACEOF
38622
38779
 
38623
38780
 fi
38624
 
@@ -42862,11 +40319,11 @@
 
38781
@@ -43063,11 +40510,11 @@
38625
38782
 
38626
38783
 for ac_func in _close __close _fchdir __fchdir _fcntl __fcntl
38627
38784
 do
38637
38794
 else
38638
38795
   cat >conftest.$ac_ext <<_ACEOF
38639
38796
 /* confdefs.h.  */
38640
 
@@ -42919,42 +40376,35 @@
 
38797
@@ -43120,42 +40567,35 @@
38641
38798
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38642
38799
   *) ac_try_echo=$ac_try;;
38643
38800
 esac
38690
38847
 _ACEOF
38691
38848
 
38692
38849
 fi
38693
 
@@ -42968,11 +40418,11 @@
 
38850
@@ -43169,11 +40609,11 @@
38694
38851
 
38695
38852
 for ac_func in getdents __getdents _lseek __lseek _read __read
38696
38853
 do
38706
38863
 else
38707
38864
   cat >conftest.$ac_ext <<_ACEOF
38708
38865
 /* confdefs.h.  */
38709
 
@@ -43025,42 +40475,35 @@
 
38866
@@ -43226,42 +40666,35 @@
38710
38867
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38711
38868
   *) ac_try_echo=$ac_try;;
38712
38869
 esac
38759
38916
 _ACEOF
38760
38917
 
38761
38918
 fi
38762
 
@@ -43073,11 +40516,11 @@
 
38919
@@ -43274,11 +40707,11 @@
38763
38920
 
38764
38921
 for ac_func in getdirentries _write __write _fork __fork
38765
38922
 do
38775
38932
 else
38776
38933
   cat >conftest.$ac_ext <<_ACEOF
38777
38934
 /* confdefs.h.  */
38778
 
@@ -43130,42 +40573,35 @@
 
38935
@@ -43331,42 +40764,35 @@
38779
38936
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38780
38937
   *) ac_try_echo=$ac_try;;
38781
38938
 esac
38828
38985
 _ACEOF
38829
38986
 
38830
38987
 fi
38831
 
@@ -43179,11 +40615,11 @@
 
38988
@@ -43380,11 +40806,11 @@
38832
38989
 
38833
38990
 for ac_func in _stat64 __stat64 _fstat64 __fstat64 _lstat64 __lstat64
38834
38991
 do
38844
39001
 else
38845
39002
   cat >conftest.$ac_ext <<_ACEOF
38846
39003
 /* confdefs.h.  */
38847
 
@@ -43236,42 +40672,35 @@
 
39004
@@ -43437,42 +40863,35 @@
38848
39005
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38849
39006
   *) ac_try_echo=$ac_try;;
38850
39007
 esac
38897
39054
 _ACEOF
38898
39055
 
38899
39056
 fi
38900
 
@@ -43286,11 +40715,11 @@
 
39057
@@ -43487,11 +40906,11 @@
38901
39058
 
38902
39059
 for ac_func in __sys_llseek llseek _llseek __llseek readdir64 _readdir64 __readdir64
38903
39060
 do
38913
39070
 else
38914
39071
   cat >conftest.$ac_ext <<_ACEOF
38915
39072
 /* confdefs.h.  */
38916
 
@@ -43343,42 +40772,35 @@
 
39073
@@ -43544,42 +40963,35 @@
38917
39074
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38918
39075
   *) ac_try_echo=$ac_try;;
38919
39076
 esac
38966
39123
 _ACEOF
38967
39124
 
38968
39125
 fi
38969
 
@@ -43392,11 +40814,11 @@
 
39126
@@ -43593,11 +41005,11 @@
38970
39127
 
38971
39128
 for ac_func in pread _pread __pread pread64 _pread64 __pread64
38972
39129
 do
38982
39139
 else
38983
39140
   cat >conftest.$ac_ext <<_ACEOF
38984
39141
 /* confdefs.h.  */
38985
 
@@ -43449,42 +40871,35 @@
 
39142
@@ -43650,42 +41062,35 @@
38986
39143
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38987
39144
   *) ac_try_echo=$ac_try;;
38988
39145
 esac
39035
39192
 _ACEOF
39036
39193
 
39037
39194
 fi
39038
 
@@ -43498,11 +40913,11 @@
 
39195
@@ -43699,11 +41104,11 @@
39039
39196
 
39040
39197
 for ac_func in pwrite _pwrite __pwrite pwrite64 _pwrite64 __pwrite64
39041
39198
 do
39051
39208
 else
39052
39209
   cat >conftest.$ac_ext <<_ACEOF
39053
39210
 /* confdefs.h.  */
39054
 
@@ -43555,42 +40970,35 @@
 
39211
@@ -43756,42 +41161,35 @@
39055
39212
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39056
39213
   *) ac_try_echo=$ac_try;;
39057
39214
 esac
39104
39261
 _ACEOF
39105
39262
 
39106
39263
 fi
39107
 
@@ -43602,11 +41010,11 @@
 
39264
@@ -43803,11 +41201,11 @@
39108
39265
 
39109
39266
 for ac_func in open64 _open64 __open64 creat64
39110
39267
 do
39120
39277
 else
39121
39278
   cat >conftest.$ac_ext <<_ACEOF
39122
39279
 /* confdefs.h.  */
39123
 
@@ -43659,42 +41067,35 @@
 
39280
@@ -43860,42 +41258,35 @@
39124
39281
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39125
39282
   *) ac_try_echo=$ac_try;;
39126
39283
 esac
39173
39330
 _ACEOF
39174
39331
 
39175
39332
 fi
39176
 
@@ -43703,11 +41104,11 @@
 
39333
@@ -43904,11 +41295,11 @@
39177
39334
 
39178
39335
 for ac_func in prctl
39179
39336
 do
39189
39346
 else
39190
39347
   cat >conftest.$ac_ext <<_ACEOF
39191
39348
 /* confdefs.h.  */
39192
 
@@ -43760,42 +41161,35 @@
 
39349
@@ -43961,42 +41352,35 @@
39193
39350
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39194
39351
   *) ac_try_echo=$ac_try;;
39195
39352
 esac
39242
39399
 _ACEOF
39243
39400
 
39244
39401
 fi
39245
 
@@ -43827,14 +41221,13 @@
 
39402
@@ -44028,14 +41412,13 @@
39246
39403
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39247
39404
   *) ac_try_echo=$ac_try;;
39248
39405
 esac
39259
39416
   (exit $ac_status); } && {
39260
39417
         test -z "$ac_c_werror_flag" ||
39261
39418
         test ! -s conftest.err
39262
 
@@ -43845,7 +41238,7 @@
 
39419
@@ -44046,7 +41429,7 @@
39263
39420
 _ACEOF
39264
39421
 
39265
39422
 else
39268
39425
 sed 's/^/| /' conftest.$ac_ext >&5
39269
39426
 
39270
39427
 
39271
 
@@ -43857,16 +41250,14 @@
 
39428
@@ -44058,16 +41441,14 @@
39272
39429
 #
39273
39430
 #
39274
39431
 case "$host_os" in
39289
39446
 else
39290
39447
   cat >conftest.$ac_ext <<_ACEOF
39291
39448
 /* confdefs.h.  */
39292
 
@@ -43898,32 +41289,29 @@
 
39449
@@ -44099,32 +41480,29 @@
39293
39450
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39294
39451
   *) ac_try_echo=$ac_try;;
39295
39452
 esac
39328
39485
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
39329
39486
 fi
39330
39487
 
39331
 
@@ -43940,11 +41328,11 @@
 
39488
@@ -44141,11 +41519,11 @@
39332
39489
 
39333
39490
 for ac_func in getgrouplist
39334
39491
 do
39344
39501
 else
39345
39502
   cat >conftest.$ac_ext <<_ACEOF
39346
39503
 /* confdefs.h.  */
39347
 
@@ -43997,42 +41385,35 @@
 
39504
@@ -44198,42 +41576,35 @@
39348
39505
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39349
39506
   *) ac_try_echo=$ac_try;;
39350
39507
 esac
39397
39554
 _ACEOF
39398
39555
 
39399
39556
 fi
39400
 
@@ -44046,8 +41427,8 @@
 
39557
@@ -44247,8 +41618,8 @@
39401
39558
 #
39402
39559
 
39403
39560
 if test x$ac_cv_func_stat64 = xno ; then
39408
39565
   cat >conftest.$ac_ext <<_ACEOF
39409
39566
 /* confdefs.h.  */
39410
39567
 _ACEOF
39411
 
@@ -44074,34 +41455,30 @@
 
39568
@@ -44275,34 +41646,30 @@
39412
39569
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39413
39570
   *) ac_try_echo=$ac_try;;
39414
39571
 esac
39450
39607
   if test x$ac_cv_func_stat64 = xyes ; then
39451
39608
 
39452
39609
 cat >>confdefs.h <<\_ACEOF
39453
 
@@ -44112,8 +41489,8 @@
 
39610
@@ -44313,8 +41680,8 @@
39454
39611
 fi
39455
39612
 
39456
39613
 if test x$ac_cv_func_lstat64 = xno ; then
39461
39618
   cat >conftest.$ac_ext <<_ACEOF
39462
39619
 /* confdefs.h.  */
39463
39620
 _ACEOF
39464
 
@@ -44140,34 +41517,30 @@
 
39621
@@ -44341,34 +41708,30 @@
39465
39622
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39466
39623
   *) ac_try_echo=$ac_try;;
39467
39624
 esac
39503
39660
   if test x$ac_cv_func_lstat64 = xyes ; then
39504
39661
     cat >>confdefs.h <<\_ACEOF
39505
39662
 #define HAVE_LSTAT64 Whether lstat64() is available
39506
 
@@ -44177,8 +41550,8 @@
 
39663
@@ -44378,8 +41741,8 @@
39507
39664
 fi
39508
39665
 
39509
39666
 if test x$ac_cv_func_fstat64 = xno ; then
39514
39671
   cat >conftest.$ac_ext <<_ACEOF
39515
39672
 /* confdefs.h.  */
39516
39673
 _ACEOF
39517
 
@@ -44205,34 +41578,30 @@
 
39674
@@ -44406,34 +41769,30 @@
39518
39675
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39519
39676
   *) ac_try_echo=$ac_try;;
39520
39677
 esac
39556
39713
   if test x$ac_cv_func_fstat64 = xyes ; then
39557
39714
 
39558
39715
 cat >>confdefs.h <<\_ACEOF
39559
 
@@ -44254,10 +41623,10 @@
 
39716
@@ -44455,10 +41814,10 @@
 
39717
 # There is some conflicting standards weirdness about whether we should use
39560
39718
 # "struct timespec" or "timespec_t". Linux doesn't have timespec_t, so we
39561
39719
 # prefer struct timespec.
 
39720
-{ $as_echo "$as_me:$LINENO: checking whether struct stat has timespec timestamps" >&5
 
39721
-$as_echo_n "checking whether struct stat has timespec timestamps... " >&6; }
 
39722
+{ echo "$as_me:$LINENO: checking whether struct stat has timespec timestamps" >&5
 
39723
+echo $ECHO_N "checking whether struct stat has timespec timestamps... $ECHO_C" >&6; }
 
39724
 if test "${samba_cv_stat_timespec_hires+set}" = set; then
 
39725
-  $as_echo_n "(cached) " >&6
 
39726
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
39727
 else
 
39728
 
 
39729
       cat >conftest.$ac_ext <<_ACEOF
 
39730
@@ -44502,21 +41861,20 @@
 
39731
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
39732
   *) ac_try_echo=$ac_try;;
 
39733
 esac
 
39734
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
39735
-$as_echo "$ac_try_echo") >&5
 
39736
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
39737
   (eval "$ac_compile") 2>conftest.er1
 
39738
   ac_status=$?
 
39739
   grep -v '^ *+' conftest.er1 >conftest.err
 
39740
   rm -f conftest.er1
 
39741
   cat conftest.err >&5
 
39742
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
39743
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
39744
   (exit $ac_status); } && {
 
39745
         test -z "$ac_c_werror_flag" ||
 
39746
         test ! -s conftest.err
 
39747
        } && test -s conftest.$ac_objext; then
 
39748
   samba_cv_stat_timespec_hires=yes
 
39749
 else
 
39750
-  $as_echo "$as_me: failed program was:" >&5
 
39751
+  echo "$as_me: failed program was:" >&5
 
39752
 sed 's/^/| /' conftest.$ac_ext >&5
 
39753
 
 
39754
        samba_cv_stat_timespec_hires=no
 
39755
@@ -44525,8 +41883,8 @@
 
39756
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
39757
 
 
39758
 fi
 
39759
-{ $as_echo "$as_me:$LINENO: result: $samba_cv_stat_timespec_hires" >&5
 
39760
-$as_echo "$samba_cv_stat_timespec_hires" >&6; }
 
39761
+{ echo "$as_me:$LINENO: result: $samba_cv_stat_timespec_hires" >&5
 
39762
+echo "${ECHO_T}$samba_cv_stat_timespec_hires" >&6; }
 
39763
 
 
39764
 if test x"$samba_cv_stat_timespec_hires" = x"yes" ; then
 
39765
 
 
39766
@@ -44553,10 +41911,10 @@
 
39767
 
 
39768
 
39562
39769
 
39563
39770
-{ $as_echo "$as_me:$LINENO: checking whether struct stat has sub-second timestamps" >&5
39564
39771
-$as_echo_n "checking whether struct stat has sub-second timestamps... " >&6; }
39570
39777
 else
39571
39778
 
39572
39779
        cat >conftest.$ac_ext <<_ACEOF
39573
 
@@ -44304,21 +41673,20 @@
 
39780
@@ -44603,21 +41961,20 @@
39574
39781
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39575
39782
   *) ac_try_echo=$ac_try;;
39576
39783
 esac
39595
39802
 sed 's/^/| /' conftest.$ac_ext >&5
39596
39803
 
39597
39804
        samba_cv_stat_hires=no
39598
 
@@ -44327,8 +41695,8 @@
 
39805
@@ -44626,8 +41983,8 @@
39599
39806
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39600
39807
 
39601
39808
 fi
39606
39813
 
39607
39814
 if test x"$samba_cv_stat_hires" = x"yes" ; then
39608
39815
 
39609
 
@@ -44353,10 +41721,10 @@
 
39816
@@ -44652,10 +42009,10 @@
39610
39817
 
39611
39818
 fi
39612
39819
 
39613
 
-{ $as_echo "$as_me:$LINENO: checking whether struct stat has sub-second timestamps without struct timespec" >&5
39614
 
-$as_echo_n "checking whether struct stat has sub-second timestamps without struct timespec... " >&6; }
39615
 
+{ echo "$as_me:$LINENO: checking whether struct stat has sub-second timestamps without struct timespec" >&5
39616
 
+echo $ECHO_N "checking whether struct stat has sub-second timestamps without struct timespec... $ECHO_C" >&6; }
 
39820
-{ $as_echo "$as_me:$LINENO: checking whether struct stat has sub-second timestamps without struct timespec suffixed nsec" >&5
 
39821
-$as_echo_n "checking whether struct stat has sub-second timestamps without struct timespec suffixed nsec... " >&6; }
 
39822
+{ echo "$as_me:$LINENO: checking whether struct stat has sub-second timestamps without struct timespec suffixed nsec" >&5
 
39823
+echo $ECHO_N "checking whether struct stat has sub-second timestamps without struct timespec suffixed nsec... $ECHO_C" >&6; }
39617
39824
 if test "${samba_cv_stat_hires_notimespec+set}" = set; then
39618
39825
-  $as_echo_n "(cached) " >&6
39619
39826
+  echo $ECHO_N "(cached) $ECHO_C" >&6
39620
39827
 else
39621
39828
 
39622
39829
        cat >conftest.$ac_ext <<_ACEOF
39623
 
@@ -44403,21 +41771,20 @@
 
39830
@@ -44702,21 +42059,20 @@
39624
39831
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39625
39832
   *) ac_try_echo=$ac_try;;
39626
39833
 esac
39638
39845
         test -z "$ac_c_werror_flag" ||
39639
39846
         test ! -s conftest.err
39640
39847
        } && test -s conftest.$ac_objext; then
39641
 
   samba_cv_stat_hires=yes
 
39848
   samba_cv_stat_hires_notimespec=yes
39642
39849
 else
39643
39850
-  $as_echo "$as_me: failed program was:" >&5
39644
39851
+  echo "$as_me: failed program was:" >&5
39645
39852
 sed 's/^/| /' conftest.$ac_ext >&5
39646
39853
 
39647
 
        samba_cv_stat_hires=no
39648
 
@@ -44426,8 +41793,8 @@
 
39854
        samba_cv_stat_hires_notimespec=no
 
39855
@@ -44725,8 +42081,8 @@
39649
39856
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39650
39857
 
39651
39858
 fi
39656
39863
 
39657
39864
 if test x"$samba_cv_stat_hires_notimespec" = x"yes" ; then
39658
39865
 
39659
 
@@ -44452,10 +41819,10 @@
 
39866
@@ -44751,10 +42107,10 @@
 
39867
 
 
39868
 fi
 
39869
 
 
39870
-{ $as_echo "$as_me:$LINENO: checking whether struct stat has sub-second timestamps without struct timespec suffixed _n" >&5
 
39871
-$as_echo_n "checking whether struct stat has sub-second timestamps without struct timespec suffixed _n... " >&6; }
 
39872
+{ echo "$as_me:$LINENO: checking whether struct stat has sub-second timestamps without struct timespec suffixed _n" >&5
 
39873
+echo $ECHO_N "checking whether struct stat has sub-second timestamps without struct timespec suffixed _n... $ECHO_C" >&6; }
 
39874
 if test "${samba_cv_stat_hires_notimespec_n+set}" = set; then
 
39875
-  $as_echo_n "(cached) " >&6
 
39876
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
39877
 else
 
39878
 
 
39879
        cat >conftest.$ac_ext <<_ACEOF
 
39880
@@ -44801,21 +42157,20 @@
 
39881
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
39882
   *) ac_try_echo=$ac_try;;
 
39883
 esac
 
39884
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
39885
-$as_echo "$ac_try_echo") >&5
 
39886
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
39887
   (eval "$ac_compile") 2>conftest.er1
 
39888
   ac_status=$?
 
39889
   grep -v '^ *+' conftest.er1 >conftest.err
 
39890
   rm -f conftest.er1
 
39891
   cat conftest.err >&5
 
39892
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
39893
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
39894
   (exit $ac_status); } && {
 
39895
         test -z "$ac_c_werror_flag" ||
 
39896
         test ! -s conftest.err
 
39897
        } && test -s conftest.$ac_objext; then
 
39898
   samba_cv_stat_hires_notimespec_n=yes
 
39899
 else
 
39900
-  $as_echo "$as_me: failed program was:" >&5
 
39901
+  echo "$as_me: failed program was:" >&5
 
39902
 sed 's/^/| /' conftest.$ac_ext >&5
 
39903
 
 
39904
        samba_cv_stat_hires_notimespec_n=no
 
39905
@@ -44824,8 +42179,8 @@
 
39906
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
39907
 
 
39908
 fi
 
39909
-{ $as_echo "$as_me:$LINENO: result: $samba_cv_stat_hires_notimespec_n" >&5
 
39910
-$as_echo "$samba_cv_stat_hires_notimespec_n" >&6; }
 
39911
+{ echo "$as_me:$LINENO: result: $samba_cv_stat_hires_notimespec_n" >&5
 
39912
+echo "${ECHO_T}$samba_cv_stat_hires_notimespec_n" >&6; }
 
39913
 
 
39914
 if test x"$samba_cv_stat_hires_notimespec_n" = x"yes" ; then
 
39915
 
 
39916
@@ -44850,10 +42205,10 @@
 
39917
 
 
39918
 fi
 
39919
 
 
39920
-{ $as_echo "$as_me:$LINENO: checking whether struct stat has sub-second timestamps in st_uXtime" >&5
 
39921
-$as_echo_n "checking whether struct stat has sub-second timestamps in st_uXtime... " >&6; }
 
39922
+{ echo "$as_me:$LINENO: checking whether struct stat has sub-second timestamps in st_uXtime" >&5
 
39923
+echo $ECHO_N "checking whether struct stat has sub-second timestamps in st_uXtime... $ECHO_C" >&6; }
 
39924
 if test "${samba_cv_stat_hires_uxtime+set}" = set; then
 
39925
-  $as_echo_n "(cached) " >&6
 
39926
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
39927
 else
 
39928
 
 
39929
        cat >conftest.$ac_ext <<_ACEOF
 
39930
@@ -44900,21 +42255,20 @@
 
39931
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
39932
   *) ac_try_echo=$ac_try;;
 
39933
 esac
 
39934
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
39935
-$as_echo "$ac_try_echo") >&5
 
39936
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
39937
   (eval "$ac_compile") 2>conftest.er1
 
39938
   ac_status=$?
 
39939
   grep -v '^ *+' conftest.er1 >conftest.err
 
39940
   rm -f conftest.er1
 
39941
   cat conftest.err >&5
 
39942
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
39943
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
39944
   (exit $ac_status); } && {
 
39945
         test -z "$ac_c_werror_flag" ||
 
39946
         test ! -s conftest.err
 
39947
        } && test -s conftest.$ac_objext; then
 
39948
   samba_cv_stat_hires_uxtime=yes
 
39949
 else
 
39950
-  $as_echo "$as_me: failed program was:" >&5
 
39951
+  echo "$as_me: failed program was:" >&5
 
39952
 sed 's/^/| /' conftest.$ac_ext >&5
 
39953
 
 
39954
        samba_cv_stat_hires_uxtime=no
 
39955
@@ -44923,8 +42277,8 @@
 
39956
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
39957
 
 
39958
 fi
 
39959
-{ $as_echo "$as_me:$LINENO: result: $samba_cv_stat_hires_uxtime" >&5
 
39960
-$as_echo "$samba_cv_stat_hires_uxtime" >&6; }
 
39961
+{ echo "$as_me:$LINENO: result: $samba_cv_stat_hires_uxtime" >&5
 
39962
+echo "${ECHO_T}$samba_cv_stat_hires_uxtime" >&6; }
 
39963
 
 
39964
 if test x"$samba_cv_stat_hires_uxtime" = x"yes" ; then
 
39965
 
 
39966
@@ -44949,10 +42303,10 @@
39660
39967
 
39661
39968
 fi
39662
39969
 
39670
39977
 else
39671
39978
 
39672
39979
        cat >conftest.$ac_ext <<_ACEOF
39673
 
@@ -44497,21 +41864,20 @@
 
39980
@@ -44994,21 +42348,20 @@
39674
39981
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39675
39982
   *) ac_try_echo=$ac_try;;
39676
39983
 esac
39694
40001
+  echo "$as_me: failed program was:" >&5
39695
40002
 sed 's/^/| /' conftest.$ac_ext >&5
39696
40003
 
39697
 
        samba_cv_stat_birthtimespec=no
39698
 
@@ -44520,8 +41886,8 @@
 
40004
        samba_cv_stat_st_birthtimespec=no
 
40005
@@ -45017,8 +42370,8 @@
39699
40006
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39700
40007
 
39701
40008
 fi
39706
40013
 
39707
40014
 if test x"$samba_cv_stat_st_birthtimespec" = x"yes" ; then
39708
40015
 
39709
 
@@ -44531,10 +41897,10 @@
 
40016
@@ -45028,10 +42381,10 @@
39710
40017
 
39711
40018
 fi
39712
40019
 
39720
40027
 else
39721
40028
 
39722
40029
        cat >conftest.$ac_ext <<_ACEOF
39723
 
@@ -44576,21 +41942,20 @@
 
40030
@@ -45073,21 +42426,20 @@
39724
40031
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39725
40032
   *) ac_try_echo=$ac_try;;
39726
40033
 esac
39744
40051
+  echo "$as_me: failed program was:" >&5
39745
40052
 sed 's/^/| /' conftest.$ac_ext >&5
39746
40053
 
39747
 
        samba_cv_stat_birthtimensec=no
39748
 
@@ -44599,8 +41964,8 @@
 
40054
        samba_cv_stat_st_birthtimensec=no
 
40055
@@ -45096,8 +42448,8 @@
39749
40056
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39750
40057
 
39751
40058
 fi
39756
40063
 
39757
40064
 if test x"$samba_cv_stat_st_birthtimensec" = x"yes" ; then
39758
40065
 
39759
 
@@ -44610,10 +41975,10 @@
 
40066
@@ -45107,10 +42459,10 @@
39760
40067
 
39761
40068
 fi
39762
40069
 
39770
40077
 else
39771
40078
 
39772
40079
        cat >conftest.$ac_ext <<_ACEOF
39773
 
@@ -44655,21 +42020,20 @@
 
40080
@@ -45152,21 +42504,20 @@
39774
40081
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39775
40082
   *) ac_try_echo=$ac_try;;
39776
40083
 esac
39794
40101
+  echo "$as_me: failed program was:" >&5
39795
40102
 sed 's/^/| /' conftest.$ac_ext >&5
39796
40103
 
39797
 
        samba_cv_stat_birthtime=no
39798
 
@@ -44678,8 +42042,8 @@
 
40104
        samba_cv_stat_st_birthtime=no
 
40105
@@ -45175,8 +42526,8 @@
39799
40106
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39800
40107
 
39801
40108
 fi
39806
40113
 
39807
40114
 if test x"$samba_cv_stat_st_birthtime" = x"yes" ; then
39808
40115
 
39809
 
@@ -44692,10 +42056,10 @@
 
40116
@@ -45189,10 +42540,10 @@
39810
40117
 #####################################
39811
40118
 # needed for SRV lookups
39812
40119
 
39820
40127
 else
39821
40128
   ac_check_lib_save_LIBS=$LIBS
39822
40129
 LIBS="-lresolv  $LIBS"
39823
 
@@ -44727,37 +42091,33 @@
 
40130
@@ -45224,37 +42575,33 @@
39824
40131
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39825
40132
   *) ac_try_echo=$ac_try;;
39826
40133
 esac
39866
40173
   cat >>confdefs.h <<_ACEOF
39867
40174
 #define HAVE_LIBRESOLV 1
39868
40175
 _ACEOF
39869
 
@@ -44767,10 +42127,10 @@
 
40176
@@ -45264,10 +42611,10 @@
39870
40177
 fi
39871
40178
 
39872
40179
 
39880
40187
 else
39881
40188
   ac_check_lib_save_LIBS=$LIBS
39882
40189
 LIBS="-lresolv  $LIBS"
39883
 
@@ -44802,37 +42162,33 @@
 
40190
@@ -45299,37 +42646,33 @@
39884
40191
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39885
40192
   *) ac_try_echo=$ac_try;;
39886
40193
 esac
39926
40233
   cat >>confdefs.h <<_ACEOF
39927
40234
 #define HAVE_LIBRESOLV 1
39928
40235
 _ACEOF
39929
 
@@ -44842,10 +42198,10 @@
 
40236
@@ -45339,10 +42682,10 @@
39930
40237
 fi
39931
40238
 
39932
40239
 
39940
40247
 else
39941
40248
   ac_check_lib_save_LIBS=$LIBS
39942
40249
 LIBS="-lresolv  $LIBS"
39943
 
@@ -44877,37 +42233,33 @@
 
40250
@@ -45374,37 +42717,33 @@
39944
40251
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39945
40252
   *) ac_try_echo=$ac_try;;
39946
40253
 esac
39986
40293
   cat >>confdefs.h <<_ACEOF
39987
40294
 #define HAVE_LIBRESOLV 1
39988
40295
 _ACEOF
39989
 
@@ -44927,11 +42279,11 @@
 
40296
@@ -45424,11 +42763,11 @@
39990
40297
 
39991
40298
 for ac_func in putprpwnam
39992
40299
 do
40002
40309
 else
40003
40310
   cat >conftest.$ac_ext <<_ACEOF
40004
40311
 /* confdefs.h.  */
40005
 
@@ -44984,42 +42336,35 @@
 
40312
@@ -45481,42 +42820,35 @@
40006
40313
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40007
40314
   *) ac_try_echo=$ac_try;;
40008
40315
 esac
40055
40362
 _ACEOF
40056
40363
 
40057
40364
         # putprpwnam was found in libc or existing $LIBS
40058
 
@@ -45044,10 +42389,10 @@
 
40365
@@ -45541,10 +42873,10 @@
40059
40366
            ;;
40060
40367
           *)
40061
40368
            # putprpwnam was not found, try adding libsecurity
40069
40376
 else
40070
40377
   ac_check_lib_save_LIBS=$LIBS
40071
40378
 LIBS="-lsecurity  $LIBS"
40072
 
@@ -45079,37 +42424,33 @@
 
40379
@@ -45576,37 +42908,33 @@
40073
40380
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40074
40381
   *) ac_try_echo=$ac_try;;
40075
40382
 esac
40115
40422
 
40116
40423
                LIBS="-lsecurity $LIBS"
40117
40424
 
40118
 
@@ -45141,11 +42482,11 @@
 
40425
@@ -45638,11 +42966,11 @@
40119
40426
 
40120
40427
 for ac_func in putprpwnam
40121
40428
 do
40131
40438
 else
40132
40439
   cat >conftest.$ac_ext <<_ACEOF
40133
40440
 /* confdefs.h.  */
40134
 
@@ -45198,42 +42539,35 @@
 
40441
@@ -45695,42 +43023,35 @@
40135
40442
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40136
40443
   *) ac_try_echo=$ac_try;;
40137
40444
 esac
40184
40491
 _ACEOF
40185
40492
 
40186
40493
         # putprpwnam was found in libc or existing $LIBS
40187
 
@@ -45258,10 +42592,10 @@
 
40494
@@ -45755,10 +43076,10 @@
40188
40495
            ;;
40189
40496
           *)
40190
40497
            # putprpwnam was not found, try adding libsec
40198
40505
 else
40199
40506
   ac_check_lib_save_LIBS=$LIBS
40200
40507
 LIBS="-lsec  $LIBS"
40201
 
@@ -45293,37 +42627,33 @@
 
40508
@@ -45790,37 +43111,33 @@
40202
40509
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40203
40510
   *) ac_try_echo=$ac_try;;
40204
40511
 esac
40244
40551
 
40245
40552
                LIBS="-lsec $LIBS"
40246
40553
 
40247
 
@@ -45356,11 +42686,11 @@
 
40554
@@ -45853,11 +43170,11 @@
40248
40555
 
40249
40556
 for ac_func in set_auth_parameters
40250
40557
 do
40260
40567
 else
40261
40568
   cat >conftest.$ac_ext <<_ACEOF
40262
40569
 /* confdefs.h.  */
40263
 
@@ -45413,42 +42743,35 @@
 
40570
@@ -45910,42 +43227,35 @@
40264
40571
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40265
40572
   *) ac_try_echo=$ac_try;;
40266
40573
 esac
40313
40620
 _ACEOF
40314
40621
 
40315
40622
         # set_auth_parameters was found in libc or existing $LIBS
40316
 
@@ -45473,10 +42796,10 @@
 
40623
@@ -45970,10 +43280,10 @@
40317
40624
            ;;
40318
40625
           *)
40319
40626
            # set_auth_parameters was not found, try adding libsecurity
40327
40634
 else
40328
40635
   ac_check_lib_save_LIBS=$LIBS
40329
40636
 LIBS="-lsecurity  $LIBS"
40330
 
@@ -45508,37 +42831,33 @@
 
40637
@@ -46005,37 +43315,33 @@
40331
40638
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40332
40639
   *) ac_try_echo=$ac_try;;
40333
40640
 esac
40373
40680
 
40374
40681
                LIBS="-lsecurity $LIBS"
40375
40682
 
40376
 
@@ -45570,11 +42889,11 @@
 
40683
@@ -46067,11 +43373,11 @@
40377
40684
 
40378
40685
 for ac_func in set_auth_parameters
40379
40686
 do
40389
40696
 else
40390
40697
   cat >conftest.$ac_ext <<_ACEOF
40391
40698
 /* confdefs.h.  */
40392
 
@@ -45627,42 +42946,35 @@
 
40699
@@ -46124,42 +43430,35 @@
40393
40700
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40394
40701
   *) ac_try_echo=$ac_try;;
40395
40702
 esac
40442
40749
 _ACEOF
40443
40750
 
40444
40751
         # set_auth_parameters was found in libc or existing $LIBS
40445
 
@@ -45687,10 +42999,10 @@
 
40752
@@ -46184,10 +43483,10 @@
40446
40753
            ;;
40447
40754
           *)
40448
40755
            # set_auth_parameters was not found, try adding libsec
40456
40763
 else
40457
40764
   ac_check_lib_save_LIBS=$LIBS
40458
40765
 LIBS="-lsec  $LIBS"
40459
 
@@ -45722,37 +43034,33 @@
 
40766
@@ -46219,37 +43518,33 @@
40460
40767
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40461
40768
   *) ac_try_echo=$ac_try;;
40462
40769
 esac
40502
40809
 
40503
40810
                LIBS="-lsec $LIBS"
40504
40811
 
40505
 
@@ -45786,11 +43094,11 @@
 
40812
@@ -46283,11 +43578,11 @@
40506
40813
 
40507
40814
 for ac_func in getspnam
40508
40815
 do
40518
40825
 else
40519
40826
   cat >conftest.$ac_ext <<_ACEOF
40520
40827
 /* confdefs.h.  */
40521
 
@@ -45843,42 +43151,35 @@
 
40828
@@ -46340,42 +43635,35 @@
40522
40829
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40523
40830
   *) ac_try_echo=$ac_try;;
40524
40831
 esac
40571
40878
 _ACEOF
40572
40879
 
40573
40880
         # getspnam was found in libc or existing $LIBS
40574
 
@@ -45903,10 +43204,10 @@
 
40881
@@ -46400,10 +43688,10 @@
40575
40882
            ;;
40576
40883
           *)
40577
40884
            # getspnam was not found, try adding libgen
40585
40892
 else
40586
40893
   ac_check_lib_save_LIBS=$LIBS
40587
40894
 LIBS="-lgen  $LIBS"
40588
 
@@ -45938,37 +43239,33 @@
 
40895
@@ -46435,37 +43723,33 @@
40589
40896
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40590
40897
   *) ac_try_echo=$ac_try;;
40591
40898
 esac
40631
40938
 
40632
40939
                LIBS="-lgen $LIBS"
40633
40940
 
40634
 
@@ -46001,11 +43298,11 @@
 
40941
@@ -46498,11 +43782,11 @@
40635
40942
 
40636
40943
 for ac_func in getspnam
40637
40944
 do
40647
40954
 else
40648
40955
   cat >conftest.$ac_ext <<_ACEOF
40649
40956
 /* confdefs.h.  */
40650
 
@@ -46058,42 +43355,35 @@
 
40957
@@ -46555,42 +43839,35 @@
40651
40958
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40652
40959
   *) ac_try_echo=$ac_try;;
40653
40960
 esac
40700
41007
 _ACEOF
40701
41008
 
40702
41009
         # getspnam was found in libc or existing $LIBS
40703
 
@@ -46118,10 +43408,10 @@
 
41010
@@ -46615,10 +43892,10 @@
40704
41011
            ;;
40705
41012
           *)
40706
41013
            # getspnam was not found, try adding libsecurity
40714
41021
 else
40715
41022
   ac_check_lib_save_LIBS=$LIBS
40716
41023
 LIBS="-lsecurity  $LIBS"
40717
 
@@ -46153,37 +43443,33 @@
 
41024
@@ -46650,37 +43927,33 @@
40718
41025
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40719
41026
   *) ac_try_echo=$ac_try;;
40720
41027
 esac
40760
41067
 
40761
41068
                LIBS="-lsecurity $LIBS"
40762
41069
 
40763
 
@@ -46215,11 +43501,11 @@
 
41070
@@ -46712,11 +43985,11 @@
40764
41071
 
40765
41072
 for ac_func in getspnam
40766
41073
 do
40776
41083
 else
40777
41084
   cat >conftest.$ac_ext <<_ACEOF
40778
41085
 /* confdefs.h.  */
40779
 
@@ -46272,42 +43558,35 @@
 
41086
@@ -46769,42 +44042,35 @@
40780
41087
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40781
41088
   *) ac_try_echo=$ac_try;;
40782
41089
 esac
40829
41136
 _ACEOF
40830
41137
 
40831
41138
         # getspnam was found in libc or existing $LIBS
40832
 
@@ -46332,10 +43611,10 @@
 
41139
@@ -46829,10 +44095,10 @@
40833
41140
            ;;
40834
41141
           *)
40835
41142
            # getspnam was not found, try adding libsec
40843
41150
 else
40844
41151
   ac_check_lib_save_LIBS=$LIBS
40845
41152
 LIBS="-lsec  $LIBS"
40846
 
@@ -46367,37 +43646,33 @@
 
41153
@@ -46864,37 +44130,33 @@
40847
41154
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40848
41155
   *) ac_try_echo=$ac_try;;
40849
41156
 esac
40889
41196
 
40890
41197
                LIBS="-lsec $LIBS"
40891
41198
 
40892
 
@@ -46430,11 +43705,11 @@
 
41199
@@ -46927,11 +44189,11 @@
40893
41200
 
40894
41201
 for ac_func in bigcrypt
40895
41202
 do
40905
41212
 else
40906
41213
   cat >conftest.$ac_ext <<_ACEOF
40907
41214
 /* confdefs.h.  */
40908
 
@@ -46487,42 +43762,35 @@
 
41215
@@ -46984,42 +44246,35 @@
40909
41216
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40910
41217
   *) ac_try_echo=$ac_try;;
40911
41218
 esac
40958
41265
 _ACEOF
40959
41266
 
40960
41267
         # bigcrypt was found in libc or existing $LIBS
40961
 
@@ -46547,10 +43815,10 @@
 
41268
@@ -47044,10 +44299,10 @@
40962
41269
            ;;
40963
41270
           *)
40964
41271
            # bigcrypt was not found, try adding libsecurity
40972
41279
 else
40973
41280
   ac_check_lib_save_LIBS=$LIBS
40974
41281
 LIBS="-lsecurity  $LIBS"
40975
 
@@ -46582,37 +43850,33 @@
 
41282
@@ -47079,37 +44334,33 @@
40976
41283
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40977
41284
   *) ac_try_echo=$ac_try;;
40978
41285
 esac
41018
41325
 
41019
41326
                LIBS="-lsecurity $LIBS"
41020
41327
 
41021
 
@@ -46644,11 +43908,11 @@
 
41328
@@ -47141,11 +44392,11 @@
41022
41329
 
41023
41330
 for ac_func in bigcrypt
41024
41331
 do
41034
41341
 else
41035
41342
   cat >conftest.$ac_ext <<_ACEOF
41036
41343
 /* confdefs.h.  */
41037
 
@@ -46701,42 +43965,35 @@
 
41344
@@ -47198,42 +44449,35 @@
41038
41345
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41039
41346
   *) ac_try_echo=$ac_try;;
41040
41347
 esac
41087
41394
 _ACEOF
41088
41395
 
41089
41396
         # bigcrypt was found in libc or existing $LIBS
41090
 
@@ -46761,10 +44018,10 @@
 
41397
@@ -47258,10 +44502,10 @@
41091
41398
            ;;
41092
41399
           *)
41093
41400
            # bigcrypt was not found, try adding libsec
41101
41408
 else
41102
41409
   ac_check_lib_save_LIBS=$LIBS
41103
41410
 LIBS="-lsec  $LIBS"
41104
 
@@ -46796,37 +44053,33 @@
 
41411
@@ -47293,37 +44537,33 @@
41105
41412
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41106
41413
   *) ac_try_echo=$ac_try;;
41107
41414
 esac
41147
41454
 
41148
41455
                LIBS="-lsec $LIBS"
41149
41456
 
41150
 
@@ -46859,11 +44112,11 @@
 
41457
@@ -47356,11 +44596,11 @@
41151
41458
 
41152
41459
 for ac_func in getprpwnam
41153
41460
 do
41163
41470
 else
41164
41471
   cat >conftest.$ac_ext <<_ACEOF
41165
41472
 /* confdefs.h.  */
41166
 
@@ -46916,42 +44169,35 @@
 
41473
@@ -47413,42 +44653,35 @@
41167
41474
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41168
41475
   *) ac_try_echo=$ac_try;;
41169
41476
 esac
41216
41523
 _ACEOF
41217
41524
 
41218
41525
         # getprpwnam was found in libc or existing $LIBS
41219
 
@@ -46976,10 +44222,10 @@
 
41526
@@ -47473,10 +44706,10 @@
41220
41527
            ;;
41221
41528
           *)
41222
41529
            # getprpwnam was not found, try adding libsecurity
41230
41537
 else
41231
41538
   ac_check_lib_save_LIBS=$LIBS
41232
41539
 LIBS="-lsecurity  $LIBS"
41233
 
@@ -47011,37 +44257,33 @@
 
41540
@@ -47508,37 +44741,33 @@
41234
41541
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41235
41542
   *) ac_try_echo=$ac_try;;
41236
41543
 esac
41276
41583
 
41277
41584
                LIBS="-lsecurity $LIBS"
41278
41585
 
41279
 
@@ -47073,11 +44315,11 @@
 
41586
@@ -47570,11 +44799,11 @@
41280
41587
 
41281
41588
 for ac_func in getprpwnam
41282
41589
 do
41292
41599
 else
41293
41600
   cat >conftest.$ac_ext <<_ACEOF
41294
41601
 /* confdefs.h.  */
41295
 
@@ -47130,42 +44372,35 @@
 
41602
@@ -47627,42 +44856,35 @@
41296
41603
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41297
41604
   *) ac_try_echo=$ac_try;;
41298
41605
 esac
41345
41652
 _ACEOF
41346
41653
 
41347
41654
         # getprpwnam was found in libc or existing $LIBS
41348
 
@@ -47190,10 +44425,10 @@
 
41655
@@ -47687,10 +44909,10 @@
41349
41656
            ;;
41350
41657
           *)
41351
41658
            # getprpwnam was not found, try adding libsec
41359
41666
 else
41360
41667
   ac_check_lib_save_LIBS=$LIBS
41361
41668
 LIBS="-lsec  $LIBS"
41362
 
@@ -47225,37 +44460,33 @@
 
41669
@@ -47722,37 +44944,33 @@
41363
41670
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41364
41671
   *) ac_try_echo=$ac_try;;
41365
41672
 esac
41405
41712
 
41406
41713
                LIBS="-lsec $LIBS"
41407
41714
 
41408
 
@@ -47287,11 +44518,11 @@
 
41715
@@ -47784,11 +45002,11 @@
41409
41716
 
41410
41717
 for ac_func in strsignal
41411
41718
 do
41421
41728
 else
41422
41729
   cat >conftest.$ac_ext <<_ACEOF
41423
41730
 /* confdefs.h.  */
41424
 
@@ -47344,42 +44575,35 @@
 
41731
@@ -47841,42 +45059,35 @@
41425
41732
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41426
41733
   *) ac_try_echo=$ac_try;;
41427
41734
 esac
41474
41781
 _ACEOF
41475
41782
 
41476
41783
 fi
41477
 
@@ -47390,10 +44614,10 @@
 
41784
@@ -47887,10 +45098,10 @@
41478
41785
 # Check if we have libattr
41479
41786
 case "$host_os" in
41480
41787
   *osf*)
41488
41795
 else
41489
41796
   ac_func_search_save_LIBS=$LIBS
41490
41797
 cat >conftest.$ac_ext <<_ACEOF
41491
 
@@ -47431,30 +44655,26 @@
 
41798
@@ -47928,30 +45139,26 @@
41492
41799
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41493
41800
   *) ac_try_echo=$ac_try;;
41494
41801
 esac
41524
41831
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41525
41832
       conftest$ac_exeext
41526
41833
   if test "${ac_cv_search_getproplist+set}" = set; then
41527
 
@@ -47469,8 +44689,8 @@
 
41834
@@ -47966,8 +45173,8 @@
41528
41835
 rm conftest.$ac_ext
41529
41836
 LIBS=$ac_func_search_save_LIBS
41530
41837
 fi
41535
41842
 ac_res=$ac_cv_search_getproplist
41536
41843
 if test "$ac_res" != no; then
41537
41844
   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
41538
 
@@ -47483,11 +44703,11 @@
 
41845
@@ -47980,11 +45187,11 @@
41539
41846
 
41540
41847
 for ac_func in getproplist fgetproplist setproplist fsetproplist
41541
41848
 do
41551
41858
 else
41552
41859
   cat >conftest.$ac_ext <<_ACEOF
41553
41860
 /* confdefs.h.  */
41554
 
@@ -47540,42 +44760,35 @@
 
41861
@@ -48037,42 +45244,35 @@
41555
41862
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41556
41863
   *) ac_try_echo=$ac_try;;
41557
41864
 esac
41604
41911
 _ACEOF
41605
41912
 
41606
41913
 fi
41607
 
@@ -47587,11 +44800,11 @@
 
41914
@@ -48084,11 +45284,11 @@
41608
41915
 
41609
41916
 for ac_func in delproplist fdelproplist add_proplist_entry get_proplist_entry
41610
41917
 do
41620
41927
 else
41621
41928
   cat >conftest.$ac_ext <<_ACEOF
41622
41929
 /* confdefs.h.  */
41623
 
@@ -47644,42 +44857,35 @@
 
41930
@@ -48141,42 +45341,35 @@
41624
41931
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41625
41932
   *) ac_try_echo=$ac_try;;
41626
41933
 esac
41673
41980
 _ACEOF
41674
41981
 
41675
41982
 fi
41676
 
@@ -47688,11 +44894,11 @@
 
41983
@@ -48185,11 +45378,11 @@
41677
41984
 
41678
41985
 for ac_func in sizeof_proplist_entry
41679
41986
 do
41689
41996
 else
41690
41997
   cat >conftest.$ac_ext <<_ACEOF
41691
41998
 /* confdefs.h.  */
41692
 
@@ -47745,42 +44951,35 @@
 
41999
@@ -48242,42 +45435,35 @@
41693
42000
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41694
42001
   *) ac_try_echo=$ac_try;;
41695
42002
 esac
41742
42049
 _ACEOF
41743
42050
 
41744
42051
 fi
41745
 
@@ -47788,10 +44987,10 @@
 
42052
@@ -48285,10 +45471,10 @@
41746
42053
 
41747
42054
   ;;
41748
42055
   *)
41756
42063
 else
41757
42064
   ac_func_search_save_LIBS=$LIBS
41758
42065
 cat >conftest.$ac_ext <<_ACEOF
41759
 
@@ -47829,30 +45028,26 @@
 
42066
@@ -48326,30 +45512,26 @@
41760
42067
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41761
42068
   *) ac_try_echo=$ac_try;;
41762
42069
 esac
41792
42099
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
41793
42100
       conftest$ac_exeext
41794
42101
   if test "${ac_cv_search_getxattr+set}" = set; then
41795
 
@@ -47867,8 +45062,8 @@
 
42102
@@ -48364,8 +45546,8 @@
41796
42103
 rm conftest.$ac_ext
41797
42104
 LIBS=$ac_func_search_save_LIBS
41798
42105
 fi
41803
42110
 ac_res=$ac_cv_search_getxattr
41804
42111
 if test "$ac_res" != no; then
41805
42112
   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
41806
 
@@ -47882,11 +45077,11 @@
 
42113
@@ -48379,11 +45561,11 @@
41807
42114
 
41808
42115
 for ac_func in getxattr lgetxattr fgetxattr listxattr llistxattr
41809
42116
 do
41819
42126
 else
41820
42127
   cat >conftest.$ac_ext <<_ACEOF
41821
42128
 /* confdefs.h.  */
41822
 
@@ -47939,42 +45134,35 @@
 
42129
@@ -48436,42 +45618,35 @@
41823
42130
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41824
42131
   *) ac_try_echo=$ac_try;;
41825
42132
 esac
41872
42179
 _ACEOF
41873
42180
 
41874
42181
 fi
41875
 
@@ -47988,11 +45176,11 @@
 
42182
@@ -48485,11 +45660,11 @@
41876
42183
 
41877
42184
 for ac_func in getea fgetea lgetea listea flistea llistea
41878
42185
 do
41888
42195
 else
41889
42196
   cat >conftest.$ac_ext <<_ACEOF
41890
42197
 /* confdefs.h.  */
41891
 
@@ -48045,42 +45233,35 @@
 
42198
@@ -48542,42 +45717,35 @@
41892
42199
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41893
42200
   *) ac_try_echo=$ac_try;;
41894
42201
 esac
41941
42248
 _ACEOF
41942
42249
 
41943
42250
 fi
41944
 
@@ -48094,11 +45275,11 @@
 
42251
@@ -48591,11 +45759,11 @@
41945
42252
 
41946
42253
 for ac_func in removeea fremoveea lremoveea setea fsetea lsetea
41947
42254
 do
41957
42264
 else
41958
42265
   cat >conftest.$ac_ext <<_ACEOF
41959
42266
 /* confdefs.h.  */
41960
 
@@ -48151,42 +45332,35 @@
 
42267
@@ -48648,42 +45816,35 @@
41961
42268
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
41962
42269
   *) ac_try_echo=$ac_try;;
41963
42270
 esac
42010
42317
 _ACEOF
42011
42318
 
42012
42319
 fi
42013
 
@@ -48198,11 +45372,11 @@
 
42320
@@ -48695,11 +45856,11 @@
42014
42321
 
42015
42322
 for ac_func in flistxattr removexattr lremovexattr fremovexattr
42016
42323
 do
42026
42333
 else
42027
42334
   cat >conftest.$ac_ext <<_ACEOF
42028
42335
 /* confdefs.h.  */
42029
 
@@ -48255,42 +45429,35 @@
 
42336
@@ -48752,42 +45913,35 @@
42030
42337
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42031
42338
   *) ac_try_echo=$ac_try;;
42032
42339
 esac
42079
42386
 _ACEOF
42080
42387
 
42081
42388
 fi
42082
 
@@ -48301,11 +45468,11 @@
 
42389
@@ -48798,11 +45952,11 @@
42083
42390
 
42084
42391
 for ac_func in setxattr lsetxattr fsetxattr
42085
42392
 do
42095
42402
 else
42096
42403
   cat >conftest.$ac_ext <<_ACEOF
42097
42404
 /* confdefs.h.  */
42098
 
@@ -48358,42 +45525,35 @@
 
42405
@@ -48855,42 +46009,35 @@
42099
42406
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42100
42407
   *) ac_try_echo=$ac_try;;
42101
42408
 esac
42148
42455
 _ACEOF
42149
42456
 
42150
42457
 fi
42151
 
@@ -48405,11 +45565,11 @@
 
42458
@@ -48902,11 +46049,11 @@
42152
42459
 
42153
42460
 for ac_func in attr_get attr_list attr_set attr_remove
42154
42461
 do
42164
42471
 else
42165
42472
   cat >conftest.$ac_ext <<_ACEOF
42166
42473
 /* confdefs.h.  */
42167
 
@@ -48462,42 +45622,35 @@
 
42474
@@ -48959,42 +46106,35 @@
42168
42475
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42169
42476
   *) ac_try_echo=$ac_try;;
42170
42477
 esac
42217
42524
 _ACEOF
42218
42525
 
42219
42526
 fi
42220
 
@@ -48509,11 +45662,11 @@
 
42527
@@ -49006,11 +46146,11 @@
42221
42528
 
42222
42529
 for ac_func in attr_getf attr_listf attr_setf attr_removef
42223
42530
 do
42233
42540
 else
42234
42541
   cat >conftest.$ac_ext <<_ACEOF
42235
42542
 /* confdefs.h.  */
42236
 
@@ -48566,42 +45719,35 @@
 
42543
@@ -49063,42 +46203,35 @@
42237
42544
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42238
42545
   *) ac_try_echo=$ac_try;;
42239
42546
 esac
42286
42593
 _ACEOF
42287
42594
 
42288
42595
 fi
42289
 
@@ -48617,11 +45763,11 @@
 
42596
@@ -49114,11 +46247,11 @@
42290
42597
 
42291
42598
 for ac_func in attropen
42292
42599
 do
42302
42609
 else
42303
42610
   cat >conftest.$ac_ext <<_ACEOF
42304
42611
 /* confdefs.h.  */
42305
 
@@ -48674,42 +45820,35 @@
 
42612
@@ -49171,42 +46304,35 @@
42306
42613
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42307
42614
   *) ac_try_echo=$ac_try;;
42308
42615
 esac
42355
42662
 _ACEOF
42356
42663
 
42357
42664
 fi
42358
 
@@ -48721,10 +45860,10 @@
 
42665
@@ -49218,10 +46344,10 @@
42359
42666
 ########################################################
42360
42667
 # Do xattr functions take additional options like on Darwin?
42361
42668
 if test x"$ac_cv_func_getxattr" = x"yes" ; then
42369
42676
 else
42370
42677
 
42371
42678
                old_LIBS=$LIBS
42372
 
@@ -48759,21 +45898,20 @@
 
42679
@@ -49256,21 +46382,20 @@
42373
42680
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42374
42681
   *) ac_try_echo=$ac_try;;
42375
42682
 esac
42394
42701
 sed 's/^/| /' conftest.$ac_ext >&5
42395
42702
 
42396
42703
        smb_attr_cv_xattr_add_opt=no;LIBS=$old_LIBS
42397
 
@@ -48782,8 +45920,8 @@
 
42704
@@ -49279,8 +46404,8 @@
42398
42705
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42399
42706
 
42400
42707
 fi
42405
42712
        if test x"$smb_attr_cv_xattr_add_opt" = x"yes"; then
42406
42713
 
42407
42714
 cat >>confdefs.h <<\_ACEOF
42408
 
@@ -48808,11 +45946,11 @@
 
42715
@@ -49305,11 +46430,11 @@
42409
42716
 
42410
42717
 for ac_func in extattr_delete_fd extattr_delete_file extattr_delete_link
42411
42718
 do
42421
42728
 else
42422
42729
   cat >conftest.$ac_ext <<_ACEOF
42423
42730
 /* confdefs.h.  */
42424
 
@@ -48865,42 +46003,35 @@
 
42731
@@ -49362,42 +46487,35 @@
42425
42732
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42426
42733
   *) ac_try_echo=$ac_try;;
42427
42734
 esac
42474
42781
 _ACEOF
42475
42782
 
42476
42783
 fi
42477
 
@@ -48911,11 +46042,11 @@
 
42784
@@ -49408,11 +46526,11 @@
42478
42785
 
42479
42786
 for ac_func in extattr_get_fd extattr_get_file extattr_get_link
42480
42787
 do
42490
42797
 else
42491
42798
   cat >conftest.$ac_ext <<_ACEOF
42492
42799
 /* confdefs.h.  */
42493
 
@@ -48968,42 +46099,35 @@
 
42800
@@ -49465,42 +46583,35 @@
42494
42801
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42495
42802
   *) ac_try_echo=$ac_try;;
42496
42803
 esac
42543
42850
 _ACEOF
42544
42851
 
42545
42852
 fi
42546
 
@@ -49014,11 +46138,11 @@
 
42853
@@ -49511,11 +46622,11 @@
42547
42854
 
42548
42855
 for ac_func in extattr_list_fd extattr_list_file extattr_list_link
42549
42856
 do
42559
42866
 else
42560
42867
   cat >conftest.$ac_ext <<_ACEOF
42561
42868
 /* confdefs.h.  */
42562
 
@@ -49071,42 +46195,35 @@
 
42869
@@ -49568,42 +46679,35 @@
42563
42870
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42564
42871
   *) ac_try_echo=$ac_try;;
42565
42872
 esac
42612
42919
 _ACEOF
42613
42920
 
42614
42921
 fi
42615
 
@@ -49117,11 +46234,11 @@
 
42922
@@ -49614,11 +46718,11 @@
42616
42923
 
42617
42924
 for ac_func in extattr_set_fd extattr_set_file extattr_set_link
42618
42925
 do
42628
42935
 else
42629
42936
   cat >conftest.$ac_ext <<_ACEOF
42630
42937
 /* confdefs.h.  */
42631
 
@@ -49174,42 +46291,35 @@
 
42938
@@ -49671,42 +46775,35 @@
42632
42939
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42633
42940
   *) ac_try_echo=$ac_try;;
42634
42941
 esac
42681
42988
 _ACEOF
42682
42989
 
42683
42990
 fi
42684
 
@@ -49275,10 +46385,10 @@
 
42991
@@ -49772,10 +46869,10 @@
42685
42992
 
42686
42993
 if test "x$enable_pie" != xno
42687
42994
 then
42695
43002
 else
42696
43003
 
42697
43004
                cat > conftest.c <<EOF
42698
 
@@ -49289,7 +46399,7 @@
 
43005
@@ -49786,7 +46883,7 @@
42699
43006
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42700
43007
   (eval $ac_try) 2>&5
42701
43008
   ac_status=$?
42704
43011
   (exit $ac_status); }; }
42705
43012
                then
42706
43013
                        samba_cv_fpie=yes
42707
 
@@ -49299,8 +46409,8 @@
 
43014
@@ -49796,8 +46893,8 @@
42708
43015
                rm -f conftest*
42709
43016
 
42710
43017
 fi
42715
43022
        if test x"${samba_cv_fpie}" = x"yes"
42716
43023
        then
42717
43024
                PIE_CFLAGS="-fPIE"
42718
 
@@ -49318,10 +46428,10 @@
 
43025
@@ -49815,10 +46912,10 @@
42719
43026
 
42720
43027
 if test "x$enable_relro" != xno
42721
43028
 then
42729
43036
 else
42730
43037
 
42731
43038
                cat > conftest.c <<EOF
42732
 
@@ -49332,7 +46442,7 @@
 
43039
@@ -49829,7 +46926,7 @@
42733
43040
   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
42734
43041
   (eval $ac_try) 2>&5
42735
43042
   ac_status=$?
42738
43045
   (exit $ac_status); }; }
42739
43046
                then
42740
43047
                        samba_cv_relro=yes
42741
 
@@ -49342,8 +46452,8 @@
 
43048
@@ -49839,8 +46936,8 @@
42742
43049
                rm -f conftest*
42743
43050
 
42744
43051
 fi
42749
43056
        if test x"${samba_cv_relro}" = x"yes"
42750
43057
        then
42751
43058
                RELRO_LDFLAGS="-Wl,-z,relro"
42752
 
@@ -49371,16 +46481,19 @@
 
43059
@@ -49868,16 +46965,19 @@
42753
43060
 # You need to specify how to create a shared library and
42754
43061
   # how to compile C code to produce PIC object files
42755
43062
 
42773
43080
                        BLDSHARED="true"
42774
43081
                        if test "${ac_cv_gnu_ld_no_default_allow_shlib_undefined}" = "yes"; then
42775
43082
                                LDSHFLAGS="-shared -Wl,-Bsymbolic -Wl,--allow-shlib-undefined"
42776
 
@@ -49640,10 +46753,10 @@
 
43083
@@ -50137,10 +47237,10 @@
42777
43084
                        ;;
42778
43085
                *dgux*) # Extract the first word of "groff", so it can be a program name with args.
42779
43086
 set dummy groff; ac_word=$2
42787
43094
 else
42788
43095
   if test -n "$ROFF"; then
42789
43096
   ac_cv_prog_ROFF="$ROFF" # Let the user override the test.
42790
 
@@ -49656,7 +46769,7 @@
 
43097
@@ -50153,7 +47253,7 @@
42791
43098
   for ac_exec_ext in '' $ac_executable_extensions; do
42792
43099
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42793
43100
     ac_cv_prog_ROFF="groff -etpsR -Tascii -man"
42796
43103
     break 2
42797
43104
   fi
42798
43105
 done
42799
 
@@ -49667,11 +46780,11 @@
 
43106
@@ -50164,11 +47264,11 @@
42800
43107
 fi
42801
43108
 ROFF=$ac_cv_prog_ROFF
42802
43109
 if test -n "$ROFF"; then
42812
43119
 fi
42813
43120
 
42814
43121
 
42815
 
@@ -49777,54 +46890,54 @@
 
43122
@@ -50274,54 +47374,54 @@
42816
43123
        LDFLAGS="$LDFLAGS -L./bin"
42817
43124
 fi
42818
43125
 
42907
43214
 else
42908
43215
 
42909
43216
    # try building a trivial shared library
42910
 
@@ -49839,8 +46952,8 @@
 
43217
@@ -50336,8 +47436,8 @@
42911
43218
 
42912
43219
 
42913
43220
 fi
42918
43225
 if test $ac_cv_shlib_works = no; then
42919
43226
    BLDSHARED=false
42920
43227
 fi
42921
 
@@ -49855,10 +46968,10 @@
 
43228
@@ -50352,10 +47452,10 @@
42922
43229
        SHLIBEXT="shared_libraries_disabled"
42923
43230
 fi
42924
43231
 
42933
43240
 
42934
43241
 
42935
43242
 cat >>confdefs.h <<_ACEOF
42936
 
@@ -49899,10 +47012,10 @@
 
43243
@@ -50396,10 +47496,10 @@
42937
43244
 
42938
43245
 ################
42939
43246
 
42947
43254
 else
42948
43255
 
42949
43256
 if test "$cross_compiling" = yes; then
42950
 
@@ -49923,85 +47036,47 @@
 
43257
@@ -50420,168 +47520,62 @@
42951
43258
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
42952
43259
   *) ac_try_echo=$ac_try;;
42953
43260
 esac
43000
43307
 
43001
43308
-    { $as_echo "$as_me:$LINENO: checking for intptr_t" >&5
43002
43309
-$as_echo_n "checking for intptr_t... " >&6; }
43003
 
+    { echo "$as_me:$LINENO: checking for intptr_t" >&5
43004
 
+echo $ECHO_N "checking for intptr_t... $ECHO_C" >&6; }
43005
 
 if test "${ac_cv_type_intptr_t+set}" = set; then
 
43310
-if test "${ac_cv_type_intptr_t+set}" = set; then
43006
43311
-  $as_echo_n "(cached) " >&6
43007
 
+  echo $ECHO_N "(cached) $ECHO_C" >&6
43008
 
 else
 
43312
-else
43009
43313
-  ac_cv_type_intptr_t=no
43010
43314
-cat >conftest.$ac_ext <<_ACEOF
43011
43315
-/* confdefs.h.  */
43041
43345
-        test -z "$ac_c_werror_flag" ||
43042
43346
-        test ! -s conftest.err
43043
43347
-       } && test -s conftest.$ac_objext; then
43044
 
   cat >conftest.$ac_ext <<_ACEOF
43045
 
 /* confdefs.h.  */
43046
 
 _ACEOF
43047
 
@@ -50009,11 +47084,14 @@
43048
 
 cat >>conftest.$ac_ext <<_ACEOF
43049
 
 /* end confdefs.h.  */
43050
 
 $ac_includes_default
43051
 
+typedef intptr_t ac__type_new_;
43052
 
 int
43053
 
 main ()
43054
 
 {
 
43348
-  cat >conftest.$ac_ext <<_ACEOF
 
43349
-/* confdefs.h.  */
 
43350
-_ACEOF
 
43351
-cat confdefs.h >>conftest.$ac_ext
 
43352
-cat >>conftest.$ac_ext <<_ACEOF
 
43353
-/* end confdefs.h.  */
 
43354
-$ac_includes_default
 
43355
-int
 
43356
-main ()
 
43357
-{
43055
43358
-if (sizeof ((intptr_t)))
43056
43359
-         return 0;
43057
 
+if ((ac__type_new_ *) 0)
43058
 
+  return 0;
43059
 
+if (sizeof (ac__type_new_))
43060
 
+  return 0;
43061
 
   ;
43062
 
   return 0;
43063
 
 }
43064
 
@@ -50024,39 +47102,30 @@
43065
 
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43066
 
   *) ac_try_echo=$ac_try;;
43067
 
 esac
 
43360
-  ;
 
43361
-  return 0;
 
43362
-}
 
43363
-_ACEOF
 
43364
-rm -f conftest.$ac_objext
 
43365
-if { (ac_try="$ac_compile"
 
43366
-case "(($ac_try" in
 
43367
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
43368
-  *) ac_try_echo=$ac_try;;
 
43369
-esac
43068
43370
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
43069
43371
-$as_echo "$ac_try_echo") >&5
43070
 
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
43071
 
   (eval "$ac_compile") 2>conftest.er1
43072
 
   ac_status=$?
43073
 
   grep -v '^ *+' conftest.er1 >conftest.err
43074
 
   rm -f conftest.er1
43075
 
   cat conftest.err >&5
 
43372
-  (eval "$ac_compile") 2>conftest.er1
 
43373
-  ac_status=$?
 
43374
-  grep -v '^ *+' conftest.er1 >conftest.err
 
43375
-  rm -f conftest.er1
 
43376
-  cat conftest.err >&5
43076
43377
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
43077
 
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
43078
 
   (exit $ac_status); } && {
43079
 
         test -z "$ac_c_werror_flag" ||
43080
 
         test ! -s conftest.err
43081
 
        } && test -s conftest.$ac_objext; then
 
43378
-  (exit $ac_status); } && {
 
43379
-        test -z "$ac_c_werror_flag" ||
 
43380
-        test ! -s conftest.err
 
43381
-       } && test -s conftest.$ac_objext; then
43082
43382
-  :
43083
43383
-else
43084
43384
-  $as_echo "$as_me: failed program was:" >&5
43088
43388
-fi
43089
43389
-
43090
43390
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43091
 
+  ac_cv_type_intptr_t=yes
43092
 
 else
 
43391
-else
43093
43392
-  $as_echo "$as_me: failed program was:" >&5
43094
 
+  echo "$as_me: failed program was:" >&5
43095
 
 sed 's/^/| /' conftest.$ac_ext >&5
43096
 
 
43097
 
-
43098
 
+       ac_cv_type_intptr_t=no
43099
 
 fi
43100
 
 
43101
 
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43102
 
 fi
 
43393
-sed 's/^/| /' conftest.$ac_ext >&5
 
43394
-
 
43395
-
 
43396
-fi
 
43397
-
 
43398
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
43399
-fi
43103
43400
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_intptr_t" >&5
43104
43401
-$as_echo "$ac_cv_type_intptr_t" >&6; }
43105
43402
-if test "x$ac_cv_type_intptr_t" = x""yes; then
43106
 
+{ echo "$as_me:$LINENO: result: $ac_cv_type_intptr_t" >&5
43107
 
+echo "${ECHO_T}$ac_cv_type_intptr_t" >&6; }
43108
 
+if test $ac_cv_type_intptr_t = yes; then
43109
 
   :
43110
 
 else
43111
 
 
43112
 
@@ -50067,46 +47136,11 @@
43113
 
 fi
43114
 
 
43115
 
 else
 
43403
-  :
 
43404
-else
 
43405
-
 
43406
-cat >>confdefs.h <<_ACEOF
 
43407
-#define intptr_t unsigned long long
 
43408
-_ACEOF
 
43409
-
 
43410
-fi
 
43411
-
 
43412
-else
43116
43413
-    { $as_echo "$as_me:$LINENO: checking for intptr_t" >&5
43117
43414
-$as_echo_n "checking for intptr_t... " >&6; }
43118
43415
+    { echo "$as_me:$LINENO: checking for intptr_t" >&5
43123
43420
 else
43124
43421
-  ac_cv_type_intptr_t=no
43125
43422
-cat >conftest.$ac_ext <<_ACEOF
43126
 
-/* confdefs.h.  */
43127
 
-_ACEOF
43128
 
-cat confdefs.h >>conftest.$ac_ext
43129
 
-cat >>conftest.$ac_ext <<_ACEOF
43130
 
-/* end confdefs.h.  */
43131
 
-$ac_includes_default
43132
 
-int
43133
 
-main ()
43134
 
-{
 
43423
+  cat >conftest.$ac_ext <<_ACEOF
 
43424
 /* confdefs.h.  */
 
43425
 _ACEOF
 
43426
 cat confdefs.h >>conftest.$ac_ext
 
43427
 cat >>conftest.$ac_ext <<_ACEOF
 
43428
 /* end confdefs.h.  */
 
43429
 $ac_includes_default
 
43430
+typedef intptr_t ac__type_new_;
 
43431
 int
 
43432
 main ()
 
43433
 {
43135
43434
-if (sizeof (intptr_t))
43136
43435
-       return 0;
43137
 
-  ;
43138
 
-  return 0;
43139
 
-}
43140
 
-_ACEOF
43141
 
-rm -f conftest.$ac_objext
43142
 
-if { (ac_try="$ac_compile"
43143
 
-case "(($ac_try" in
43144
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43145
 
-  *) ac_try_echo=$ac_try;;
43146
 
-esac
 
43436
+if ((ac__type_new_ *) 0)
 
43437
+  return 0;
 
43438
+if (sizeof (ac__type_new_))
 
43439
+  return 0;
 
43440
   ;
 
43441
   return 0;
 
43442
 }
 
43443
@@ -50592,18 +47586,45 @@
 
43444
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
43445
   *) ac_try_echo=$ac_try;;
 
43446
 esac
43147
43447
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
43148
43448
-$as_echo "$ac_try_echo") >&5
43149
 
-  (eval "$ac_compile") 2>conftest.er1
43150
 
-  ac_status=$?
43151
 
-  grep -v '^ *+' conftest.er1 >conftest.err
43152
 
-  rm -f conftest.er1
43153
 
-  cat conftest.err >&5
 
43449
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
43450
   (eval "$ac_compile") 2>conftest.er1
 
43451
   ac_status=$?
 
43452
   grep -v '^ *+' conftest.er1 >conftest.err
 
43453
   rm -f conftest.er1
 
43454
   cat conftest.err >&5
43154
43455
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
43155
 
-  (exit $ac_status); } && {
43156
 
-        test -z "$ac_c_werror_flag" ||
43157
 
-        test ! -s conftest.err
43158
 
-       } && test -s conftest.$ac_objext; then
 
43456
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
43457
   (exit $ac_status); } && {
 
43458
         test -z "$ac_c_werror_flag" ||
 
43459
         test ! -s conftest.err
 
43460
        } && test -s conftest.$ac_objext; then
 
43461
+  ac_cv_type_intptr_t=yes
 
43462
+else
 
43463
+  echo "$as_me: failed program was:" >&5
 
43464
+sed 's/^/| /' conftest.$ac_ext >&5
 
43465
+
 
43466
+       ac_cv_type_intptr_t=no
 
43467
+fi
 
43468
+
 
43469
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
43470
+fi
 
43471
+{ echo "$as_me:$LINENO: result: $ac_cv_type_intptr_t" >&5
 
43472
+echo "${ECHO_T}$ac_cv_type_intptr_t" >&6; }
 
43473
+if test $ac_cv_type_intptr_t = yes; then
 
43474
+  :
 
43475
+else
 
43476
+
 
43477
+cat >>confdefs.h <<_ACEOF
 
43478
+#define intptr_t unsigned long long
 
43479
+_ACEOF
 
43480
+
 
43481
+fi
 
43482
+
 
43483
+else
 
43484
+    { echo "$as_me:$LINENO: checking for intptr_t" >&5
 
43485
+echo $ECHO_N "checking for intptr_t... $ECHO_C" >&6; }
 
43486
+if test "${ac_cv_type_intptr_t+set}" = set; then
 
43487
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
43488
+else
43159
43489
   cat >conftest.$ac_ext <<_ACEOF
43160
43490
 /* confdefs.h.  */
43161
43491
 _ACEOF
43162
 
@@ -50114,11 +47148,14 @@
 
43492
@@ -50611,11 +47632,14 @@
43163
43493
 cat >>conftest.$ac_ext <<_ACEOF
43164
43494
 /* end confdefs.h.  */
43165
43495
 $ac_includes_default
43176
43506
   ;
43177
43507
   return 0;
43178
43508
 }
43179
 
@@ -50129,39 +47166,30 @@
 
43509
@@ -50626,39 +47650,30 @@
43180
43510
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43181
43511
   *) ac_try_echo=$ac_try;;
43182
43512
 esac
43224
43554
   :
43225
43555
 else
43226
43556
 
43227
 
@@ -50177,10 +47205,10 @@
 
43557
@@ -50674,10 +47689,10 @@
43228
43558
 # Check if the compiler supports the LL prefix on long long integers.
43229
43559
 # AIX needs this.
43230
43560
 
43238
43568
 else
43239
43569
 
43240
43570
     cat >conftest.$ac_ext <<_ACEOF
43241
 
@@ -50204,21 +47232,20 @@
 
43571
@@ -50701,21 +47716,20 @@
43242
43572
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43243
43573
   *) ac_try_echo=$ac_try;;
43244
43574
 esac
43263
43593
 sed 's/^/| /' conftest.$ac_ext >&5
43264
43594
 
43265
43595
        samba_cv_compiler_supports_ll=no
43266
 
@@ -50226,8 +47253,8 @@
 
43596
@@ -50723,8 +47737,8 @@
43267
43597
 
43268
43598
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43269
43599
 fi
43274
43604
 if test x"$samba_cv_compiler_supports_ll" = x"yes"; then
43275
43605
 
43276
43606
 cat >>confdefs.h <<\_ACEOF
43277
 
@@ -50237,10 +47264,10 @@
 
43607
@@ -50734,10 +47748,10 @@
43278
43608
 fi
43279
43609
 
43280
43610
 
43288
43618
 else
43289
43619
 
43290
43620
 if test "$cross_compiling" = yes; then
43291
 
@@ -50261,39 +47288,36 @@
 
43621
@@ -50758,39 +47772,36 @@
43292
43622
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43293
43623
   *) ac_try_echo=$ac_try;;
43294
43624
 esac
43336
43666
 if test x"$samba_cv_SIZEOF_TIME_T" = x"yes"; then
43337
43667
 
43338
43668
 cat >>confdefs.h <<\_ACEOF
43339
 
@@ -50302,10 +47326,10 @@
 
43669
@@ -50799,10 +47810,10 @@
43340
43670
 
43341
43671
 fi
43342
43672
 
43350
43680
 else
43351
43681
 
43352
43682
 if test "$cross_compiling" = yes; then
43353
 
@@ -50327,39 +47351,36 @@
 
43683
@@ -50824,39 +47835,36 @@
43354
43684
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43355
43685
   *) ac_try_echo=$ac_try;;
43356
43686
 esac
43398
43728
 if test x"$samba_cv_SIZEOF_OFF_T" = x"yes"; then
43399
43729
 
43400
43730
 cat >>confdefs.h <<\_ACEOF
43401
 
@@ -50368,10 +47389,10 @@
 
43731
@@ -50865,10 +47873,10 @@
43402
43732
 
43403
43733
 fi
43404
43734
 
43412
43742
 else
43413
43743
 
43414
43744
 if test "$cross_compiling" = yes; then
43415
 
@@ -50397,39 +47418,36 @@
 
43745
@@ -50894,39 +47902,36 @@
43416
43746
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43417
43747
   *) ac_try_echo=$ac_try;;
43418
43748
 esac
43460
43790
 if test x"$samba_cv_HAVE_OFF64_T" = x"yes"; then
43461
43791
 
43462
43792
 cat >>confdefs.h <<\_ACEOF
43463
 
@@ -50438,10 +47456,10 @@
 
43793
@@ -50935,10 +47940,10 @@
43464
43794
 
43465
43795
 fi
43466
43796
 
43474
43804
 else
43475
43805
 
43476
43806
 if test "$cross_compiling" = yes; then
43477
 
@@ -50467,39 +47485,36 @@
 
43807
@@ -50964,39 +47969,36 @@
43478
43808
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43479
43809
   *) ac_try_echo=$ac_try;;
43480
43810
 esac
43522
43852
 if test x"$samba_cv_SIZEOF_INO_T" = x"yes"; then
43523
43853
 
43524
43854
 cat >>confdefs.h <<\_ACEOF
43525
 
@@ -50508,10 +47523,10 @@
 
43855
@@ -51005,10 +48007,10 @@
43526
43856
 
43527
43857
 fi
43528
43858
 
43536
43866
 else
43537
43867
 
43538
43868
 if test "$cross_compiling" = yes; then
43539
 
@@ -50537,39 +47552,36 @@
 
43869
@@ -51034,39 +48036,36 @@
43540
43870
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43541
43871
   *) ac_try_echo=$ac_try;;
43542
43872
 esac
43584
43914
 if test x"$samba_cv_HAVE_INO64_T" = x"yes"; then
43585
43915
 
43586
43916
 cat >>confdefs.h <<\_ACEOF
43587
 
@@ -50578,10 +47590,10 @@
 
43917
@@ -51075,10 +48074,10 @@
43588
43918
 
43589
43919
 fi
43590
43920
 
43598
43928
 else
43599
43929
 
43600
43930
 if test "$cross_compiling" = yes; then
43601
 
@@ -50607,39 +47619,36 @@
 
43931
@@ -51104,39 +48103,36 @@
43602
43932
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43603
43933
   *) ac_try_echo=$ac_try;;
43604
43934
 esac
43646
43976
 if test x"$samba_cv_SIZEOF_DEV_T" = x"yes"; then
43647
43977
 
43648
43978
 cat >>confdefs.h <<\_ACEOF
43649
 
@@ -50648,10 +47657,10 @@
 
43979
@@ -51145,10 +48141,10 @@
43650
43980
 
43651
43981
 fi
43652
43982
 
43660
43990
 else
43661
43991
 
43662
43992
 if test "$cross_compiling" = yes; then
43663
 
@@ -50677,39 +47686,36 @@
 
43993
@@ -51174,39 +48170,36 @@
43664
43994
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43665
43995
   *) ac_try_echo=$ac_try;;
43666
43996
 esac
43708
44038
 if test x"$samba_cv_HAVE_DEV64_T" = x"yes"; then
43709
44039
 
43710
44040
 cat >>confdefs.h <<\_ACEOF
43711
 
@@ -50718,10 +47724,10 @@
 
44041
@@ -51215,10 +48208,10 @@
43712
44042
 
43713
44043
 fi
43714
44044
 
43722
44052
 else
43723
44053
 
43724
44054
 cat >conftest.$ac_ext <<_ACEOF
43725
 
@@ -50750,21 +47756,20 @@
 
44055
@@ -51247,21 +48240,20 @@
43726
44056
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43727
44057
   *) ac_try_echo=$ac_try;;
43728
44058
 esac
43747
44077
 sed 's/^/| /' conftest.$ac_ext >&5
43748
44078
 
43749
44079
        samba_cv_HAVE_STRUCT_DIR64=no
43750
 
@@ -50772,8 +47777,8 @@
 
44080
@@ -51269,8 +48261,8 @@
43751
44081
 
43752
44082
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43753
44083
 fi
43758
44088
 if test x"$samba_cv_HAVE_STRUCT_DIR64" = x"yes" && test x"$ac_cv_func_readdir64" = x"yes"; then
43759
44089
 
43760
44090
 cat >>confdefs.h <<\_ACEOF
43761
 
@@ -50782,10 +47787,10 @@
 
44091
@@ -51279,10 +48271,10 @@
43762
44092
 
43763
44093
 fi
43764
44094
 
43772
44102
 else
43773
44103
 
43774
44104
 cat >conftest.$ac_ext <<_ACEOF
43775
 
@@ -50814,21 +47819,20 @@
 
44105
@@ -51311,21 +48303,20 @@
43776
44106
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43777
44107
   *) ac_try_echo=$ac_try;;
43778
44108
 esac
43797
44127
 sed 's/^/| /' conftest.$ac_ext >&5
43798
44128
 
43799
44129
        samba_cv_HAVE_STRUCT_DIRENT64=no
43800
 
@@ -50836,8 +47840,8 @@
 
44130
@@ -51333,8 +48324,8 @@
43801
44131
 
43802
44132
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43803
44133
 fi
43808
44138
 if test x"$samba_cv_HAVE_STRUCT_DIRENT64" = x"yes" && test x"$ac_cv_func_readdir64" = x"yes"; then
43809
44139
 
43810
44140
 cat >>confdefs.h <<\_ACEOF
43811
 
@@ -50846,10 +47850,10 @@
 
44141
@@ -51343,10 +48334,10 @@
43812
44142
 
43813
44143
 fi
43814
44144
 
43822
44152
 else
43823
44153
 
43824
44154
 if test "$cross_compiling" = yes; then
43825
 
@@ -50874,39 +47878,36 @@
 
44155
@@ -51371,39 +48362,36 @@
43826
44156
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43827
44157
   *) ac_try_echo=$ac_try;;
43828
44158
 esac
43870
44200
 if test x"$samba_cv_HAVE_DEVICE_MAJOR_FN" = x"yes"; then
43871
44201
 
43872
44202
 cat >>confdefs.h <<\_ACEOF
43873
 
@@ -50915,10 +47916,10 @@
 
44203
@@ -51412,10 +48400,10 @@
43874
44204
 
43875
44205
 fi
43876
44206
 
43884
44214
 else
43885
44215
 
43886
44216
 if test "$cross_compiling" = yes; then
43887
 
@@ -50943,39 +47944,36 @@
 
44217
@@ -51440,39 +48428,36 @@
43888
44218
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43889
44219
   *) ac_try_echo=$ac_try;;
43890
44220
 esac
43932
44262
 if test x"$samba_cv_HAVE_DEVICE_MINOR_FN" = x"yes"; then
43933
44263
 
43934
44264
 cat >>confdefs.h <<\_ACEOF
43935
 
@@ -50984,10 +47982,10 @@
 
44265
@@ -51481,10 +48466,10 @@
43936
44266
 
43937
44267
 fi
43938
44268
 
43946
44276
 else
43947
44277
 
43948
44278
 if test "$cross_compiling" = yes; then
43949
 
@@ -51012,39 +48010,36 @@
 
44279
@@ -51509,39 +48494,36 @@
43950
44280
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43951
44281
   *) ac_try_echo=$ac_try;;
43952
44282
 esac
43994
44324
 if test x"$samba_cv_HAVE_MAKEDEV" = x"yes"; then
43995
44325
 
43996
44326
 cat >>confdefs.h <<\_ACEOF
43997
 
@@ -51053,10 +48048,10 @@
 
44327
@@ -51550,10 +48532,10 @@
43998
44328
 
43999
44329
 fi
44000
44330
 
44008
44338
 else
44009
44339
 
44010
44340
 if test "$cross_compiling" = yes; then
44011
 
@@ -51077,39 +48072,36 @@
 
44341
@@ -51574,39 +48556,36 @@
44012
44342
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44013
44343
   *) ac_try_echo=$ac_try;;
44014
44344
 esac
44056
44386
 if test x"$samba_cv_HAVE_UNSIGNED_CHAR" = x"yes"; then
44057
44387
 
44058
44388
 cat >>confdefs.h <<\_ACEOF
44059
 
@@ -51118,10 +48110,10 @@
 
44389
@@ -51615,10 +48594,10 @@
44060
44390
 
44061
44391
 fi
44062
44392
 
44070
44400
 else
44071
44401
 
44072
44402
 cat >conftest.$ac_ext <<_ACEOF
44073
 
@@ -51147,21 +48139,20 @@
 
44403
@@ -51644,21 +48623,20 @@
44074
44404
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44075
44405
   *) ac_try_echo=$ac_try;;
44076
44406
 esac
44095
44425
 sed 's/^/| /' conftest.$ac_ext >&5
44096
44426
 
44097
44427
        samba_cv_SEEKDIR_RETURNS_VOID=no
44098
 
@@ -51169,8 +48160,8 @@
 
44428
@@ -51666,8 +48644,8 @@
44099
44429
 
44100
44430
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44101
44431
 fi
44106
44436
 if test x"$samba_cv_SEEKDIR_RETURNS_VOID" = x"yes"; then
44107
44437
 
44108
44438
 cat >>confdefs.h <<\_ACEOF
44109
 
@@ -51179,10 +48170,10 @@
 
44439
@@ -51676,10 +48654,10 @@
44110
44440
 
44111
44441
 fi
44112
44442
 
44120
44450
 else
44121
44451
 
44122
44452
 cat >conftest.$ac_ext <<_ACEOF
44123
 
@@ -51206,21 +48197,20 @@
 
44453
@@ -51703,21 +48681,20 @@
44124
44454
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44125
44455
   *) ac_try_echo=$ac_try;;
44126
44456
 esac
44145
44475
 sed 's/^/| /' conftest.$ac_ext >&5
44146
44476
 
44147
44477
        samba_cv_HAVE_FUNCTION_MACRO=no
44148
 
@@ -51228,8 +48218,8 @@
 
44478
@@ -51725,8 +48702,8 @@
44149
44479
 
44150
44480
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44151
44481
 fi
44156
44486
 if test x"$samba_cv_HAVE_FUNCTION_MACRO" = x"yes"; then
44157
44487
 
44158
44488
 cat >>confdefs.h <<\_ACEOF
44159
 
@@ -51238,10 +48228,10 @@
 
44489
@@ -51735,10 +48712,10 @@
44160
44490
 
44161
44491
 fi
44162
44492
 
44170
44500
 else
44171
44501
 
44172
44502
 cat >conftest.$ac_ext <<_ACEOF
44173
 
@@ -51267,35 +48257,31 @@
 
44503
@@ -51764,35 +48741,31 @@
44174
44504
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44175
44505
   *) ac_try_echo=$ac_try;;
44176
44506
 esac
44213
44543
 if test x"$samba_cv_HAVE_GETTIMEOFDAY_TZ" = x"yes"; then
44214
44544
 
44215
44545
 cat >>confdefs.h <<\_ACEOF
44216
 
@@ -51315,11 +48301,11 @@
 
44546
@@ -51812,11 +48785,11 @@
44217
44547
 
44218
44548
 for ac_func in clock_gettime
44219
44549
 do
44229
44559
 else
44230
44560
   cat >conftest.$ac_ext <<_ACEOF
44231
44561
 /* confdefs.h.  */
44232
 
@@ -51372,42 +48358,35 @@
 
44562
@@ -51869,42 +48842,35 @@
44233
44563
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44234
44564
   *) ac_try_echo=$ac_try;;
44235
44565
 esac
44282
44612
 _ACEOF
44283
44613
 
44284
44614
         # clock_gettime was found in libc or existing $LIBS
44285
 
@@ -51419,8 +48398,8 @@
 
44615
@@ -51916,8 +48882,8 @@
44286
44616
 _ACEOF
44287
44617
 
44288
44618
 
44293
44623
     cat >conftest.$ac_ext <<_ACEOF
44294
44624
 /* confdefs.h.  */
44295
44625
 _ACEOF
44296
 
@@ -51455,24 +48434,21 @@
 
44626
@@ -51952,24 +48918,21 @@
44297
44627
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44298
44628
   *) ac_try_echo=$ac_try;;
44299
44629
 esac
44324
44654
 
44325
44655
 cat >>confdefs.h <<\_ACEOF
44326
44656
 #define HAVE_CLOCK_MONOTONIC 1
44327
 
@@ -51480,22 +48456,21 @@
 
44657
@@ -51977,22 +48940,21 @@
44328
44658
 
44329
44659
 
44330
44660
 else
44352
44682
     cat >conftest.$ac_ext <<_ACEOF
44353
44683
 /* confdefs.h.  */
44354
44684
 _ACEOF
44355
 
@@ -51530,24 +48505,21 @@
 
44685
@@ -52027,24 +48989,21 @@
44356
44686
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44357
44687
   *) ac_try_echo=$ac_try;;
44358
44688
 esac
44383
44713
 
44384
44714
 cat >>confdefs.h <<\_ACEOF
44385
44715
 #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1
44386
 
@@ -51555,22 +48527,21 @@
 
44716
@@ -52052,22 +49011,21 @@
44387
44717
 
44388
44718
 
44389
44719
 else
44411
44741
     cat >conftest.$ac_ext <<_ACEOF
44412
44742
 /* confdefs.h.  */
44413
44743
 _ACEOF
44414
 
@@ -51605,24 +48576,21 @@
 
44744
@@ -52102,24 +49060,21 @@
44415
44745
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44416
44746
   *) ac_try_echo=$ac_try;;
44417
44747
 esac
44442
44772
 
44443
44773
 cat >>confdefs.h <<\_ACEOF
44444
44774
 #define HAVE_CLOCK_REALTIME 1
44445
 
@@ -51630,16 +48598,15 @@
 
44775
@@ -52127,16 +49082,15 @@
44446
44776
 
44447
44777
 
44448
44778
 else
44462
44792
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44463
44793
       conftest$ac_exeext conftest.$ac_ext
44464
44794
 
44465
 
@@ -51659,10 +48626,10 @@
 
44795
@@ -52156,10 +49110,10 @@
44466
44796
            ;;
44467
44797
           *)
44468
44798
            # clock_gettime was not found, try adding librt
44476
44806
 else
44477
44807
   ac_check_lib_save_LIBS=$LIBS
44478
44808
 LIBS="-lrt  $LIBS"
44479
 
@@ -51694,37 +48661,33 @@
 
44809
@@ -52191,37 +49145,33 @@
44480
44810
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44481
44811
   *) ac_try_echo=$ac_try;;
44482
44812
 esac
44522
44852
 
44523
44853
                LIBS="-lrt $LIBS"
44524
44854
 
44525
 
@@ -51735,8 +48698,8 @@
 
44855
@@ -52232,8 +49182,8 @@
44526
44856
 _ACEOF
44527
44857
 
44528
44858
 
44533
44863
     cat >conftest.$ac_ext <<_ACEOF
44534
44864
 /* confdefs.h.  */
44535
44865
 _ACEOF
44536
 
@@ -51771,24 +48734,21 @@
 
44866
@@ -52268,24 +49218,21 @@
44537
44867
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44538
44868
   *) ac_try_echo=$ac_try;;
44539
44869
 esac
44564
44894
 
44565
44895
 cat >>confdefs.h <<\_ACEOF
44566
44896
 #define HAVE_CLOCK_MONOTONIC 1
44567
 
@@ -51796,22 +48756,21 @@
 
44897
@@ -52293,22 +49240,21 @@
44568
44898
 
44569
44899
 
44570
44900
 else
44592
44922
     cat >conftest.$ac_ext <<_ACEOF
44593
44923
 /* confdefs.h.  */
44594
44924
 _ACEOF
44595
 
@@ -51846,24 +48805,21 @@
 
44925
@@ -52343,24 +49289,21 @@
44596
44926
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44597
44927
   *) ac_try_echo=$ac_try;;
44598
44928
 esac
44623
44953
 
44624
44954
 cat >>confdefs.h <<\_ACEOF
44625
44955
 #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1
44626
 
@@ -51871,22 +48827,21 @@
 
44956
@@ -52368,22 +49311,21 @@
44627
44957
 
44628
44958
 
44629
44959
 else
44651
44981
     cat >conftest.$ac_ext <<_ACEOF
44652
44982
 /* confdefs.h.  */
44653
44983
 _ACEOF
44654
 
@@ -51921,24 +48876,21 @@
 
44984
@@ -52418,24 +49360,21 @@
44655
44985
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44656
44986
   *) ac_try_echo=$ac_try;;
44657
44987
 esac
44682
45012
 
44683
45013
 cat >>confdefs.h <<\_ACEOF
44684
45014
 #define HAVE_CLOCK_REALTIME 1
44685
 
@@ -51946,16 +48898,15 @@
 
45015
@@ -52443,16 +49382,15 @@
44686
45016
 
44687
45017
 
44688
45018
 else
44702
45032
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
44703
45033
       conftest$ac_exeext conftest.$ac_ext
44704
45034
 
44705
 
@@ -51982,10 +48933,10 @@
 
45035
@@ -52479,10 +49417,10 @@
44706
45036
 
44707
45037
 fi
44708
45038
 
44716
45046
 else
44717
45047
 
44718
45048
 if test "$cross_compiling" = yes; then
44719
 
@@ -52009,39 +48960,36 @@
 
45049
@@ -52506,39 +49444,36 @@
44720
45050
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44721
45051
   *) ac_try_echo=$ac_try;;
44722
45052
 esac
44764
45094
 if test x"$samba_cv_HAVE_BROKEN_READDIR_NAME" = x"yes"; then
44765
45095
 
44766
45096
 cat >>confdefs.h <<\_ACEOF
44767
 
@@ -52050,10 +48998,10 @@
 
45097
@@ -52547,10 +49482,10 @@
44768
45098
 
44769
45099
 fi
44770
45100
 
44778
45108
 else
44779
45109
 
44780
45110
 cat >conftest.$ac_ext <<_ACEOF
44781
 
@@ -52078,21 +49026,20 @@
 
45111
@@ -52575,21 +49510,20 @@
44782
45112
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44783
45113
   *) ac_try_echo=$ac_try;;
44784
45114
 esac
44803
45133
 sed 's/^/| /' conftest.$ac_ext >&5
44804
45134
 
44805
45135
        samba_cv_HAVE_UTIMBUF=no
44806
 
@@ -52100,8 +49047,8 @@
 
45136
@@ -52597,8 +49531,8 @@
44807
45137
 
44808
45138
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44809
45139
 fi
44814
45144
 if test x"$samba_cv_HAVE_UTIMBUF" = x"yes"; then
44815
45145
 
44816
45146
 cat >>confdefs.h <<\_ACEOF
44817
 
@@ -52121,11 +49068,11 @@
 
45147
@@ -52618,11 +49552,11 @@
44818
45148
 
44819
45149
 for ac_func in pututline pututxline updwtmp updwtmpx getutmpx
44820
45150
 do
44830
45160
 else
44831
45161
   cat >conftest.$ac_ext <<_ACEOF
44832
45162
 /* confdefs.h.  */
44833
 
@@ -52178,52 +49125,45 @@
 
45163
@@ -52675,52 +49609,45 @@
44834
45164
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44835
45165
   *) ac_try_echo=$ac_try;;
44836
45166
 esac
44896
45226
 else
44897
45227
 
44898
45228
 cat >conftest.$ac_ext <<_ACEOF
44899
 
@@ -52248,21 +49188,20 @@
 
45229
@@ -52745,21 +49672,20 @@
44900
45230
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44901
45231
   *) ac_try_echo=$ac_try;;
44902
45232
 esac
44921
45251
 sed 's/^/| /' conftest.$ac_ext >&5
44922
45252
 
44923
45253
        samba_cv_HAVE_UT_UT_NAME=no
44924
 
@@ -52270,8 +49209,8 @@
 
45254
@@ -52767,8 +49693,8 @@
44925
45255
 
44926
45256
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44927
45257
 fi
44932
45262
 if test x"$samba_cv_HAVE_UT_UT_NAME" = x"yes"; then
44933
45263
 
44934
45264
 cat >>confdefs.h <<\_ACEOF
44935
 
@@ -52280,10 +49219,10 @@
 
45265
@@ -52777,10 +49703,10 @@
44936
45266
 
44937
45267
 fi
44938
45268
 
44946
45276
 else
44947
45277
 
44948
45278
 cat >conftest.$ac_ext <<_ACEOF
44949
 
@@ -52308,21 +49247,20 @@
 
45279
@@ -52805,21 +49731,20 @@
44950
45280
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
44951
45281
   *) ac_try_echo=$ac_try;;
44952
45282
 esac
44971
45301
 sed 's/^/| /' conftest.$ac_ext >&5
44972
45302
 
44973
45303
        samba_cv_HAVE_UT_UT_USER=no
44974
 
@@ -52330,8 +49268,8 @@
 
45304
@@ -52827,8 +49752,8 @@
44975
45305
 
44976
45306
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
44977
45307
 fi
44982
45312
 if test x"$samba_cv_HAVE_UT_UT_USER" = x"yes"; then
44983
45313
 
44984
45314
 cat >>confdefs.h <<\_ACEOF
44985
 
@@ -52340,10 +49278,10 @@
 
45315
@@ -52837,10 +49762,10 @@
44986
45316
 
44987
45317
 fi
44988
45318
 
44996
45326
 else
44997
45327
 
44998
45328
 cat >conftest.$ac_ext <<_ACEOF
44999
 
@@ -52368,21 +49306,20 @@
 
45329
@@ -52865,21 +49790,20 @@
45000
45330
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45001
45331
   *) ac_try_echo=$ac_try;;
45002
45332
 esac
45021
45351
 sed 's/^/| /' conftest.$ac_ext >&5
45022
45352
 
45023
45353
        samba_cv_HAVE_UT_UT_ID=no
45024
 
@@ -52390,8 +49327,8 @@
 
45354
@@ -52887,8 +49811,8 @@
45025
45355
 
45026
45356
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45027
45357
 fi
45032
45362
 if test x"$samba_cv_HAVE_UT_UT_ID" = x"yes"; then
45033
45363
 
45034
45364
 cat >>confdefs.h <<\_ACEOF
45035
 
@@ -52400,10 +49337,10 @@
 
45365
@@ -52897,10 +49821,10 @@
45036
45366
 
45037
45367
 fi
45038
45368
 
45046
45376
 else
45047
45377
 
45048
45378
 cat >conftest.$ac_ext <<_ACEOF
45049
 
@@ -52428,21 +49365,20 @@
 
45379
@@ -52925,21 +49849,20 @@
45050
45380
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45051
45381
   *) ac_try_echo=$ac_try;;
45052
45382
 esac
45071
45401
 sed 's/^/| /' conftest.$ac_ext >&5
45072
45402
 
45073
45403
        samba_cv_HAVE_UT_UT_HOST=no
45074
 
@@ -52450,8 +49386,8 @@
 
45404
@@ -52947,8 +49870,8 @@
45075
45405
 
45076
45406
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45077
45407
 fi
45082
45412
 if test x"$samba_cv_HAVE_UT_UT_HOST" = x"yes"; then
45083
45413
 
45084
45414
 cat >>confdefs.h <<\_ACEOF
45085
 
@@ -52460,10 +49396,10 @@
 
45415
@@ -52957,10 +49880,10 @@
45086
45416
 
45087
45417
 fi
45088
45418
 
45096
45426
 else
45097
45427
 
45098
45428
 cat >conftest.$ac_ext <<_ACEOF
45099
 
@@ -52488,21 +49424,20 @@
 
45429
@@ -52985,21 +49908,20 @@
45100
45430
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45101
45431
   *) ac_try_echo=$ac_try;;
45102
45432
 esac
45121
45451
 sed 's/^/| /' conftest.$ac_ext >&5
45122
45452
 
45123
45453
        samba_cv_HAVE_UT_UT_TIME=no
45124
 
@@ -52510,8 +49445,8 @@
 
45454
@@ -53007,8 +49929,8 @@
45125
45455
 
45126
45456
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45127
45457
 fi
45132
45462
 if test x"$samba_cv_HAVE_UT_UT_TIME" = x"yes"; then
45133
45463
 
45134
45464
 cat >>confdefs.h <<\_ACEOF
45135
 
@@ -52520,10 +49455,10 @@
 
45465
@@ -53017,10 +49939,10 @@
45136
45466
 
45137
45467
 fi
45138
45468
 
45146
45476
 else
45147
45477
 
45148
45478
 cat >conftest.$ac_ext <<_ACEOF
45149
 
@@ -52548,21 +49483,20 @@
 
45479
@@ -53045,21 +49967,20 @@
45150
45480
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45151
45481
   *) ac_try_echo=$ac_try;;
45152
45482
 esac
45171
45501
 sed 's/^/| /' conftest.$ac_ext >&5
45172
45502
 
45173
45503
        samba_cv_HAVE_UT_UT_TV=no
45174
 
@@ -52570,8 +49504,8 @@
 
45504
@@ -53067,8 +49988,8 @@
45175
45505
 
45176
45506
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45177
45507
 fi
45182
45512
 if test x"$samba_cv_HAVE_UT_UT_TV" = x"yes"; then
45183
45513
 
45184
45514
 cat >>confdefs.h <<\_ACEOF
45185
 
@@ -52580,10 +49514,10 @@
 
45515
@@ -53077,10 +49998,10 @@
45186
45516
 
45187
45517
 fi
45188
45518
 
45196
45526
 else
45197
45527
 
45198
45528
 cat >conftest.$ac_ext <<_ACEOF
45199
 
@@ -52608,21 +49542,20 @@
 
45529
@@ -53105,21 +50026,20 @@
45200
45530
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45201
45531
   *) ac_try_echo=$ac_try;;
45202
45532
 esac
45221
45551
 sed 's/^/| /' conftest.$ac_ext >&5
45222
45552
 
45223
45553
        samba_cv_HAVE_UT_UT_TYPE=no
45224
 
@@ -52630,8 +49563,8 @@
 
45554
@@ -53127,8 +50047,8 @@
45225
45555
 
45226
45556
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45227
45557
 fi
45232
45562
 if test x"$samba_cv_HAVE_UT_UT_TYPE" = x"yes"; then
45233
45563
 
45234
45564
 cat >>confdefs.h <<\_ACEOF
45235
 
@@ -52640,10 +49573,10 @@
 
45565
@@ -53137,10 +50057,10 @@
45236
45566
 
45237
45567
 fi
45238
45568
 
45246
45576
 else
45247
45577
 
45248
45578
 cat >conftest.$ac_ext <<_ACEOF
45249
 
@@ -52668,21 +49601,20 @@
 
45579
@@ -53165,21 +50085,20 @@
45250
45580
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45251
45581
   *) ac_try_echo=$ac_try;;
45252
45582
 esac
45271
45601
 sed 's/^/| /' conftest.$ac_ext >&5
45272
45602
 
45273
45603
        samba_cv_HAVE_UT_UT_PID=no
45274
 
@@ -52690,8 +49622,8 @@
 
45604
@@ -53187,8 +50106,8 @@
45275
45605
 
45276
45606
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45277
45607
 fi
45282
45612
 if test x"$samba_cv_HAVE_UT_UT_PID" = x"yes"; then
45283
45613
 
45284
45614
 cat >>confdefs.h <<\_ACEOF
45285
 
@@ -52700,10 +49632,10 @@
 
45615
@@ -53197,10 +50116,10 @@
45286
45616
 
45287
45617
 fi
45288
45618
 
45296
45626
 else
45297
45627
 
45298
45628
 cat >conftest.$ac_ext <<_ACEOF
45299
 
@@ -52728,21 +49660,20 @@
 
45629
@@ -53225,21 +50144,20 @@
45300
45630
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45301
45631
   *) ac_try_echo=$ac_try;;
45302
45632
 esac
45321
45651
 sed 's/^/| /' conftest.$ac_ext >&5
45322
45652
 
45323
45653
        samba_cv_HAVE_UT_UT_EXIT=no
45324
 
@@ -52750,8 +49681,8 @@
 
45654
@@ -53247,8 +50165,8 @@
45325
45655
 
45326
45656
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45327
45657
 fi
45332
45662
 if test x"$samba_cv_HAVE_UT_UT_EXIT" = x"yes"; then
45333
45663
 
45334
45664
 cat >>confdefs.h <<\_ACEOF
45335
 
@@ -52760,10 +49691,10 @@
 
45665
@@ -53257,10 +50175,10 @@
45336
45666
 
45337
45667
 fi
45338
45668
 
45346
45676
 else
45347
45677
 
45348
45678
 cat >conftest.$ac_ext <<_ACEOF
45349
 
@@ -52788,21 +49719,20 @@
 
45679
@@ -53285,21 +50203,20 @@
45350
45680
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45351
45681
   *) ac_try_echo=$ac_try;;
45352
45682
 esac
45371
45701
 sed 's/^/| /' conftest.$ac_ext >&5
45372
45702
 
45373
45703
        samba_cv_HAVE_UT_UT_ADDR_V6=no
45374
 
@@ -52810,8 +49740,8 @@
 
45704
@@ -53307,8 +50224,8 @@
45375
45705
 
45376
45706
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45377
45707
 fi
45382
45712
 if test x"$samba_cv_HAVE_UT_UT_ADDR_V6" = x"yes"; then
45383
45713
 
45384
45714
 cat >>confdefs.h <<\_ACEOF
45385
 
@@ -52820,10 +49750,10 @@
 
45715
@@ -53317,10 +50234,10 @@
45386
45716
 
45387
45717
 fi
45388
45718
 
45396
45726
 else
45397
45727
 
45398
45728
 cat >conftest.$ac_ext <<_ACEOF
45399
 
@@ -52848,21 +49778,20 @@
 
45729
@@ -53345,21 +50262,20 @@
45400
45730
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45401
45731
   *) ac_try_echo=$ac_try;;
45402
45732
 esac
45421
45751
 sed 's/^/| /' conftest.$ac_ext >&5
45422
45752
 
45423
45753
        samba_cv_HAVE_UT_UT_ADDR=no
45424
 
@@ -52870,8 +49799,8 @@
 
45754
@@ -53367,8 +50283,8 @@
45425
45755
 
45426
45756
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45427
45757
 fi
45432
45762
 if test x"$samba_cv_HAVE_UT_UT_ADDR" = x"yes"; then
45433
45763
 
45434
45764
 cat >>confdefs.h <<\_ACEOF
45435
 
@@ -52881,10 +49810,10 @@
 
45765
@@ -53378,10 +50294,10 @@
45436
45766
 fi
45437
45767
 
45438
45768
 if test x$ac_cv_func_pututline = xyes ; then
45446
45776
 else
45447
45777
 
45448
45778
   cat >conftest.$ac_ext <<_ACEOF
45449
 
@@ -52909,21 +49838,20 @@
 
45779
@@ -53406,21 +50322,20 @@
45450
45780
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45451
45781
   *) ac_try_echo=$ac_try;;
45452
45782
 esac
45471
45801
 sed 's/^/| /' conftest.$ac_ext >&5
45472
45802
 
45473
45803
        samba_cv_PUTUTLINE_RETURNS_UTMP=no
45474
 
@@ -52931,8 +49859,8 @@
 
45804
@@ -53428,8 +50343,8 @@
45475
45805
 
45476
45806
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45477
45807
 fi
45482
45812
   if test x"$samba_cv_PUTUTLINE_RETURNS_UTMP" = x"yes"; then
45483
45813
 
45484
45814
 cat >>confdefs.h <<\_ACEOF
45485
 
@@ -52942,10 +49870,10 @@
 
45815
@@ -53439,10 +50354,10 @@
45486
45816
   fi
45487
45817
 fi
45488
45818
 
45496
45826
 else
45497
45827
 
45498
45828
 cat >conftest.$ac_ext <<_ACEOF
45499
 
@@ -52970,21 +49898,20 @@
 
45829
@@ -53467,21 +50382,20 @@
45500
45830
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45501
45831
   *) ac_try_echo=$ac_try;;
45502
45832
 esac
45521
45851
 sed 's/^/| /' conftest.$ac_ext >&5
45522
45852
 
45523
45853
        samba_cv_HAVE_UX_UT_SYSLEN=no
45524
 
@@ -52992,8 +49919,8 @@
 
45854
@@ -53489,8 +50403,8 @@
45525
45855
 
45526
45856
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
45527
45857
 fi
45532
45862
 if test x"$samba_cv_HAVE_UX_UT_SYSLEN" = x"yes"; then
45533
45863
 
45534
45864
 cat >>confdefs.h <<\_ACEOF
45535
 
@@ -53012,8 +49939,8 @@
 
45865
@@ -53509,8 +50423,8 @@
45536
45866
 if test "${with_libiconv+set}" = set; then
45537
45867
   withval=$with_libiconv;
45538
45868
   if test "$withval" = "no" ; then
45543
45873
    { (exit 1); exit 1; }; }
45544
45874
   else
45545
45875
      if test "$withval" != "yes" ; then
45546
 
@@ -53060,8 +49987,8 @@
 
45876
@@ -53557,8 +50471,8 @@
45547
45877
                export LDFLAGS LIBS CPPFLAGS
45548
45878
                # Try to find iconv(3)
45549
45879
 
45554
45884
     jm_cv_func_iconv="no"
45555
45885
     jm_cv_lib_iconv=""
45556
45886
     jm_cv_giconv=no
45557
 
@@ -53092,33 +50019,29 @@
 
45887
@@ -53589,33 +50503,29 @@
45558
45888
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45559
45889
   *) ac_try_echo=$ac_try;;
45560
45890
 esac
45593
45923
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45594
45924
       conftest$ac_exeext conftest.$ac_ext
45595
45925
 
45596
 
@@ -53147,32 +50070,28 @@
 
45926
@@ -53644,32 +50554,28 @@
45597
45927
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45598
45928
   *) ac_try_echo=$ac_try;;
45599
45929
 esac
45631
45961
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45632
45962
       conftest$ac_exeext conftest.$ac_ext
45633
45963
 
45634
 
@@ -53203,34 +50122,30 @@
 
45964
@@ -53700,34 +50606,30 @@
45635
45965
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45636
45966
   *) ac_try_echo=$ac_try;;
45637
45967
 esac
45671
46001
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45672
46002
       conftest$ac_exeext conftest.$ac_ext
45673
46003
 
45674
 
@@ -53263,32 +50178,28 @@
 
46004
@@ -53760,32 +50662,28 @@
45675
46005
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45676
46006
   *) ac_try_echo=$ac_try;;
45677
46007
 esac
45709
46039
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45710
46040
       conftest$ac_exeext conftest.$ac_ext
45711
46041
           LIBS="$jm_save_LIBS"
45712
 
@@ -53320,34 +50231,30 @@
 
46042
@@ -53817,34 +50715,30 @@
45713
46043
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45714
46044
   *) ac_try_echo=$ac_try;;
45715
46045
 esac
45749
46079
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
45750
46080
       conftest$ac_exeext conftest.$ac_ext
45751
46081
 
45752
 
@@ -53364,8 +50271,8 @@
 
46082
@@ -53861,8 +50755,8 @@
45753
46083
 #define HAVE_GICONV 1
45754
46084
 _ACEOF
45755
46085
 
45760
46090
       ICONV_FOUND=yes
45761
46091
     else
45762
46092
       if test "$jm_cv_biconv" = yes; then
45763
 
@@ -53374,8 +50281,8 @@
 
46093
@@ -53871,8 +50765,8 @@
45764
46094
 #define HAVE_BICONV 1
45765
46095
 _ACEOF
45766
46096
 
45771
46101
         ICONV_FOUND=yes
45772
46102
       else
45773
46103
 
45774
 
@@ -53383,14 +50290,14 @@
 
46104
@@ -53880,14 +50774,14 @@
45775
46105
 #define HAVE_ICONV 1
45776
46106
 _ACEOF
45777
46107
 
45790
46120
   fi
45791
46121
 
45792
46122
                 if test x"$ICONV_FOUND" = "xyes" ; then
45793
 
@@ -53427,8 +50334,8 @@
 
46123
@@ -53924,8 +50818,8 @@
45794
46124
        # check for default dos charset name
45795
46125
        for j in CP850 IBM850 ; do
45796
46126
 
45801
46131
   if test "$cross_compiling" = yes; then
45802
46132
   ICONV_CHARSET=cross
45803
46133
 else
45804
 
@@ -53455,38 +50362,35 @@
 
46134
@@ -53952,38 +50846,35 @@
45805
46135
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45806
46136
   *) ac_try_echo=$ac_try;;
45807
46137
 esac
45848
46178
 
45849
46179
            default_dos_charset="$ICONV_CHARSET"
45850
46180
            if test x"$default_dos_charset" = x"$j"; then
45851
 
@@ -53497,8 +50401,8 @@
 
46181
@@ -53994,8 +50885,8 @@
45852
46182
        # check for default display charset name
45853
46183
        for j in ASCII 646 ; do
45854
46184
 
45859
46189
   if test "$cross_compiling" = yes; then
45860
46190
   ICONV_CHARSET=cross
45861
46191
 else
45862
 
@@ -53525,38 +50429,35 @@
 
46192
@@ -54022,38 +50913,35 @@
45863
46193
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45864
46194
   *) ac_try_echo=$ac_try;;
45865
46195
 esac
45906
46236
 
45907
46237
            default_display_charset="$ICONV_CHARSET"
45908
46238
            if test x"$default_display_charset" = x"$j"; then
45909
 
@@ -53567,8 +50468,8 @@
 
46239
@@ -54064,8 +50952,8 @@
45910
46240
        # check for default unix charset name
45911
46241
        for j in UTF-8 UTF8 ; do
45912
46242
 
45917
46247
   if test "$cross_compiling" = yes; then
45918
46248
   ICONV_CHARSET=cross
45919
46249
 else
45920
 
@@ -53595,38 +50496,35 @@
 
46250
@@ -54092,38 +50980,35 @@
45921
46251
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
45922
46252
   *) ac_try_echo=$ac_try;;
45923
46253
 esac
45964
46294
 
45965
46295
            default_unix_charset="$ICONV_CHARSET"
45966
46296
            if test x"$default_unix_charset" = x"$j"; then
45967
 
@@ -53664,10 +50562,10 @@
 
46297
@@ -54161,10 +51046,10 @@
45968
46298
            default_display_charset="ASCII"
45969
46299
            default_unix_charset="UTF-8"
45970
46300
            samba_cv_HAVE_NATIVE_ICONV=yes
45979
46309
        fi
45980
46310
 
45981
46311
         if test x"$samba_cv_HAVE_NATIVE_ICONV" = x"yes" ; then
45982
 
@@ -53726,9 +50624,9 @@
 
46312
@@ -54223,9 +51108,9 @@
45983
46313
 
45984
46314
 
45985
46315
 if test x"$ICONV_FOUND" = x"no" -o x"$samba_cv_HAVE_NATIVE_ICONV" != x"yes" ; then
45991
46321
     Install libiconv from http://freshmeat.net/projects/libiconv/ for better charset compatibility!" >&2;}
45992
46322
 
45993
46323
 cat >>confdefs.h <<_ACEOF
45994
 
@@ -53748,10 +50646,10 @@
 
46324
@@ -54245,10 +51130,10 @@
45995
46325
 fi
45996
46326
 
45997
46327
 
46005
46335
 else
46006
46336
 
46007
46337
 if test "$cross_compiling" = yes; then
46008
 
@@ -53781,39 +50679,36 @@
 
46338
@@ -54278,39 +51163,36 @@
46009
46339
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46010
46340
   *) ac_try_echo=$ac_try;;
46011
46341
 esac
46053
46383
 if test x"$samba_cv_HAVE_KERNEL_OPLOCKS_LINUX" = x"yes"; then
46054
46384
 
46055
46385
 cat >>confdefs.h <<\_ACEOF
46056
 
@@ -53822,10 +50717,10 @@
 
46386
@@ -54319,10 +51201,10 @@
46057
46387
 
46058
46388
 fi
46059
46389
 
46067
46397
 else
46068
46398
 
46069
46399
 if test "$cross_compiling" = yes; then
46070
 
@@ -53855,39 +50750,36 @@
 
46400
@@ -54352,39 +51234,36 @@
46071
46401
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46072
46402
   *) ac_try_echo=$ac_try;;
46073
46403
 esac
46115
46445
 if test x"$samba_cv_HAVE_KERNEL_CHANGE_NOTIFY" = x"yes"; then
46116
46446
 
46117
46447
 cat >>confdefs.h <<\_ACEOF
46118
 
@@ -53896,10 +50788,10 @@
 
46448
@@ -54393,10 +51272,10 @@
46119
46449
 
46120
46450
 fi
46121
46451
 
46129
46459
 else
46130
46460
 
46131
46461
 
46132
 
@@ -53907,21 +50799,20 @@
 
46462
@@ -54404,21 +51283,20 @@
46133
46463
 
46134
46464
 for ac_header in linux/inotify.h asm/unistd.h sys/inotify.h
46135
46465
 do
46160
46490
 cat >conftest.$ac_ext <<_ACEOF
46161
46491
 /* confdefs.h.  */
46162
46492
 _ACEOF
46163
 
@@ -53937,33 +50828,32 @@
 
46493
@@ -54434,33 +51312,32 @@
46164
46494
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46165
46495
   *) ac_try_echo=$ac_try;;
46166
46496
 esac
46201
46531
 cat >conftest.$ac_ext <<_ACEOF
46202
46532
 /* confdefs.h.  */
46203
46533
 _ACEOF
46204
 
@@ -53977,52 +50867,51 @@
 
46534
@@ -54474,52 +51351,51 @@
46205
46535
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46206
46536
   *) ac_try_echo=$ac_try;;
46207
46537
 esac
46275
46605
     ( cat <<\_ASBOX
46276
46606
 ## ---------------------------------------- ##
46277
46607
 ## Report this to samba-technical@samba.org ##
46278
 
@@ -54031,24 +50920,21 @@
 
46608
@@ -54528,24 +51404,21 @@
46279
46609
      ) | sed "s/^/$as_me: WARNING:     /" >&2
46280
46610
     ;;
46281
46611
 esac
46308
46638
 _ACEOF
46309
46639
 
46310
46640
 fi
46311
 
@@ -54058,11 +50944,11 @@
 
46641
@@ -54555,11 +51428,11 @@
46312
46642
 
46313
46643
 for ac_func in inotify_init
46314
46644
 do
46324
46654
 else
46325
46655
   cat >conftest.$ac_ext <<_ACEOF
46326
46656
 /* confdefs.h.  */
46327
 
@@ -54115,52 +51001,45 @@
 
46657
@@ -54612,52 +51485,45 @@
46328
46658
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46329
46659
   *) ac_try_echo=$ac_try;;
46330
46660
 esac
46390
46720
 else
46391
46721
 
46392
46722
     cat >conftest.$ac_ext <<_ACEOF
46393
 
@@ -54184,21 +51063,20 @@
 
46723
@@ -54681,21 +51547,20 @@
46394
46724
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46395
46725
   *) ac_try_echo=$ac_try;;
46396
46726
 esac
46415
46745
 sed 's/^/| /' conftest.$ac_ext >&5
46416
46746
 
46417
46747
        ac_cv_have___NR_inotify_init_decl=no
46418
 
@@ -54206,8 +51084,8 @@
 
46748
@@ -54703,8 +51568,8 @@
46419
46749
 
46420
46750
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
46421
46751
 fi
46426
46756
  if test x"$ac_cv_have___NR_inotify_init_decl" = x"yes"; then
46427
46757
 
46428
46758
 cat >>confdefs.h <<\_ACEOF
46429
 
@@ -54218,8 +51096,8 @@
 
46759
@@ -54715,8 +51580,8 @@
46430
46760
 
46431
46761
 
46432
46762
 fi
46437
46767
 
46438
46768
 if test x"$ac_cv_func_inotify_init" = x"yes" -a x"$ac_cv_header_linux_inotify_h" = x"yes"; then
46439
46769
 
46440
 
@@ -54243,21 +51121,20 @@
 
46770
@@ -54740,21 +51605,20 @@
46441
46771
 
46442
46772
 for ac_header in fam.h
46443
46773
 do
46468
46798
 cat >conftest.$ac_ext <<_ACEOF
46469
46799
 /* confdefs.h.  */
46470
46800
 _ACEOF
46471
 
@@ -54273,33 +51150,32 @@
 
46801
@@ -54770,33 +51634,32 @@
46472
46802
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46473
46803
   *) ac_try_echo=$ac_try;;
46474
46804
 esac
46509
46839
 cat >conftest.$ac_ext <<_ACEOF
46510
46840
 /* confdefs.h.  */
46511
46841
 _ACEOF
46512
 
@@ -54313,52 +51189,51 @@
 
46842
@@ -54810,52 +51673,51 @@
46513
46843
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46514
46844
   *) ac_try_echo=$ac_try;;
46515
46845
 esac
46583
46913
     ( cat <<\_ASBOX
46584
46914
 ## ---------------------------------------- ##
46585
46915
 ## Report this to samba-technical@samba.org ##
46586
 
@@ -54367,24 +51242,21 @@
 
46916
@@ -54864,24 +51726,21 @@
46587
46917
      ) | sed "s/^/$as_me: WARNING:     /" >&2
46588
46918
     ;;
46589
46919
 esac
46616
46946
 _ACEOF
46617
46947
  samba_cv_HAVE_FAM_H=yes
46618
46948
 else
46619
 
@@ -54396,10 +51268,10 @@
 
46949
@@ -54893,10 +51752,10 @@
46620
46950
     if test x"$samba_cv_HAVE_FAM_H" = x"yes"; then
46621
46951
         # On IRIX, libfam requires libC, but other FAM implementations
46622
46952
        # might not need it.
46630
46960
 else
46631
46961
   ac_check_lib_save_LIBS=$LIBS
46632
46962
 LIBS="-lfam  $LIBS"
46633
 
@@ -54431,37 +51303,33 @@
 
46963
@@ -54928,37 +51787,33 @@
46634
46964
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46635
46965
   *) ac_try_echo=$ac_try;;
46636
46966
 esac
46676
47006
   samba_cv_HAVE_LIBFAM=yes; SMB_FAM_LIBS="-lfam"
46677
47007
 else
46678
47008
   samba_cv_HAVE_LIBFAM=no
46679
 
@@ -54479,10 +51347,10 @@
 
47009
@@ -54976,10 +51831,10 @@
46680
47010
 
46681
47011
 
46682
47012
 
46690
47020
 else
46691
47021
   cat >conftest.$ac_ext <<_ACEOF
46692
47022
 /* confdefs.h.  */
46693
 
@@ -54512,38 +51380,34 @@
 
47023
@@ -55009,38 +51864,34 @@
46694
47024
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46695
47025
   *) ac_try_echo=$ac_try;;
46696
47026
 esac
46736
47066
     if test $ac_cv_lib_ext_fam_FAMOpen2 = yes; then
46737
47067
   cat >>confdefs.h <<_ACEOF
46738
47068
 #define HAVE_FAMOPEN2 1
46739
 
@@ -54588,14 +51452,13 @@
 
47069
@@ -55085,14 +51936,13 @@
46740
47070
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46741
47071
   *) ac_try_echo=$ac_try;;
46742
47072
 esac
46753
47083
   (exit $ac_status); } && {
46754
47084
         test -z "$ac_c_werror_flag" ||
46755
47085
         test ! -s conftest.err
46756
 
@@ -54606,7 +51469,7 @@
 
47086
@@ -55103,7 +51953,7 @@
46757
47087
 _ACEOF
46758
47088
 
46759
47089
 else
46762
47092
 sed 's/^/| /' conftest.$ac_ext >&5
46763
47093
 
46764
47094
 
46765
 
@@ -54616,8 +51479,8 @@
 
47095
@@ -55113,8 +51963,8 @@
46766
47096
     fi
46767
47097
 
46768
47098
     if test x$enable_fam = xyes && test x"$samba_cv_HAVE_LIBFAM" != xyes ; then
46773
47103
    { (exit 1); exit 1; }; }
46774
47104
     fi
46775
47105
 fi
46776
 
@@ -54631,10 +51494,10 @@
 
47106
@@ -55128,10 +51978,10 @@
46777
47107
     samba_dmapi_libs=""
46778
47108
 
46779
47109
     if test x"$samba_dmapi_libs" = x"" ; then
46787
47117
 else
46788
47118
   ac_check_lib_save_LIBS=$LIBS
46789
47119
 LIBS="-ldm  $LIBS"
46790
 
@@ -54666,47 +51529,43 @@
 
47120
@@ -55163,47 +52013,43 @@
46791
47121
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46792
47122
   *) ac_try_echo=$ac_try;;
46793
47123
 esac
46846
47176
 else
46847
47177
   ac_check_lib_save_LIBS=$LIBS
46848
47178
 LIBS="-ljfsdm  $LIBS"
46849
 
@@ -54738,47 +51597,43 @@
 
47179
@@ -55235,47 +52081,43 @@
46850
47180
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46851
47181
   *) ac_try_echo=$ac_try;;
46852
47182
 esac
46905
47235
 else
46906
47236
   ac_check_lib_save_LIBS=$LIBS
46907
47237
 LIBS="-lxdsm  $LIBS"
46908
 
@@ -54810,47 +51665,43 @@
 
47238
@@ -55307,47 +52149,43 @@
46909
47239
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46910
47240
   *) ac_try_echo=$ac_try;;
46911
47241
 esac
46964
47294
 else
46965
47295
   ac_check_lib_save_LIBS=$LIBS
46966
47296
 LIBS="-ldmapi  $LIBS"
46967
 
@@ -54882,37 +51733,33 @@
 
47297
@@ -55379,37 +52217,33 @@
46968
47298
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
46969
47299
   *) ac_try_echo=$ac_try;;
46970
47300
 esac
47010
47340
   samba_dmapi_libs="-ldmapi"
47011
47341
 fi
47012
47342
 
47013
 
@@ -54928,21 +51775,20 @@
 
47343
@@ -55425,21 +52259,20 @@
47014
47344
 
47015
47345
 for ac_header in sys/dmi.h xfs/dmapi.h sys/jfsdmapi.h sys/dmapi.h dmapi.h
47016
47346
 do
47041
47371
 cat >conftest.$ac_ext <<_ACEOF
47042
47372
 /* confdefs.h.  */
47043
47373
 _ACEOF
47044
 
@@ -54958,33 +51804,32 @@
 
47374
@@ -55455,33 +52288,32 @@
47045
47375
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47046
47376
   *) ac_try_echo=$ac_try;;
47047
47377
 esac
47082
47412
 cat >conftest.$ac_ext <<_ACEOF
47083
47413
 /* confdefs.h.  */
47084
47414
 _ACEOF
47085
 
@@ -54998,52 +51843,51 @@
 
47415
@@ -55495,52 +52327,51 @@
47086
47416
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47087
47417
   *) ac_try_echo=$ac_try;;
47088
47418
 esac
47156
47486
     ( cat <<\_ASBOX
47157
47487
 ## ---------------------------------------- ##
47158
47488
 ## Report this to samba-technical@samba.org ##
47159
 
@@ -55052,24 +51896,21 @@
 
47489
@@ -55549,24 +52380,21 @@
47160
47490
      ) | sed "s/^/$as_me: WARNING:     /" >&2
47161
47491
     ;;
47162
47492
 esac
47189
47519
 _ACEOF
47190
47520
 
47191
47521
 fi
47192
 
@@ -55126,26 +51967,23 @@
 
47522
@@ -55623,26 +52451,23 @@
47193
47523
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47194
47524
   *) ac_try_echo=$ac_try;;
47195
47525
 esac
47221
47551
 sed 's/^/| /' conftest.$ac_ext >&5
47222
47552
 
47223
47553
 
47224
 
@@ -55154,7 +51992,6 @@
 
47554
@@ -55651,7 +52476,6 @@
47225
47555
 
47226
47556
 fi
47227
47557
 
47229
47559
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
47230
47560
       conftest$ac_exeext conftest.$ac_ext
47231
47561
        LIBS="$samba_dmapi_save_LIBS"
47232
 
@@ -55163,8 +52000,8 @@
 
47562
@@ -55660,8 +52484,8 @@
47233
47563
     if test x"$samba_dmapi_libs" = x"" ; then
47234
47564
        # DMAPI detection failure actions begin
47235
47565
 
47240
47570
 
47241
47571
        # DMAPI detection failure actions end
47242
47572
     else
47243
 
@@ -55175,8 +52012,8 @@
 
47573
@@ -55672,8 +52496,8 @@
47244
47574
 #define USE_DMAPI 1
47245
47575
 _ACEOF
47246
47576
 
47251
47581
 
47252
47582
        # DMAPI detection success actions end
47253
47583
     fi
47254
 
@@ -55189,10 +52026,10 @@
 
47584
@@ -55686,10 +52510,10 @@
47255
47585
     default_shared_modules="$default_shared_modules vfs_tsmsm"
47256
47586
 fi
47257
47587
 
47265
47595
 else
47266
47596
 
47267
47597
 if test "$cross_compiling" = yes; then
47268
 
@@ -55224,39 +52061,36 @@
 
47598
@@ -55721,39 +52545,36 @@
47269
47599
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47270
47600
   *) ac_try_echo=$ac_try;;
47271
47601
 esac
47313
47643
 if test x"$samba_cv_HAVE_KERNEL_SHARE_MODES" = x"yes"; then
47314
47644
 
47315
47645
 cat >>confdefs.h <<\_ACEOF
47316
 
@@ -55266,10 +52100,10 @@
 
47646
@@ -55763,10 +52584,10 @@
47317
47647
 fi
47318
47648
 
47319
47649
 
47327
47657
 else
47328
47658
 
47329
47659
 cat >conftest.$ac_ext <<_ACEOF
47330
 
@@ -55294,21 +52128,20 @@
 
47660
@@ -55791,21 +52612,20 @@
47331
47661
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47332
47662
   *) ac_try_echo=$ac_try;;
47333
47663
 esac
47352
47682
 sed 's/^/| /' conftest.$ac_ext >&5
47353
47683
 
47354
47684
        samba_cv_HAVE_KERNEL_OPLOCKS_IRIX=no
47355
 
@@ -55316,8 +52149,8 @@
 
47685
@@ -55813,8 +52633,8 @@
47356
47686
 
47357
47687
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47358
47688
 fi
47363
47693
 if test x"$samba_cv_HAVE_KERNEL_OPLOCKS_IRIX" = x"yes"; then
47364
47694
 
47365
47695
 cat >>confdefs.h <<\_ACEOF
47366
 
@@ -55330,17 +52163,17 @@
 
47696
@@ -55827,17 +52647,17 @@
47367
47697
 # Check for POSIX capability support
47368
47698
 
47369
47699
 if test "${ac_cv_header_sys_capability_h+set}" = set; then
47388
47718
 cat >conftest.$ac_ext <<_ACEOF
47389
47719
 /* confdefs.h.  */
47390
47720
 _ACEOF
47391
 
@@ -55356,33 +52189,32 @@
 
47721
@@ -55853,33 +52673,32 @@
47392
47722
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47393
47723
   *) ac_try_echo=$ac_try;;
47394
47724
 esac
47429
47759
 cat >conftest.$ac_ext <<_ACEOF
47430
47760
 /* confdefs.h.  */
47431
47761
 _ACEOF
47432
 
@@ -55396,52 +52228,51 @@
 
47762
@@ -55893,52 +52712,51 @@
47433
47763
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47434
47764
   *) ac_try_echo=$ac_try;;
47435
47765
 esac
47503
47833
     ( cat <<\_ASBOX
47504
47834
 ## ---------------------------------------- ##
47505
47835
 ## Report this to samba-technical@samba.org ##
47506
 
@@ -55450,18 +52281,18 @@
 
47836
@@ -55947,18 +52765,18 @@
47507
47837
      ) | sed "s/^/$as_me: WARNING:     /" >&2
47508
47838
     ;;
47509
47839
 esac
47528
47858
   samba_cv_HAVE_SYS_CAPABILITY_H=yes;
47529
47859
 
47530
47860
 cat >>confdefs.h <<\_ACEOF
47531
 
@@ -55479,11 +52310,11 @@
 
47861
@@ -55976,11 +52794,11 @@
47532
47862
 
47533
47863
 for ac_func in cap_get_proc
47534
47864
 do
47544
47874
 else
47545
47875
   cat >conftest.$ac_ext <<_ACEOF
47546
47876
 /* confdefs.h.  */
47547
 
@@ -55536,42 +52367,35 @@
 
47877
@@ -56033,42 +52851,35 @@
47548
47878
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47549
47879
   *) ac_try_echo=$ac_try;;
47550
47880
 esac
47597
47927
 _ACEOF
47598
47928
 
47599
47929
         # cap_get_proc was found in libc or existing $LIBS
47600
 
@@ -55596,10 +52420,10 @@
 
47930
@@ -56093,10 +52904,10 @@
47601
47931
            ;;
47602
47932
           *)
47603
47933
            # cap_get_proc was not found, try adding libcap
47611
47941
 else
47612
47942
   ac_check_lib_save_LIBS=$LIBS
47613
47943
 LIBS="-lcap  $LIBS"
47614
 
@@ -55631,37 +52455,33 @@
 
47944
@@ -56128,37 +52939,33 @@
47615
47945
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47616
47946
   *) ac_try_echo=$ac_try;;
47617
47947
 esac
47657
47987
 
47658
47988
                LIBS="-lcap $LIBS"
47659
47989
 
47660
 
@@ -55690,10 +52510,10 @@
 
47990
@@ -56187,10 +52994,10 @@
47661
47991
 
47662
47992
 
47663
47993
 
47671
48001
 else
47672
48002
 
47673
48003
                if test "$cross_compiling" = yes; then
47674
 
@@ -55725,40 +52545,37 @@
 
48004
@@ -56222,40 +53029,37 @@
47675
48005
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47676
48006
   *) ac_try_echo=$ac_try;;
47677
48007
 esac
47720
48050
 
47721
48051
 if test x"$samba_cv_HAVE_POSIX_CAPABILITIES" = x"yes"; then
47722
48052
 
47723
 
@@ -55777,10 +52594,10 @@
 
48053
@@ -56274,10 +53078,10 @@
47724
48054
 # This is *really* broken but some systems (DEC OSF1) do this.... JRA.
47725
48055
 #
47726
48056
 
47734
48064
 else
47735
48065
 
47736
48066
 cat >conftest.$ac_ext <<_ACEOF
47737
 
@@ -55807,21 +52624,20 @@
 
48067
@@ -56304,21 +53108,20 @@
47738
48068
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47739
48069
   *) ac_try_echo=$ac_try;;
47740
48070
 esac
47759
48089
 sed 's/^/| /' conftest.$ac_ext >&5
47760
48090
 
47761
48091
        samba_cv_HAVE_INT16_FROM_RPC_RPC_H=no
47762
 
@@ -55829,8 +52645,8 @@
 
48092
@@ -56326,8 +53129,8 @@
47763
48093
 
47764
48094
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47765
48095
 fi
47770
48100
 if test x"$samba_cv_HAVE_INT16_FROM_RPC_RPC_H" = x"yes"; then
47771
48101
 
47772
48102
 cat >>confdefs.h <<\_ACEOF
47773
 
@@ -55839,10 +52655,10 @@
 
48103
@@ -56336,10 +53139,10 @@
47774
48104
 
47775
48105
 fi
47776
48106
 
47784
48114
 else
47785
48115
 
47786
48116
 cat >conftest.$ac_ext <<_ACEOF
47787
 
@@ -55869,21 +52685,20 @@
 
48117
@@ -56366,21 +53169,20 @@
47788
48118
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47789
48119
   *) ac_try_echo=$ac_try;;
47790
48120
 esac
47809
48139
 sed 's/^/| /' conftest.$ac_ext >&5
47810
48140
 
47811
48141
        samba_cv_HAVE_UINT16_FROM_RPC_RPC_H=no
47812
 
@@ -55891,8 +52706,8 @@
 
48142
@@ -56388,8 +53190,8 @@
47813
48143
 
47814
48144
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47815
48145
 fi
47820
48150
 if test x"$samba_cv_HAVE_UINT16_FROM_RPC_RPC_H" = x"yes"; then
47821
48151
 
47822
48152
 cat >>confdefs.h <<\_ACEOF
47823
 
@@ -55901,10 +52716,10 @@
 
48153
@@ -56398,10 +53200,10 @@
47824
48154
 
47825
48155
 fi
47826
48156
 
47834
48164
 else
47835
48165
 
47836
48166
 cat >conftest.$ac_ext <<_ACEOF
47837
 
@@ -55931,21 +52746,20 @@
 
48167
@@ -56428,21 +53230,20 @@
47838
48168
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47839
48169
   *) ac_try_echo=$ac_try;;
47840
48170
 esac
47859
48189
 sed 's/^/| /' conftest.$ac_ext >&5
47860
48190
 
47861
48191
        samba_cv_HAVE_INT32_FROM_RPC_RPC_H=no
47862
 
@@ -55953,8 +52767,8 @@
 
48192
@@ -56450,8 +53251,8 @@
47863
48193
 
47864
48194
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47865
48195
 fi
47870
48200
 if test x"$samba_cv_HAVE_INT32_FROM_RPC_RPC_H" = x"yes"; then
47871
48201
 
47872
48202
 cat >>confdefs.h <<\_ACEOF
47873
 
@@ -55963,10 +52777,10 @@
 
48203
@@ -56460,10 +53261,10 @@
47874
48204
 
47875
48205
 fi
47876
48206
 
47884
48214
 else
47885
48215
 
47886
48216
 cat >conftest.$ac_ext <<_ACEOF
47887
 
@@ -55993,21 +52807,20 @@
 
48217
@@ -56490,21 +53291,20 @@
47888
48218
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47889
48219
   *) ac_try_echo=$ac_try;;
47890
48220
 esac
47909
48239
 sed 's/^/| /' conftest.$ac_ext >&5
47910
48240
 
47911
48241
        samba_cv_HAVE_UINT32_FROM_RPC_RPC_H=no
47912
 
@@ -56015,8 +52828,8 @@
 
48242
@@ -56512,8 +53312,8 @@
47913
48243
 
47914
48244
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47915
48245
 fi
47920
48250
 if test x"$samba_cv_HAVE_UINT32_FROM_RPC_RPC_H" = x"yes"; then
47921
48251
 
47922
48252
 cat >>confdefs.h <<\_ACEOF
47923
 
@@ -56026,10 +52839,10 @@
 
48253
@@ -56523,10 +53323,10 @@
47924
48254
 fi
47925
48255
 
47926
48256
 
47934
48264
 else
47935
48265
 
47936
48266
 cat >conftest.$ac_ext <<_ACEOF
47937
 
@@ -56060,21 +52873,20 @@
 
48267
@@ -56557,21 +53357,20 @@
47938
48268
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47939
48269
   *) ac_try_echo=$ac_try;;
47940
48270
 esac
47959
48289
 sed 's/^/| /' conftest.$ac_ext >&5
47960
48290
 
47961
48291
        samba_cv_HAVE_RPC_AUTH_ERROR_CONFLICT=yes
47962
 
@@ -56082,8 +52894,8 @@
 
48292
@@ -56579,8 +53378,8 @@
47963
48293
 
47964
48294
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
47965
48295
 fi
47970
48300
 if test x"$samba_cv_HAVE_RPC_AUTH_ERROR_CONFLICT" = x"yes"; then
47971
48301
 
47972
48302
 cat >>confdefs.h <<\_ACEOF
47973
 
@@ -56092,11 +52904,11 @@
 
48303
@@ -56589,11 +53388,11 @@
47974
48304
 
47975
48305
 fi
47976
48306
 
47986
48316
 else
47987
48317
   cat >conftest.$ac_ext <<_ACEOF
47988
48318
 /* confdefs.h.  */
47989
 
@@ -56112,44 +52924,41 @@
 
48319
@@ -56609,44 +53408,41 @@
47990
48320
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
47991
48321
   *) ac_try_echo=$ac_try;;
47992
48322
 esac
48044
48374
 else
48045
48375
 
48046
48376
 if test "$cross_compiling" = yes; then
48047
 
@@ -56169,39 +52978,36 @@
 
48377
@@ -56666,39 +53462,36 @@
48048
48378
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48049
48379
   *) ac_try_echo=$ac_try;;
48050
48380
 esac
48092
48422
 if test x"$samba_cv_HAVE_FTRUNCATE_EXTEND" = x"yes"; then
48093
48423
 
48094
48424
 cat >>confdefs.h <<\_ACEOF
48095
 
@@ -56210,10 +53016,10 @@
 
48425
@@ -56707,10 +53500,10 @@
48096
48426
 
48097
48427
 fi
48098
48428
 
48106
48436
 else
48107
48437
 
48108
48438
 if test "$cross_compiling" = yes; then
48109
 
@@ -56233,39 +53039,36 @@
 
48439
@@ -56730,39 +53523,36 @@
48110
48440
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48111
48441
   *) ac_try_echo=$ac_try;;
48112
48442
 esac
48154
48484
 if test x"$samba_cv_HAVE_BROKEN_GETGROUPS" = x"yes"; then
48155
48485
 
48156
48486
 cat >>confdefs.h <<\_ACEOF
48157
 
@@ -56275,10 +53078,10 @@
 
48487
@@ -56772,10 +53562,10 @@
48158
48488
 fi
48159
48489
 
48160
48490
 
48168
48498
 else
48169
48499
 
48170
48500
            cat >conftest.$ac_ext <<_ACEOF
48171
 
@@ -56302,36 +53105,32 @@
 
48501
@@ -56799,36 +53589,32 @@
48172
48502
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48173
48503
   *) ac_try_echo=$ac_try;;
48174
48504
 esac
48212
48542
 
48213
48543
     if test x"$samba_cv_SYSCONF_SC_NGROUPS_MAX" = x"yes" ; then
48214
48544
 
48215
 
@@ -56342,10 +53141,10 @@
 
48545
@@ -56839,10 +53625,10 @@
48216
48546
     fi
48217
48547
 
48218
48548
 
48226
48556
 else
48227
48557
 
48228
48558
            cat >conftest.$ac_ext <<_ACEOF
48229
 
@@ -56369,36 +53168,32 @@
 
48559
@@ -56866,36 +53652,32 @@
48230
48560
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48231
48561
   *) ac_try_echo=$ac_try;;
48232
48562
 esac
48270
48600
 
48271
48601
     if test x"$samba_cv_SYSCONF_SC_NPROC_ONLN" = x"yes" ; then
48272
48602
 
48273
 
@@ -56409,10 +53204,10 @@
 
48603
@@ -56906,10 +53688,10 @@
48274
48604
     fi
48275
48605
 
48276
48606
 
48284
48614
 else
48285
48615
 
48286
48616
            cat >conftest.$ac_ext <<_ACEOF
48287
 
@@ -56436,36 +53231,32 @@
 
48617
@@ -56933,36 +53715,32 @@
48288
48618
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48289
48619
   *) ac_try_echo=$ac_try;;
48290
48620
 esac
48328
48658
 
48329
48659
     if test x"$samba_cv_SYSCONF_SC_NPROCESSORS_ONLN" = x"yes" ; then
48330
48660
 
48331
 
@@ -56476,10 +53267,10 @@
 
48661
@@ -56973,10 +53751,10 @@
48332
48662
     fi
48333
48663
 
48334
48664
 
48342
48672
 else
48343
48673
 
48344
48674
            cat >conftest.$ac_ext <<_ACEOF
48345
 
@@ -56503,36 +53294,32 @@
 
48675
@@ -57000,36 +53778,32 @@
48346
48676
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48347
48677
   *) ac_try_echo=$ac_try;;
48348
48678
 esac
48386
48716
 
48387
48717
     if test x"$samba_cv_SYSCONF_SC_PAGESIZE" = x"yes" ; then
48388
48718
 
48389
 
@@ -56545,11 +53332,11 @@
 
48719
@@ -57042,11 +53816,11 @@
48390
48720
 
48391
48721
 for ac_func in getpagesize
48392
48722
 do
48402
48732
 else
48403
48733
   cat >conftest.$ac_ext <<_ACEOF
48404
48734
 /* confdefs.h.  */
48405
 
@@ -56602,42 +53389,35 @@
 
48735
@@ -57099,42 +53873,35 @@
48406
48736
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48407
48737
   *) ac_try_echo=$ac_try;;
48408
48738
 esac
48455
48785
 _ACEOF
48456
48786
 
48457
48787
 fi
48458
 
@@ -56649,10 +53429,10 @@
 
48788
@@ -57146,10 +53913,10 @@
48459
48789
 seteuid=no;
48460
48790
 
48461
48791
 if test $seteuid = no; then
48469
48799
 else
48470
48800
 
48471
48801
 if test "$cross_compiling" = yes; then
48472
 
@@ -56676,39 +53456,36 @@
 
48802
@@ -57173,39 +53940,36 @@
48473
48803
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48474
48804
   *) ac_try_echo=$ac_try;;
48475
48805
 esac
48517
48847
 if test x"$samba_cv_USE_SETREUID" = x"yes"; then
48518
48848
     seteuid=yes;
48519
48849
 cat >>confdefs.h <<\_ACEOF
48520
 
@@ -56721,10 +53498,10 @@
 
48850
@@ -57218,10 +53982,10 @@
48521
48851
 # we check for setresuid second as it conflicts with AIO on Linux.
48522
48852
 # see http://samba.org/~tridge/junkcode/aio_uid.c
48523
48853
 if test $seteuid = no; then
48531
48861
 else
48532
48862
 
48533
48863
 if test "$cross_compiling" = yes; then
48534
 
@@ -56748,39 +53525,36 @@
 
48864
@@ -57245,39 +54009,36 @@
48535
48865
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48536
48866
   *) ac_try_echo=$ac_try;;
48537
48867
 esac
48579
48909
 if test x"$samba_cv_USE_SETRESUID" = x"yes"; then
48580
48910
     seteuid=yes;
48581
48911
 cat >>confdefs.h <<\_ACEOF
48582
 
@@ -56791,10 +53565,10 @@
 
48912
@@ -57288,10 +54049,10 @@
48583
48913
 fi
48584
48914
 
48585
48915
 if test $seteuid = no; then
48593
48923
 else
48594
48924
 
48595
48925
 if test "$cross_compiling" = yes; then
48596
 
@@ -56818,39 +53592,36 @@
 
48926
@@ -57315,39 +54076,36 @@
48597
48927
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48598
48928
   *) ac_try_echo=$ac_try;;
48599
48929
 esac
48641
48971
 if test x"$samba_cv_USE_SETEUID" = x"yes"; then
48642
48972
     seteuid=yes;
48643
48973
 cat >>confdefs.h <<\_ACEOF
48644
 
@@ -56861,10 +53632,10 @@
 
48974
@@ -57358,10 +54116,10 @@
48645
48975
 fi
48646
48976
 
48647
48977
 if test $seteuid = no; then
48655
48985
 else
48656
48986
 
48657
48987
 if test "$cross_compiling" = yes; then
48658
 
@@ -56888,39 +53659,36 @@
 
48988
@@ -57385,39 +54143,36 @@
48659
48989
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48660
48990
   *) ac_try_echo=$ac_try;;
48661
48991
 esac
48703
49033
 if test x"$samba_cv_USE_SETUIDX" = x"yes"; then
48704
49034
     seteuid=yes;
48705
49035
 cat >>confdefs.h <<\_ACEOF
48706
 
@@ -56930,10 +53698,10 @@
 
49036
@@ -57427,10 +54182,10 @@
48707
49037
 fi
48708
49038
 fi
48709
49039
 
48717
49047
 else
48718
49048
   cat >conftest.$ac_ext <<_ACEOF
48719
49049
 /* confdefs.h.  */
48720
 
@@ -56959,36 +53727,32 @@
 
49050
@@ -57456,36 +54211,32 @@
48721
49051
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48722
49052
   *) ac_try_echo=$ac_try;;
48723
49053
 esac
48761
49091
 
48762
49092
 if test x"$samba_cv_DARWIN_INITGROUPS" = x"yes" ; then
48763
49093
 
48764
 
@@ -56998,10 +53762,10 @@
 
49094
@@ -57495,10 +54246,10 @@
48765
49095
 
48766
49096
 fi
48767
49097
 
48775
49105
 else
48776
49106
 
48777
49107
 if test "$cross_compiling" = yes; then
48778
 
@@ -57021,39 +53785,36 @@
 
49108
@@ -57518,39 +54269,36 @@
48779
49109
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48780
49110
   *) ac_try_echo=$ac_try;;
48781
49111
 esac
48823
49153
 if test x"$samba_cv_HAVE_FCNTL_LOCK" = x"yes"; then
48824
49154
 
48825
49155
 cat >>confdefs.h <<\_ACEOF
48826
 
@@ -57062,10 +53823,10 @@
 
49156
@@ -57559,10 +54307,10 @@
48827
49157
 
48828
49158
 fi
48829
49159
 
48837
49167
 else
48838
49168
 
48839
49169
 if test "$cross_compiling" = yes; then
48840
 
@@ -57085,39 +53846,36 @@
 
49170
@@ -57582,39 +54330,36 @@
48841
49171
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48842
49172
   *) ac_try_echo=$ac_try;;
48843
49173
 esac
48885
49215
 if test x"$samba_cv_HAVE_BROKEN_FCNTL64_LOCKS" = x"yes"; then
48886
49216
 
48887
49217
 cat >>confdefs.h <<\_ACEOF
48888
 
@@ -57128,10 +53886,10 @@
 
49218
@@ -57625,10 +54370,10 @@
48889
49219
 else
48890
49220
 
48891
49221
 
48899
49229
 else
48900
49230
 
48901
49231
   if test "$cross_compiling" = yes; then
48902
 
@@ -57171,39 +53929,36 @@
 
49232
@@ -57668,39 +54413,36 @@
48903
49233
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48904
49234
   *) ac_try_echo=$ac_try;;
48905
49235
 esac
48947
49277
 
48948
49278
   if test x"$samba_cv_HAVE_STRUCT_FLOCK64" = x"yes"; then
48949
49279
 
48950
 
@@ -57214,10 +53969,10 @@
 
49280
@@ -57711,10 +54453,10 @@
48951
49281
   fi
48952
49282
 fi
48953
49283
 
48961
49291
 else
48962
49292
 
48963
49293
 cat >conftest.$ac_ext <<_ACEOF
48964
 
@@ -57243,21 +53998,20 @@
 
49294
@@ -57740,21 +54482,20 @@
48965
49295
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
48966
49296
   *) ac_try_echo=$ac_try;;
48967
49297
 esac
48986
49316
 sed 's/^/| /' conftest.$ac_ext >&5
48987
49317
 
48988
49318
        samba_cv_HAVE_STAT_ST_BLOCKS=no
48989
 
@@ -57265,8 +54019,8 @@
 
49319
@@ -57762,8 +54503,8 @@
48990
49320
 
48991
49321
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
48992
49322
 fi
48997
49327
 if test x"$samba_cv_HAVE_STAT_ST_BLOCKS" = x"yes"; then
48998
49328
 
48999
49329
 cat >>confdefs.h <<\_ACEOF
49000
 
@@ -57275,10 +54029,10 @@
 
49330
@@ -57772,10 +54513,10 @@
49001
49331
 
49002
49332
 fi
49003
49333
 
49011
49341
 else
49012
49342
 
49013
49343
 cat >conftest.$ac_ext <<_ACEOF
49014
 
@@ -57304,21 +54058,20 @@
 
49344
@@ -57801,21 +54542,20 @@
49015
49345
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49016
49346
   *) ac_try_echo=$ac_try;;
49017
49347
 esac
49036
49366
 sed 's/^/| /' conftest.$ac_ext >&5
49037
49367
 
49038
49368
        samba_cv_HAVE_STAT_ST_BLKSIZE=no
49039
 
@@ -57326,8 +54079,8 @@
 
49369
@@ -57823,8 +54563,8 @@
49040
49370
 
49041
49371
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49042
49372
 fi
49047
49377
 if test x"$samba_cv_HAVE_STAT_ST_BLKSIZE" = x"yes"; then
49048
49378
 
49049
49379
 cat >>confdefs.h <<\_ACEOF
49050
 
@@ -57336,10 +54089,10 @@
 
49380
@@ -57833,10 +54573,10 @@
49051
49381
 
49052
49382
 fi
49053
49383
 
49061
49391
 else
49062
49392
 
49063
49393
            cat >conftest.$ac_ext <<_ACEOF
49064
 
@@ -57365,21 +54118,20 @@
 
49394
@@ -57862,21 +54602,20 @@
49065
49395
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49066
49396
   *) ac_try_echo=$ac_try;;
49067
49397
 esac
49086
49416
 sed 's/^/| /' conftest.$ac_ext >&5
49087
49417
 
49088
49418
        samba_cv_HAVE_STAT_ST_FLAGS=no
49089
 
@@ -57388,8 +54140,8 @@
 
49419
@@ -57885,8 +54624,8 @@
49090
49420
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49091
49421
 
49092
49422
 fi
49097
49427
 
49098
49428
 if test x"$samba_cv_HAVE_STAT_ST_FLAGS" = x"yes"; then
49099
49429
 
49100
 
@@ -57399,10 +54151,10 @@
 
49430
@@ -57896,10 +54635,10 @@
49101
49431
 
49102
49432
 fi
49103
49433
 
49111
49441
 else
49112
49442
 
49113
49443
 cat >conftest.$ac_ext <<_ACEOF
49114
 
@@ -57431,21 +54183,20 @@
 
49444
@@ -57928,21 +54667,20 @@
49115
49445
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49116
49446
   *) ac_try_echo=$ac_try;;
49117
49447
 esac
49136
49466
 sed 's/^/| /' conftest.$ac_ext >&5
49137
49467
 
49138
49468
        samba_cv_BROKEN_NISPLUS_INCLUDE_FILES=yes
49139
 
@@ -57453,8 +54204,8 @@
 
49469
@@ -57950,8 +54688,8 @@
49140
49470
 
49141
49471
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49142
49472
 fi
49147
49477
 if test x"$samba_cv_BROKEN_NISPLUS_INCLUDE_FILES" = x"yes"; then
49148
49478
 
49149
49479
 cat >>confdefs.h <<\_ACEOF
49150
 
@@ -57463,10 +54214,10 @@
 
49480
@@ -57960,10 +54698,10 @@
49151
49481
 
49152
49482
 fi
49153
49483
 
49161
49491
 else
49162
49492
 
49163
49493
 if test "$cross_compiling" = yes; then
49164
 
@@ -57501,39 +54252,36 @@
 
49494
@@ -57998,39 +54736,36 @@
49165
49495
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49166
49496
   *) ac_try_echo=$ac_try;;
49167
49497
 esac
49209
49539
 if test x"$samba_cv_REALPATH_TAKES_NULL" = x"yes"; then
49210
49540
 
49211
49541
 cat >>confdefs.h <<\_ACEOF
49212
 
@@ -57545,25 +54293,25 @@
 
49542
@@ -58042,25 +54777,25 @@
49213
49543
 #################################################
49214
49544
 # check for AFS clear-text auth support
49215
49545
 samba_cv_WITH_AFS=no
49243
49573
 
49244
49574
 fi
49245
49575
 
49246
 
@@ -57571,25 +54319,25 @@
 
49576
@@ -58068,25 +54803,25 @@
49247
49577
 ####################################################
49248
49578
 # check for Linux-specific AFS fake-kaserver support
49249
49579
 samba_cv_WITH_FAKE_KASERVER=no
49277
49607
 
49278
49608
 fi
49279
49609
 
49280
 
@@ -57600,16 +54348,16 @@
 
49610
@@ -58097,16 +54832,16 @@
49281
49611
    test x"$samba_cv_WITH_FAKE_KASERVER" != x"no"; then
49282
49612
 
49283
49613
     # see if this box has the afs-headers in /usr/include/afs
49300
49630
     fi
49301
49631
 
49302
49632
     # check for afs.h
49303
 
@@ -57618,21 +54366,20 @@
 
49633
@@ -58115,21 +54850,20 @@
49304
49634
 
49305
49635
 for ac_header in afs.h afs/afs.h
49306
49636
 do
49331
49661
 cat >conftest.$ac_ext <<_ACEOF
49332
49662
 /* confdefs.h.  */
49333
49663
 _ACEOF
49334
 
@@ -57648,33 +54395,32 @@
 
49664
@@ -58145,33 +54879,32 @@
49335
49665
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49336
49666
   *) ac_try_echo=$ac_try;;
49337
49667
 esac
49372
49702
 cat >conftest.$ac_ext <<_ACEOF
49373
49703
 /* confdefs.h.  */
49374
49704
 _ACEOF
49375
 
@@ -57688,52 +54434,51 @@
 
49705
@@ -58185,52 +54918,51 @@
49376
49706
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49377
49707
   *) ac_try_echo=$ac_try;;
49378
49708
 esac
49446
49776
     ( cat <<\_ASBOX
49447
49777
 ## ---------------------------------------- ##
49448
49778
 ## Report this to samba-technical@samba.org ##
49449
 
@@ -57742,24 +54487,21 @@
 
49779
@@ -58239,24 +54971,21 @@
49450
49780
      ) | sed "s/^/$as_me: WARNING:     /" >&2
49451
49781
     ;;
49452
49782
 esac
49479
49809
 _ACEOF
49480
49810
 
49481
49811
 fi
49482
 
@@ -57769,11 +54511,11 @@
 
49812
@@ -58266,11 +54995,11 @@
49483
49813
     if test x"$ac_cv_header_afs_h" = x"no" && test x"$ac_cv_header_afs_afs_h" = x"no"; then
49484
49814
        if test x"$samba_cv_WITH_FAKE_KASERVER" = x"auto" ||
49485
49815
           test x"$samba_cv_WITH_AFS" = x"auto"; then
49495
49825
    { (exit 1); exit 1; }; }
49496
49826
        fi
49497
49827
     else
49498
 
@@ -57795,25 +54537,25 @@
 
49828
@@ -58292,25 +55021,25 @@
49499
49829
 #################################################
49500
49830
 # check whether to compile AFS/NT ACL mapping module
49501
49831
 samba_cv_WITH_VFS_AFSACL=no
49529
49859
 
49530
49860
 fi
49531
49861
 
49532
 
@@ -57832,15 +54574,15 @@
 
49862
@@ -58329,15 +55058,15 @@
49533
49863
 
49534
49864
 #################################################
49535
49865
 # check for the DFS clear-text auth system
49549
49879
 
49550
49880
 cat >>confdefs.h <<\_ACEOF
49551
49881
 #define WITH_DFS 1
49552
 
@@ -57848,13 +54590,13 @@
 
49882
@@ -58345,13 +55074,13 @@
49553
49883
 
49554
49884
     ;;
49555
49885
   *)
49567
49897
 
49568
49898
 fi
49569
49899
 
49570
 
@@ -57863,8 +54605,8 @@
 
49900
@@ -58360,8 +55089,8 @@
49571
49901
 # Compile with LDAP support?
49572
49902
 
49573
49903
 with_ldap_support=auto
49578
49908
 
49579
49909
 
49580
49910
 # Check whether --with-ldap was given.
49581
 
@@ -57877,8 +54619,8 @@
 
49911
@@ -58374,8 +55103,8 @@
49582
49912
 fi
49583
49913
 
49584
49914
 
49589
49919
 
49590
49920
 SMBLDAP=""
49591
49921
 
49592
 
@@ -57896,21 +54638,20 @@
 
49922
@@ -58393,21 +55122,20 @@
49593
49923
 
49594
49924
 for ac_header in ldap.h lber.h
49595
49925
 do
49620
49950
 cat >conftest.$ac_ext <<_ACEOF
49621
49951
 /* confdefs.h.  */
49622
49952
 _ACEOF
49623
 
@@ -57926,33 +54667,32 @@
 
49953
@@ -58423,33 +55151,32 @@
49624
49954
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49625
49955
   *) ac_try_echo=$ac_try;;
49626
49956
 esac
49661
49991
 cat >conftest.$ac_ext <<_ACEOF
49662
49992
 /* confdefs.h.  */
49663
49993
 _ACEOF
49664
 
@@ -57966,52 +54706,51 @@
 
49994
@@ -58463,52 +55190,51 @@
49665
49995
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49666
49996
   *) ac_try_echo=$ac_try;;
49667
49997
 esac
49735
50065
     ( cat <<\_ASBOX
49736
50066
 ## ---------------------------------------- ##
49737
50067
 ## Report this to samba-technical@samba.org ##
49738
 
@@ -58020,24 +54759,21 @@
 
50068
@@ -58517,24 +55243,21 @@
49739
50069
      ) | sed "s/^/$as_me: WARNING:     /" >&2
49740
50070
     ;;
49741
50071
 esac
49768
50098
 _ACEOF
49769
50099
 
49770
50100
 fi
49771
 
@@ -58047,12 +54783,12 @@
 
50101
@@ -58544,12 +55267,12 @@
49772
50102
 
49773
50103
   if test x"$ac_cv_header_ldap_h" != x"yes"; then
49774
50104
        if test x"$with_ldap_support" = x"yes"; then
49785
50115
        fi
49786
50116
 
49787
50117
        with_ldap_support=no
49788
 
@@ -58063,54 +54799,18 @@
 
50118
@@ -58560,54 +55283,18 @@
49789
50119
   # unsigned int in include/includes.h
49790
50120
   case $host_os in
49791
50121
        *hpux*)
49847
50177
   cat >conftest.$ac_ext <<_ACEOF
49848
50178
 /* confdefs.h.  */
49849
50179
 _ACEOF
49850
 
@@ -58119,11 +54819,14 @@
 
50180
@@ -58616,11 +55303,14 @@
49851
50181
 /* end confdefs.h.  */
49852
50182
 #include <lber.h>
49853
50183
 
49864
50194
   ;
49865
50195
   return 0;
49866
50196
 }
49867
 
@@ -58134,47 +54837,38 @@
 
50197
@@ -58631,47 +55321,38 @@
49868
50198
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49869
50199
   *) ac_try_echo=$ac_try;;
49870
50200
 esac
49883
50213
         test ! -s conftest.err
49884
50214
        } && test -s conftest.$ac_objext; then
49885
50215
-  :
 
50216
-else
 
50217
-  $as_echo "$as_me: failed program was:" >&5
 
50218
-sed 's/^/| /' conftest.$ac_ext >&5
 
50219
-
 
50220
-       ac_cv_type_ber_tag_t=yes
 
50221
-fi
 
50222
-
 
50223
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49886
50224
+  ac_cv_type_ber_tag_t=yes
49887
50225
 else
49888
50226
-  $as_echo "$as_me: failed program was:" >&5
49889
50227
+  echo "$as_me: failed program was:" >&5
49890
50228
 sed 's/^/| /' conftest.$ac_ext >&5
49891
50229
 
49892
 
-       ac_cv_type_ber_tag_t=yes
 
50230
-
49893
50231
+       ac_cv_type_ber_tag_t=no
49894
50232
 fi
49895
50233
 
49896
50234
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49897
 
-else
49898
 
-  $as_echo "$as_me: failed program was:" >&5
49899
 
-sed 's/^/| /' conftest.$ac_ext >&5
49900
 
-
49901
 
-
49902
50235
 fi
49903
 
-
49904
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
49905
 
-fi
49906
50236
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_ber_tag_t" >&5
49907
50237
-$as_echo "$ac_cv_type_ber_tag_t" >&6; }
49908
50238
+{ echo "$as_me:$LINENO: result: $ac_cv_type_ber_tag_t" >&5
49923
50253
                fi
49924
50254
                with_ldap_support=no
49925
50255
        fi
49926
 
@@ -58197,10 +54891,10 @@
 
50256
@@ -58694,10 +55375,10 @@
49927
50257
 
49928
50258
 
49929
50259
 
49937
50267
 else
49938
50268
   cat >conftest.$ac_ext <<_ACEOF
49939
50269
 /* confdefs.h.  */
49940
 
@@ -58230,38 +54924,34 @@
 
50270
@@ -58727,38 +55408,34 @@
49941
50271
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
49942
50272
   *) ac_try_echo=$ac_try;;
49943
50273
 esac
49983
50313
     if test $ac_cv_lib_ext_lber_ber_scanf = yes; then
49984
50314
   cat >>confdefs.h <<_ACEOF
49985
50315
 #define HAVE_BER_SCANF 1
49986
 
@@ -58296,10 +54986,10 @@
 
50316
@@ -58793,10 +55470,10 @@
49987
50317
 
49988
50318
     ac_check_func_ext_save_LIBS=$LIBS
49989
50319
     LIBS="$LDAP_LIBS $LIBS"
49997
50327
 else
49998
50328
   cat >conftest.$ac_ext <<_ACEOF
49999
50329
 /* confdefs.h.  */
50000
 
@@ -58352,35 +55042,31 @@
 
50330
@@ -58849,35 +55526,31 @@
50001
50331
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
50002
50332
   *) ac_try_echo=$ac_try;;
50003
50333
 esac
50040
50370
     LIBS=$ac_check_func_ext_save_LIBS
50041
50371
     if test $ac_cv_func_ext_ber_sockbuf_add_io = yes; then
50042
50372
   cat >>confdefs.h <<_ACEOF
50043
 
@@ -58390,10 +55076,10 @@
 
50373
@@ -58887,10 +55560,10 @@
50044
50374
 fi
50045
50375
 
50046
50376
 
50054
50384
 else
50055
50385
 
50056
50386
                 cat >conftest.$ac_ext <<_ACEOF
50057
 
@@ -58417,21 +55103,20 @@
 
50387
@@ -58914,21 +55587,20 @@
50058
50388
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
50059
50389
   *) ac_try_echo=$ac_try;;
50060
50390
 esac
50079
50409
 sed 's/^/| /' conftest.$ac_ext >&5
50080
50410
 
50081
50411
        samba_cv_HAVE_LDAP_OPT_SOCKBUF=no
50082
 
@@ -58439,8 +55124,8 @@
 
50412
@@ -58936,8 +55608,8 @@
50083
50413
 
50084
50414
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50085
50415
 fi
50090
50420
 
50091
50421
   if test x"$ac_cv_func_ext_ber_sockbuf_add_io" = x"yes" -a \
50092
50422
          x"$samba_cv_HAVE_LDAP_OPT_SOCKBUF" = x"yes"; then
50093
 
@@ -58454,10 +55139,10 @@
 
50423
@@ -58951,10 +55623,10 @@
50094
50424
   #######################################################
50095
50425
   # if we have LBER_OPT_LOG_PRINT_FN, we can intercept
50096
50426
   # ldap logging and print it out in the samba logs
50104
50434
 else
50105
50435
   cat >conftest.$ac_ext <<_ACEOF
50106
50436
 /* confdefs.h.  */
50107
 
@@ -58480,21 +55165,20 @@
 
50437
@@ -58977,21 +55649,20 @@
50108
50438
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
50109
50439
   *) ac_try_echo=$ac_try;;
50110
50440
 esac
50129
50459
 sed 's/^/| /' conftest.$ac_ext >&5
50130
50460
 
50131
50461
        samba_cv_HAVE_LBER_OPT_LOG_PRINT_FN=no
50132
 
@@ -58502,8 +55186,8 @@
 
50462
@@ -58999,8 +55670,8 @@
50133
50463
 
50134
50464
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50135
50465
 fi
50140
50470
 
50141
50471
   if test x"$samba_cv_HAVE_LBER_OPT_LOG_PRINT_FN" = x"yes"; then
50142
50472
 
50143
 
@@ -58524,10 +55208,10 @@
 
50473
@@ -59021,10 +55692,10 @@
50144
50474
 
50145
50475
 
50146
50476
 
50154
50484
 else
50155
50485
   cat >conftest.$ac_ext <<_ACEOF
50156
50486
 /* confdefs.h.  */
50157
 
@@ -58557,38 +55241,34 @@
 
50487
@@ -59054,38 +55725,34 @@
50158
50488
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
50159
50489
   *) ac_try_echo=$ac_try;;
50160
50490
 esac
50200
50530
     if test $ac_cv_lib_ext_ldap_ldap_init = yes; then
50201
50531
   cat >>confdefs.h <<_ACEOF
50202
50532
 #define HAVE_LDAP_INIT 1
50203
 
@@ -58623,10 +55303,10 @@
 
50533
@@ -59120,10 +55787,10 @@
50204
50534
 
50205
50535
     ac_check_func_ext_save_LIBS=$LIBS
50206
50536
     LIBS="$LDAP_LIBS $LIBS"
50214
50544
 else
50215
50545
   cat >conftest.$ac_ext <<_ACEOF
50216
50546
 /* confdefs.h.  */
50217
 
@@ -58679,35 +55359,31 @@
 
50547
@@ -59176,35 +55843,31 @@
50218
50548
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
50219
50549
   *) ac_try_echo=$ac_try;;
50220
50550
 esac
50257
50587
     LIBS=$ac_check_func_ext_save_LIBS
50258
50588
     if test $ac_cv_func_ext_ldap_set_rebind_proc = yes; then
50259
50589
   cat >>confdefs.h <<_ACEOF
50260
 
@@ -58718,10 +55394,10 @@
 
50590
@@ -59215,10 +55878,10 @@
50261
50591
 
50262
50592
 
50263
50593
   LIBS="$LIBS $LDAP_LIBS"
50271
50601
 else
50272
50602
 
50273
50603
     cat >conftest.$ac_ext <<_ACEOF
50274
 
@@ -58747,21 +55423,20 @@
 
50604
@@ -59244,21 +55907,20 @@
50275
50605
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
50276
50606
   *) ac_try_echo=$ac_try;;
50277
50607
 esac
50296
50626
 sed 's/^/| /' conftest.$ac_ext >&5
50297
50627
 
50298
50628
        smb_ldap_cv_ldap_set_rebind_proc=2
50299
 
@@ -58771,8 +55446,8 @@
 
50629
@@ -59268,8 +55930,8 @@
50300
50630
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
50301
50631
 
50302
50632
 fi
50307
50637
 
50308
50638
 
50309
50639
 cat >>confdefs.h <<_ACEOF
50310
 
@@ -58785,10 +55460,10 @@
 
50640
@@ -59282,10 +55944,10 @@
50311
50641
 
50312
50642
     ac_check_func_ext_save_LIBS=$LIBS
50313
50643
     LIBS="$LDAP_LIBS $LIBS"
50321
50651
 else
50322
50652
   cat >conftest.$ac_ext <<_ACEOF
50323
50653
 /* confdefs.h.  */
50324
 
@@ -58841,35 +55516,31 @@
 
50654
@@ -59338,35 +56000,31 @@
50325
50655
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
50326
50656
   *) ac_try_echo=$ac_try;;
50327
50657
 esac
50364
50694
     LIBS=$ac_check_func_ext_save_LIBS
50365
50695
     if test $ac_cv_func_ext_ldap_initialize = yes; then
50366
50696
   cat >>confdefs.h <<_ACEOF
50367
 
@@ -58891,18 +55562,18 @@
 
50697
@@ -59388,18 +56046,18 @@
50368
50698
     SMBLDAP="lib/smbldap.o"
50369
50699
     SMBLDAPUTIL="lib/smbldap_util.o"
50370
50700
     with_ldap_support=yes
50391
50721
     fi
50392
50722
 
50393
50723
     LDAP_LIBS=""
50394
 
@@ -58916,8 +55587,8 @@
 
50724
@@ -59413,8 +56071,8 @@
50395
50725
 # active directory support
50396
50726
 
50397
50727
 with_ads_support=auto
50402
50732
 
50403
50733
 
50404
50734
 # Check whether --with-ads was given.
50405
 
@@ -58930,8 +55601,8 @@
 
50735
@@ -59427,8 +56085,8 @@
50406
50736
 fi
50407
50737
 
50408
50738
 
50413
50743
 
50414
50744
 FOUND_KRB5=no
50415
50745
 KRB5_LIBS=""
50416
 
@@ -58939,12 +55610,12 @@
 
50746
@@ -59436,12 +56094,12 @@
50417
50747
 if test x"$with_ldap_support" != x"yes"; then
50418
50748
 
50419
50749
     if test x"$with_ads_support" = x"yes"; then
50430
50760
        with_ads_support=no
50431
50761
     fi
50432
50762
 
50433
 
@@ -58961,10 +55632,10 @@
 
50763
@@ -59458,10 +56116,10 @@
50434
50764
 
50435
50765
     ac_check_func_ext_save_LIBS=$LIBS
50436
50766
     LIBS="$LDAP_LIBS $LIBS"
50444
50774
 else
50445
50775
   cat >conftest.$ac_ext <<_ACEOF
50446
50776
 /* confdefs.h.  */
50447
 
@@ -59017,35 +55688,31 @@
 
50777
@@ -59514,35 +56172,31 @@
50448
50778
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
50449
50779
   *) ac_try_echo=$ac_try;;
50450
50780
 esac
50487
50817
     LIBS=$ac_check_func_ext_save_LIBS
50488
50818
     if test $ac_cv_func_ext_ldap_init = yes; then
50489
50819
   cat >>confdefs.h <<_ACEOF
50490
 
@@ -59057,12 +55724,12 @@
 
50820
@@ -59554,12 +56208,12 @@
50491
50821
 
50492
50822
     if test x"$ac_cv_func_ext_ldap_init" != x"yes"; then
50493
50823
        if test x"$with_ads_support" = x"yes"; then
50504
50834
            with_ads_support=no
50505
50835
        fi
50506
50836
     fi
50507
 
@@ -59073,10 +55740,10 @@
 
50837
@@ -59570,10 +56224,10 @@
50508
50838
 
50509
50839
     ac_check_func_ext_save_LIBS=$LIBS
50510
50840
     LIBS="$LDAP_LIBS $LIBS"
50518
50848
 else
50519
50849
   cat >conftest.$ac_ext <<_ACEOF
50520
50850
 /* confdefs.h.  */
50521
 
@@ -59129,35 +55796,31 @@
 
50851
@@ -59626,35 +56280,31 @@
50522
50852
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
50523
50853
   *) ac_try_echo=$ac_try;;
50524
50854
 esac
50561
50891
     LIBS=$ac_check_func_ext_save_LIBS
50562
50892
     if test $ac_cv_func_ext_ldap_initialize = yes; then
50563
50893
   cat >>confdefs.h <<_ACEOF
50564
 
@@ -59169,12 +55832,12 @@
 
50894
@@ -59666,12 +56316,12 @@
50565
50895
 
50566
50896
     if test x"$ac_cv_func_ext_ldap_initialize" != x"yes"; then
50567
50897
        if test x"$with_ads_support" = x"yes"; then
50578
50908
            with_ads_support=no
50579
50909
        fi
50580
50910
     fi
50581
 
@@ -59187,10 +55850,10 @@
 
50911
@@ -59684,10 +56334,10 @@
50582
50912
 
50583
50913
     ac_check_func_ext_save_LIBS=$LIBS
50584
50914
     LIBS="$LDAP_LIBS $LIBS"
50592
50922
 else
50593
50923
   cat >conftest.$ac_ext <<_ACEOF
50594
50924
 /* confdefs.h.  */
50595
 
@@ -59243,35 +55906,31 @@
 
50925
@@ -59740,35 +56390,31 @@
50596
50926
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
50597
50927
   *) ac_try_echo=$ac_try;;
50598
50928
 esac
50635
50965
     LIBS=$ac_check_func_ext_save_LIBS
50636
50966
     if test $ac_cv_func_ext_ldap_add_result_entry = yes; then
50637
50967
   cat >>confdefs.h <<_ACEOF
50638
 
@@ -59283,12 +55942,12 @@
 
50968
@@ -59780,12 +56426,12 @@
50639
50969
 
50640
50970
     if test x"$ac_cv_func_ext_ldap_add_result_entry" != x"yes"; then
50641
50971
        if test x"$with_ads_support" = x"yes"; then
50652
50982
            with_ads_support=no
50653
50983
        fi
50654
50984
     fi
50655
 
@@ -59303,24 +55962,24 @@
 
50985
@@ -59800,24 +56446,24 @@
50656
50986
   if test x$FOUND_KRB5 = x"no"; then
50657
50987
     #################################################
50658
50988
     # check for location of Kerberos 5 install
50685
51015
         KRB5_CFLAGS="-I$withval/include"
50686
51016
         KRB5_CPPFLAGS="-I$withval/include"
50687
51017
         KRB5_LDFLAGS="-L$withval/lib"
50688
 
@@ -59331,8 +55990,8 @@
 
51018
@@ -59828,8 +56474,8 @@
50689
51019
         ;;
50690
51020
       esac
50691
51021
 else
50696
51026
 
50697
51027
 fi
50698
51028
 
50699
 
@@ -59342,10 +56001,10 @@
 
51029
@@ -59839,10 +56485,10 @@
50700
51030
   # check for krb5-config from recent MIT and Heimdal kerberos 5
50701
51031
   # Extract the first word of "krb5-config", so it can be a program name with args.
50702
51032
 set dummy krb5-config; ac_word=$2
50710
51040
 else
50711
51041
   case $KRB5CONFIG in
50712
51042
   [\\/]* | ?:[\\/]*)
50713
 
@@ -59360,7 +56019,7 @@
 
51043
@@ -59857,7 +56503,7 @@
50714
51044
   for ac_exec_ext in '' $ac_executable_extensions; do
50715
51045
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
50716
51046
     ac_cv_path_KRB5CONFIG="$as_dir/$ac_word$ac_exec_ext"
50719
51049
     break 2
50720
51050
   fi
50721
51051
 done
50722
 
@@ -59372,16 +56031,16 @@
 
51052
@@ -59869,16 +56515,16 @@
50723
51053
 fi
50724
51054
 KRB5CONFIG=$ac_cv_path_KRB5CONFIG
50725
51055
 if test -n "$KRB5CONFIG"; then
50742
51072
   if test -x "$KRB5CONFIG"; then
50743
51073
     ac_save_CFLAGS=$CFLAGS
50744
51074
     CFLAGS="";export CFLAGS
50745
 
@@ -59394,71 +56053,71 @@
 
51075
@@ -59891,71 +56537,71 @@
50746
51076
     CFLAGS=$ac_save_CFLAGS;export CFLAGS
50747
51077
     LDFLAGS=$ac_save_LDFLAGS;export LDFLAGS
50748
51078
     FOUND_KRB5=yes
50838
51168
     fi
50839
51169
   fi
50840
51170
 
50841
 
@@ -59478,21 +56137,20 @@
 
51171
@@ -59975,21 +56621,20 @@
50842
51172
 
50843
51173
 for ac_header in krb5.h
50844
51174
 do
50869
51199
 cat >conftest.$ac_ext <<_ACEOF
50870
51200
 /* confdefs.h.  */
50871
51201
 _ACEOF
50872
 
@@ -59508,33 +56166,32 @@
 
51202
@@ -60005,33 +56650,32 @@
50873
51203
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
50874
51204
   *) ac_try_echo=$ac_try;;
50875
51205
 esac
50910
51240
 cat >conftest.$ac_ext <<_ACEOF
50911
51241
 /* confdefs.h.  */
50912
51242
 _ACEOF
50913
 
@@ -59548,52 +56205,51 @@
 
51243
@@ -60045,52 +56689,51 @@
50914
51244
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
50915
51245
   *) ac_try_echo=$ac_try;;
50916
51246
 esac
50984
51314
     ( cat <<\_ASBOX
50985
51315
 ## ---------------------------------------- ##
50986
51316
 ## Report this to samba-technical@samba.org ##
50987
 
@@ -59602,24 +56258,21 @@
 
51317
@@ -60099,24 +56742,21 @@
50988
51318
      ) | sed "s/^/$as_me: WARNING:     /" >&2
50989
51319
     ;;
50990
51320
 esac
51017
51347
 _ACEOF
51018
51348
 
51019
51349
 fi
51020
 
@@ -59633,12 +56286,12 @@
 
51350
@@ -60130,12 +56770,12 @@
51021
51351
     # i.e with_ads_support = auto, otherwise die with an error.
51022
51352
 
51023
51353
     if test x"$with_ads_support" = x"yes"; then
51034
51364
     fi
51035
51365
 
51036
51366
     # Turn off AD support and restore CFLAGS and LIBS variables
51037
 
@@ -59652,21 +56305,20 @@
 
51367
@@ -60149,21 +56789,20 @@
51038
51368
 
51039
51369
 for ac_header in krb5/locate_plugin.h
51040
51370
 do
51065
51395
 cat >conftest.$ac_ext <<_ACEOF
51066
51396
 /* confdefs.h.  */
51067
51397
 _ACEOF
51068
 
@@ -59682,33 +56334,32 @@
 
51398
@@ -60179,33 +56818,32 @@
51069
51399
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51070
51400
   *) ac_try_echo=$ac_try;;
51071
51401
 esac
51106
51436
 cat >conftest.$ac_ext <<_ACEOF
51107
51437
 /* confdefs.h.  */
51108
51438
 _ACEOF
51109
 
@@ -59722,52 +56373,51 @@
 
51439
@@ -60219,52 +56857,51 @@
51110
51440
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51111
51441
   *) ac_try_echo=$ac_try;;
51112
51442
 esac
51180
51510
     ( cat <<\_ASBOX
51181
51511
 ## ---------------------------------------- ##
51182
51512
 ## Report this to samba-technical@samba.org ##
51183
 
@@ -59776,24 +56426,21 @@
 
51513
@@ -60273,24 +56910,21 @@
51184
51514
      ) | sed "s/^/$as_me: WARNING:     /" >&2
51185
51515
     ;;
51186
51516
 esac
51213
51543
 _ACEOF
51214
51544
 
51215
51545
 fi
51216
 
@@ -59821,21 +56468,20 @@
 
51546
@@ -60318,21 +56952,20 @@
51217
51547
 
51218
51548
 for ac_header in gssapi.h gssapi/gssapi_generic.h gssapi/gssapi.h com_err.h
51219
51549
 do
51244
51574
 cat >conftest.$ac_ext <<_ACEOF
51245
51575
 /* confdefs.h.  */
51246
51576
 _ACEOF
51247
 
@@ -59851,33 +56497,32 @@
 
51577
@@ -60348,33 +56981,32 @@
51248
51578
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51249
51579
   *) ac_try_echo=$ac_try;;
51250
51580
 esac
51285
51615
 cat >conftest.$ac_ext <<_ACEOF
51286
51616
 /* confdefs.h.  */
51287
51617
 _ACEOF
51288
 
@@ -59891,52 +56536,51 @@
 
51618
@@ -60388,52 +57020,51 @@
51289
51619
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51290
51620
   *) ac_try_echo=$ac_try;;
51291
51621
 esac
51359
51689
     ( cat <<\_ASBOX
51360
51690
 ## ---------------------------------------- ##
51361
51691
 ## Report this to samba-technical@samba.org ##
51362
 
@@ -59945,24 +56589,21 @@
 
51692
@@ -60442,24 +57073,21 @@
51363
51693
      ) | sed "s/^/$as_me: WARNING:     /" >&2
51364
51694
     ;;
51365
51695
 esac
51392
51722
 _ACEOF
51393
51723
 
51394
51724
 fi
51395
 
@@ -59981,10 +56622,10 @@
 
51725
@@ -60478,10 +57106,10 @@
51396
51726
 
51397
51727
 
51398
51728
 
51406
51736
 else
51407
51737
   cat >conftest.$ac_ext <<_ACEOF
51408
51738
 /* confdefs.h.  */
51409
 
@@ -60014,38 +56655,34 @@
 
51739
@@ -60511,38 +57139,34 @@
51410
51740
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51411
51741
   *) ac_try_echo=$ac_try;;
51412
51742
 esac
51452
51782
     if test $ac_cv_lib_ext_com_err__et_list = yes; then
51453
51783
   cat >>confdefs.h <<_ACEOF
51454
51784
 #define HAVE__ET_LIST 1
51455
 
@@ -60080,10 +56717,10 @@
 
51785
@@ -60577,10 +57201,10 @@
51456
51786
 
51457
51787
 
51458
51788
 
51466
51796
 else
51467
51797
   cat >conftest.$ac_ext <<_ACEOF
51468
51798
 /* confdefs.h.  */
51469
 
@@ -60113,38 +56750,34 @@
 
51799
@@ -60610,38 +57234,34 @@
51470
51800
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51471
51801
   *) ac_try_echo=$ac_try;;
51472
51802
 esac
51512
51842
     if test $ac_cv_lib_ext_k5crypto_krb5_encrypt_data = yes; then
51513
51843
   cat >>confdefs.h <<_ACEOF
51514
51844
 #define HAVE_KRB5_ENCRYPT_DATA 1
51515
 
@@ -60181,10 +56814,10 @@
 
51845
@@ -60678,10 +57298,10 @@
51516
51846
 
51517
51847
 
51518
51848
 
51526
51856
 else
51527
51857
   cat >conftest.$ac_ext <<_ACEOF
51528
51858
 /* confdefs.h.  */
51529
 
@@ -60214,38 +56847,34 @@
 
51859
@@ -60711,38 +57331,34 @@
51530
51860
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51531
51861
   *) ac_try_echo=$ac_try;;
51532
51862
 esac
51572
51902
     if test $ac_cv_lib_ext_crypto_des_set_key = yes; then
51573
51903
   cat >>confdefs.h <<_ACEOF
51574
51904
 #define HAVE_DES_SET_KEY 1
51575
 
@@ -60280,10 +56909,10 @@
 
51905
@@ -60777,10 +57393,10 @@
51576
51906
 
51577
51907
 
51578
51908
 
51586
51916
 else
51587
51917
   cat >conftest.$ac_ext <<_ACEOF
51588
51918
 /* confdefs.h.  */
51589
 
@@ -60313,38 +56942,34 @@
 
51919
@@ -60810,38 +57426,34 @@
51590
51920
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51591
51921
   *) ac_try_echo=$ac_try;;
51592
51922
 esac
51632
51962
     if test $ac_cv_lib_ext_asn1_copy_Authenticator = yes; then
51633
51963
   cat >>confdefs.h <<_ACEOF
51634
51964
 #define HAVE_COPY_AUTHENTICATOR 1
51635
 
@@ -60379,10 +57004,10 @@
 
51965
@@ -60876,10 +57488,10 @@
51636
51966
 
51637
51967
 
51638
51968
 
51646
51976
 else
51647
51977
   cat >conftest.$ac_ext <<_ACEOF
51648
51978
 /* confdefs.h.  */
51649
 
@@ -60412,38 +57037,34 @@
 
51979
@@ -60909,38 +57521,34 @@
51650
51980
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51651
51981
   *) ac_try_echo=$ac_try;;
51652
51982
 esac
51692
52022
     if test $ac_cv_lib_ext_roken_roken_getaddrinfo_hostspec = yes; then
51693
52023
   cat >>confdefs.h <<_ACEOF
51694
52024
 #define HAVE_ROKEN_GETADDRINFO_HOSTSPEC 1
51695
 
@@ -60480,10 +57101,10 @@
 
52025
@@ -60977,10 +57585,10 @@
51696
52026
 
51697
52027
 
51698
52028
 
51706
52036
 else
51707
52037
   cat >conftest.$ac_ext <<_ACEOF
51708
52038
 /* confdefs.h.  */
51709
 
@@ -60513,38 +57134,34 @@
 
52039
@@ -61010,38 +57618,34 @@
51710
52040
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51711
52041
   *) ac_try_echo=$ac_try;;
51712
52042
 esac
51752
52082
     if test $ac_cv_lib_ext_gssapi_gss_display_status = yes; then
51753
52083
   cat >>confdefs.h <<_ACEOF
51754
52084
 #define HAVE_GSS_DISPLAY_STATUS 1
51755
 
@@ -60583,10 +57200,10 @@
 
52085
@@ -61080,10 +57684,10 @@
51756
52086
 
51757
52087
 
51758
52088
 
51766
52096
 else
51767
52097
   cat >conftest.$ac_ext <<_ACEOF
51768
52098
 /* confdefs.h.  */
51769
 
@@ -60616,38 +57233,34 @@
 
52099
@@ -61113,38 +57717,34 @@
51770
52100
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51771
52101
   *) ac_try_echo=$ac_try;;
51772
52102
 esac
51812
52142
     if test $ac_cv_lib_ext_krb5_krb5_mk_req_extended = yes; then
51813
52143
   cat >>confdefs.h <<_ACEOF
51814
52144
 #define HAVE_KRB5_MK_REQ_EXTENDED 1
51815
 
@@ -60682,10 +57295,10 @@
 
52145
@@ -61179,10 +57779,10 @@
51816
52146
 
51817
52147
 
51818
52148
 
51826
52156
 else
51827
52157
   cat >conftest.$ac_ext <<_ACEOF
51828
52158
 /* confdefs.h.  */
51829
 
@@ -60715,38 +57328,34 @@
 
52159
@@ -61212,38 +57812,34 @@
51830
52160
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51831
52161
   *) ac_try_echo=$ac_try;;
51832
52162
 esac
51872
52202
     if test $ac_cv_lib_ext_krb5_krb5_kt_compare = yes; then
51873
52203
   cat >>confdefs.h <<_ACEOF
51874
52204
 #define HAVE_KRB5_KT_COMPARE 1
51875
 
@@ -60785,10 +57394,10 @@
 
52205
@@ -61282,10 +57878,10 @@
51876
52206
 
51877
52207
 
51878
52208
 
51886
52216
 else
51887
52217
   cat >conftest.$ac_ext <<_ACEOF
51888
52218
 /* confdefs.h.  */
51889
 
@@ -60818,38 +57427,34 @@
 
52219
@@ -61315,38 +57911,34 @@
51890
52220
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51891
52221
   *) ac_try_echo=$ac_try;;
51892
52222
 esac
51932
52262
     if test $ac_cv_lib_ext_gssapi_krb5_gss_display_status = yes; then
51933
52263
   cat >>confdefs.h <<_ACEOF
51934
52264
 #define HAVE_GSS_DISPLAY_STATUS 1
51935
 
@@ -60882,10 +57487,10 @@
 
52265
@@ -61379,10 +57971,10 @@
51936
52266
 
51937
52267
     ac_check_func_ext_save_LIBS=$LIBS
51938
52268
     LIBS="$KRB5_LIBS $LIBS"
51946
52276
 else
51947
52277
   cat >conftest.$ac_ext <<_ACEOF
51948
52278
 /* confdefs.h.  */
51949
 
@@ -60938,35 +57543,31 @@
 
52279
@@ -61435,35 +58027,31 @@
51950
52280
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
51951
52281
   *) ac_try_echo=$ac_try;;
51952
52282
 esac
51989
52319
     LIBS=$ac_check_func_ext_save_LIBS
51990
52320
     if test $ac_cv_func_ext_krb5_set_real_time = yes; then
51991
52321
   cat >>confdefs.h <<_ACEOF
51992
 
@@ -60980,10 +57581,10 @@
 
52322
@@ -61477,10 +58065,10 @@
51993
52323
 
51994
52324
     ac_check_func_ext_save_LIBS=$LIBS
51995
52325
     LIBS="$KRB5_LIBS $LIBS"
52003
52333
 else
52004
52334
   cat >conftest.$ac_ext <<_ACEOF
52005
52335
 /* confdefs.h.  */
52006
 
@@ -61036,35 +57637,31 @@
 
52336
@@ -61533,35 +58121,31 @@
52007
52337
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52008
52338
   *) ac_try_echo=$ac_try;;
52009
52339
 esac
52046
52376
     LIBS=$ac_check_func_ext_save_LIBS
52047
52377
     if test $ac_cv_func_ext_krb5_set_default_in_tkt_etypes = yes; then
52048
52378
   cat >>confdefs.h <<_ACEOF
52049
 
@@ -61078,10 +57675,10 @@
 
52379
@@ -61575,10 +58159,10 @@
52050
52380
 
52051
52381
     ac_check_func_ext_save_LIBS=$LIBS
52052
52382
     LIBS="$KRB5_LIBS $LIBS"
52060
52390
 else
52061
52391
   cat >conftest.$ac_ext <<_ACEOF
52062
52392
 /* confdefs.h.  */
52063
 
@@ -61134,35 +57731,31 @@
 
52393
@@ -61631,35 +58215,31 @@
52064
52394
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52065
52395
   *) ac_try_echo=$ac_try;;
52066
52396
 esac
52103
52433
     LIBS=$ac_check_func_ext_save_LIBS
52104
52434
     if test $ac_cv_func_ext_krb5_set_default_tgs_enctypes = yes; then
52105
52435
   cat >>confdefs.h <<_ACEOF
52106
 
@@ -61176,10 +57769,10 @@
 
52436
@@ -61673,10 +58253,10 @@
52107
52437
 
52108
52438
     ac_check_func_ext_save_LIBS=$LIBS
52109
52439
     LIBS="$KRB5_LIBS $LIBS"
52117
52447
 else
52118
52448
   cat >conftest.$ac_ext <<_ACEOF
52119
52449
 /* confdefs.h.  */
52120
 
@@ -61232,35 +57825,31 @@
 
52450
@@ -61729,35 +58309,31 @@
52121
52451
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52122
52452
   *) ac_try_echo=$ac_try;;
52123
52453
 esac
52160
52490
     LIBS=$ac_check_func_ext_save_LIBS
52161
52491
     if test $ac_cv_func_ext_krb5_set_default_tgs_ktypes = yes; then
52162
52492
   cat >>confdefs.h <<_ACEOF
52163
 
@@ -61274,10 +57863,10 @@
 
52493
@@ -61771,10 +58347,10 @@
52164
52494
 
52165
52495
     ac_check_func_ext_save_LIBS=$LIBS
52166
52496
     LIBS="$KRB5_LIBS $LIBS"
52174
52504
 else
52175
52505
   cat >conftest.$ac_ext <<_ACEOF
52176
52506
 /* confdefs.h.  */
52177
 
@@ -61330,35 +57919,31 @@
 
52507
@@ -61827,35 +58403,31 @@
52178
52508
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52179
52509
   *) ac_try_echo=$ac_try;;
52180
52510
 esac
52217
52547
     LIBS=$ac_check_func_ext_save_LIBS
52218
52548
     if test $ac_cv_func_ext_krb5_principal2salt = yes; then
52219
52549
   cat >>confdefs.h <<_ACEOF
52220
 
@@ -61372,10 +57957,10 @@
 
52550
@@ -61869,10 +58441,10 @@
52221
52551
 
52222
52552
     ac_check_func_ext_save_LIBS=$LIBS
52223
52553
     LIBS="$KRB5_LIBS $LIBS"
52231
52561
 else
52232
52562
   cat >conftest.$ac_ext <<_ACEOF
52233
52563
 /* confdefs.h.  */
52234
 
@@ -61428,35 +58013,31 @@
 
52564
@@ -61925,35 +58497,31 @@
52235
52565
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52236
52566
   *) ac_try_echo=$ac_try;;
52237
52567
 esac
52274
52604
     LIBS=$ac_check_func_ext_save_LIBS
52275
52605
     if test $ac_cv_func_ext_krb5_use_enctype = yes; then
52276
52606
   cat >>confdefs.h <<_ACEOF
52277
 
@@ -61470,10 +58051,10 @@
 
52607
@@ -61967,10 +58535,10 @@
52278
52608
 
52279
52609
     ac_check_func_ext_save_LIBS=$LIBS
52280
52610
     LIBS="$KRB5_LIBS $LIBS"
52288
52618
 else
52289
52619
   cat >conftest.$ac_ext <<_ACEOF
52290
52620
 /* confdefs.h.  */
52291
 
@@ -61526,35 +58107,31 @@
 
52621
@@ -62023,35 +58591,31 @@
52292
52622
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52293
52623
   *) ac_try_echo=$ac_try;;
52294
52624
 esac
52331
52661
     LIBS=$ac_check_func_ext_save_LIBS
52332
52662
     if test $ac_cv_func_ext_krb5_string_to_key = yes; then
52333
52663
   cat >>confdefs.h <<_ACEOF
52334
 
@@ -61568,10 +58145,10 @@
 
52664
@@ -62065,10 +58629,10 @@
52335
52665
 
52336
52666
     ac_check_func_ext_save_LIBS=$LIBS
52337
52667
     LIBS="$KRB5_LIBS $LIBS"
52345
52675
 else
52346
52676
   cat >conftest.$ac_ext <<_ACEOF
52347
52677
 /* confdefs.h.  */
52348
 
@@ -61624,35 +58201,31 @@
 
52678
@@ -62121,35 +58685,31 @@
52349
52679
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52350
52680
   *) ac_try_echo=$ac_try;;
52351
52681
 esac
52388
52718
     LIBS=$ac_check_func_ext_save_LIBS
52389
52719
     if test $ac_cv_func_ext_krb5_get_pw_salt = yes; then
52390
52720
   cat >>confdefs.h <<_ACEOF
52391
 
@@ -61666,10 +58239,10 @@
 
52721
@@ -62163,10 +58723,10 @@
52392
52722
 
52393
52723
     ac_check_func_ext_save_LIBS=$LIBS
52394
52724
     LIBS="$KRB5_LIBS $LIBS"
52402
52732
 else
52403
52733
   cat >conftest.$ac_ext <<_ACEOF
52404
52734
 /* confdefs.h.  */
52405
 
@@ -61722,35 +58295,31 @@
 
52735
@@ -62219,35 +58779,31 @@
52406
52736
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52407
52737
   *) ac_try_echo=$ac_try;;
52408
52738
 esac
52445
52775
     LIBS=$ac_check_func_ext_save_LIBS
52446
52776
     if test $ac_cv_func_ext_krb5_string_to_key_salt = yes; then
52447
52777
   cat >>confdefs.h <<_ACEOF
52448
 
@@ -61764,10 +58333,10 @@
 
52778
@@ -62261,10 +58817,10 @@
52449
52779
 
52450
52780
     ac_check_func_ext_save_LIBS=$LIBS
52451
52781
     LIBS="$KRB5_LIBS $LIBS"
52459
52789
 else
52460
52790
   cat >conftest.$ac_ext <<_ACEOF
52461
52791
 /* confdefs.h.  */
52462
 
@@ -61820,35 +58389,31 @@
 
52792
@@ -62317,35 +58873,31 @@
52463
52793
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52464
52794
   *) ac_try_echo=$ac_try;;
52465
52795
 esac
52502
52832
     LIBS=$ac_check_func_ext_save_LIBS
52503
52833
     if test $ac_cv_func_ext_krb5_auth_con_setkey = yes; then
52504
52834
   cat >>confdefs.h <<_ACEOF
52505
 
@@ -61862,10 +58427,10 @@
 
52835
@@ -62359,10 +58911,10 @@
52506
52836
 
52507
52837
     ac_check_func_ext_save_LIBS=$LIBS
52508
52838
     LIBS="$KRB5_LIBS $LIBS"
52516
52846
 else
52517
52847
   cat >conftest.$ac_ext <<_ACEOF
52518
52848
 /* confdefs.h.  */
52519
 
@@ -61918,35 +58483,31 @@
 
52849
@@ -62415,35 +58967,31 @@
52520
52850
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52521
52851
   *) ac_try_echo=$ac_try;;
52522
52852
 esac
52559
52889
     LIBS=$ac_check_func_ext_save_LIBS
52560
52890
     if test $ac_cv_func_ext_krb5_auth_con_setuseruserkey = yes; then
52561
52891
   cat >>confdefs.h <<_ACEOF
52562
 
@@ -61960,10 +58521,10 @@
 
52892
@@ -62457,10 +59005,10 @@
52563
52893
 
52564
52894
     ac_check_func_ext_save_LIBS=$LIBS
52565
52895
     LIBS="$KRB5_LIBS $LIBS"
52573
52903
 else
52574
52904
   cat >conftest.$ac_ext <<_ACEOF
52575
52905
 /* confdefs.h.  */
52576
 
@@ -62016,35 +58577,31 @@
 
52906
@@ -62513,35 +59061,31 @@
52577
52907
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52578
52908
   *) ac_try_echo=$ac_try;;
52579
52909
 esac
52616
52946
     LIBS=$ac_check_func_ext_save_LIBS
52617
52947
     if test $ac_cv_func_ext_krb5_locate_kdc = yes; then
52618
52948
   cat >>confdefs.h <<_ACEOF
52619
 
@@ -62058,10 +58615,10 @@
 
52949
@@ -62555,10 +59099,10 @@
52620
52950
 
52621
52951
     ac_check_func_ext_save_LIBS=$LIBS
52622
52952
     LIBS="$KRB5_LIBS $LIBS"
52630
52960
 else
52631
52961
   cat >conftest.$ac_ext <<_ACEOF
52632
52962
 /* confdefs.h.  */
52633
 
@@ -62114,35 +58671,31 @@
 
52963
@@ -62611,35 +59155,31 @@
52634
52964
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52635
52965
   *) ac_try_echo=$ac_try;;
52636
52966
 esac
52673
53003
     LIBS=$ac_check_func_ext_save_LIBS
52674
53004
     if test $ac_cv_func_ext_krb5_get_permitted_enctypes = yes; then
52675
53005
   cat >>confdefs.h <<_ACEOF
52676
 
@@ -62156,10 +58709,10 @@
 
53006
@@ -62653,10 +59193,10 @@
52677
53007
 
52678
53008
     ac_check_func_ext_save_LIBS=$LIBS
52679
53009
     LIBS="$KRB5_LIBS $LIBS"
52687
53017
 else
52688
53018
   cat >conftest.$ac_ext <<_ACEOF
52689
53019
 /* confdefs.h.  */
52690
 
@@ -62212,35 +58765,31 @@
 
53020
@@ -62709,35 +59249,31 @@
52691
53021
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52692
53022
   *) ac_try_echo=$ac_try;;
52693
53023
 esac
52730
53060
     LIBS=$ac_check_func_ext_save_LIBS
52731
53061
     if test $ac_cv_func_ext_krb5_get_default_in_tkt_etypes = yes; then
52732
53062
   cat >>confdefs.h <<_ACEOF
52733
 
@@ -62254,10 +58803,10 @@
 
53063
@@ -62751,10 +59287,10 @@
52734
53064
 
52735
53065
     ac_check_func_ext_save_LIBS=$LIBS
52736
53066
     LIBS="$KRB5_LIBS $LIBS"
52744
53074
 else
52745
53075
   cat >conftest.$ac_ext <<_ACEOF
52746
53076
 /* confdefs.h.  */
52747
 
@@ -62310,35 +58859,31 @@
 
53077
@@ -62807,35 +59343,31 @@
52748
53078
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52749
53079
   *) ac_try_echo=$ac_try;;
52750
53080
 esac
52787
53117
     LIBS=$ac_check_func_ext_save_LIBS
52788
53118
     if test $ac_cv_func_ext_krb5_free_data_contents = yes; then
52789
53119
   cat >>confdefs.h <<_ACEOF
52790
 
@@ -62352,10 +58897,10 @@
 
53120
@@ -62849,10 +59381,10 @@
52791
53121
 
52792
53122
     ac_check_func_ext_save_LIBS=$LIBS
52793
53123
     LIBS="$KRB5_LIBS $LIBS"
52801
53131
 else
52802
53132
   cat >conftest.$ac_ext <<_ACEOF
52803
53133
 /* confdefs.h.  */
52804
 
@@ -62408,35 +58953,31 @@
 
53134
@@ -62905,35 +59437,31 @@
52805
53135
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52806
53136
   *) ac_try_echo=$ac_try;;
52807
53137
 esac
52844
53174
     LIBS=$ac_check_func_ext_save_LIBS
52845
53175
     if test $ac_cv_func_ext_krb5_principal_get_comp_string = yes; then
52846
53176
   cat >>confdefs.h <<_ACEOF
52847
 
@@ -62450,10 +58991,10 @@
 
53177
@@ -62947,10 +59475,10 @@
52848
53178
 
52849
53179
     ac_check_func_ext_save_LIBS=$LIBS
52850
53180
     LIBS="$KRB5_LIBS $LIBS"
52858
53188
 else
52859
53189
   cat >conftest.$ac_ext <<_ACEOF
52860
53190
 /* confdefs.h.  */
52861
 
@@ -62506,35 +59047,31 @@
 
53191
@@ -63003,35 +59531,31 @@
52862
53192
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52863
53193
   *) ac_try_echo=$ac_try;;
52864
53194
 esac
52901
53231
     LIBS=$ac_check_func_ext_save_LIBS
52902
53232
     if test $ac_cv_func_ext_krb5_free_unparsed_name = yes; then
52903
53233
   cat >>confdefs.h <<_ACEOF
52904
 
@@ -62548,10 +59085,10 @@
 
53234
@@ -63045,10 +59569,10 @@
52905
53235
 
52906
53236
     ac_check_func_ext_save_LIBS=$LIBS
52907
53237
     LIBS="$KRB5_LIBS $LIBS"
52915
53245
 else
52916
53246
   cat >conftest.$ac_ext <<_ACEOF
52917
53247
 /* confdefs.h.  */
52918
 
@@ -62604,35 +59141,31 @@
 
53248
@@ -63101,35 +59625,31 @@
52919
53249
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52920
53250
   *) ac_try_echo=$ac_try;;
52921
53251
 esac
52958
53288
     LIBS=$ac_check_func_ext_save_LIBS
52959
53289
     if test $ac_cv_func_ext_krb5_free_keytab_entry_contents = yes; then
52960
53290
   cat >>confdefs.h <<_ACEOF
52961
 
@@ -62646,10 +59179,10 @@
 
53291
@@ -63143,10 +59663,10 @@
52962
53292
 
52963
53293
     ac_check_func_ext_save_LIBS=$LIBS
52964
53294
     LIBS="$KRB5_LIBS $LIBS"
52972
53302
 else
52973
53303
   cat >conftest.$ac_ext <<_ACEOF
52974
53304
 /* confdefs.h.  */
52975
 
@@ -62702,35 +59235,31 @@
 
53305
@@ -63199,35 +59719,31 @@
52976
53306
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
52977
53307
   *) ac_try_echo=$ac_try;;
52978
53308
 esac
53015
53345
     LIBS=$ac_check_func_ext_save_LIBS
53016
53346
     if test $ac_cv_func_ext_krb5_kt_free_entry = yes; then
53017
53347
   cat >>confdefs.h <<_ACEOF
53018
 
@@ -62744,10 +59273,10 @@
 
53348
@@ -63241,10 +59757,10 @@
53019
53349
 
53020
53350
     ac_check_func_ext_save_LIBS=$LIBS
53021
53351
     LIBS="$KRB5_LIBS $LIBS"
53029
53359
 else
53030
53360
   cat >conftest.$ac_ext <<_ACEOF
53031
53361
 /* confdefs.h.  */
53032
 
@@ -62800,35 +59329,31 @@
 
53362
@@ -63297,35 +59813,31 @@
53033
53363
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
53034
53364
   *) ac_try_echo=$ac_try;;
53035
53365
 esac
53072
53402
     LIBS=$ac_check_func_ext_save_LIBS
53073
53403
     if test $ac_cv_func_ext_krb5_krbhst_init = yes; then
53074
53404
   cat >>confdefs.h <<_ACEOF
53075
 
@@ -62842,10 +59367,10 @@
 
53405
@@ -63339,10 +59851,10 @@
53076
53406
 
53077
53407
     ac_check_func_ext_save_LIBS=$LIBS
53078
53408
     LIBS="$KRB5_LIBS $LIBS"
53086
53416
 else
53087
53417
   cat >conftest.$ac_ext <<_ACEOF
53088
53418
 /* confdefs.h.  */
53089
 
@@ -62898,35 +59423,31 @@
 
53419
@@ -63395,35 +59907,31 @@
53090
53420
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
53091
53421
   *) ac_try_echo=$ac_try;;
53092
53422
 esac
53129
53459
     LIBS=$ac_check_func_ext_save_LIBS
53130
53460
     if test $ac_cv_func_ext_krb5_krbhst_get_addrinfo = yes; then
53131
53461
   cat >>confdefs.h <<_ACEOF
53132
 
@@ -62940,10 +59461,10 @@
 
53462
@@ -63437,10 +59945,10 @@
53133
53463
 
53134
53464
     ac_check_func_ext_save_LIBS=$LIBS
53135
53465
     LIBS="$KRB5_LIBS $LIBS"
53143
53473
 else
53144
53474
   cat >conftest.$ac_ext <<_ACEOF
53145
53475
 /* confdefs.h.  */
53146
 
@@ -62996,35 +59517,31 @@
 
53476
@@ -63493,35 +60001,31 @@
53147
53477
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
53148
53478
   *) ac_try_echo=$ac_try;;
53149
53479
 esac
53186
53516
     LIBS=$ac_check_func_ext_save_LIBS
53187
53517
     if test $ac_cv_func_ext_krb5_c_enctype_compare = yes; then
53188
53518
   cat >>confdefs.h <<_ACEOF
53189
 
@@ -63038,10 +59555,10 @@
 
53519
@@ -63535,10 +60039,10 @@
53190
53520
 
53191
53521
     ac_check_func_ext_save_LIBS=$LIBS
53192
53522
     LIBS="$KRB5_LIBS $LIBS"
53200
53530
 else
53201
53531
   cat >conftest.$ac_ext <<_ACEOF
53202
53532
 /* confdefs.h.  */
53203
 
@@ -63094,35 +59611,31 @@
 
53533
@@ -63591,35 +60095,31 @@
53204
53534
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
53205
53535
   *) ac_try_echo=$ac_try;;
53206
53536
 esac
53243
53573
     LIBS=$ac_check_func_ext_save_LIBS
53244
53574
     if test $ac_cv_func_ext_krb5_enctypes_compatible_keys = yes; then
53245
53575
   cat >>confdefs.h <<_ACEOF
53246
 
@@ -63136,10 +59649,10 @@
 
53576
@@ -63633,10 +60133,10 @@
53247
53577
 
53248
53578
     ac_check_func_ext_save_LIBS=$LIBS
53249
53579
     LIBS="$KRB5_LIBS $LIBS"
53257
53587
 else
53258
53588
   cat >conftest.$ac_ext <<_ACEOF
53259
53589
 /* confdefs.h.  */
53260
 
@@ -63192,35 +59705,31 @@
 
53590
@@ -63689,35 +60189,31 @@
53261
53591
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
53262
53592
   *) ac_try_echo=$ac_try;;
53263
53593
 esac
53300
53630
     LIBS=$ac_check_func_ext_save_LIBS
53301
53631
     if test $ac_cv_func_ext_krb5_crypto_init = yes; then
53302
53632
   cat >>confdefs.h <<_ACEOF
53303
 
@@ -63234,10 +59743,10 @@
 
53633
@@ -63731,10 +60227,10 @@
53304
53634
 
53305
53635
     ac_check_func_ext_save_LIBS=$LIBS
53306
53636
     LIBS="$KRB5_LIBS $LIBS"
53314
53644
 else
53315
53645
   cat >conftest.$ac_ext <<_ACEOF
53316
53646
 /* confdefs.h.  */
53317
 
@@ -63290,35 +59799,31 @@
 
53647
@@ -63787,35 +60283,31 @@
53318
53648
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
53319
53649
   *) ac_try_echo=$ac_try;;
53320
53650
 esac
53357
53687
     LIBS=$ac_check_func_ext_save_LIBS
53358
53688
     if test $ac_cv_func_ext_krb5_crypto_destroy = yes; then
53359
53689
   cat >>confdefs.h <<_ACEOF
53360
 
@@ -63332,10 +59837,10 @@
 
53690
@@ -63829,10 +60321,10 @@
53361
53691
 
53362
53692
     ac_check_func_ext_save_LIBS=$LIBS
53363
53693
     LIBS="$KRB5_LIBS $LIBS"
53371
53701
 else
53372
53702
   cat >conftest.$ac_ext <<_ACEOF
53373
53703
 /* confdefs.h.  */
53374
 
@@ -63388,35 +59893,31 @@
 
53704
@@ -63885,35 +60377,31 @@
53375
53705
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
53376
53706
   *) ac_try_echo=$ac_try;;
53377
53707
 esac
53414
53744
     LIBS=$ac_check_func_ext_save_LIBS
53415
53745
     if test $ac_cv_func_ext_krb5_decode_ap_req = yes; then
53416
53746
   cat >>confdefs.h <<_ACEOF
53417
 
@@ -63430,10 +59931,10 @@
 
53747
@@ -63927,10 +60415,10 @@
53418
53748
 
53419
53749
     ac_check_func_ext_save_LIBS=$LIBS
53420
53750
     LIBS="$KRB5_LIBS $LIBS"
53428
53758
 else
53429
53759
   cat >conftest.$ac_ext <<_ACEOF
53430
53760
 /* confdefs.h.  */
53431
 
@@ -63486,35 +59987,31 @@
 
53761
@@ -63983,35 +60471,31 @@
53432
53762
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
53433
53763
   *) ac_try_echo=$ac_try;;
53434
53764
 esac
53471
53801
     LIBS=$ac_check_func_ext_save_LIBS
53472
53802
     if test $ac_cv_func_ext_free_AP_REQ = yes; then
53473
53803
   cat >>confdefs.h <<_ACEOF
53474
 
@@ -63528,10 +60025,10 @@
 
53804
@@ -64025,10 +60509,10 @@
53475
53805
 
53476
53806
     ac_check_func_ext_save_LIBS=$LIBS
53477
53807
     LIBS="$KRB5_LIBS $LIBS"
53485
53815
 else
53486
53816
   cat >conftest.$ac_ext <<_ACEOF
53487
53817
 /* confdefs.h.  */
53488
 
@@ -63584,35 +60081,31 @@
 
53818
@@ -64081,35 +60565,31 @@
53489
53819
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
53490
53820
   *) ac_try_echo=$ac_try;;
53491
53821
 esac
53528
53858
     LIBS=$ac_check_func_ext_save_LIBS
53529
53859
     if test $ac_cv_func_ext_krb5_verify_checksum = yes; then
53530
53860
   cat >>confdefs.h <<_ACEOF
53531
 
@@ -63626,10 +60119,10 @@
 
53861
@@ -64123,10 +60603,10 @@
53532
53862
 
53533
53863
     ac_check_func_ext_save_LIBS=$LIBS
53534
53864
     LIBS="$KRB5_LIBS $LIBS"
53542
53872
 else
53543
53873
   cat >conftest.$ac_ext <<_ACEOF
53544
53874
 /* confdefs.h.  */
53545
 
@@ -63682,35 +60175,31 @@
 
53875
@@ -64179,35 +60659,31 @@
53546
53876
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
53547
53877
   *) ac_try_echo=$ac_try;;
53548
53878
 esac
53585
53915
     LIBS=$ac_check_func_ext_save_LIBS
53586
53916
     if test $ac_cv_func_ext_krb5_c_verify_checksum = yes; then
53587
53917
   cat >>confdefs.h <<_ACEOF
53588
 
@@ -63724,10 +60213,10 @@
 
53918
@@ -64221,10 +60697,10 @@
53589
53919
 
53590
53920
     ac_check_func_ext_save_LIBS=$LIBS
53591
53921
     LIBS="$KRB5_LIBS $LIBS"
53599
53929
 else
53600
53930
   cat >conftest.$ac_ext <<_ACEOF
53601
53931
 /* confdefs.h.  */
53602
 
@@ -63780,35 +60269,31 @@
 
53932
@@ -64277,35 +60753,31 @@
53603
53933
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
53604
53934
   *) ac_try_echo=$ac_try;;
53605
53935
 esac
53642
53972
     LIBS=$ac_check_func_ext_save_LIBS
53643
53973
     if test $ac_cv_func_ext_krb5_principal_compare_any_realm = yes; then
53644
53974
   cat >>confdefs.h <<_ACEOF
53645
 
@@ -63822,10 +60307,10 @@
 
53975
@@ -64319,10 +60791,10 @@
53646
53976
 
53647
53977
     ac_check_func_ext_save_LIBS=$LIBS
53648
53978
     LIBS="$KRB5_LIBS $LIBS"
53656
53986
 else
53657
53987
   cat >conftest.$ac_ext <<_ACEOF
53658
53988
 /* confdefs.h.  */
53659
 
@@ -63878,35 +60363,31 @@
 
53989
@@ -64375,35 +60847,31 @@
53660
53990
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
53661
53991
   *) ac_try_echo=$ac_try;;
53662
53992
 esac
53699
54029
     LIBS=$ac_check_func_ext_save_LIBS
53700
54030
     if test $ac_cv_func_ext_krb5_parse_name_norealm = yes; then
53701
54031
   cat >>confdefs.h <<_ACEOF
53702
 
@@ -63920,10 +60401,10 @@
 
54032
@@ -64417,10 +60885,10 @@
53703
54033
 
53704
54034
     ac_check_func_ext_save_LIBS=$LIBS
53705
54035
     LIBS="$KRB5_LIBS $LIBS"
53713
54043
 else
53714
54044
   cat >conftest.$ac_ext <<_ACEOF
53715
54045
 /* confdefs.h.  */
53716
 
@@ -63976,35 +60457,31 @@
 
54046
@@ -64473,35 +60941,31 @@
53717
54047
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
53718
54048
   *) ac_try_echo=$ac_try;;
53719
54049
 esac
53756
54086
     LIBS=$ac_check_func_ext_save_LIBS
53757
54087
     if test $ac_cv_func_ext_krb5_princ_size = yes; then
53758
54088
   cat >>confdefs.h <<_ACEOF
53759
 
@@ -64018,10 +60495,10 @@
 
54089
@@ -64515,10 +60979,10 @@
53760
54090
 
53761
54091
     ac_check_func_ext_save_LIBS=$LIBS
53762
54092
     LIBS="$KRB5_LIBS $LIBS"
53770
54100
 else
53771
54101
   cat >conftest.$ac_ext <<_ACEOF
53772
54102
 /* confdefs.h.  */
53773
 
@@ -64074,35 +60551,31 @@
 
54103
@@ -64571,35 +61035,31 @@
53774
54104
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
53775
54105
   *) ac_try_echo=$ac_try;;
53776
54106
 esac
53813
54143
     LIBS=$ac_check_func_ext_save_LIBS
53814
54144
     if test $ac_cv_func_ext_krb5_get_init_creds_opt_set_pac_request = yes; then
53815
54145
   cat >>confdefs.h <<_ACEOF
53816
 
@@ -64116,10 +60589,10 @@
 
54146
@@ -64613,10 +61073,10 @@
53817
54147
 
53818
54148
     ac_check_func_ext_save_LIBS=$LIBS
53819
54149
     LIBS="$KRB5_LIBS $LIBS"
53827
54157
 else
53828
54158
   cat >conftest.$ac_ext <<_ACEOF
53829
54159
 /* confdefs.h.  */
53830
 
@@ -64172,35 +60645,31 @@
 
54160
@@ -64669,35 +61129,31 @@
53831
54161
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
53832
54162
   *) ac_try_echo=$ac_try;;
53833
54163
 esac
53870
54200
     LIBS=$ac_check_func_ext_save_LIBS
53871
54201
     if test $ac_cv_func_ext_krb5_get_renewed_creds = yes; then
53872
54202
   cat >>confdefs.h <<_ACEOF
53873
 
@@ -64214,10 +60683,10 @@
 
54203
@@ -64711,10 +61167,10 @@
53874
54204
 
53875
54205
     ac_check_func_ext_save_LIBS=$LIBS
53876
54206
     LIBS="$KRB5_LIBS $LIBS"
53884
54214
 else
53885
54215
   cat >conftest.$ac_ext <<_ACEOF
53886
54216
 /* confdefs.h.  */
53887
 
@@ -64270,35 +60739,31 @@
 
54217
@@ -64767,35 +61223,31 @@
53888
54218
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
53889
54219
   *) ac_try_echo=$ac_try;;
53890
54220
 esac
53927
54257
     LIBS=$ac_check_func_ext_save_LIBS
53928
54258
     if test $ac_cv_func_ext_krb5_get_kdc_cred = yes; then
53929
54259
   cat >>confdefs.h <<_ACEOF
53930
 
@@ -64312,10 +60777,10 @@
 
54260
@@ -64809,10 +61261,10 @@
53931
54261
 
53932
54262
     ac_check_func_ext_save_LIBS=$LIBS
53933
54263
     LIBS="$KRB5_LIBS $LIBS"
53941
54271
 else
53942
54272
   cat >conftest.$ac_ext <<_ACEOF
53943
54273
 /* confdefs.h.  */
53944
 
@@ -64368,35 +60833,31 @@
 
54274
@@ -64865,35 +61317,31 @@
53945
54275
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
53946
54276
   *) ac_try_echo=$ac_try;;
53947
54277
 esac
53984
54314
     LIBS=$ac_check_func_ext_save_LIBS
53985
54315
     if test $ac_cv_func_ext_krb5_free_error_contents = yes; then
53986
54316
   cat >>confdefs.h <<_ACEOF
53987
 
@@ -64410,10 +60871,10 @@
 
54317
@@ -64907,10 +61355,10 @@
53988
54318
 
53989
54319
     ac_check_func_ext_save_LIBS=$LIBS
53990
54320
     LIBS="$KRB5_LIBS $LIBS"
53998
54328
 else
53999
54329
   cat >conftest.$ac_ext <<_ACEOF
54000
54330
 /* confdefs.h.  */
54001
 
@@ -64466,35 +60927,31 @@
 
54331
@@ -64963,35 +61411,31 @@
54002
54332
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
54003
54333
   *) ac_try_echo=$ac_try;;
54004
54334
 esac
54041
54371
     LIBS=$ac_check_func_ext_save_LIBS
54042
54372
     if test $ac_cv_func_ext_initialize_krb5_error_table = yes; then
54043
54373
   cat >>confdefs.h <<_ACEOF
54044
 
@@ -64508,10 +60965,10 @@
 
54374
@@ -65005,10 +61449,10 @@
54045
54375
 
54046
54376
     ac_check_func_ext_save_LIBS=$LIBS
54047
54377
     LIBS="$KRB5_LIBS $LIBS"
54055
54385
 else
54056
54386
   cat >conftest.$ac_ext <<_ACEOF
54057
54387
 /* confdefs.h.  */
54058
 
@@ -64564,35 +61021,31 @@
 
54388
@@ -65061,35 +61505,31 @@
54059
54389
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
54060
54390
   *) ac_try_echo=$ac_try;;
54061
54391
 esac
54098
54428
     LIBS=$ac_check_func_ext_save_LIBS
54099
54429
     if test $ac_cv_func_ext_krb5_get_init_creds_opt_alloc = yes; then
54100
54430
   cat >>confdefs.h <<_ACEOF
54101
 
@@ -64606,10 +61059,10 @@
 
54431
@@ -65103,10 +61543,10 @@
54102
54432
 
54103
54433
     ac_check_func_ext_save_LIBS=$LIBS
54104
54434
     LIBS="$KRB5_LIBS $LIBS"
54112
54442
 else
54113
54443
   cat >conftest.$ac_ext <<_ACEOF
54114
54444
 /* confdefs.h.  */
54115
 
@@ -64662,35 +61115,31 @@
 
54445
@@ -65159,35 +61599,31 @@
54116
54446
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
54117
54447
   *) ac_try_echo=$ac_try;;
54118
54448
 esac
54155
54485
     LIBS=$ac_check_func_ext_save_LIBS
54156
54486
     if test $ac_cv_func_ext_krb5_get_init_creds_opt_free = yes; then
54157
54487
   cat >>confdefs.h <<_ACEOF
54158
 
@@ -64704,10 +61153,10 @@
 
54488
@@ -65201,10 +61637,10 @@
54159
54489
 
54160
54490
     ac_check_func_ext_save_LIBS=$LIBS
54161
54491
     LIBS="$KRB5_LIBS $LIBS"
54169
54499
 else
54170
54500
   cat >conftest.$ac_ext <<_ACEOF
54171
54501
 /* confdefs.h.  */
54172
 
@@ -64760,35 +61209,31 @@
 
54502
@@ -65257,35 +61693,31 @@
54173
54503
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
54174
54504
   *) ac_try_echo=$ac_try;;
54175
54505
 esac
54212
54542
     LIBS=$ac_check_func_ext_save_LIBS
54213
54543
     if test $ac_cv_func_ext_krb5_get_init_creds_opt_get_error = yes; then
54214
54544
   cat >>confdefs.h <<_ACEOF
54215
 
@@ -64802,10 +61247,10 @@
 
54545
@@ -65299,10 +61731,10 @@
54216
54546
 
54217
54547
     ac_check_func_ext_save_LIBS=$LIBS
54218
54548
     LIBS="$KRB5_LIBS $LIBS"
54226
54556
 else
54227
54557
   cat >conftest.$ac_ext <<_ACEOF
54228
54558
 /* confdefs.h.  */
54229
 
@@ -64858,35 +61303,31 @@
 
54559
@@ -65355,35 +61787,31 @@
54230
54560
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
54231
54561
   *) ac_try_echo=$ac_try;;
54232
54562
 esac
54269
54599
     LIBS=$ac_check_func_ext_save_LIBS
54270
54600
     if test $ac_cv_func_ext_krb5_enctype_to_string = yes; then
54271
54601
   cat >>confdefs.h <<_ACEOF
54272
 
@@ -64900,10 +61341,10 @@
 
54602
@@ -65397,10 +61825,10 @@
54273
54603
 
54274
54604
     ac_check_func_ext_save_LIBS=$LIBS
54275
54605
     LIBS="$KRB5_LIBS $LIBS"
54283
54613
 else
54284
54614
   cat >conftest.$ac_ext <<_ACEOF
54285
54615
 /* confdefs.h.  */
54286
 
@@ -64956,35 +61397,31 @@
 
54616
@@ -65453,35 +61881,31 @@
54287
54617
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
54288
54618
   *) ac_try_echo=$ac_try;;
54289
54619
 esac
54326
54656
     LIBS=$ac_check_func_ext_save_LIBS
54327
54657
     if test $ac_cv_func_ext_krb5_fwd_tgt_creds = yes; then
54328
54658
   cat >>confdefs.h <<_ACEOF
54329
 
@@ -64998,10 +61435,10 @@
 
54659
@@ -65495,10 +61919,10 @@
54330
54660
 
54331
54661
     ac_check_func_ext_save_LIBS=$LIBS
54332
54662
     LIBS="$KRB5_LIBS $LIBS"
54340
54670
 else
54341
54671
   cat >conftest.$ac_ext <<_ACEOF
54342
54672
 /* confdefs.h.  */
54343
 
@@ -65054,35 +61491,31 @@
 
54673
@@ -65551,35 +61975,31 @@
54344
54674
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
54345
54675
   *) ac_try_echo=$ac_try;;
54346
54676
 esac
54383
54713
     LIBS=$ac_check_func_ext_save_LIBS
54384
54714
     if test $ac_cv_func_ext_krb5_auth_con_set_req_cksumtype = yes; then
54385
54715
   cat >>confdefs.h <<_ACEOF
54386
 
@@ -65094,10 +61527,10 @@
 
54716
@@ -65591,10 +62011,10 @@
54387
54717
 
54388
54718
   LIBS="$KRB5_LIBS $LIBS"
54389
54719
 
54397
54727
 else
54398
54728
 
54399
54729
            cat >conftest.$ac_ext <<_ACEOF
54400
 
@@ -65130,21 +61563,20 @@
 
54730
@@ -65627,21 +62047,20 @@
54401
54731
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
54402
54732
   *) ac_try_echo=$ac_try;;
54403
54733
 esac
54422
54752
 sed 's/^/| /' conftest.$ac_ext >&5
54423
54753
 
54424
54754
         smb_krb5_cv_ticket_has_keyinfo=no
54425
 
@@ -65153,8 +61585,8 @@
 
54755
@@ -65650,8 +62069,8 @@
54426
54756
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54427
54757
 
54428
54758
 fi
54433
54763
 
54434
54764
   if test x"$smb_krb5_cv_ticket_has_keyinfo" = x"yes" ; then
54435
54765
 
54436
 
@@ -65164,10 +61596,10 @@
 
54766
@@ -65661,10 +62080,10 @@
54437
54767
 
54438
54768
   fi
54439
54769
 
54447
54777
 else
54448
54778
 
54449
54779
                cat >conftest.$ac_ext <<_ACEOF
54450
 
@@ -65196,21 +61628,20 @@
 
54780
@@ -65693,21 +62112,20 @@
54451
54781
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
54452
54782
   *) ac_try_echo=$ac_try;;
54453
54783
 esac
54472
54802
 sed 's/^/| /' conftest.$ac_ext >&5
54473
54803
 
54474
54804
        smb_krb5_cv_creds_opt_free_context=no
54475
 
@@ -65220,8 +61651,8 @@
 
54805
@@ -65717,8 +62135,8 @@
54476
54806
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54477
54807
 
54478
54808
 fi
54483
54813
 
54484
54814
   if test x"$smb_krb5_cv_creds_opt_free_context" = x"yes" ; then
54485
54815
 
54486
 
@@ -65231,10 +61662,10 @@
 
54816
@@ -65728,10 +62146,10 @@
54487
54817
 
54488
54818
   fi
54489
54819
 
54497
54827
 else
54498
54828
 
54499
54829
     cat >conftest.$ac_ext <<_ACEOF
54500
 
@@ -65259,21 +61690,20 @@
 
54830
@@ -65756,21 +62174,20 @@
54501
54831
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
54502
54832
   *) ac_try_echo=$ac_try;;
54503
54833
 esac
54522
54852
 sed 's/^/| /' conftest.$ac_ext >&5
54523
54853
 
54524
54854
        smb_krb5_cv_verify_checksum=6
54525
 
@@ -65282,18 +61712,18 @@
 
54855
@@ -65779,18 +62196,18 @@
54526
54856
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54527
54857
 
54528
54858
 fi
54546
54876
 else
54547
54877
 
54548
54878
     cat >conftest.$ac_ext <<_ACEOF
54549
 
@@ -65317,21 +61747,20 @@
 
54879
@@ -65814,21 +62231,20 @@
54550
54880
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
54551
54881
   *) ac_try_echo=$ac_try;;
54552
54882
 esac
54571
54901
 sed 's/^/| /' conftest.$ac_ext >&5
54572
54902
 
54573
54903
        samba_cv_HAVE_CHECKSUM_IN_KRB5_CHECKSUM=no
54574
 
@@ -65339,8 +61768,8 @@
 
54904
@@ -65836,8 +62252,8 @@
54575
54905
 
54576
54906
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54577
54907
 fi
54582
54912
 
54583
54913
   if test x"$samba_cv_HAVE_CHECKSUM_IN_KRB5_CHECKSUM" = x"yes"; then
54584
54914
 
54585
 
@@ -65350,10 +61779,10 @@
 
54915
@@ -65847,10 +62263,10 @@
54586
54916
 
54587
54917
   fi
54588
54918
 
54596
54926
 else
54597
54927
 
54598
54928
     cat >conftest.$ac_ext <<_ACEOF
54599
 
@@ -65377,21 +61806,20 @@
 
54929
@@ -65874,21 +62290,20 @@
54600
54930
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
54601
54931
   *) ac_try_echo=$ac_try;;
54602
54932
 esac
54621
54951
 sed 's/^/| /' conftest.$ac_ext >&5
54622
54952
 
54623
54953
        samba_cv_HAVE_ETYPE_IN_ENCRYPTEDDATA=no
54624
 
@@ -65399,8 +61827,8 @@
 
54954
@@ -65896,8 +62311,8 @@
54625
54955
 
54626
54956
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54627
54957
 fi
54632
54962
 
54633
54963
   if test x"$samba_cv_HAVE_ETYPE_IN_ENCRYPTEDDATA" = x"yes"; then
54634
54964
 
54635
 
@@ -65410,10 +61838,10 @@
 
54965
@@ -65907,10 +62322,10 @@
54636
54966
 
54637
54967
   fi
54638
54968
 
54646
54976
 else
54647
54977
 
54648
54978
     cat >conftest.$ac_ext <<_ACEOF
54649
 
@@ -65437,21 +61865,20 @@
 
54979
@@ -65934,21 +62349,20 @@
54650
54980
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
54651
54981
   *) ac_try_echo=$ac_try;;
54652
54982
 esac
54671
55001
 sed 's/^/| /' conftest.$ac_ext >&5
54672
55002
 
54673
55003
        samba_cv_HAVE_TICKET_POINTER_IN_KRB5_AP_REQ=no
54674
 
@@ -65459,8 +61886,8 @@
 
55004
@@ -65956,8 +62370,8 @@
54675
55005
 
54676
55006
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54677
55007
 fi
54682
55012
 
54683
55013
   if test x"$samba_cv_HAVE_TICKET_POINTER_IN_KRB5_AP_REQ" = x"yes"; then
54684
55014
 
54685
 
@@ -65470,10 +61897,10 @@
 
55015
@@ -65967,10 +62381,10 @@
54686
55016
 
54687
55017
   fi
54688
55018
 
54696
55026
 else
54697
55027
 
54698
55028
     cat >conftest.$ac_ext <<_ACEOF
54699
 
@@ -65497,21 +61924,20 @@
 
55029
@@ -65994,21 +62408,20 @@
54700
55030
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
54701
55031
   *) ac_try_echo=$ac_try;;
54702
55032
 esac
54721
55051
 sed 's/^/| /' conftest.$ac_ext >&5
54722
55052
 
54723
55053
        samba_cv_HAVE_E_DATA_POINTER_IN_KRB5_ERROR=no
54724
 
@@ -65519,8 +61945,8 @@
 
55054
@@ -66016,8 +62429,8 @@
54725
55055
 
54726
55056
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54727
55057
 fi
54732
55062
 
54733
55063
   if test x"$samba_cv_HAVE_E_DATA_POINTER_IN_KRB5_ERROR" = x"yes"; then
54734
55064
 
54735
 
@@ -65530,10 +61956,10 @@
 
55065
@@ -66027,10 +62440,10 @@
54736
55066
 
54737
55067
   fi
54738
55068
 
54746
55076
 else
54747
55077
 
54748
55078
     cat >conftest.$ac_ext <<_ACEOF
54749
 
@@ -65557,21 +61983,20 @@
 
55079
@@ -66054,21 +62467,20 @@
54750
55080
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
54751
55081
   *) ac_try_echo=$ac_try;;
54752
55082
 esac
54771
55101
 sed 's/^/| /' conftest.$ac_ext >&5
54772
55102
 
54773
55103
        samba_cv_HAVE_KRB5_CRYPTO=no
54774
 
@@ -65579,8 +62004,8 @@
 
55104
@@ -66076,8 +62488,8 @@
54775
55105
 
54776
55106
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54777
55107
 fi
54782
55112
 
54783
55113
   if test x"$samba_cv_HAVE_KRB5_CRYPTO" = x"yes"; then
54784
55114
 
54785
 
@@ -65590,10 +62015,10 @@
 
55115
@@ -66087,10 +62499,10 @@
54786
55116
 
54787
55117
   fi
54788
55118
 
54796
55126
 else
54797
55127
 
54798
55128
     cat >conftest.$ac_ext <<_ACEOF
54799
 
@@ -65617,21 +62042,20 @@
 
55129
@@ -66114,21 +62526,20 @@
54800
55130
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
54801
55131
   *) ac_try_echo=$ac_try;;
54802
55132
 esac
54821
55151
 sed 's/^/| /' conftest.$ac_ext >&5
54822
55152
 
54823
55153
        samba_cv_HAVE_KRB5_ENCRYPT_BLOCK=no
54824
 
@@ -65639,8 +62063,8 @@
 
55154
@@ -66136,8 +62547,8 @@
54825
55155
 
54826
55156
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54827
55157
 fi
54832
55162
 
54833
55163
   if test x"$samba_cv_HAVE_KRB5_ENCRYPT_BLOCK" = x"yes"; then
54834
55164
 
54835
 
@@ -65650,10 +62074,10 @@
 
55165
@@ -66147,10 +62558,10 @@
54836
55166
 
54837
55167
   fi
54838
55168
 
54846
55176
 else
54847
55177
 
54848
55178
     cat >conftest.$ac_ext <<_ACEOF
54849
 
@@ -65677,21 +62101,20 @@
 
55179
@@ -66174,21 +62585,20 @@
54850
55180
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
54851
55181
   *) ac_try_echo=$ac_try;;
54852
55182
 esac
54871
55201
 sed 's/^/| /' conftest.$ac_ext >&5
54872
55202
 
54873
55203
        samba_cv_HAVE_ADDRTYPE_IN_KRB5_ADDRESS=no
54874
 
@@ -65699,8 +62122,8 @@
 
55204
@@ -66196,8 +62606,8 @@
54875
55205
 
54876
55206
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54877
55207
 fi
54882
55212
 
54883
55213
   if test x"$samba_cv_HAVE_ADDRTYPE_IN_KRB5_ADDRESS" = x"yes"; then
54884
55214
 
54885
 
@@ -65710,10 +62133,10 @@
 
55215
@@ -66207,10 +62617,10 @@
54886
55216
 
54887
55217
   fi
54888
55218
 
54896
55226
 else
54897
55227
 
54898
55228
     cat >conftest.$ac_ext <<_ACEOF
54899
 
@@ -65737,21 +62160,20 @@
 
55229
@@ -66234,21 +62644,20 @@
54900
55230
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
54901
55231
   *) ac_try_echo=$ac_try;;
54902
55232
 esac
54921
55251
 sed 's/^/| /' conftest.$ac_ext >&5
54922
55252
 
54923
55253
        samba_cv_HAVE_ADDR_TYPE_IN_KRB5_ADDRESS=no
54924
 
@@ -65759,8 +62181,8 @@
 
55254
@@ -66256,8 +62665,8 @@
54925
55255
 
54926
55256
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54927
55257
 fi
54932
55262
 
54933
55263
   if test x"$samba_cv_HAVE_ADDR_TYPE_IN_KRB5_ADDRESS" = x"yes"; then
54934
55264
 
54935
 
@@ -65770,10 +62192,10 @@
 
55265
@@ -66267,10 +62676,10 @@
54936
55266
 
54937
55267
   fi
54938
55268
 
54946
55276
 else
54947
55277
   cat >conftest.$ac_ext <<_ACEOF
54948
55278
 /* confdefs.h.  */
54949
 
@@ -65796,21 +62218,20 @@
 
55279
@@ -66293,21 +62702,20 @@
54950
55280
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
54951
55281
   *) ac_try_echo=$ac_try;;
54952
55282
 esac
54971
55301
 sed 's/^/| /' conftest.$ac_ext >&5
54972
55302
 
54973
55303
        samba_cv_HAVE_KRB5_TKT_ENC_PART2=no
54974
 
@@ -65818,8 +62239,8 @@
 
55304
@@ -66315,8 +62723,8 @@
54975
55305
 
54976
55306
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
54977
55307
 fi
54982
55312
 
54983
55313
   if test x"$samba_cv_HAVE_KRB5_TKT_ENC_PART2" = x"yes"; then
54984
55314
 
54985
 
@@ -65829,10 +62250,10 @@
 
55315
@@ -66326,10 +62734,10 @@
54986
55316
 
54987
55317
   fi
54988
55318
 
54996
55326
 else
54997
55327
 
54998
55328
     cat >conftest.$ac_ext <<_ACEOF
54999
 
@@ -65856,21 +62277,20 @@
 
55329
@@ -66353,21 +62761,20 @@
55000
55330
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
55001
55331
   *) ac_try_echo=$ac_try;;
55002
55332
 esac
55021
55351
 sed 's/^/| /' conftest.$ac_ext >&5
55022
55352
 
55023
55353
        samba_cv_HAVE_KRB5_KEYBLOCK_IN_CREDS=no
55024
 
@@ -65878,8 +62298,8 @@
 
55354
@@ -66375,8 +62782,8 @@
55025
55355
 
55026
55356
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55027
55357
 fi
55032
55362
 
55033
55363
   if test x"$samba_cv_HAVE_KRB5_KEYBLOCK_IN_CREDS" = x"yes"; then
55034
55364
 
55035
 
@@ -65889,10 +62309,10 @@
 
55365
@@ -66386,10 +62793,10 @@
55036
55366
 
55037
55367
   fi
55038
55368
 
55046
55376
 else
55047
55377
 
55048
55378
     cat >conftest.$ac_ext <<_ACEOF
55049
 
@@ -65916,21 +62336,20 @@
 
55379
@@ -66413,21 +62820,20 @@
55050
55380
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
55051
55381
   *) ac_try_echo=$ac_try;;
55052
55382
 esac
55071
55401
 sed 's/^/| /' conftest.$ac_ext >&5
55072
55402
 
55073
55403
        samba_cv_HAVE_KRB5_SESSION_IN_CREDS=no
55074
 
@@ -65938,8 +62357,8 @@
 
55404
@@ -66435,8 +62841,8 @@
55075
55405
 
55076
55406
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55077
55407
 fi
55082
55412
 
55083
55413
   if test x"$samba_cv_HAVE_KRB5_SESSION_IN_CREDS" = x"yes"; then
55084
55414
 
55085
 
@@ -65949,10 +62368,10 @@
 
55415
@@ -66446,10 +62852,10 @@
55086
55416
 
55087
55417
   fi
55088
55418
 
55096
55426
 else
55097
55427
 
55098
55428
     cat >conftest.$ac_ext <<_ACEOF
55099
 
@@ -65976,21 +62395,20 @@
 
55429
@@ -66473,21 +62879,20 @@
55100
55430
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
55101
55431
   *) ac_try_echo=$ac_try;;
55102
55432
 esac
55121
55451
 sed 's/^/| /' conftest.$ac_ext >&5
55122
55452
 
55123
55453
        samba_cv_HAVE_KRB5_KEYBLOCK_KEYVALUE=no
55124
 
@@ -65998,8 +62416,8 @@
 
55454
@@ -66495,8 +62900,8 @@
55125
55455
 
55126
55456
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55127
55457
 fi
55132
55462
 
55133
55463
   if test x"$samba_cv_HAVE_KRB5_KEYBLOCK_KEYVALUE" = x"yes"; then
55134
55464
 
55135
 
@@ -66009,10 +62427,10 @@
 
55465
@@ -66506,10 +62911,10 @@
55136
55466
 
55137
55467
   fi
55138
55468
 
55146
55476
 else
55147
55477
 
55148
55478
     cat >conftest.$ac_ext <<_ACEOF
55149
 
@@ -66036,21 +62454,20 @@
 
55479
@@ -66533,21 +62938,20 @@
55150
55480
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
55151
55481
   *) ac_try_echo=$ac_try;;
55152
55482
 esac
55171
55501
 sed 's/^/| /' conftest.$ac_ext >&5
55172
55502
 
55173
55503
        samba_cv_HAVE_ENCTYPE_ARCFOUR_HMAC_MD5=no
55174
 
@@ -66058,12 +62475,12 @@
 
55504
@@ -66555,12 +62959,12 @@
55175
55505
 
55176
55506
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55177
55507
 fi
55189
55519
 else
55190
55520
 
55191
55521
     cat >conftest.$ac_ext <<_ACEOF
55192
 
@@ -66087,21 +62504,20 @@
 
55522
@@ -66584,21 +62988,20 @@
55193
55523
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
55194
55524
   *) ac_try_echo=$ac_try;;
55195
55525
 esac
55214
55544
 sed 's/^/| /' conftest.$ac_ext >&5
55215
55545
 
55216
55546
        samba_cv_HAVE_KEYTYPE_ARCFOUR_56=no
55217
 
@@ -66109,8 +62525,8 @@
 
55547
@@ -66606,8 +63009,8 @@
55218
55548
 
55219
55549
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55220
55550
 fi
55225
55555
 # Heimdals with KEYTYPE_ARCFOUR but not KEYTYPE_ARCFOUR_56 are broken
55226
55556
 # w.r.t. arcfour and windows, so we must not enable it here
55227
55557
   if test x"$samba_cv_HAVE_ENCTYPE_ARCFOUR_HMAC_MD5" = x"yes" -a\
55228
 
@@ -66122,10 +62538,10 @@
 
55558
@@ -66619,10 +63022,10 @@
55229
55559
 
55230
55560
   fi
55231
55561
 
55239
55569
 else
55240
55570
 
55241
55571
     cat >conftest.$ac_ext <<_ACEOF
55242
 
@@ -66149,21 +62565,20 @@
 
55572
@@ -66646,21 +63049,20 @@
55243
55573
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
55244
55574
   *) ac_try_echo=$ac_try;;
55245
55575
 esac
55264
55594
 sed 's/^/| /' conftest.$ac_ext >&5
55265
55595
 
55266
55596
        samba_cv_HAVE_AP_OPTS_USE_SUBKEY=no
55267
 
@@ -66171,8 +62586,8 @@
 
55597
@@ -66668,8 +63070,8 @@
55268
55598
 
55269
55599
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55270
55600
 fi
55275
55605
 
55276
55606
   if test x"$samba_cv_HAVE_AP_OPTS_USE_SUBKEY" = x"yes"; then
55277
55607
 
55278
 
@@ -66182,10 +62597,10 @@
 
55608
@@ -66679,10 +63081,10 @@
55279
55609
 
55280
55610
   fi
55281
55611
 
55289
55619
 else
55290
55620
 
55291
55621
     cat >conftest.$ac_ext <<_ACEOF
55292
 
@@ -66209,21 +62624,20 @@
 
55622
@@ -66706,21 +63108,20 @@
55293
55623
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
55294
55624
   *) ac_try_echo=$ac_try;;
55295
55625
 esac
55314
55644
 sed 's/^/| /' conftest.$ac_ext >&5
55315
55645
 
55316
55646
        samba_cv_HAVE_KV5M_KEYTAB=no
55317
 
@@ -66231,8 +62645,8 @@
 
55647
@@ -66728,8 +63129,8 @@
55318
55648
 
55319
55649
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55320
55650
 fi
55325
55655
 
55326
55656
   if test x"$samba_cv_HAVE_KV5M_KEYTAB" = x"yes"; then
55327
55657
 
55328
 
@@ -66242,10 +62656,10 @@
 
55658
@@ -66739,10 +63140,10 @@
55329
55659
 
55330
55660
   fi
55331
55661
 
55339
55669
 else
55340
55670
 
55341
55671
     cat >conftest.$ac_ext <<_ACEOF
55342
 
@@ -66269,21 +62683,20 @@
 
55672
@@ -66766,21 +63167,20 @@
55343
55673
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
55344
55674
   *) ac_try_echo=$ac_try;;
55345
55675
 esac
55364
55694
 sed 's/^/| /' conftest.$ac_ext >&5
55365
55695
 
55366
55696
        samba_cv_HAVE_KRB5_KU_OTHER_CKSUM=no
55367
 
@@ -66291,8 +62704,8 @@
 
55697
@@ -66788,8 +63188,8 @@
55368
55698
 
55369
55699
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55370
55700
 fi
55375
55705
 
55376
55706
   if test x"$samba_cv_HAVE_KRB5_KU_OTHER_CKSUM" = x"yes"; then
55377
55707
 
55378
 
@@ -66302,10 +62715,10 @@
 
55708
@@ -66799,10 +63199,10 @@
55379
55709
 
55380
55710
   fi
55381
55711
 
55389
55719
 else
55390
55720
 
55391
55721
     cat >conftest.$ac_ext <<_ACEOF
55392
 
@@ -66329,21 +62742,20 @@
 
55722
@@ -66826,21 +63226,20 @@
55393
55723
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
55394
55724
   *) ac_try_echo=$ac_try;;
55395
55725
 esac
55414
55744
 sed 's/^/| /' conftest.$ac_ext >&5
55415
55745
 
55416
55746
        samba_cv_HAVE_KRB5_KEYUSAGE_APP_DATA_CKSUM=no
55417
 
@@ -66351,8 +62763,8 @@
 
55747
@@ -66848,8 +63247,8 @@
55418
55748
 
55419
55749
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55420
55750
 fi
55425
55755
 
55426
55756
   if test x"$samba_cv_HAVE_KRB5_KEYUSAGE_APP_DATA_CKSUM" = x"yes"; then
55427
55757
 
55428
 
@@ -66362,10 +62774,10 @@
 
55758
@@ -66859,10 +63258,10 @@
55429
55759
 
55430
55760
   fi
55431
55761
 
55439
55769
 else
55440
55770
 
55441
55771
     cat >conftest.$ac_ext <<_ACEOF
55442
 
@@ -66389,35 +62801,31 @@
 
55772
@@ -66886,35 +63285,31 @@
55443
55773
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
55444
55774
   *) ac_try_echo=$ac_try;;
55445
55775
 esac
55482
55812
 
55483
55813
   if test x"$samba_cv_HAVE_KRB5_PRINC_COMPONENT" = x"yes"; then
55484
55814
 
55485
 
@@ -66427,10 +62835,10 @@
 
55815
@@ -66924,10 +63319,10 @@
55486
55816
 
55487
55817
   fi
55488
55818
 
55496
55826
 else
55497
55827
 
55498
55828
     cat >conftest.$ac_ext <<_ACEOF
55499
 
@@ -66454,21 +62862,20 @@
 
55829
@@ -66951,21 +63346,20 @@
55500
55830
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
55501
55831
   *) ac_try_echo=$ac_try;;
55502
55832
 esac
55521
55851
 sed 's/^/| /' conftest.$ac_ext >&5
55522
55852
 
55523
55853
        samba_cv_HAVE_KRB5_KEYTAB_ENTRY_KEY=no
55524
 
@@ -66476,8 +62883,8 @@
 
55854
@@ -66973,8 +63367,8 @@
55525
55855
 
55526
55856
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55527
55857
 fi
55532
55862
 
55533
55863
   if test x"$samba_cv_HAVE_KRB5_KEYTAB_ENTRY_KEY" = x"yes"; then
55534
55864
 
55535
 
@@ -66487,10 +62894,10 @@
 
55865
@@ -66984,10 +63378,10 @@
55536
55866
 
55537
55867
   fi
55538
55868
 
55546
55876
 else
55547
55877
 
55548
55878
     cat >conftest.$ac_ext <<_ACEOF
55549
 
@@ -66514,21 +62921,20 @@
 
55879
@@ -67011,21 +63405,20 @@
55550
55880
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
55551
55881
   *) ac_try_echo=$ac_try;;
55552
55882
 esac
55571
55901
 sed 's/^/| /' conftest.$ac_ext >&5
55572
55902
 
55573
55903
        samba_cv_HAVE_KRB5_KEYTAB_ENTRY_KEYBLOCK=no
55574
 
@@ -66536,8 +62942,8 @@
 
55904
@@ -67033,8 +63426,8 @@
55575
55905
 
55576
55906
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55577
55907
 fi
55582
55912
 
55583
55913
   if test x"$samba_cv_HAVE_KRB5_KEYTAB_ENTRY_KEYBLOCK" = x"yes"; then
55584
55914
 
55585
 
@@ -66547,10 +62953,10 @@
 
55915
@@ -67044,10 +63437,10 @@
55586
55916
 
55587
55917
   fi
55588
55918
 
55596
55926
 else
55597
55927
 
55598
55928
     cat >conftest.$ac_ext <<_ACEOF
55599
 
@@ -66574,21 +62980,20 @@
 
55929
@@ -67071,21 +63464,20 @@
55600
55930
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
55601
55931
   *) ac_try_echo=$ac_try;;
55602
55932
 esac
55621
55951
 sed 's/^/| /' conftest.$ac_ext >&5
55622
55952
 
55623
55953
        samba_cv_HAVE_MAGIC_IN_KRB5_ADDRESS=no
55624
 
@@ -66596,8 +63001,8 @@
 
55954
@@ -67093,8 +63485,8 @@
55625
55955
 
55626
55956
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55627
55957
 fi
55632
55962
 
55633
55963
   if test x"$samba_cv_HAVE_MAGIC_IN_KRB5_ADDRESS" = x"yes"; then
55634
55964
 
55635
 
@@ -66607,20 +63012,18 @@
 
55965
@@ -67104,20 +63496,18 @@
55636
55966
 
55637
55967
   fi
55638
55968
 
55659
55989
 else
55660
55990
   cat >conftest.$ac_ext <<_ACEOF
55661
55991
 /* confdefs.h.  */
55662
 
@@ -66645,39 +63048,36 @@
 
55992
@@ -67142,39 +63532,36 @@
55663
55993
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
55664
55994
   *) ac_try_echo=$ac_try;;
55665
55995
 esac
55707
56037
 
55708
56038
   if test x"$samba_cv_HAVE_WRFILE_KEYTAB" = x"yes"; then
55709
56039
 
55710
 
@@ -66687,10 +63087,10 @@
 
56040
@@ -67184,10 +63571,10 @@
55711
56041
 
55712
56042
   fi
55713
56043
 
55721
56051
 else
55722
56052
 
55723
56053
     cat >conftest.$ac_ext <<_ACEOF
55724
 
@@ -66717,21 +63117,20 @@
 
56054
@@ -67214,21 +63601,20 @@
55725
56055
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
55726
56056
   *) ac_try_echo=$ac_try;;
55727
56057
 esac
55746
56076
 sed 's/^/| /' conftest.$ac_ext >&5
55747
56077
 
55748
56078
        samba_cv_KRB5_PRINC_REALM_RETURNS_REALM=no
55749
 
@@ -66739,8 +63138,8 @@
 
56079
@@ -67236,8 +63622,8 @@
55750
56080
 
55751
56081
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55752
56082
 fi
55757
56087
 
55758
56088
   if test x"$samba_cv_KRB5_PRINC_REALM_RETURNS_REALM" = x"yes"; then
55759
56089
 
55760
 
@@ -66750,10 +63149,10 @@
 
56090
@@ -67247,10 +63633,10 @@
55761
56091
 
55762
56092
   fi
55763
56093
 
55771
56101
 else
55772
56102
 
55773
56103
     cat >conftest.$ac_ext <<_ACEOF
55774
 
@@ -66777,21 +63176,20 @@
 
56104
@@ -67274,21 +63660,20 @@
55775
56105
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
55776
56106
   *) ac_try_echo=$ac_try;;
55777
56107
 esac
55796
56126
 sed 's/^/| /' conftest.$ac_ext >&5
55797
56127
 
55798
56128
        samba_cv_HAVE_KRB5_ADDRESSES=no
55799
 
@@ -66799,8 +63197,8 @@
 
56129
@@ -67296,8 +63681,8 @@
55800
56130
 
55801
56131
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55802
56132
 fi
55807
56137
 
55808
56138
   if test x"$samba_cv_HAVE_KRB5_ADDRESSES" = x"yes"; then
55809
56139
 
55810
 
@@ -66810,10 +63208,10 @@
 
56140
@@ -67307,10 +63692,10 @@
55811
56141
 
55812
56142
   fi
55813
56143
 
55821
56151
 else
55822
56152
 
55823
56153
     cat >conftest.$ac_ext <<_ACEOF
55824
 
@@ -66838,21 +63236,20 @@
 
56154
@@ -67335,21 +63720,20 @@
55825
56155
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
55826
56156
   *) ac_try_echo=$ac_try;;
55827
56157
 esac
55846
56176
 sed 's/^/| /' conftest.$ac_ext >&5
55847
56177
 
55848
56178
        samba_cv_HAVE_SHORT_KRB5_MK_ERROR_INTERFACE=no
55849
 
@@ -66860,8 +63257,8 @@
 
56179
@@ -67357,8 +63741,8 @@
55850
56180
 
55851
56181
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
55852
56182
 fi
55857
56187
 
55858
56188
   if test x"$samba_cv_HAVE_SHORT_KRB5_MK_ERROR_INTERFACE" = x"yes"; then
55859
56189
 
55860
 
@@ -66872,10 +63269,10 @@
 
56190
@@ -67369,10 +63753,10 @@
55861
56191
   fi
55862
56192
 
55863
56193
   if test x"$ac_cv_func_ext_krb5_enctype_to_string" = x"yes"; then
55871
56201
 else
55872
56202
 
55873
56203
 
55874
 
@@ -66889,13 +63286,11 @@
 
56204
@@ -67386,13 +63770,11 @@
55875
56205
        LDFLAGS="$LDFLAGS";
55876
56206
        export LDFLAGS;
55877
56207
        if test "$cross_compiling" = yes; then
55888
56218
 else
55889
56219
   cat >conftest.$ac_ext <<_ACEOF
55890
56220
 /* confdefs.h.  */
55891
 
@@ -66921,32 +63316,29 @@
 
56221
@@ -67418,32 +63800,29 @@
55892
56222
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
55893
56223
   *) ac_try_echo=$ac_try;;
55894
56224
 esac
55927
56257
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
55928
56258
 fi
55929
56259
 
55930
 
@@ -66962,8 +63354,8 @@
 
56260
@@ -67459,8 +63838,8 @@
55931
56261
        export LDFLAGS;
55932
56262
 
55933
56263
 fi
55938
56268
 
55939
56269
     if test x"$smb_krb5_cv_enctype_to_string_takes_krb5_context_arg" = x"yes"; then
55940
56270
 
55941
 
@@ -66973,10 +63365,10 @@
 
56271
@@ -67470,10 +63849,10 @@
55942
56272
 
55943
56273
     fi
55944
56274
 
55952
56282
 else
55953
56283
 
55954
56284
 
55955
 
@@ -66990,13 +63382,11 @@
 
56285
@@ -67487,13 +63866,11 @@
55956
56286
        LDFLAGS="$LDFLAGS";
55957
56287
        export LDFLAGS;
55958
56288
        if test "$cross_compiling" = yes; then
55969
56299
 else
55970
56300
   cat >conftest.$ac_ext <<_ACEOF
55971
56301
 /* confdefs.h.  */
55972
 
@@ -67019,32 +63409,29 @@
 
56302
@@ -67516,32 +63893,29 @@
55973
56303
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
55974
56304
   *) ac_try_echo=$ac_try;;
55975
56305
 esac
56008
56338
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
56009
56339
 fi
56010
56340
 
56011
 
@@ -67060,8 +63447,8 @@
 
56341
@@ -67557,8 +63931,8 @@
56012
56342
        export LDFLAGS;
56013
56343
 
56014
56344
 fi
56019
56349
 
56020
56350
     if test x"$smb_krb5_cv_enctype_to_string_takes_size_t_arg" = x"yes"; then
56021
56351
 
56022
 
@@ -67072,10 +63459,10 @@
 
56352
@@ -67569,10 +63943,10 @@
56023
56353
     fi
56024
56354
   fi
56025
56355
 
56033
56363
 else
56034
56364
 
56035
56365
     cat >conftest.$ac_ext <<_ACEOF
56036
 
@@ -67099,35 +63486,31 @@
 
56366
@@ -67596,35 +63970,31 @@
56037
56367
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
56038
56368
   *) ac_try_echo=$ac_try;;
56039
56369
 esac
56076
56406
 
56077
56407
   if test x"$samba_cv_HAVE_KRB5_PRINCIPAL_GET_REALM" = x"yes"; then
56078
56408
 
56079
 
@@ -67137,10 +63520,10 @@
 
56409
@@ -67634,10 +64004,10 @@
56080
56410
 
56081
56411
   fi
56082
56412
 
56090
56420
 else
56091
56421
 
56092
56422
     cat >conftest.$ac_ext <<_ACEOF
56093
 
@@ -67164,35 +63547,31 @@
 
56423
@@ -67661,35 +64031,31 @@
56094
56424
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
56095
56425
   *) ac_try_echo=$ac_try;;
56096
56426
 esac
56133
56463
 
56134
56464
   if test x"$samba_cv_HAVE_KRB5_PRINC_REALM" = x"yes"; then
56135
56465
 
56136
 
@@ -67210,40 +63589,40 @@
 
56466
@@ -67707,40 +64073,40 @@
56137
56467
   #
56138
56468
   #
56139
56469
   if test x"$ac_cv_lib_ext_krb5_krb5_mk_req_extended" != x"yes"; then
56184
56514
     use_ads=no
56185
56515
   fi
56186
56516
 
56187
 
@@ -67254,15 +63633,15 @@
 
56517
@@ -67751,15 +64117,15 @@
56188
56518
 
56189
56519
       if test x"$ac_cv_func_ext_free_AP_REQ" != x"yes"
56190
56520
       then
56204
56534
        use_ads=no
56205
56535
       fi
56206
56536
 
56207
 
@@ -67288,12 +63667,12 @@
 
56537
@@ -67785,12 +64151,12 @@
56208
56538
     fi
56209
56539
   else
56210
56540
     if test x"$with_ads_support" = x"yes"; then
56221
56551
     fi
56222
56552
 
56223
56553
 grep -v '#define HAVE_KRB5_H ' confdefs.h |grep -v '#define HAVE_KRB5_H$'>confdefs.h.tmp
56224
 
@@ -67318,10 +63697,10 @@
 
56554
@@ -67815,10 +64181,10 @@
56225
56555
     KRB5_LIBS=""
56226
56556
     with_ads_support=no
56227
56557
   fi
56236
56566
 
56237
56567
 LIBS="$ac_save_LIBS"
56238
56568
 fi
56239
 
@@ -67335,10 +63714,10 @@
 
56569
@@ -67832,10 +64198,10 @@
56240
56570
 
56241
56571
 
56242
56572
 
56250
56580
 else
56251
56581
   cat >conftest.$ac_ext <<_ACEOF
56252
56582
 /* confdefs.h.  */
56253
 
@@ -67368,38 +63747,34 @@
 
56583
@@ -67865,38 +64231,34 @@
56254
56584
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
56255
56585
   *) ac_try_echo=$ac_try;;
56256
56586
 esac
56296
56626
     if test $ac_cv_lib_ext_nscd_nscd_flush_cache = yes; then
56297
56627
   cat >>confdefs.h <<_ACEOF
56298
56628
 #define HAVE_NSCD_FLUSH_CACHE 1
56299
 
@@ -67432,8 +63807,8 @@
 
56629
@@ -67929,8 +64291,8 @@
56300
56630
 # Compile with DNS Updates support?
56301
56631
 
56302
56632
 with_dnsupdate_support=no
56307
56637
 
56308
56638
 
56309
56639
 # Check whether --with-dnsupdate was given.
56310
 
@@ -67446,8 +63821,8 @@
 
56640
@@ -67943,8 +64305,8 @@
56311
56641
 fi
56312
56642
 
56313
56643
 
56318
56648
 
56319
56649
 if test x"$with_dnsupdate_support" != x"no"; then
56320
56650
 
56321
 
@@ -67463,21 +63838,20 @@
 
56651
@@ -67960,21 +64322,20 @@
56322
56652
 
56323
56653
 for ac_header in uuid/uuid.h
56324
56654
 do
56349
56679
 cat >conftest.$ac_ext <<_ACEOF
56350
56680
 /* confdefs.h.  */
56351
56681
 _ACEOF
56352
 
@@ -67493,33 +63867,32 @@
 
56682
@@ -67990,33 +64351,32 @@
56353
56683
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
56354
56684
   *) ac_try_echo=$ac_try;;
56355
56685
 esac
56390
56720
 cat >conftest.$ac_ext <<_ACEOF
56391
56721
 /* confdefs.h.  */
56392
56722
 _ACEOF
56393
 
@@ -67533,52 +63906,51 @@
 
56723
@@ -68030,52 +64390,51 @@
56394
56724
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
56395
56725
   *) ac_try_echo=$ac_try;;
56396
56726
 esac
56464
56794
     ( cat <<\_ASBOX
56465
56795
 ## ---------------------------------------- ##
56466
56796
 ## Report this to samba-technical@samba.org ##
56467
 
@@ -67587,24 +63959,21 @@
 
56797
@@ -68084,24 +64443,21 @@
56468
56798
      ) | sed "s/^/$as_me: WARNING:     /" >&2
56469
56799
     ;;
56470
56800
 esac
56497
56827
 _ACEOF
56498
56828
 
56499
56829
 fi
56500
 
@@ -67614,12 +63983,12 @@
 
56830
@@ -68111,12 +64467,12 @@
56501
56831
 
56502
56832
   if test x"$ac_cv_header_uuid_uuid_h" != x"yes"; then
56503
56833
        if test x"$with_dnsupdate_support" = x"yes"; then
56514
56844
        fi
56515
56845
        with_dnsupdate_support=no
56516
56846
   fi
56517
 
@@ -67637,11 +64006,11 @@
 
56847
@@ -68134,11 +64490,11 @@
56518
56848
 
56519
56849
 for ac_func in uuid_generate
56520
56850
 do
56530
56860
 else
56531
56861
   cat >conftest.$ac_ext <<_ACEOF
56532
56862
 /* confdefs.h.  */
56533
 
@@ -67694,42 +64063,35 @@
 
56863
@@ -68191,42 +64547,35 @@
56534
56864
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
56535
56865
   *) ac_try_echo=$ac_try;;
56536
56866
 esac
56583
56913
 _ACEOF
56584
56914
 
56585
56915
         # uuid_generate was found in libc or existing $LIBS
56586
 
@@ -67761,12 +64123,12 @@
 
56916
@@ -68258,12 +64607,12 @@
56587
56917
 
56588
56918
 
56589
56919
            if test x"$with_dnsupdate_support" = x"yes"; then
56600
56930
            fi
56601
56931
            with_dnsupdate_support=no
56602
56932
 
56603
 
@@ -67774,10 +64136,10 @@
 
56933
@@ -68271,10 +64620,10 @@
56604
56934
            ;;
56605
56935
           *)
56606
56936
            # uuid_generate was not found, try adding libuuid
56614
56944
 else
56615
56945
   ac_check_lib_save_LIBS=$LIBS
56616
56946
 LIBS="-luuid  $LIBS"
56617
 
@@ -67809,37 +64171,33 @@
 
56947
@@ -68306,37 +64655,33 @@
56618
56948
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
56619
56949
   *) ac_try_echo=$ac_try;;
56620
56950
 esac
56660
56990
 
56661
56991
                LIBS="-luuid $LIBS"
56662
56992
 
56663
 
@@ -67867,12 +64225,12 @@
 
56993
@@ -68364,12 +64709,12 @@
56664
56994
 
56665
56995
 
56666
56996
            if test x"$with_dnsupdate_support" = x"yes"; then
56677
57007
            fi
56678
57008
            with_dnsupdate_support=no
56679
57009
 
56680
 
@@ -67891,15 +64249,15 @@
 
57010
@@ -68388,15 +64733,15 @@
56681
57011
 
56682
57012
 #################################################
56683
57013
 # check for automount support
56697
57027
 
56698
57028
 cat >>confdefs.h <<\_ACEOF
56699
57029
 #define WITH_AUTOMOUNT 1
56700
 
@@ -67907,13 +64265,13 @@
 
57030
@@ -68404,13 +64749,13 @@
56701
57031
 
56702
57032
     ;;
56703
57033
   *)
56715
57045
 
56716
57046
 fi
56717
57047
 
56718
 
@@ -67923,21 +64281,21 @@
 
57048
@@ -68420,21 +64765,21 @@
56719
57049
 CIFSMOUNT_PROGS=""
56720
57050
 INSTALL_CIFSMOUNT=""
56721
57051
 UNINSTALL_CIFSMOUNT=""
56743
57073
 
56744
57074
 cat >>confdefs.h <<\_ACEOF
56745
57075
 #define WITH_CIFSMOUNT 1
56746
 
@@ -67948,8 +64306,8 @@
 
57076
@@ -68445,8 +64790,8 @@
56747
57077
                UNINSTALL_CIFSMOUNT="uninstallcifsmount"
56748
57078
                ;;
56749
57079
        *)
56754
57084
    { (exit 1); exit 1; }; }
56755
57085
                ;;
56756
57086
        esac
56757
 
@@ -67958,8 +64316,8 @@
 
57087
@@ -68455,8 +64800,8 @@
56758
57088
 else
56759
57089
    case "$host_os" in
56760
57090
   *linux*)
56765
57095
 
56766
57096
 cat >>confdefs.h <<\_ACEOF
56767
57097
 #define WITH_CIFSMOUNT 1
56768
 
@@ -67970,8 +64328,8 @@
 
57098
@@ -68467,8 +64812,8 @@
56769
57099
        UNINSTALL_CIFSMOUNT="uninstallcifsmount"
56770
57100
        ;;
56771
57101
   *)
56776
57106
        ;;
56777
57107
   esac
56778
57108
 
56779
 
@@ -67983,21 +64341,20 @@
 
57109
@@ -68480,21 +64825,20 @@
56780
57110
 
56781
57111
 for ac_header in keyutils.h
56782
57112
 do
56807
57137
 cat >conftest.$ac_ext <<_ACEOF
56808
57138
 /* confdefs.h.  */
56809
57139
 _ACEOF
56810
 
@@ -68013,33 +64370,32 @@
 
57140
@@ -68510,33 +64854,32 @@
56811
57141
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
56812
57142
   *) ac_try_echo=$ac_try;;
56813
57143
 esac
56848
57178
 cat >conftest.$ac_ext <<_ACEOF
56849
57179
 /* confdefs.h.  */
56850
57180
 _ACEOF
56851
 
@@ -68053,52 +64409,51 @@
 
57181
@@ -68550,52 +64893,51 @@
56852
57182
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
56853
57183
   *) ac_try_echo=$ac_try;;
56854
57184
 esac
56922
57252
     ( cat <<\_ASBOX
56923
57253
 ## ---------------------------------------- ##
56924
57254
 ## Report this to samba-technical@samba.org ##
56925
 
@@ -68107,24 +64462,21 @@
 
57255
@@ -68604,24 +64946,21 @@
56926
57256
      ) | sed "s/^/$as_me: WARNING:     /" >&2
56927
57257
     ;;
56928
57258
 esac
56955
57285
 _ACEOF
56956
57286
  HAVE_KEYUTILS_H=1
56957
57287
 else
56958
 
@@ -68136,30 +64488,30 @@
 
57288
@@ -68633,30 +64972,30 @@
56959
57289
 CIFSUPCALL_PROGS=""
56960
57290
 INSTALL_CIFSUPCALL=""
56961
57291
 UNINSTALL_CIFSUPCALL=""
56996
57326
 
56997
57327
 cat >>confdefs.h <<\_ACEOF
56998
57328
 #define WITH_CIFSUPCALL 1
56999
 
@@ -68171,8 +64523,8 @@
 
57329
@@ -68668,8 +65007,8 @@
57000
57330
                fi
57001
57331
                ;;
57002
57332
        *)
57007
57337
    { (exit 1); exit 1; }; }
57008
57338
                ;;
57009
57339
        esac
57010
 
@@ -68182,14 +64534,14 @@
 
57340
@@ -68679,14 +65018,14 @@
57011
57341
    case "$host_os" in
57012
57342
   *linux*)
57013
57343
        if test x"$use_ads" != x"yes"; then
57028
57358
 
57029
57359
 cat >>confdefs.h <<\_ACEOF
57030
57360
 #define WITH_CIFSUPCALL 1
57031
 
@@ -68201,8 +64553,8 @@
 
57361
@@ -68698,8 +65037,8 @@
57032
57362
        fi
57033
57363
        ;;
57034
57364
   *)
57039
57369
        ;;
57040
57370
   esac
57041
57371
 
57042
 
@@ -68218,8 +64570,8 @@
 
57372
@@ -68715,8 +65054,8 @@
57043
57373
 
57044
57374
 with_pam_for_crypt=no
57045
57375
 try_pam=no
57050
57380
 
57051
57381
 # Check whether --with-pam was given.
57052
57382
 if test "${with_pam+set}" = set; then
57053
 
@@ -68231,8 +64583,8 @@
 
57383
@@ -68728,8 +65067,8 @@
57054
57384
 
57055
57385
 fi
57056
57386
 
57061
57391
 
57062
57392
 use_pam=no
57063
57393
 create_pam_modules=no
57064
 
@@ -68246,21 +64598,20 @@
 
57394
@@ -68743,21 +65082,20 @@
57065
57395
 
57066
57396
 for ac_header in security/pam_appl.h pam/pam_appl.h
57067
57397
 do
57092
57422
 cat >conftest.$ac_ext <<_ACEOF
57093
57423
 /* confdefs.h.  */
57094
57424
 _ACEOF
57095
 
@@ -68276,33 +64627,32 @@
 
57425
@@ -68773,33 +65111,32 @@
57096
57426
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
57097
57427
   *) ac_try_echo=$ac_try;;
57098
57428
 esac
57133
57463
 cat >conftest.$ac_ext <<_ACEOF
57134
57464
 /* confdefs.h.  */
57135
57465
 _ACEOF
57136
 
@@ -68316,52 +64666,51 @@
 
57466
@@ -68813,52 +65150,51 @@
57137
57467
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
57138
57468
   *) ac_try_echo=$ac_try;;
57139
57469
 esac
57207
57537
     ( cat <<\_ASBOX
57208
57538
 ## ---------------------------------------- ##
57209
57539
 ## Report this to samba-technical@samba.org ##
57210
 
@@ -68370,24 +64719,21 @@
 
57540
@@ -68867,24 +65203,21 @@
57211
57541
      ) | sed "s/^/$as_me: WARNING:     /" >&2
57212
57542
     ;;
57213
57543
 esac
57240
57570
 _ACEOF
57241
57571
 
57242
57572
 fi
57243
 
@@ -68397,8 +64743,8 @@
 
57573
@@ -68894,8 +65227,8 @@
57244
57574
        if test x"$ac_cv_header_security_pam_appl_h" != x"yes" -a \
57245
57575
                x"$ac_cv_header_pam_pam_appl_h" != x"yes"; then
57246
57576
                if test x"${try_pam}" = x"yes";then
57251
57581
    { (exit 1); exit 1; }; }
57252
57582
                fi
57253
57583
                use_pam=no
57254
 
@@ -68414,10 +64760,10 @@
 
57584
@@ -68911,10 +65244,10 @@
57255
57585
 
57256
57586
 
57257
57587
 
57265
57595
 else
57266
57596
   cat >conftest.$ac_ext <<_ACEOF
57267
57597
 /* confdefs.h.  */
57268
 
@@ -68447,38 +64793,34 @@
 
57598
@@ -68944,38 +65277,34 @@
57269
57599
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
57270
57600
   *) ac_try_echo=$ac_try;;
57271
57601
 esac
57311
57641
     if test $ac_cv_lib_ext_pam_pam_get_data = yes; then
57312
57642
   cat >>confdefs.h <<_ACEOF
57313
57643
 #define HAVE_PAM_GET_DATA 1
57314
 
@@ -68506,8 +64848,8 @@
 
57644
@@ -69003,8 +65332,8 @@
57315
57645
 
57316
57646
        if test x"$ac_cv_lib_ext_pam_pam_get_data" != x"yes"; then
57317
57647
                if test x"${try_pam}" = x"yes";then
57322
57652
    { (exit 1); exit 1; }; }
57323
57653
                fi
57324
57654
                use_pam=no
57325
 
@@ -68518,11 +64860,11 @@
 
57655
@@ -69015,11 +65344,11 @@
57326
57656
 
57327
57657
 for ac_header in security/pam_modules.h pam/pam_modules.h
57328
57658
 do
57338
57668
 else
57339
57669
   cat >conftest.$ac_ext <<_ACEOF
57340
57670
 /* confdefs.h.  */
57341
 
@@ -68547,21 +64889,20 @@
 
57671
@@ -69044,21 +65373,20 @@
57342
57672
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
57343
57673
   *) ac_try_echo=$ac_try;;
57344
57674
 esac
57363
57693
 sed 's/^/| /' conftest.$ac_ext >&5
57364
57694
 
57365
57695
        eval "$as_ac_Header=no"
57366
 
@@ -68569,15 +64910,12 @@
 
57696
@@ -69066,15 +65394,12 @@
57367
57697
 
57368
57698
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
57369
57699
 fi
57384
57714
 _ACEOF
57385
57715
 
57386
57716
 fi
57387
 
@@ -68587,8 +64925,8 @@
 
57717
@@ -69084,8 +65409,8 @@
57388
57718
        if test x"$ac_cv_header_security_pam_modules_h" = x"no" -a \
57389
57719
                x"$ac_cv_header_pam_pam_modules_h" = x"no" ; then
57390
57720
                if test x"${try_pam}" = x"yes";then
57395
57725
    { (exit 1); exit 1; }; }
57396
57726
        fi
57397
57727
                create_pam_modules=no
57398
 
@@ -68620,21 +64958,20 @@
 
57728
@@ -69117,21 +65442,20 @@
57399
57729
 
57400
57730
 for ac_header in security/pam_ext.h security/_pam_macros.h
57401
57731
 do
57426
57756
 cat >conftest.$ac_ext <<_ACEOF
57427
57757
 /* confdefs.h.  */
57428
57758
 _ACEOF
57429
 
@@ -68650,33 +64987,32 @@
 
57759
@@ -69147,33 +65471,32 @@
57430
57760
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
57431
57761
   *) ac_try_echo=$ac_try;;
57432
57762
 esac
57467
57797
 cat >conftest.$ac_ext <<_ACEOF
57468
57798
 /* confdefs.h.  */
57469
57799
 _ACEOF
57470
 
@@ -68690,52 +65026,51 @@
 
57800
@@ -69187,52 +65510,51 @@
57471
57801
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
57472
57802
   *) ac_try_echo=$ac_try;;
57473
57803
 esac
57541
57871
     ( cat <<\_ASBOX
57542
57872
 ## ---------------------------------------- ##
57543
57873
 ## Report this to samba-technical@samba.org ##
57544
 
@@ -68744,24 +65079,21 @@
 
57874
@@ -69241,24 +65563,21 @@
57545
57875
      ) | sed "s/^/$as_me: WARNING:     /" >&2
57546
57876
     ;;
57547
57877
 esac
57574
57904
 _ACEOF
57575
57905
 
57576
57906
 fi
57577
 
@@ -68772,21 +65104,20 @@
 
57907
@@ -69269,21 +65588,20 @@
57578
57908
 
57579
57909
 for ac_header in pam/pam_ext.h pam/_pam_macros.h
57580
57910
 do
57605
57935
 cat >conftest.$ac_ext <<_ACEOF
57606
57936
 /* confdefs.h.  */
57607
57937
 _ACEOF
57608
 
@@ -68802,33 +65133,32 @@
 
57938
@@ -69299,33 +65617,32 @@
57609
57939
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
57610
57940
   *) ac_try_echo=$ac_try;;
57611
57941
 esac
57646
57976
 cat >conftest.$ac_ext <<_ACEOF
57647
57977
 /* confdefs.h.  */
57648
57978
 _ACEOF
57649
 
@@ -68842,52 +65172,51 @@
 
57979
@@ -69339,52 +65656,51 @@
57650
57980
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
57651
57981
   *) ac_try_echo=$ac_try;;
57652
57982
 esac
57720
58050
     ( cat <<\_ASBOX
57721
58051
 ## ---------------------------------------- ##
57722
58052
 ## Report this to samba-technical@samba.org ##
57723
 
@@ -68896,24 +65225,21 @@
 
58053
@@ -69393,24 +65709,21 @@
57724
58054
      ) | sed "s/^/$as_me: WARNING:     /" >&2
57725
58055
     ;;
57726
58056
 esac
57753
58083
 _ACEOF
57754
58084
 
57755
58085
 fi
57756
 
@@ -68925,10 +65251,10 @@
 
58086
@@ -69422,10 +65735,10 @@
57757
58087
 
57758
58088
     ac_check_func_ext_save_LIBS=$LIBS
57759
58089
     LIBS="$PAM_LIBS $LIBS"
57767
58097
 else
57768
58098
   cat >conftest.$ac_ext <<_ACEOF
57769
58099
 /* confdefs.h.  */
57770
 
@@ -68981,35 +65307,31 @@
 
58100
@@ -69478,35 +65791,31 @@
57771
58101
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
57772
58102
   *) ac_try_echo=$ac_try;;
57773
58103
 esac
57810
58140
     LIBS=$ac_check_func_ext_save_LIBS
57811
58141
     if test $ac_cv_func_ext_pam_vsyslog = yes; then
57812
58142
   cat >>confdefs.h <<_ACEOF
57813
 
@@ -69019,19 +65341,19 @@
 
58143
@@ -69516,19 +65825,19 @@
57814
58144
 fi
57815
58145
 
57816
58146
                else
57841
58171
 fi # try_pam != no
57842
58172
 
57843
58173
 #################################################
57844
 
@@ -69039,25 +65361,25 @@
 
58174
@@ -69536,25 +65845,25 @@
57845
58175
 PAM_MODULES=""
57846
58176
 INSTALL_PAM_MODULES=""
57847
58177
 UNINSTALL_PAM_MODULES=""
57875
58205
    { (exit 1); exit 1; }; }
57876
58206
        else
57877
58207
           PAM_MODULES="pam_smbpass"
57878
 
@@ -69066,13 +65388,13 @@
 
58208
@@ -69563,13 +65872,13 @@
57879
58209
        fi
57880
58210
     ;;
57881
58211
   *)
57893
58223
 
57894
58224
 fi
57895
58225
 
57896
 
@@ -69080,10 +65402,10 @@
 
58226
@@ -69577,10 +65886,10 @@
57897
58227
 
57898
58228
 ###############################################
57899
58229
 # test for where we get crypt() from
57907
58237
 else
57908
58238
   ac_func_search_save_LIBS=$LIBS
57909
58239
 cat >conftest.$ac_ext <<_ACEOF
57910
 
@@ -69121,30 +65443,26 @@
 
58240
@@ -69618,30 +65927,26 @@
57911
58241
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
57912
58242
   *) ac_try_echo=$ac_try;;
57913
58243
 esac
57943
58273
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
57944
58274
       conftest$ac_exeext
57945
58275
   if test "${ac_cv_search_crypt+set}" = set; then
57946
 
@@ -69159,8 +65477,8 @@
 
58276
@@ -69656,8 +65961,8 @@
57947
58277
 rm conftest.$ac_ext
57948
58278
 LIBS=$ac_func_search_save_LIBS
57949
58279
 fi
57954
58284
 ac_res=$ac_cv_search_crypt
57955
58285
 if test "$ac_res" != no; then
57956
58286
   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
57957
 
@@ -69180,10 +65498,10 @@
 
58287
@@ -69677,10 +65982,10 @@
57958
58288
 ## $with_pam_for_crypt variable as above   --jerry
57959
58289
 ##
57960
58290
 if test $with_pam_for_crypt = no; then
57968
58298
 else
57969
58299
 
57970
58300
 crypt_LIBS="$LIBS"
57971
 
@@ -69205,40 +65523,37 @@
 
58301
@@ -69702,40 +66007,37 @@
57972
58302
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
57973
58303
   *) ac_try_echo=$ac_try;;
57974
58304
 esac
58017
58347
 if test x"$samba_cv_HAVE_TRUNCATED_SALT" = x"yes"; then
58018
58348
 
58019
58349
 cat >>confdefs.h <<\_ACEOF
58020
 
@@ -69250,15 +65565,15 @@
 
58350
@@ -69747,15 +66049,15 @@
58021
58351
 
58022
58352
 #################################################
58023
58353
 # check for a NISPLUS_HOME support
58037
58367
 
58038
58368
 cat >>confdefs.h <<\_ACEOF
58039
58369
 #define WITH_NISPLUS_HOME 1
58040
 
@@ -69266,28 +65581,28 @@
 
58370
@@ -69763,28 +66065,28 @@
58041
58371
 
58042
58372
     ;;
58043
58373
   *)
58074
58404
 
58075
58405
 cat >>confdefs.h <<\_ACEOF
58076
58406
 #define WITH_SYSLOG 1
58077
 
@@ -69295,28 +65610,28 @@
 
58407
@@ -69792,28 +66094,28 @@
58078
58408
 
58079
58409
     ;;
58080
58410
   *)
58111
58441
    { (exit 1); exit 1; }; }
58112
58442
   else
58113
58443
      if test "$withval" != "yes" ; then
58114
 
@@ -69342,15 +65657,15 @@
 
58444
@@ -69839,15 +66141,15 @@
58115
58445
 samba_cv_TRY_SYS_QUOTAS=auto
58116
58446
 samba_cv_SYSQUOTA_FOUND=no
58117
58447
 
58131
58461
     samba_cv_WITH_QUOTAS=yes
58132
58462
     samba_cv_TRY_QUOTAS=yes
58133
58463
     samba_cv_RUN_QUOTA_TESTS=yes
58134
 
@@ -69358,8 +65673,8 @@
 
58464
@@ -69855,8 +66157,8 @@
58135
58465
     samba_cv_TRY_SYS_QUOTAS=auto
58136
58466
     ;;
58137
58467
   auto)
58142
58472
     samba_cv_WITH_QUOTAS=auto
58143
58473
     samba_cv_TRY_QUOTAS=auto
58144
58474
     samba_cv_RUN_QUOTA_TESTS=auto
58145
 
@@ -69367,75 +65682,75 @@
 
58475
@@ -69864,75 +66166,75 @@
58146
58476
     samba_cv_TRY_SYS_QUOTAS=auto
58147
58477
     ;;
58148
58478
   no)
58242
58572
             samba_cv_TRY_SYS_QUOTAS=no
58243
58573
            ;;
58244
58574
   esac
58245
 
@@ -69455,10 +65770,10 @@
 
58575
@@ -69952,10 +66254,10 @@
58246
58576
 _ACEOF
58247
58577
 
58248
58578
            samba_cv_sysquotas_file="lib/sysquotas_linux.c"
58257
58587
 
58258
58588
 
58259
58589
 cat >>confdefs.h <<\_ACEOF
58260
 
@@ -69466,10 +65781,10 @@
 
58590
@@ -69963,10 +66265,10 @@
58261
58591
 _ACEOF
58262
58592
 
58263
58593
            samba_cv_found_xfs_header=yes
58272
58602
            ;;
58273
58603
        *solaris*)
58274
58604
            # need to set this define when using static linking (BUG 1473)
58275
 
@@ -69481,17 +65796,17 @@
 
58605
@@ -69978,17 +66280,17 @@
58276
58606
 
58277
58607
 # some broken header files need this
58278
58608
 if test "${ac_cv_header_asm_types_h+set}" = set; then
58297
58627
 cat >conftest.$ac_ext <<_ACEOF
58298
58628
 /* confdefs.h.  */
58299
58629
 _ACEOF
58300
 
@@ -69507,33 +65822,32 @@
 
58630
@@ -70004,33 +66306,32 @@
58301
58631
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
58302
58632
   *) ac_try_echo=$ac_try;;
58303
58633
 esac
58338
58668
 cat >conftest.$ac_ext <<_ACEOF
58339
58669
 /* confdefs.h.  */
58340
58670
 _ACEOF
58341
 
@@ -69547,52 +65861,51 @@
 
58671
@@ -70044,52 +66345,51 @@
58342
58672
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
58343
58673
   *) ac_try_echo=$ac_try;;
58344
58674
 esac
58412
58742
     ( cat <<\_ASBOX
58413
58743
 ## ---------------------------------------- ##
58414
58744
 ## Report this to samba-technical@samba.org ##
58415
 
@@ -69601,18 +65914,18 @@
 
58745
@@ -70098,18 +66398,18 @@
58416
58746
      ) | sed "s/^/$as_me: WARNING:     /" >&2
58417
58747
     ;;
58418
58748
 esac
58437
58767
 
58438
58768
 
58439
58769
 cat >>confdefs.h <<\_ACEOF
58440
 
@@ -69632,21 +65945,20 @@
 
58770
@@ -70129,21 +66429,20 @@
58441
58771
 
58442
58772
 for ac_header in sys/fs/vx_quota.h
58443
58773
 do
58468
58798
 cat >conftest.$ac_ext <<_ACEOF
58469
58799
 /* confdefs.h.  */
58470
58800
 _ACEOF
58471
 
@@ -69662,33 +65974,32 @@
 
58801
@@ -70159,33 +66458,32 @@
58472
58802
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
58473
58803
   *) ac_try_echo=$ac_try;;
58474
58804
 esac
58509
58839
 cat >conftest.$ac_ext <<_ACEOF
58510
58840
 /* confdefs.h.  */
58511
58841
 _ACEOF
58512
 
@@ -69702,52 +66013,51 @@
 
58842
@@ -70199,52 +66497,51 @@
58513
58843
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
58514
58844
   *) ac_try_echo=$ac_try;;
58515
58845
 esac
58583
58913
     ( cat <<\_ASBOX
58584
58914
 ## ---------------------------------------- ##
58585
58915
 ## Report this to samba-technical@samba.org ##
58586
 
@@ -69756,24 +66066,21 @@
 
58916
@@ -70253,24 +66550,21 @@
58587
58917
      ) | sed "s/^/$as_me: WARNING:     /" >&2
58588
58918
     ;;
58589
58919
 esac
58616
58946
 _ACEOF
58617
58947
 
58618
58948
 fi
58619
 
@@ -69785,21 +66092,20 @@
 
58949
@@ -70282,21 +66576,20 @@
58620
58950
 
58621
58951
 for ac_header in linux/dqblk_xfs.h
58622
58952
 do
58647
58977
 cat >conftest.$ac_ext <<_ACEOF
58648
58978
 /* confdefs.h.  */
58649
58979
 _ACEOF
58650
 
@@ -69815,33 +66121,32 @@
 
58980
@@ -70312,33 +66605,32 @@
58651
58981
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
58652
58982
   *) ac_try_echo=$ac_try;;
58653
58983
 esac
58688
59018
 cat >conftest.$ac_ext <<_ACEOF
58689
59019
 /* confdefs.h.  */
58690
59020
 _ACEOF
58691
 
@@ -69855,52 +66160,51 @@
 
59021
@@ -70352,52 +66644,51 @@
58692
59022
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
58693
59023
   *) ac_try_echo=$ac_try;;
58694
59024
 esac
58762
59092
     ( cat <<\_ASBOX
58763
59093
 ## ---------------------------------------- ##
58764
59094
 ## Report this to samba-technical@samba.org ##
58765
 
@@ -69909,24 +66213,21 @@
 
59095
@@ -70406,24 +66697,21 @@
58766
59096
      ) | sed "s/^/$as_me: WARNING:     /" >&2
58767
59097
     ;;
58768
59098
 esac
58795
59125
 _ACEOF
58796
59126
 
58797
59127
 fi
58798
 
@@ -69938,21 +66239,20 @@
 
59128
@@ -70435,21 +66723,20 @@
58799
59129
 
58800
59130
 for ac_header in sys/quota.h
58801
59131
 do
58826
59156
 cat >conftest.$ac_ext <<_ACEOF
58827
59157
 /* confdefs.h.  */
58828
59158
 _ACEOF
58829
 
@@ -69968,33 +66268,32 @@
 
59159
@@ -70465,33 +66752,32 @@
58830
59160
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
58831
59161
   *) ac_try_echo=$ac_try;;
58832
59162
 esac
58867
59197
 cat >conftest.$ac_ext <<_ACEOF
58868
59198
 /* confdefs.h.  */
58869
59199
 _ACEOF
58870
 
@@ -70008,52 +66307,51 @@
 
59200
@@ -70505,52 +66791,51 @@
58871
59201
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
58872
59202
   *) ac_try_echo=$ac_try;;
58873
59203
 esac
58941
59271
     ( cat <<\_ASBOX
58942
59272
 ## ---------------------------------------- ##
58943
59273
 ## Report this to samba-technical@samba.org ##
58944
 
@@ -70062,24 +66360,21 @@
 
59274
@@ -70559,24 +66844,21 @@
58945
59275
      ) | sed "s/^/$as_me: WARNING:     /" >&2
58946
59276
     ;;
58947
59277
 esac
58974
59304
 _ACEOF
58975
59305
 
58976
59306
 fi
58977
 
@@ -70089,10 +66384,10 @@
 
59307
@@ -70586,10 +66868,10 @@
58978
59308
 
58979
59309
 if test x"$samba_cv_found_xfs_header" != x"yes"; then
58980
59310
 # if we have xfs quota support <sys/quota.h> (IRIX) we should use it
58988
59318
 else
58989
59319
 
58990
59320
 cat >conftest.$ac_ext <<_ACEOF
58991
 
@@ -70125,21 +66420,20 @@
 
59321
@@ -70622,21 +66904,20 @@
58992
59322
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
58993
59323
   *) ac_try_echo=$ac_try;;
58994
59324
 esac
59013
59343
 sed 's/^/| /' conftest.$ac_ext >&5
59014
59344
 
59015
59345
        samba_cv_HAVE_SYS_QUOTA_XFS=no
59016
 
@@ -70147,18 +66441,18 @@
 
59346
@@ -70644,18 +66925,18 @@
59017
59347
 
59018
59348
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59019
59349
 fi
59037
59367
 else
59038
59368
 
59039
59369
 cat >conftest.$ac_ext <<_ACEOF
59040
 
@@ -70189,21 +66483,20 @@
 
59370
@@ -70686,21 +66967,20 @@
59041
59371
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
59042
59372
   *) ac_try_echo=$ac_try;;
59043
59373
 esac
59062
59392
 sed 's/^/| /' conftest.$ac_ext >&5
59063
59393
 
59064
59394
        samba_cv_HAVE_DQB_FSOFTLIMIT=no
59065
 
@@ -70211,8 +66504,8 @@
 
59395
@@ -70708,8 +66988,8 @@
59066
59396
 
59067
59397
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
59068
59398
 fi
59073
59403
 if test "$samba_cv_HAVE_DQB_FSOFTLIMIT"x = "yes"x; then
59074
59404
 
59075
59405
 cat >>confdefs.h <<\_ACEOF
59076
 
@@ -70225,10 +66518,10 @@
 
59406
@@ -70722,10 +67002,10 @@
59077
59407
 # look for a working quota system
59078
59408
 
59079
59409
 if test x"$samba_cv_SYSQUOTA_FOUND" != x"yes"; then
59087
59417
 else
59088
59418
 
59089
59419
 
59090
 
@@ -70262,32 +66555,29 @@
 
59420
@@ -70759,32 +67039,29 @@
59091
59421
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
59092
59422
   *) ac_try_echo=$ac_try;;
59093
59423
 esac
59126
59456
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
59127
59457
 fi
59128
59458
 
59129
 
@@ -70303,8 +66593,8 @@
 
59459
@@ -70800,8 +67077,8 @@
59130
59460
        export LDFLAGS;
59131
59461
 
59132
59462
 fi
59137
59467
 if test x"$samba_cv_HAVE_QUOTACTL_4A" = x"yes"; then
59138
59468
     samba_cv_SYSQUOTA_FOUND=yes;
59139
59469
 
59140
 
@@ -70317,10 +66607,10 @@
 
59470
@@ -70814,10 +67091,10 @@
59141
59471
 fi
59142
59472
 
59143
59473
 if test x"$samba_cv_SYSQUOTA_FOUND" != x"yes"; then
59151
59481
 else
59152
59482
 
59153
59483
 
59154
 
@@ -70354,32 +66644,29 @@
 
59484
@@ -70851,32 +67128,29 @@
59155
59485
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
59156
59486
   *) ac_try_echo=$ac_try;;
59157
59487
 esac
59190
59520
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
59191
59521
 fi
59192
59522
 
59193
 
@@ -70395,8 +66682,8 @@
 
59523
@@ -70892,8 +67166,8 @@
59194
59524
        export LDFLAGS;
59195
59525
 
59196
59526
 fi
59201
59531
 if test x"$samba_cv_HAVE_QUOTACTL_4B" = x"yes"; then
59202
59532
     echo "int quotactl(const char *path, int cmd, int id, char *addr) is not reworked for the new sys_quota api"
59203
59533
     samba_cv_SYSQUOTA_FOUND=yes;
59204
 
@@ -70410,10 +66697,10 @@
 
59534
@@ -70907,10 +67181,10 @@
59205
59535
 fi
59206
59536
 
59207
59537
 if test x"$samba_cv_SYSQUOTA_FOUND" != x"yes"; then
59215
59545
 else
59216
59546
 
59217
59547
 
59218
 
@@ -70447,32 +66734,29 @@
 
59548
@@ -70944,32 +67218,29 @@
59219
59549
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
59220
59550
   *) ac_try_echo=$ac_try;;
59221
59551
 esac
59254
59584
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
59255
59585
 fi
59256
59586
 
59257
 
@@ -70488,8 +66772,8 @@
 
59587
@@ -70985,8 +67256,8 @@
59258
59588
        export LDFLAGS;
59259
59589
 
59260
59590
 fi
59265
59595
 if test x"$samba_cv_HAVE_QUOTACTL_3" = x"yes"; then
59266
59596
     echo "CRAY int quotactl (char *spec, int request, char *arg) is NOT reworked for the sys_quota api"
59267
59597
     samba_cv_SYSQUOTA_FOUND=yes;
59268
 
@@ -70507,21 +66791,20 @@
 
59598
@@ -71004,21 +67275,20 @@
59269
59599
 
59270
59600
 for ac_header in mntent.h
59271
59601
 do
59296
59626
 cat >conftest.$ac_ext <<_ACEOF
59297
59627
 /* confdefs.h.  */
59298
59628
 _ACEOF
59299
 
@@ -70537,33 +66820,32 @@
 
59629
@@ -71034,33 +67304,32 @@
59300
59630
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
59301
59631
   *) ac_try_echo=$ac_try;;
59302
59632
 esac
59337
59667
 cat >conftest.$ac_ext <<_ACEOF
59338
59668
 /* confdefs.h.  */
59339
59669
 _ACEOF
59340
 
@@ -70577,52 +66859,51 @@
 
59670
@@ -71074,52 +67343,51 @@
59341
59671
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
59342
59672
   *) ac_try_echo=$ac_try;;
59343
59673
 esac
59411
59741
     ( cat <<\_ASBOX
59412
59742
 ## ---------------------------------------- ##
59413
59743
 ## Report this to samba-technical@samba.org ##
59414
 
@@ -70631,24 +66912,21 @@
 
59744
@@ -71128,24 +67396,21 @@
59415
59745
      ) | sed "s/^/$as_me: WARNING:     /" >&2
59416
59746
     ;;
59417
59747
 esac
59444
59774
 _ACEOF
59445
59775
 
59446
59776
 fi
59447
 
@@ -70662,11 +66940,11 @@
 
59777
@@ -71159,11 +67424,11 @@
59448
59778
 
59449
59779
 for ac_func in setmntent getmntent endmntent
59450
59780
 do
59460
59790
 else
59461
59791
   cat >conftest.$ac_ext <<_ACEOF
59462
59792
 /* confdefs.h.  */
59463
 
@@ -70719,42 +66997,35 @@
 
59793
@@ -71216,42 +67481,35 @@
59464
59794
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
59465
59795
   *) ac_try_echo=$ac_try;;
59466
59796
 esac
59513
59843
 _ACEOF
59514
59844
 
59515
59845
 fi
59516
 
@@ -70766,21 +67037,20 @@
 
59846
@@ -71263,21 +67521,20 @@
59517
59847
 
59518
59848
 for ac_header in devnm.h
59519
59849
 do
59544
59874
 cat >conftest.$ac_ext <<_ACEOF
59545
59875
 /* confdefs.h.  */
59546
59876
 _ACEOF
59547
 
@@ -70796,33 +67066,32 @@
 
59877
@@ -71293,33 +67550,32 @@
59548
59878
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
59549
59879
   *) ac_try_echo=$ac_try;;
59550
59880
 esac
59585
59915
 cat >conftest.$ac_ext <<_ACEOF
59586
59916
 /* confdefs.h.  */
59587
59917
 _ACEOF
59588
 
@@ -70836,52 +67105,51 @@
 
59918
@@ -71333,52 +67589,51 @@
59589
59919
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
59590
59920
   *) ac_try_echo=$ac_try;;
59591
59921
 esac
59659
59989
     ( cat <<\_ASBOX
59660
59990
 ## ---------------------------------------- ##
59661
59991
 ## Report this to samba-technical@samba.org ##
59662
 
@@ -70890,24 +67158,21 @@
 
59992
@@ -71387,24 +67642,21 @@
59663
59993
      ) | sed "s/^/$as_me: WARNING:     /" >&2
59664
59994
     ;;
59665
59995
 esac
59692
60022
 _ACEOF
59693
60023
 
59694
60024
 fi
59695
 
@@ -70919,11 +67184,11 @@
 
60025
@@ -71416,11 +67668,11 @@
59696
60026
 
59697
60027
 for ac_func in devnm
59698
60028
 do
59708
60038
 else
59709
60039
   cat >conftest.$ac_ext <<_ACEOF
59710
60040
 /* confdefs.h.  */
59711
 
@@ -70976,42 +67241,35 @@
 
60041
@@ -71473,42 +67725,35 @@
59712
60042
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
59713
60043
   *) ac_try_echo=$ac_try;;
59714
60044
 esac
59761
60091
 _ACEOF
59762
60092
 
59763
60093
 fi
59764
 
@@ -71034,10 +67292,10 @@
 
60094
@@ -71531,10 +67776,10 @@
59765
60095
 fi
59766
60096
 
59767
60097
 if test x"$samba_cv_SYSQUOTA_FOUND" != x"no"; then
59775
60105
 else
59776
60106
 
59777
60107
 SAVE_CPPFLAGS="$CPPFLAGS"
59778
 
@@ -71070,21 +67328,20 @@
 
60108
@@ -71567,21 +67812,20 @@
59779
60109
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
59780
60110
   *) ac_try_echo=$ac_try;;
59781
60111
 esac
59800
60130
 sed 's/^/| /' conftest.$ac_ext >&5
59801
60131
 
59802
60132
        samba_cv_SYSQUOTA_WORKS=no
59803
 
@@ -71094,11 +67351,11 @@
 
60133
@@ -71591,11 +67835,11 @@
59804
60134
 CPPFLAGS="$SAVE_CPPFLAGS"
59805
60135
 
59806
60136
 fi
59816
60146
     if test x"$samba_cv_TRY_SYS_QUOTAS" != x"no"; then
59817
60147
 
59818
60148
 cat >>confdefs.h <<\_ACEOF
59819
 
@@ -71111,20 +67368,20 @@
 
60149
@@ -71608,20 +67852,20 @@
59820
60150
 _ACEOF
59821
60151
 
59822
60152
        samba_cv_WE_USE_SYS_QUOTAS=yes
59844
60174
 else
59845
60175
 
59846
60176
 SAVE_CPPFLAGS="$CPPFLAGS"
59847
 
@@ -71157,21 +67414,20 @@
 
60177
@@ -71654,21 +67898,20 @@
59848
60178
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
59849
60179
   *) ac_try_echo=$ac_try;;
59850
60180
 esac
59869
60199
 sed 's/^/| /' conftest.$ac_ext >&5
59870
60200
 
59871
60201
        samba_cv_SYSQUOTA_WORKS_XFS=no
59872
 
@@ -71181,8 +67437,8 @@
 
60202
@@ -71678,8 +67921,8 @@
59873
60203
 CPPFLAGS="$SAVE_CPPFLAGS"
59874
60204
 
59875
60205
 fi
59880
60210
 if test x"$samba_cv_SYSQUOTA_WORKS_XFS" = x"yes"; then
59881
60211
     if test x"$samba_cv_WE_USE_SYS_QUOTAS" = x"yes"; then
59882
60212
 
59883
 
@@ -71194,10 +67450,10 @@
 
60213
@@ -71691,10 +67934,10 @@
59884
60214
 fi
59885
60215
 fi
59886
60216
 
59894
60224
 else
59895
60225
 
59896
60226
 SAVE_CPPFLAGS="$CPPFLAGS"
59897
 
@@ -71228,21 +67484,20 @@
 
60227
@@ -71725,21 +67968,20 @@
59898
60228
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
59899
60229
   *) ac_try_echo=$ac_try;;
59900
60230
 esac
59919
60249
 sed 's/^/| /' conftest.$ac_ext >&5
59920
60250
 
59921
60251
        samba_cv_QUOTA_WORKS=no
59922
 
@@ -71252,11 +67507,11 @@
 
60252
@@ -71749,11 +67991,11 @@
59923
60253
 CPPFLAGS="$SAVE_CPPFLAGS"
59924
60254
 
59925
60255
 fi
59935
60265
     if test x"$samba_cv_WE_USE_SYS_QUOTAS" != x"yes"; then
59936
60266
       if test x"$samba_cv_TRY_QUOTAS" != x"no"; then
59937
60267
 
59938
 
@@ -71264,15 +67519,15 @@
 
60268
@@ -71761,15 +68003,15 @@
59939
60269
 #define WITH_QUOTAS 1
59940
60270
 _ACEOF
59941
60271
 
59957
60287
     fi
59958
60288
 fi
59959
60289
 
59960
 
@@ -71283,8 +67538,8 @@
 
60290
@@ -71780,8 +68022,8 @@
59961
60291
 #################################################
59962
60292
 # check for experimental utmp accounting
59963
60293
 
59968
60298
 WITH_UTMP=yes
59969
60299
 
59970
60300
 # Check whether --with-utmp was given.
59971
 
@@ -71311,16 +67566,16 @@
 
60301
@@ -71808,16 +68050,16 @@
59972
60302
 # Display test results
59973
60303
 
59974
60304
 if test x"$WITH_UTMP" = x"yes"; then
59989
60319
 fi
59990
60320
 
59991
60321
 INSTALLLIBCMD_SH=:
59992
 
@@ -71345,8 +67600,8 @@
 
60322
@@ -71842,8 +68084,8 @@
59993
60323
 USESHARED=false
59994
60324
 
59995
60325
 
60000
60330
 # Check whether --enable-shared-libs was given.
60001
60331
 if test "${enable_shared_libs+set}" = set; then
60002
60332
   enableval=$enable_shared_libs; enable_shared_libs=$enableval
60003
 
@@ -71359,12 +67614,12 @@
 
60333
@@ -71856,12 +68098,12 @@
60004
60334
        USESHARED=$BLDSHARED
60005
60335
 fi
60006
60336
 
60017
60347
 fi
60018
60348
 
60019
60349
 #################################################
60020
 
@@ -71428,7 +67683,8 @@
 
60350
@@ -71925,7 +68167,8 @@
60021
60351
 LIBTALLOC_STATIC_TARGET=bin/libtalloc.a
60022
60352
 LIBTALLOC_SHARED=
60023
60353
 LIBTALLOC_STATIC=
60027
60357
 INSTALL_LIBTALLOC=
60028
60358
 UNINSTALL_LIBTALLOC=
60029
60359
 
60030
 
@@ -71443,8 +67699,9 @@
 
60360
@@ -71940,8 +68183,9 @@
60031
60361
 
60032
60362
 
60033
60363
 
60039
60369
 
60040
60370
 
60041
60371
 # Check whether --with-libtalloc was given.
60042
 
@@ -71452,8 +67709,8 @@
 
60372
@@ -71949,8 +68193,8 @@
60043
60373
   withval=$with_libtalloc;
60044
60374
 case "$withval" in
60045
60375
        no)
60050
60380
                build_lib=no
60051
60381
                ;;
60052
60382
        *)
60053
 
@@ -71477,22 +67734,24 @@
 
60383
@@ -71974,22 +68218,24 @@
60054
60384
        UNINSTALL_LIBTALLOC=uninstalllibtalloc
60055
60385
        if eval $BLDSHARED = true; then
60056
60386
                LIBTALLOC_SHARED=$LIBTALLOC_SHARED_TARGET
60083
60413
 fi
60084
60414
 if test $enable_static = yes; then
60085
60415
        LIBTALLOC_STATIC=\$\(LIBTALLOC_OBJ0\)
60086
 
@@ -71512,7 +67771,8 @@
 
60416
@@ -72009,7 +68255,8 @@
60087
60417
 LIBTDB_STATIC_TARGET=bin/libtdb.a
60088
60418
 LIBTDB_SHARED=
60089
60419
 LIBTDB_STATIC=
60093
60423
 INSTALL_LIBTDB=
60094
60424
 UNINSTALL_LIBTDB=
60095
60425
 
60096
 
@@ -71527,8 +67787,9 @@
 
60426
@@ -72024,8 +68271,9 @@
60097
60427
 
60098
60428
 
60099
60429
 
60105
60435
 
60106
60436
 
60107
60437
 # Check whether --with-libtdb was given.
60108
 
@@ -71536,8 +67797,8 @@
 
60438
@@ -72033,8 +68281,8 @@
60109
60439
   withval=$with_libtdb;
60110
60440
 case "$withval" in
60111
60441
        no)
60116
60446
                build_lib=no
60117
60447
                ;;
60118
60448
        *)
60119
 
@@ -71561,22 +67822,24 @@
 
60449
@@ -72058,22 +68306,24 @@
60120
60450
        UNINSTALL_LIBTDB=uninstalllibtdb
60121
60451
        if eval $BLDSHARED = true; then
60122
60452
                LIBTDB_SHARED=$LIBTDB_SHARED_TARGET
60149
60479
 fi
60150
60480
 if test $enable_static = yes; then
60151
60481
        LIBTDB_STATIC=\$\(LIBTDB_OBJ0\)
60152
 
@@ -71596,7 +67859,8 @@
 
60482
@@ -72093,7 +68343,8 @@
60153
60483
 LIBNETAPI_STATIC_TARGET=bin/libnetapi.a
60154
60484
 LIBNETAPI_SHARED=
60155
60485
 LIBNETAPI_STATIC=
60159
60489
 INSTALL_LIBNETAPI=
60160
60490
 UNINSTALL_LIBNETAPI=
60161
60491
 
60162
 
@@ -71611,8 +67875,9 @@
 
60492
@@ -72108,8 +68359,9 @@
60163
60493
 
60164
60494
 
60165
60495
 
60171
60501
 
60172
60502
 
60173
60503
 # Check whether --with-libnetapi was given.
60174
 
@@ -71620,8 +67885,8 @@
 
60504
@@ -72117,8 +68369,8 @@
60175
60505
   withval=$with_libnetapi;
60176
60506
 case "$withval" in
60177
60507
        no)
60182
60512
                build_lib=no
60183
60513
                ;;
60184
60514
        *)
60185
 
@@ -71645,22 +67910,24 @@
 
60515
@@ -72142,22 +68394,24 @@
60186
60516
        UNINSTALL_LIBNETAPI=uninstalllibnetapi
60187
60517
        if eval $BLDSHARED = true; then
60188
60518
                LIBNETAPI_SHARED=$LIBNETAPI_SHARED_TARGET
60215
60545
 fi
60216
60546
 if test $enable_static = yes; then
60217
60547
        LIBNETAPI_STATIC=\$\(LIBNETAPI_OBJ0\)
60218
 
@@ -71680,7 +67947,8 @@
 
60548
@@ -72177,7 +68431,8 @@
60219
60549
 LIBSMBCLIENT_STATIC_TARGET=bin/libsmbclient.a
60220
60550
 LIBSMBCLIENT_SHARED=
60221
60551
 LIBSMBCLIENT_STATIC=
60225
60555
 INSTALL_LIBSMBCLIENT=
60226
60556
 UNINSTALL_LIBSMBCLIENT=
60227
60557
 
60228
 
@@ -71695,8 +67963,9 @@
 
60558
@@ -72192,8 +68447,9 @@
60229
60559
 
60230
60560
 
60231
60561
 
60237
60567
 
60238
60568
 
60239
60569
 # Check whether --with-libsmbclient was given.
60240
 
@@ -71704,8 +67973,8 @@
 
60570
@@ -72201,8 +68457,8 @@
60241
60571
   withval=$with_libsmbclient;
60242
60572
 case "$withval" in
60243
60573
        no)
60248
60578
                build_lib=no
60249
60579
                ;;
60250
60580
        *)
60251
 
@@ -71729,22 +67998,24 @@
 
60581
@@ -72226,22 +68482,24 @@
60252
60582
        UNINSTALL_LIBSMBCLIENT=uninstalllibsmbclient
60253
60583
        if eval $BLDSHARED = true; then
60254
60584
                LIBSMBCLIENT_SHARED=$LIBSMBCLIENT_SHARED_TARGET
60281
60611
 fi
60282
60612
 if test $enable_static = yes; then
60283
60613
        LIBSMBCLIENT_STATIC=\$\(LIBSMBCLIENT_OBJ0\)
60284
 
@@ -71764,7 +68035,8 @@
 
60614
@@ -72261,7 +68519,8 @@
60285
60615
 LIBSMBSHAREMODES_STATIC_TARGET=bin/libsmbsharemodes.a
60286
60616
 LIBSMBSHAREMODES_SHARED=
60287
60617
 LIBSMBSHAREMODES_STATIC=
60291
60621
 INSTALL_LIBSMBSHAREMODES=
60292
60622
 UNINSTALL_LIBSMBSHAREMODES=
60293
60623
 
60294
 
@@ -71779,8 +68051,9 @@
 
60624
@@ -72276,8 +68535,9 @@
60295
60625
 
60296
60626
 
60297
60627
 
60303
60633
 
60304
60634
 
60305
60635
 # Check whether --with-libsmbsharemodes was given.
60306
 
@@ -71788,8 +68061,8 @@
 
60636
@@ -72285,8 +68545,8 @@
60307
60637
   withval=$with_libsmbsharemodes;
60308
60638
 case "$withval" in
60309
60639
        no)
60314
60644
                build_lib=no
60315
60645
                ;;
60316
60646
        *)
60317
 
@@ -71813,22 +68086,24 @@
 
60647
@@ -72310,22 +68570,24 @@
60318
60648
        UNINSTALL_LIBSMBSHAREMODES=uninstalllibsmbsharemodes
60319
60649
        if eval $BLDSHARED = true; then
60320
60650
                LIBSMBSHAREMODES_SHARED=$LIBSMBSHAREMODES_SHARED_TARGET
60347
60677
 fi
60348
60678
 if test $enable_static = yes; then
60349
60679
        LIBSMBSHAREMODES_STATIC=\$\(LIBSMBSHAREMODES_OBJ0\)
60350
 
@@ -71848,7 +68123,8 @@
 
60680
@@ -72345,7 +68607,8 @@
60351
60681
 LIBADDNS_STATIC_TARGET=bin/libaddns.a
60352
60682
 LIBADDNS_SHARED=
60353
60683
 LIBADDNS_STATIC=
60357
60687
 INSTALL_LIBADDNS=
60358
60688
 UNINSTALL_LIBADDNS=
60359
60689
 
60360
 
@@ -71863,8 +68139,9 @@
 
60690
@@ -72360,8 +68623,9 @@
60361
60691
 
60362
60692
 
60363
60693
 
60369
60699
 
60370
60700
 
60371
60701
 # Check whether --with-libaddns was given.
60372
 
@@ -71875,8 +68152,8 @@
 
60702
@@ -72372,8 +68636,8 @@
60373
60703
                build_lib=yes
60374
60704
                ;;
60375
60705
        *)
60380
60710
                build_lib=no
60381
60711
                ;;
60382
60712
 esac
60383
 
@@ -71884,8 +68161,8 @@
 
60713
@@ -72381,8 +68645,8 @@
60384
60714
 else
60385
60715
 
60386
60716
 # if unspecified, default is not to build
60391
60721
 build_lib=no
60392
60722
 
60393
60723
 
60394
 
@@ -71899,22 +68176,24 @@
 
60724
@@ -72396,22 +68660,24 @@
60395
60725
        UNINSTALL_LIBADDNS=uninstalllibaddns
60396
60726
        if eval $BLDSHARED = true; then
60397
60727
                LIBADDNS_SHARED=$LIBADDNS_SHARED_TARGET
60424
60754
 fi
60425
60755
 if test $enable_static = yes; then
60426
60756
        LIBADDNS_STATIC=\$\(LIBADDNS_OBJ0\)
60427
 
@@ -71930,17 +68209,17 @@
 
60757
@@ -72427,17 +68693,17 @@
60428
60758
 
60429
60759
 #################################################
60430
60760
 # these tests are taken from the GNU fileutils package
60447
60777
 else
60448
60778
   if test "$cross_compiling" = yes; then
60449
60779
   fu_cv_sys_stat_statvfs64=cross
60450
 
@@ -71969,39 +68248,36 @@
 
60780
@@ -72466,39 +68732,36 @@
60451
60781
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
60452
60782
   *) ac_try_echo=$ac_try;;
60453
60783
 esac
60495
60825
   if test $fu_cv_sys_stat_statvfs64 = yes; then
60496
60826
     space=yes
60497
60827
 
60498
 
@@ -72020,10 +68296,10 @@
 
60828
@@ -72517,10 +68780,10 @@
60499
60829
 # is what it gets when this test fails.
60500
60830
 if test $space = no; then
60501
60831
   # SVR4
60509
60839
 else
60510
60840
   cat >conftest.$ac_ext <<_ACEOF
60511
60841
 /* confdefs.h.  */
60512
 
@@ -72047,35 +68323,31 @@
 
60842
@@ -72544,35 +68807,31 @@
60513
60843
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
60514
60844
   *) ac_try_echo=$ac_try;;
60515
60845
 esac
60552
60882
   if test $fu_cv_sys_stat_statvfs = yes; then
60553
60883
     space=yes
60554
60884
 
60555
 
@@ -72089,10 +68361,10 @@
 
60885
@@ -72586,10 +68845,10 @@
60556
60886
 # smbd/statvfs.c assumes that statvfs.f_fsid is an integer.
60557
60887
 # This is not the case on ancient Linux systems.
60558
60888
 
60566
60896
 else
60567
60897
 
60568
60898
     cat >conftest.$ac_ext <<_ACEOF
60569
 
@@ -72117,21 +68389,20 @@
 
60899
@@ -72614,21 +68873,20 @@
60570
60900
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
60571
60901
   *) ac_try_echo=$ac_try;;
60572
60902
 esac
60591
60921
 sed 's/^/| /' conftest.$ac_ext >&5
60592
60922
 
60593
60923
        samba_cv_fsid_int=no
60594
 
@@ -72139,8 +68410,8 @@
 
60924
@@ -72636,8 +68894,8 @@
60595
60925
 
60596
60926
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
60597
60927
 fi
60602
60932
 if test x"$samba_cv_fsid_int" = x"yes"; then
60603
60933
 
60604
60934
 cat >>confdefs.h <<\_ACEOF
60605
 
@@ -72151,10 +68422,10 @@
 
60935
@@ -72648,10 +68906,10 @@
60606
60936
 
60607
60937
 # fsusage.c assumes that statvfs has an f_frsize entry. Some weird
60608
60938
 # systems use f_bsize.
60616
60946
 else
60617
60947
 
60618
60948
     cat >conftest.$ac_ext <<_ACEOF
60619
 
@@ -72179,21 +68450,20 @@
 
60949
@@ -72676,21 +68934,20 @@
60620
60950
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
60621
60951
   *) ac_try_echo=$ac_try;;
60622
60952
 esac
60641
60971
 sed 's/^/| /' conftest.$ac_ext >&5
60642
60972
 
60643
60973
        samba_cv_frsize=no
60644
 
@@ -72201,8 +68471,8 @@
 
60974
@@ -72698,8 +68955,8 @@
60645
60975
 
60646
60976
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
60647
60977
 fi
60652
60982
 if test x"$samba_cv_frsize" = x"yes"; then
60653
60983
 
60654
60984
 cat >>confdefs.h <<\_ACEOF
60655
 
@@ -72213,10 +68483,10 @@
 
60985
@@ -72709,10 +68966,10 @@
 
60986
 fi
 
60987
 
 
60988
 # Some systems use f_flag in struct statvfs while others use f_flags
 
60989
-{ $as_echo "$as_me:$LINENO: checking that statvfs.statvfs_f_flag works" >&5
 
60990
-$as_echo_n "checking that statvfs.statvfs_f_flag works... " >&6; }
 
60991
+{ echo "$as_me:$LINENO: checking that statvfs.statvfs_f_flag works" >&5
 
60992
+echo $ECHO_N "checking that statvfs.statvfs_f_flag works... $ECHO_C" >&6; }
 
60993
 if test "${samba_cv_statvfs_f_flag+set}" = set; then
 
60994
-  $as_echo_n "(cached) " >&6
 
60995
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
60996
 else
 
60997
 
 
60998
     cat >conftest.$ac_ext <<_ACEOF
 
60999
@@ -72737,21 +68994,20 @@
 
61000
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
61001
   *) ac_try_echo=$ac_try;;
 
61002
 esac
 
61003
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
61004
-$as_echo "$ac_try_echo") >&5
 
61005
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
61006
   (eval "$ac_compile") 2>conftest.er1
 
61007
   ac_status=$?
 
61008
   grep -v '^ *+' conftest.er1 >conftest.err
 
61009
   rm -f conftest.er1
 
61010
   cat conftest.err >&5
 
61011
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
61012
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
61013
   (exit $ac_status); } && {
 
61014
         test -z "$ac_c_werror_flag" ||
 
61015
         test ! -s conftest.err
 
61016
        } && test -s conftest.$ac_objext; then
 
61017
   samba_cv_statvfs_f_flag=yes
 
61018
 else
 
61019
-  $as_echo "$as_me: failed program was:" >&5
 
61020
+  echo "$as_me: failed program was:" >&5
 
61021
 sed 's/^/| /' conftest.$ac_ext >&5
 
61022
 
 
61023
        samba_cv_statvfs_f_flag=no
 
61024
@@ -72759,8 +69015,8 @@
 
61025
 
 
61026
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
61027
 fi
 
61028
-{ $as_echo "$as_me:$LINENO: result: $samba_cv_statvfs_f_flag" >&5
 
61029
-$as_echo "$samba_cv_statvfs_f_flag" >&6; }
 
61030
+{ echo "$as_me:$LINENO: result: $samba_cv_statvfs_f_flag" >&5
 
61031
+echo "${ECHO_T}$samba_cv_statvfs_f_flag" >&6; }
 
61032
 if test x"$samba_cv_statvfs_f_flag" = x"yes"; then
 
61033
 
 
61034
 cat >>confdefs.h <<\_ACEOF
 
61035
@@ -72769,10 +69025,10 @@
 
61036
 
 
61037
 fi
 
61038
 
 
61039
-{ $as_echo "$as_me:$LINENO: checking that statvfs.statvfs_f_flags works" >&5
 
61040
-$as_echo_n "checking that statvfs.statvfs_f_flags works... " >&6; }
 
61041
+{ echo "$as_me:$LINENO: checking that statvfs.statvfs_f_flags works" >&5
 
61042
+echo $ECHO_N "checking that statvfs.statvfs_f_flags works... $ECHO_C" >&6; }
 
61043
 if test "${samba_cv_statvfs_f_flags+set}" = set; then
 
61044
-  $as_echo_n "(cached) " >&6
 
61045
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
61046
 else
 
61047
 
 
61048
     cat >conftest.$ac_ext <<_ACEOF
 
61049
@@ -72797,21 +69053,20 @@
 
61050
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
61051
   *) ac_try_echo=$ac_try;;
 
61052
 esac
 
61053
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
61054
-$as_echo "$ac_try_echo") >&5
 
61055
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
61056
   (eval "$ac_compile") 2>conftest.er1
 
61057
   ac_status=$?
 
61058
   grep -v '^ *+' conftest.er1 >conftest.err
 
61059
   rm -f conftest.er1
 
61060
   cat conftest.err >&5
 
61061
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
61062
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
61063
   (exit $ac_status); } && {
 
61064
         test -z "$ac_c_werror_flag" ||
 
61065
         test ! -s conftest.err
 
61066
        } && test -s conftest.$ac_objext; then
 
61067
   samba_cv_statvfs_f_flags=yes
 
61068
 else
 
61069
-  $as_echo "$as_me: failed program was:" >&5
 
61070
+  echo "$as_me: failed program was:" >&5
 
61071
 sed 's/^/| /' conftest.$ac_ext >&5
 
61072
 
 
61073
        samba_cv_statvfs_f_flags=no
 
61074
@@ -72819,8 +69074,8 @@
 
61075
 
 
61076
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
61077
 fi
 
61078
-{ $as_echo "$as_me:$LINENO: result: $samba_cv_statvfs_f_flags" >&5
 
61079
-$as_echo "$samba_cv_statvfs_f_flags" >&6; }
 
61080
+{ echo "$as_me:$LINENO: result: $samba_cv_statvfs_f_flags" >&5
 
61081
+echo "${ECHO_T}$samba_cv_statvfs_f_flags" >&6; }
 
61082
 if test x"$samba_cv_statvfs_f_flags" = x"yes"; then
 
61083
 
 
61084
 cat >>confdefs.h <<\_ACEOF
 
61085
@@ -72832,10 +69087,10 @@
60656
61086
 
60657
61087
 if test $space = no; then
60658
61088
   # DEC Alpha running OSF/1
60666
61096
 else
60667
61097
   if test "$cross_compiling" = yes; then
60668
61098
   fu_cv_sys_stat_statfs3_osf1=no
60669
 
@@ -72244,40 +68514,37 @@
 
61099
@@ -72863,40 +69118,37 @@
60670
61100
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
60671
61101
   *) ac_try_echo=$ac_try;;
60672
61102
 esac
60715
61145
   if test $fu_cv_sys_stat_statfs3_osf1 = yes; then
60716
61146
     space=yes
60717
61147
 
60718
 
@@ -72290,10 +68557,10 @@
 
61148
@@ -72909,10 +69161,10 @@
60719
61149
 
60720
61150
 if test $space = no; then
60721
61151
 # AIX
60729
61159
 else
60730
61160
   if test "$cross_compiling" = yes; then
60731
61161
   fu_cv_sys_stat_statfs2_bsize=no
60732
 
@@ -72327,40 +68594,37 @@
 
61162
@@ -72946,40 +69198,37 @@
60733
61163
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
60734
61164
   *) ac_try_echo=$ac_try;;
60735
61165
 esac
60778
61208
   if test $fu_cv_sys_stat_statfs2_bsize = yes; then
60779
61209
     space=yes
60780
61210
 
60781
 
@@ -72373,10 +68637,10 @@
 
61211
@@ -72992,10 +69241,10 @@
60782
61212
 
60783
61213
 if test $space = no; then
60784
61214
 # SVR3
60792
61222
 else
60793
61223
   if test "$cross_compiling" = yes; then
60794
61224
   fu_cv_sys_stat_statfs4=no
60795
 
@@ -72401,40 +68665,37 @@
 
61225
@@ -73020,40 +69269,37 @@
60796
61226
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
60797
61227
   *) ac_try_echo=$ac_try;;
60798
61228
 esac
60841
61271
   if test $fu_cv_sys_stat_statfs4 = yes; then
60842
61272
     space=yes
60843
61273
 
60844
 
@@ -72447,10 +68708,10 @@
 
61274
@@ -73066,10 +69312,10 @@
60845
61275
 
60846
61276
 if test $space = no; then
60847
61277
 # 4.4BSD and NetBSD
60855
61285
 else
60856
61286
   if test "$cross_compiling" = yes; then
60857
61287
   fu_cv_sys_stat_statfs2_fsize=no
60858
 
@@ -72481,40 +68742,37 @@
 
61288
@@ -73100,40 +69346,37 @@
60859
61289
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
60860
61290
   *) ac_try_echo=$ac_try;;
60861
61291
 esac
60904
61334
   if test $fu_cv_sys_stat_statfs2_fsize = yes; then
60905
61335
     space=yes
60906
61336
 
60907
 
@@ -72527,10 +68785,10 @@
 
61337
@@ -73146,10 +69389,10 @@
60908
61338
 
60909
61339
 if test $space = no; then
60910
61340
   # Ultrix
60918
61348
 else
60919
61349
   if test "$cross_compiling" = yes; then
60920
61350
   fu_cv_sys_stat_fs_data=no
60921
 
@@ -72565,40 +68823,37 @@
 
61351
@@ -73184,40 +69427,37 @@
60922
61352
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
60923
61353
   *) ac_try_echo=$ac_try;;
60924
61354
 esac
60967
61397
   if test $fu_cv_sys_stat_fs_data = yes; then
60968
61398
     space=yes
60969
61399
 
60970
 
@@ -72617,8 +68872,8 @@
 
61400
@@ -73236,8 +69476,8 @@
60971
61401
 # If we don't have all of these then disable large
60972
61402
 # file support.
60973
61403
 #
60978
61408
 cat >conftest.$ac_ext <<_ACEOF
60979
61409
 /* confdefs.h.  */
60980
61410
 _ACEOF
60981
 
@@ -72646,21 +68901,20 @@
 
61411
@@ -73265,21 +69505,20 @@
60982
61412
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
60983
61413
   *) ac_try_echo=$ac_try;;
60984
61414
 esac
61003
61433
 sed 's/^/| /' conftest.$ac_ext >&5
61004
61434
 
61005
61435
        samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT=no
61006
 
@@ -72674,14 +68928,14 @@
 
61436
@@ -73293,8 +69532,8 @@
61007
61437
 _ACEOF
61008
61438
 
61009
61439
 fi
61014
61444
 
61015
61445
 #################################################
61016
61446
 # check for cluster extensions
61017
 
 
61018
 
-{ $as_echo "$as_me:$LINENO: checking whether to include cluster support" >&5
61019
 
-$as_echo_n "checking whether to include cluster support... " >&6; }
61020
 
+{ echo "$as_me:$LINENO: checking whether to include cluster support" >&5
61021
 
+echo $ECHO_N "checking whether to include cluster support... $ECHO_C" >&6; }
 
61447
@@ -73306,8 +69545,8 @@
 
61448
 if test "${with_ctdb+set}" = set; then
 
61449
   withval=$with_ctdb;  case "$withval" in
 
61450
   yes|no)
 
61451
-    { $as_echo "$as_me:$LINENO: WARNING: --with-ctdb called without argument" >&5
 
61452
-$as_echo "$as_me: WARNING: --with-ctdb called without argument" >&2;}
 
61453
+    { echo "$as_me:$LINENO: WARNING: --with-ctdb called without argument" >&5
 
61454
+echo "$as_me: WARNING: --with-ctdb called without argument" >&2;}
 
61455
     ;;
 
61456
   *)
 
61457
     CTDB_CPPFLAGS="-I$withval/include"
 
61458
@@ -73324,11 +69563,11 @@
 
61459
 
 
61460
 for ac_header in ctdb.h ctdb_private.h
 
61461
 do
 
61462
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
61463
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
61464
-$as_echo_n "checking for $ac_header... " >&6; }
 
61465
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
61466
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
61467
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
61468
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
61469
-  $as_echo_n "(cached) " >&6
 
61470
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
61471
 else
 
61472
   cat >conftest.$ac_ext <<_ACEOF
 
61473
 /* confdefs.h.  */
 
61474
@@ -73356,21 +69595,20 @@
 
61475
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
61476
   *) ac_try_echo=$ac_try;;
 
61477
 esac
 
61478
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
61479
-$as_echo "$ac_try_echo") >&5
 
61480
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
61481
   (eval "$ac_compile") 2>conftest.er1
 
61482
   ac_status=$?
 
61483
   grep -v '^ *+' conftest.er1 >conftest.err
 
61484
   rm -f conftest.er1
 
61485
   cat conftest.err >&5
 
61486
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
61487
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
61488
   (exit $ac_status); } && {
 
61489
         test -z "$ac_c_werror_flag" ||
 
61490
         test ! -s conftest.err
 
61491
        } && test -s conftest.$ac_objext; then
 
61492
   eval "$as_ac_Header=yes"
 
61493
 else
 
61494
-  $as_echo "$as_me: failed program was:" >&5
 
61495
+  echo "$as_me: failed program was:" >&5
 
61496
 sed 's/^/| /' conftest.$ac_ext >&5
 
61497
 
 
61498
        eval "$as_ac_Header=no"
 
61499
@@ -73378,15 +69616,12 @@
 
61500
 
 
61501
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
61502
 fi
 
61503
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
61504
-                $as_echo "$as_val"'`
 
61505
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
61506
-$as_echo "$ac_res" >&6; }
 
61507
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
61508
-                $as_echo "$as_val"'`
 
61509
-   if test "x$as_val" = x""yes; then
 
61510
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
61511
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
61512
+echo "${ECHO_T}$ac_res" >&6; }
 
61513
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
61514
   cat >>confdefs.h <<_ACEOF
 
61515
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
61516
+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
61517
 _ACEOF
 
61518
 
 
61519
 fi
 
61520
@@ -73395,10 +69630,10 @@
 
61521
 
 
61522
 
 
61523
 
 
61524
- { $as_echo "$as_me:$LINENO: checking for CTDB_CONTROL_TRANS2_COMMIT_RETRY declaration" >&5
 
61525
-$as_echo_n "checking for CTDB_CONTROL_TRANS2_COMMIT_RETRY declaration... " >&6; }
 
61526
+ { echo "$as_me:$LINENO: checking for CTDB_CONTROL_TRANS2_COMMIT_RETRY declaration" >&5
 
61527
+echo $ECHO_N "checking for CTDB_CONTROL_TRANS2_COMMIT_RETRY declaration... $ECHO_C" >&6; }
 
61528
 if test "${ac_cv_have_CTDB_CONTROL_TRANS2_COMMIT_RETRY_decl+set}" = set; then
 
61529
-  $as_echo_n "(cached) " >&6
 
61530
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
61531
 else
 
61532
 
 
61533
     cat >conftest.$ac_ext <<_ACEOF
 
61534
@@ -73432,21 +69667,20 @@
 
61535
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
61536
   *) ac_try_echo=$ac_try;;
 
61537
 esac
 
61538
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
61539
-$as_echo "$ac_try_echo") >&5
 
61540
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
61541
   (eval "$ac_compile") 2>conftest.er1
 
61542
   ac_status=$?
 
61543
   grep -v '^ *+' conftest.er1 >conftest.err
 
61544
   rm -f conftest.er1
 
61545
   cat conftest.err >&5
 
61546
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
61547
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
61548
   (exit $ac_status); } && {
 
61549
         test -z "$ac_c_werror_flag" ||
 
61550
         test ! -s conftest.err
 
61551
        } && test -s conftest.$ac_objext; then
 
61552
   ac_cv_have_CTDB_CONTROL_TRANS2_COMMIT_RETRY_decl=yes
 
61553
 else
 
61554
-  $as_echo "$as_me: failed program was:" >&5
 
61555
+  echo "$as_me: failed program was:" >&5
 
61556
 sed 's/^/| /' conftest.$ac_ext >&5
 
61557
 
 
61558
        ac_cv_have_CTDB_CONTROL_TRANS2_COMMIT_RETRY_decl=no
 
61559
@@ -73454,8 +69688,8 @@
 
61560
 
 
61561
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
61562
 fi
 
61563
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_CTDB_CONTROL_TRANS2_COMMIT_RETRY_decl" >&5
 
61564
-$as_echo "$ac_cv_have_CTDB_CONTROL_TRANS2_COMMIT_RETRY_decl" >&6; }
 
61565
+{ echo "$as_me:$LINENO: result: $ac_cv_have_CTDB_CONTROL_TRANS2_COMMIT_RETRY_decl" >&5
 
61566
+echo "${ECHO_T}$ac_cv_have_CTDB_CONTROL_TRANS2_COMMIT_RETRY_decl" >&6; }
 
61567
  if test x"$ac_cv_have_CTDB_CONTROL_TRANS2_COMMIT_RETRY_decl" = x"yes"; then
 
61568
 
 
61569
 cat >>confdefs.h <<\_ACEOF
 
61570
@@ -73471,57 +69705,11 @@
 
61571
 fi
 
61572
 
 
61573
 # in ctdb 1.0.57 ctdb_control_tcp was temparary renamed to ctdb_tcp_client
 
61574
-{ $as_echo "$as_me:$LINENO: checking for struct ctdb_tcp_client" >&5
 
61575
-$as_echo_n "checking for struct ctdb_tcp_client... " >&6; }
 
61576
+{ echo "$as_me:$LINENO: checking for struct ctdb_tcp_client" >&5
 
61577
+echo $ECHO_N "checking for struct ctdb_tcp_client... $ECHO_C" >&6; }
 
61578
 if test "${ac_cv_type_struct_ctdb_tcp_client+set}" = set; then
 
61579
-  $as_echo_n "(cached) " >&6
 
61580
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
61581
 else
 
61582
-  ac_cv_type_struct_ctdb_tcp_client=no
 
61583
-cat >conftest.$ac_ext <<_ACEOF
 
61584
-/* confdefs.h.  */
 
61585
-_ACEOF
 
61586
-cat confdefs.h >>conftest.$ac_ext
 
61587
-cat >>conftest.$ac_ext <<_ACEOF
 
61588
-/* end confdefs.h.  */
 
61589
-
 
61590
-#include "confdefs.h"
 
61591
-#define NO_CONFIG_H
 
61592
-#include "replace.h"
 
61593
-#include "system/wait.h"
 
61594
-#include "system/network.h"
 
61595
-#include <talloc.h>
 
61596
-#include <tdb.h>
 
61597
-#include <ctdb.h>
 
61598
-#include <ctdb_private.h>
 
61599
-
 
61600
-
 
61601
-int
 
61602
-main ()
 
61603
-{
 
61604
-if (sizeof (struct ctdb_tcp_client))
 
61605
-       return 0;
 
61606
-  ;
 
61607
-  return 0;
 
61608
-}
 
61609
-_ACEOF
 
61610
-rm -f conftest.$ac_objext
 
61611
-if { (ac_try="$ac_compile"
 
61612
-case "(($ac_try" in
 
61613
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
61614
-  *) ac_try_echo=$ac_try;;
 
61615
-esac
 
61616
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
61617
-$as_echo "$ac_try_echo") >&5
 
61618
-  (eval "$ac_compile") 2>conftest.er1
 
61619
-  ac_status=$?
 
61620
-  grep -v '^ *+' conftest.er1 >conftest.err
 
61621
-  rm -f conftest.er1
 
61622
-  cat conftest.err >&5
 
61623
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
61624
-  (exit $ac_status); } && {
 
61625
-        test -z "$ac_c_werror_flag" ||
 
61626
-        test ! -s conftest.err
 
61627
-       } && test -s conftest.$ac_objext; then
 
61628
   cat >conftest.$ac_ext <<_ACEOF
 
61629
 /* confdefs.h.  */
 
61630
 _ACEOF
 
61631
@@ -73540,11 +69728,14 @@
 
61632
 #include <ctdb_private.h>
 
61633
 
 
61634
 
 
61635
+typedef struct ctdb_tcp_client ac__type_new_;
 
61636
 int
 
61637
 main ()
 
61638
 {
 
61639
-if (sizeof ((struct ctdb_tcp_client)))
 
61640
-         return 0;
 
61641
+if ((ac__type_new_ *) 0)
 
61642
+  return 0;
 
61643
+if (sizeof (ac__type_new_))
 
61644
+  return 0;
 
61645
   ;
 
61646
   return 0;
 
61647
 }
 
61648
@@ -73555,39 +69746,30 @@
 
61649
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
61650
   *) ac_try_echo=$ac_try;;
 
61651
 esac
 
61652
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
61653
-$as_echo "$ac_try_echo") >&5
 
61654
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
61655
   (eval "$ac_compile") 2>conftest.er1
 
61656
   ac_status=$?
 
61657
   grep -v '^ *+' conftest.er1 >conftest.err
 
61658
   rm -f conftest.er1
 
61659
   cat conftest.err >&5
 
61660
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
61661
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
61662
   (exit $ac_status); } && {
 
61663
         test -z "$ac_c_werror_flag" ||
 
61664
         test ! -s conftest.err
 
61665
        } && test -s conftest.$ac_objext; then
 
61666
-  :
 
61667
-else
 
61668
-  $as_echo "$as_me: failed program was:" >&5
 
61669
-sed 's/^/| /' conftest.$ac_ext >&5
 
61670
-
 
61671
-       ac_cv_type_struct_ctdb_tcp_client=yes
 
61672
-fi
 
61673
-
 
61674
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
61675
+  ac_cv_type_struct_ctdb_tcp_client=yes
 
61676
 else
 
61677
-  $as_echo "$as_me: failed program was:" >&5
 
61678
+  echo "$as_me: failed program was:" >&5
 
61679
 sed 's/^/| /' conftest.$ac_ext >&5
 
61680
 
 
61681
-
 
61682
+       ac_cv_type_struct_ctdb_tcp_client=no
 
61683
 fi
 
61684
 
 
61685
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
61686
 fi
 
61687
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_ctdb_tcp_client" >&5
 
61688
-$as_echo "$ac_cv_type_struct_ctdb_tcp_client" >&6; }
 
61689
-if test "x$ac_cv_type_struct_ctdb_tcp_client" = x""yes; then
 
61690
+{ echo "$as_me:$LINENO: result: $ac_cv_type_struct_ctdb_tcp_client" >&5
 
61691
+echo "${ECHO_T}$ac_cv_type_struct_ctdb_tcp_client" >&6; }
 
61692
+if test $ac_cv_type_struct_ctdb_tcp_client = yes; then
 
61693
 
 
61694
 
 
61695
 cat >>confdefs.h <<\_ACEOF
 
61696
@@ -73598,57 +69780,11 @@
 
61697
 fi
 
61698
 
 
61699
 
 
61700
-{ $as_echo "$as_me:$LINENO: checking for struct ctdb_control_tcp" >&5
 
61701
-$as_echo_n "checking for struct ctdb_control_tcp... " >&6; }
 
61702
+{ echo "$as_me:$LINENO: checking for struct ctdb_control_tcp" >&5
 
61703
+echo $ECHO_N "checking for struct ctdb_control_tcp... $ECHO_C" >&6; }
 
61704
 if test "${ac_cv_type_struct_ctdb_control_tcp+set}" = set; then
 
61705
-  $as_echo_n "(cached) " >&6
 
61706
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
61707
 else
 
61708
-  ac_cv_type_struct_ctdb_control_tcp=no
 
61709
-cat >conftest.$ac_ext <<_ACEOF
 
61710
-/* confdefs.h.  */
 
61711
-_ACEOF
 
61712
-cat confdefs.h >>conftest.$ac_ext
 
61713
-cat >>conftest.$ac_ext <<_ACEOF
 
61714
-/* end confdefs.h.  */
 
61715
-
 
61716
-#include "confdefs.h"
 
61717
-#define NO_CONFIG_H
 
61718
-#include "replace.h"
 
61719
-#include "system/wait.h"
 
61720
-#include "system/network.h"
 
61721
-#include <talloc.h>
 
61722
-#include <tdb.h>
 
61723
-#include <ctdb.h>
 
61724
-#include <ctdb_private.h>
 
61725
-
 
61726
-
 
61727
-int
 
61728
-main ()
 
61729
-{
 
61730
-if (sizeof (struct ctdb_control_tcp))
 
61731
-       return 0;
 
61732
-  ;
 
61733
-  return 0;
 
61734
-}
 
61735
-_ACEOF
 
61736
-rm -f conftest.$ac_objext
 
61737
-if { (ac_try="$ac_compile"
 
61738
-case "(($ac_try" in
 
61739
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
61740
-  *) ac_try_echo=$ac_try;;
 
61741
-esac
 
61742
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
61743
-$as_echo "$ac_try_echo") >&5
 
61744
-  (eval "$ac_compile") 2>conftest.er1
 
61745
-  ac_status=$?
 
61746
-  grep -v '^ *+' conftest.er1 >conftest.err
 
61747
-  rm -f conftest.er1
 
61748
-  cat conftest.err >&5
 
61749
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
61750
-  (exit $ac_status); } && {
 
61751
-        test -z "$ac_c_werror_flag" ||
 
61752
-        test ! -s conftest.err
 
61753
-       } && test -s conftest.$ac_objext; then
 
61754
   cat >conftest.$ac_ext <<_ACEOF
 
61755
 /* confdefs.h.  */
 
61756
 _ACEOF
 
61757
@@ -73667,11 +69803,14 @@
 
61758
 #include <ctdb_private.h>
 
61759
 
 
61760
 
 
61761
+typedef struct ctdb_control_tcp ac__type_new_;
 
61762
 int
 
61763
 main ()
 
61764
 {
 
61765
-if (sizeof ((struct ctdb_control_tcp)))
 
61766
-         return 0;
 
61767
+if ((ac__type_new_ *) 0)
 
61768
+  return 0;
 
61769
+if (sizeof (ac__type_new_))
 
61770
+  return 0;
 
61771
   ;
 
61772
   return 0;
 
61773
 }
 
61774
@@ -73682,39 +69821,30 @@
 
61775
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
61776
   *) ac_try_echo=$ac_try;;
 
61777
 esac
 
61778
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
61779
-$as_echo "$ac_try_echo") >&5
 
61780
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
61781
   (eval "$ac_compile") 2>conftest.er1
 
61782
   ac_status=$?
 
61783
   grep -v '^ *+' conftest.er1 >conftest.err
 
61784
   rm -f conftest.er1
 
61785
   cat conftest.err >&5
 
61786
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
61787
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
61788
   (exit $ac_status); } && {
 
61789
         test -z "$ac_c_werror_flag" ||
 
61790
         test ! -s conftest.err
 
61791
        } && test -s conftest.$ac_objext; then
 
61792
-  :
 
61793
+  ac_cv_type_struct_ctdb_control_tcp=yes
 
61794
 else
 
61795
-  $as_echo "$as_me: failed program was:" >&5
 
61796
+  echo "$as_me: failed program was:" >&5
 
61797
 sed 's/^/| /' conftest.$ac_ext >&5
 
61798
 
 
61799
-       ac_cv_type_struct_ctdb_control_tcp=yes
 
61800
+       ac_cv_type_struct_ctdb_control_tcp=no
 
61801
 fi
 
61802
 
 
61803
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
61804
-else
 
61805
-  $as_echo "$as_me: failed program was:" >&5
 
61806
-sed 's/^/| /' conftest.$ac_ext >&5
 
61807
-
 
61808
-
 
61809
 fi
 
61810
-
 
61811
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
61812
-fi
 
61813
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_ctdb_control_tcp" >&5
 
61814
-$as_echo "$ac_cv_type_struct_ctdb_control_tcp" >&6; }
 
61815
-if test "x$ac_cv_type_struct_ctdb_control_tcp" = x""yes; then
 
61816
+{ echo "$as_me:$LINENO: result: $ac_cv_type_struct_ctdb_control_tcp" >&5
 
61817
+echo "${ECHO_T}$ac_cv_type_struct_ctdb_control_tcp" >&6; }
 
61818
+if test $ac_cv_type_struct_ctdb_control_tcp = yes; then
 
61819
 
 
61820
 
 
61821
 cat >>confdefs.h <<\_ACEOF
 
61822
@@ -73729,57 +69859,11 @@
 
61823
 fi
 
61824
 
 
61825
 
 
61826
-{ $as_echo "$as_me:$LINENO: checking for struct ctdb_control_tcp_addr" >&5
 
61827
-$as_echo_n "checking for struct ctdb_control_tcp_addr... " >&6; }
 
61828
+{ echo "$as_me:$LINENO: checking for struct ctdb_control_tcp_addr" >&5
 
61829
+echo $ECHO_N "checking for struct ctdb_control_tcp_addr... $ECHO_C" >&6; }
 
61830
 if test "${ac_cv_type_struct_ctdb_control_tcp_addr+set}" = set; then
 
61831
-  $as_echo_n "(cached) " >&6
 
61832
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
61833
 else
 
61834
-  ac_cv_type_struct_ctdb_control_tcp_addr=no
 
61835
-cat >conftest.$ac_ext <<_ACEOF
 
61836
-/* confdefs.h.  */
 
61837
-_ACEOF
 
61838
-cat confdefs.h >>conftest.$ac_ext
 
61839
-cat >>conftest.$ac_ext <<_ACEOF
 
61840
-/* end confdefs.h.  */
 
61841
-
 
61842
-#include "confdefs.h"
 
61843
-#define NO_CONFIG_H
 
61844
-#include "replace.h"
 
61845
-#include "system/wait.h"
 
61846
-#include "system/network.h"
 
61847
-#include <talloc.h>
 
61848
-#include <tdb.h>
 
61849
-#include <ctdb.h>
 
61850
-#include <ctdb_private.h>
 
61851
-
 
61852
-
 
61853
-int
 
61854
-main ()
 
61855
-{
 
61856
-if (sizeof (struct ctdb_control_tcp_addr))
 
61857
-       return 0;
 
61858
-  ;
 
61859
-  return 0;
 
61860
-}
 
61861
-_ACEOF
 
61862
-rm -f conftest.$ac_objext
 
61863
-if { (ac_try="$ac_compile"
 
61864
-case "(($ac_try" in
 
61865
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
61866
-  *) ac_try_echo=$ac_try;;
 
61867
-esac
 
61868
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
61869
-$as_echo "$ac_try_echo") >&5
 
61870
-  (eval "$ac_compile") 2>conftest.er1
 
61871
-  ac_status=$?
 
61872
-  grep -v '^ *+' conftest.er1 >conftest.err
 
61873
-  rm -f conftest.er1
 
61874
-  cat conftest.err >&5
 
61875
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
61876
-  (exit $ac_status); } && {
 
61877
-        test -z "$ac_c_werror_flag" ||
 
61878
-        test ! -s conftest.err
 
61879
-       } && test -s conftest.$ac_objext; then
 
61880
   cat >conftest.$ac_ext <<_ACEOF
 
61881
 /* confdefs.h.  */
 
61882
 _ACEOF
 
61883
@@ -73798,11 +69882,14 @@
 
61884
 #include <ctdb_private.h>
 
61885
 
 
61886
 
 
61887
+typedef struct ctdb_control_tcp_addr ac__type_new_;
 
61888
 int
 
61889
 main ()
 
61890
 {
 
61891
-if (sizeof ((struct ctdb_control_tcp_addr)))
 
61892
-         return 0;
 
61893
+if ((ac__type_new_ *) 0)
 
61894
+  return 0;
 
61895
+if (sizeof (ac__type_new_))
 
61896
+  return 0;
 
61897
   ;
 
61898
   return 0;
 
61899
 }
 
61900
@@ -73813,39 +69900,30 @@
 
61901
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
61902
   *) ac_try_echo=$ac_try;;
 
61903
 esac
 
61904
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
61905
-$as_echo "$ac_try_echo") >&5
 
61906
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
61907
   (eval "$ac_compile") 2>conftest.er1
 
61908
   ac_status=$?
 
61909
   grep -v '^ *+' conftest.er1 >conftest.err
 
61910
   rm -f conftest.er1
 
61911
   cat conftest.err >&5
 
61912
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
61913
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
61914
   (exit $ac_status); } && {
 
61915
         test -z "$ac_c_werror_flag" ||
 
61916
         test ! -s conftest.err
 
61917
        } && test -s conftest.$ac_objext; then
 
61918
-  :
 
61919
-else
 
61920
-  $as_echo "$as_me: failed program was:" >&5
 
61921
-sed 's/^/| /' conftest.$ac_ext >&5
 
61922
-
 
61923
-       ac_cv_type_struct_ctdb_control_tcp_addr=yes
 
61924
-fi
 
61925
-
 
61926
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
61927
+  ac_cv_type_struct_ctdb_control_tcp_addr=yes
 
61928
 else
 
61929
-  $as_echo "$as_me: failed program was:" >&5
 
61930
+  echo "$as_me: failed program was:" >&5
 
61931
 sed 's/^/| /' conftest.$ac_ext >&5
 
61932
 
 
61933
-
 
61934
+       ac_cv_type_struct_ctdb_control_tcp_addr=no
 
61935
 fi
 
61936
 
 
61937
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
61938
 fi
 
61939
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_ctdb_control_tcp_addr" >&5
 
61940
-$as_echo "$ac_cv_type_struct_ctdb_control_tcp_addr" >&6; }
 
61941
-if test "x$ac_cv_type_struct_ctdb_control_tcp_addr" = x""yes; then
 
61942
+{ echo "$as_me:$LINENO: result: $ac_cv_type_struct_ctdb_control_tcp_addr" >&5
 
61943
+echo "${ECHO_T}$ac_cv_type_struct_ctdb_control_tcp_addr" >&6; }
 
61944
+if test $ac_cv_type_struct_ctdb_control_tcp_addr = yes; then
 
61945
 
 
61946
 
 
61947
 cat >>confdefs.h <<\_ACEOF
 
61948
@@ -73857,8 +69935,8 @@
 
61949
 
 
61950
 CPPFLAGS="$SAVED_CPPFLAGS"
 
61951
 
 
61952
-{ $as_echo "$as_me:$LINENO: checking cluster support" >&5
 
61953
-$as_echo_n "checking cluster support... " >&6; }
 
61954
+{ echo "$as_me:$LINENO: checking cluster support" >&5
 
61955
+echo $ECHO_N "checking cluster support... $ECHO_C" >&6; }
61022
61956
 
61023
61957
 # Check whether --with-cluster-support was given.
61024
61958
 if test "${with_cluster_support+set}" = set; then
61025
 
@@ -72694,19 +68948,19 @@
61026
 
 #define CLUSTER_SUPPORT 1
 
61959
@@ -73872,8 +69950,8 @@
 
61960
 
 
61961
 if test x"$ac_cv_header_ctdb_private_h" != x"yes"; then
 
61962
        if test "x$with_cluster_support" = "xyes"; then
 
61963
-               { { $as_echo "$as_me:$LINENO: error: \"ctdb_private.h is required for cluster support\"" >&5
 
61964
-$as_echo "$as_me: error: \"ctdb_private.h is required for cluster support\"" >&2;}
 
61965
+               { { echo "$as_me:$LINENO: error: \"ctdb_private.h is required for cluster support\"" >&5
 
61966
+echo "$as_me: error: \"ctdb_private.h is required for cluster support\"" >&2;}
 
61967
    { (exit 1); exit 1; }; }
 
61968
        fi
 
61969
        with_cluster_support=no
 
61970
@@ -73881,8 +69959,8 @@
 
61971
 
 
61972
 if test x"$ctdb_broken" != x"no"; then
 
61973
        if test "x$with_cluster_support" = "xyes"; then
 
61974
-               { { $as_echo "$as_me:$LINENO: error: \"cluster support: $ctdb_broken\"" >&5
 
61975
-$as_echo "$as_me: error: \"cluster support: $ctdb_broken\"" >&2;}
 
61976
+               { { echo "$as_me:$LINENO: error: \"cluster support: $ctdb_broken\"" >&5
 
61977
+echo "$as_me: error: \"cluster support: $ctdb_broken\"" >&2;}
 
61978
    { (exit 1); exit 1; }; }
 
61979
        fi
 
61980
        with_cluster_support=no
 
61981
@@ -73895,18 +69973,18 @@
61027
61982
 _ACEOF
61028
61983
 
 
61984
     SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} ${CTDB_CPPFLAGS}"
61029
61985
-    { $as_echo "$as_me:$LINENO: result: yes" >&5
61030
61986
-$as_echo "yes" >&6; }
61031
61987
+    { echo "$as_me:$LINENO: result: yes" >&5
61037
61993
+echo "${ECHO_T}no" >&6; }
61038
61994
 fi
61039
61995
 
61040
 
 
61041
61996
 #################################################
61042
61997
 # check for ACL support
61043
61998
 
61048
62003
 
61049
62004
 # Check whether --with-acl-support was given.
61050
62005
 if test "${with_acl_support+set}" = set; then
61051
 
@@ -72722,24 +68976,24 @@
 
62006
@@ -73922,24 +70000,24 @@
61052
62007
        with_acl_support="auto"
61053
62008
 fi
61054
62009
 
61081
62036
 
61082
62037
 cat >>confdefs.h <<\_ACEOF
61083
62038
 #define HAVE_UNIXWARE_ACLS 1
61084
 
@@ -72748,8 +69002,8 @@
 
62039
@@ -73948,8 +70026,8 @@
61085
62040
                default_static_modules="$default_static_modules vfs_solarisacl"
61086
62041
                ;;
61087
62042
        *solaris*)
61092
62047
 
61093
62048
 cat >>confdefs.h <<\_ACEOF
61094
62049
 #define HAVE_SOLARIS_ACLS 1
61095
 
@@ -72759,8 +69013,8 @@
 
62050
@@ -73959,8 +70037,8 @@
61096
62051
                default_static_modules="$default_static_modules vfs_solarisacl"
61097
62052
                ;;
61098
62053
        *hpux*)
61103
62058
 
61104
62059
 cat >>confdefs.h <<\_ACEOF
61105
62060
 #define HAVE_HPUX_ACLS 1
61106
 
@@ -72769,8 +69023,8 @@
 
62061
@@ -73969,8 +70047,8 @@
61107
62062
                default_static_modules="$default_static_modules vfs_hpuxacl"
61108
62063
                ;;
61109
62064
        *irix*)
61114
62069
 
61115
62070
 cat >>confdefs.h <<\_ACEOF
61116
62071
 #define HAVE_IRIX_ACLS 1
61117
 
@@ -72779,8 +69033,8 @@
 
62072
@@ -73979,8 +70057,8 @@
61118
62073
                default_static_modules="$default_static_modules vfs_irixacl"
61119
62074
                ;;
61120
62075
        *aix*)
61125
62080
 
61126
62081
 cat >>confdefs.h <<\_ACEOF
61127
62082
 #define HAVE_AIX_ACLS 1
61128
 
@@ -72789,8 +69043,8 @@
 
62083
@@ -73989,8 +70067,8 @@
61129
62084
                default_static_modules="$default_static_modules vfs_aixacl"
61130
62085
                ;;
61131
62086
        *osf*)
61136
62091
 
61137
62092
 cat >>confdefs.h <<\_ACEOF
61138
62093
 #define HAVE_TRU64_ACLS 1
61139
 
@@ -72800,8 +69054,8 @@
 
62094
@@ -74000,8 +70078,8 @@
61140
62095
                default_static_modules="$default_static_modules vfs_tru64acl"
61141
62096
                ;;
61142
62097
        *darwin*)
61147
62102
 
61148
62103
 cat >>confdefs.h <<\_ACEOF
61149
62104
 #define HAVE_NO_ACLS 1
61150
 
@@ -72809,10 +69063,10 @@
 
62105
@@ -74009,10 +70087,10 @@
61151
62106
 
61152
62107
                ;;
61153
62108
        *)
61161
62116
 else
61162
62117
   ac_check_lib_save_LIBS=$LIBS
61163
62118
 LIBS="-lacl  $LIBS"
61164
 
@@ -72844,46 +69098,42 @@
 
62119
@@ -74044,46 +70122,42 @@
61165
62120
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
61166
62121
   *) ac_try_echo=$ac_try;;
61167
62122
 esac
61219
62174
 else
61220
62175
   ac_check_lib_save_LIBS=$LIBS
61221
62176
 LIBS="-lattr  $LIBS"
61222
 
@@ -72915,46 +69165,42 @@
 
62177
@@ -74115,46 +70189,42 @@
61223
62178
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
61224
62179
   *) ac_try_echo=$ac_try;;
61225
62180
 esac
61277
62232
 else
61278
62233
 
61279
62234
                        acl_LIBS=$LIBS
61280
 
@@ -72988,49 +69234,45 @@
 
62235
@@ -74188,49 +70258,45 @@
61281
62236
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
61282
62237
   *) ac_try_echo=$ac_try;;
61283
62238
 esac
61339
62294
 else
61340
62295
 
61341
62296
                                acl_LIBS=$LIBS
61342
 
@@ -73063,37 +69305,33 @@
 
62297
@@ -74263,37 +70329,33 @@
61343
62298
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
61344
62299
   *) ac_try_echo=$ac_try;;
61345
62300
 esac
61384
62339
                        if test x"$samba_cv_HAVE_ACL_GET_PERM_NP" = x"yes"; then
61385
62340
 
61386
62341
 cat >>confdefs.h <<\_ACEOF
61387
 
@@ -73103,8 +69341,8 @@
 
62342
@@ -74303,8 +70365,8 @@
61388
62343
                        fi
61389
62344
                        default_static_modules="$default_static_modules vfs_posixacl"
61390
62345
                else
61395
62350
 
61396
62351
 cat >>confdefs.h <<\_ACEOF
61397
62352
 #define HAVE_NO_ACLS 1
61398
 
@@ -73120,23 +69358,23 @@
 
62353
@@ -74320,23 +70382,23 @@
61399
62354
 #################################################
61400
62355
 # check for AIO support
61401
62356
 
61426
62381
 else
61427
62382
   ac_check_lib_save_LIBS=$LIBS
61428
62383
 LIBS="-lrt  $LIBS"
61429
 
@@ -73168,44 +69406,40 @@
 
62384
@@ -74368,44 +70430,40 @@
61430
62385
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
61431
62386
   *) ac_try_echo=$ac_try;;
61432
62387
 esac
61482
62437
 else
61483
62438
   ac_check_lib_save_LIBS=$LIBS
61484
62439
 LIBS="-laio  $LIBS"
61485
 
@@ -73237,44 +69471,40 @@
 
62440
@@ -74437,44 +70495,40 @@
61486
62441
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
61487
62442
   *) ac_try_echo=$ac_try;;
61488
62443
 esac
61538
62493
 else
61539
62494
 
61540
62495
                aio_LIBS=$LIBS
61541
 
@@ -73301,40 +69531,36 @@
 
62496
@@ -74501,40 +70555,36 @@
61542
62497
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
61543
62498
   *) ac_try_echo=$ac_try;;
61544
62499
 esac
61589
62544
 else
61590
62545
 
61591
62546
                aio_LIBS=$LIBS
61592
 
@@ -73361,36 +69587,32 @@
 
62547
@@ -74561,36 +70611,32 @@
61593
62548
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
61594
62549
   *) ac_try_echo=$ac_try;;
61595
62550
 esac
61633
62588
                if test x"$samba_cv_HAVE_AIO64" = x"yes"; then
61634
62589
 
61635
62590
 cat >>confdefs.h <<\_ACEOF
61636
 
@@ -73413,8 +69635,8 @@
 
62591
@@ -74613,8 +70659,8 @@
61637
62592
                fi
61638
62593
 
61639
62594
                if test x"$samba_cv_HAVE_AIO" = x"yes"; then
61644
62599
                        cat >conftest.$ac_ext <<_ACEOF
61645
62600
 #include <aio.h>
61646
62601
 int main() { struct aiocb a; return aio_read(&a); }
61647
 
@@ -73425,41 +69647,37 @@
 
62602
@@ -74625,41 +70671,37 @@
61648
62603
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
61649
62604
   *) ac_try_echo=$ac_try;;
61650
62605
 esac
61697
62652
                        cat >conftest.$ac_ext <<_ACEOF
61698
62653
 #include <aio.h>
61699
62654
 int main() { struct aiocb a; return aio_write(&a); }
61700
 
@@ -73470,41 +69688,37 @@
 
62655
@@ -74670,41 +70712,37 @@
61701
62656
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
61702
62657
   *) ac_try_echo=$ac_try;;
61703
62658
 esac
61750
62705
                        cat >conftest.$ac_ext <<_ACEOF
61751
62706
 #include <aio.h>
61752
62707
 int main() { struct aiocb a; return aio_fsync(1, &a); }
61753
 
@@ -73515,41 +69729,37 @@
 
62708
@@ -74715,41 +70753,37 @@
61754
62709
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
61755
62710
   *) ac_try_echo=$ac_try;;
61756
62711
 esac
61803
62758
                        cat >conftest.$ac_ext <<_ACEOF
61804
62759
 #include <aio.h>
61805
62760
 int main() { struct aiocb a; return aio_return(&a); }
61806
 
@@ -73560,41 +69770,37 @@
 
62761
@@ -74760,41 +70794,37 @@
61807
62762
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
61808
62763
   *) ac_try_echo=$ac_try;;
61809
62764
 esac
61856
62811
                        cat >conftest.$ac_ext <<_ACEOF
61857
62812
 #include <aio.h>
61858
62813
 int main() { struct aiocb a; return aio_error(&a); }
61859
 
@@ -73605,41 +69811,37 @@
 
62814
@@ -74805,41 +70835,37 @@
61860
62815
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
61861
62816
   *) ac_try_echo=$ac_try;;
61862
62817
 esac
61909
62864
                        cat >conftest.$ac_ext <<_ACEOF
61910
62865
 #include <aio.h>
61911
62866
 int main() { struct aiocb a; return aio_cancel(1, &a); }
61912
 
@@ -73650,41 +69852,37 @@
 
62867
@@ -74850,41 +70876,37 @@
61913
62868
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
61914
62869
   *) ac_try_echo=$ac_try;;
61915
62870
 esac
61962
62917
                        cat >conftest.$ac_ext <<_ACEOF
61963
62918
 #include <aio.h>
61964
62919
 int main() { struct aiocb a; return aio_suspend(&a, 1, NULL); }
61965
 
@@ -73695,43 +69893,39 @@
 
62920
@@ -74895,43 +70917,39 @@
61966
62921
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
61967
62922
   *) ac_try_echo=$ac_try;;
61968
62923
 esac
62017
62972
                        cat >conftest.$ac_ext <<_ACEOF
62018
62973
 #include <aio.h>
62019
62974
 int main() { struct aiocb a; return aio_read64(&a); }
62020
 
@@ -73742,41 +69936,37 @@
 
62975
@@ -74942,41 +70960,37 @@
62021
62976
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
62022
62977
   *) ac_try_echo=$ac_try;;
62023
62978
 esac
62070
63025
                        cat >conftest.$ac_ext <<_ACEOF
62071
63026
 #include <aio.h>
62072
63027
 int main() { struct aiocb a; return aio_write64(&a); }
62073
 
@@ -73787,41 +69977,37 @@
 
63028
@@ -74987,41 +71001,37 @@
62074
63029
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
62075
63030
   *) ac_try_echo=$ac_try;;
62076
63031
 esac
62123
63078
                        cat >conftest.$ac_ext <<_ACEOF
62124
63079
 #include <aio.h>
62125
63080
 int main() { struct aiocb a; return aio_fsync64(1, &a); }
62126
 
@@ -73832,41 +70018,37 @@
 
63081
@@ -75032,41 +71042,37 @@
62127
63082
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
62128
63083
   *) ac_try_echo=$ac_try;;
62129
63084
 esac
62176
63131
                        cat >conftest.$ac_ext <<_ACEOF
62177
63132
 #include <aio.h>
62178
63133
 int main() { struct aiocb a; return aio_return64(&a); }
62179
 
@@ -73877,41 +70059,37 @@
 
63134
@@ -75077,41 +71083,37 @@
62180
63135
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
62181
63136
   *) ac_try_echo=$ac_try;;
62182
63137
 esac
62229
63184
                        cat >conftest.$ac_ext <<_ACEOF
62230
63185
 #include <aio.h>
62231
63186
 int main() { struct aiocb a; return aio_error64(&a); }
62232
 
@@ -73922,41 +70100,37 @@
 
63187
@@ -75122,41 +71124,37 @@
62233
63188
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
62234
63189
   *) ac_try_echo=$ac_try;;
62235
63190
 esac
62282
63237
                        cat >conftest.$ac_ext <<_ACEOF
62283
63238
 #include <aio.h>
62284
63239
 int main() { struct aiocb a; return aio_cancel64(1, &a); }
62285
 
@@ -73967,41 +70141,37 @@
 
63240
@@ -75167,41 +71165,37 @@
62286
63241
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
62287
63242
   *) ac_try_echo=$ac_try;;
62288
63243
 esac
62335
63290
                        cat >conftest.$ac_ext <<_ACEOF
62336
63291
 #include <aio.h>
62337
63292
 int main() { struct aiocb a; return aio_suspend64(&a, 1, NULL); }
62338
 
@@ -74012,36 +70182,32 @@
 
63293
@@ -75212,36 +71206,32 @@
62339
63294
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
62340
63295
   *) ac_try_echo=$ac_try;;
62341
63296
 esac
62381
63336
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
62382
63337
       conftest$ac_exeext conftest.$ac_ext
62383
63338
                fi
62384
 
@@ -74049,8 +70215,8 @@
 
63339
@@ -75249,8 +71239,8 @@
62385
63340
         esac
62386
63341
         ;;
62387
63342
   *)
62392
63347
 
62393
63348
 cat >>confdefs.h <<\_ACEOF
62394
63349
 #define HAVE_NO_AIO 1
62395
 
@@ -74064,8 +70230,8 @@
 
63350
@@ -75264,8 +71254,8 @@
62396
63351
 #define HAVE_NO_AIO 1
62397
63352
 _ACEOF
62398
63353
 
62403
63358
 
62404
63359
 fi
62405
63360
 
62406
 
@@ -74081,23 +70247,23 @@
 
63361
@@ -75281,23 +71271,23 @@
62407
63362
 # check for sendfile support
62408
63363
 
62409
63364
 with_sendfile_support=yes
62435
63390
 else
62436
63391
 
62437
63392
                cat >conftest.$ac_ext <<_ACEOF
62438
 
@@ -74126,40 +70292,36 @@
 
63393
@@ -75326,40 +71316,36 @@
62439
63394
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
62440
63395
   *) ac_try_echo=$ac_try;;
62441
63396
 esac
62486
63441
 else
62487
63442
 
62488
63443
                cat >conftest.$ac_ext <<_ACEOF
62489
 
@@ -74188,41 +70350,37 @@
 
63444
@@ -75388,41 +71374,37 @@
62490
63445
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
62491
63446
   *) ac_try_echo=$ac_try;;
62492
63447
 esac
62538
63493
 else
62539
63494
 
62540
63495
                cat >conftest.$ac_ext <<_ACEOF
62541
 
@@ -74255,35 +70413,31 @@
 
63496
@@ -75455,35 +71437,31 @@
62542
63497
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
62543
63498
   *) ac_try_echo=$ac_try;;
62544
63499
 esac
62581
63536
 
62582
63537
        if test x"$samba_cv_HAVE_SENDFILE64" = x"yes"; then
62583
63538
 
62584
 
@@ -74329,16 +70483,16 @@
 
63539
@@ -75529,16 +71507,16 @@
62585
63540
 _ACEOF
62586
63541
 
62587
63542
        else
62603
63558
 else
62604
63559
 
62605
63560
                cat >conftest.$ac_ext <<_ACEOF
62606
 
@@ -74378,35 +70532,31 @@
 
63561
@@ -75578,35 +71556,31 @@
62607
63562
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
62608
63563
   *) ac_try_echo=$ac_try;;
62609
63564
 esac
62646
63601
 
62647
63602
        if test x"$samba_cv_HAVE_SENDFILE" = x"yes"; then
62648
63603
 
62649
 
@@ -74425,16 +70575,16 @@
 
63604
@@ -75625,16 +71599,16 @@
62650
63605
 _ACEOF
62651
63606
 
62652
63607
        else
62668
63623
 else
62669
63624
 
62670
63625
                cat >conftest.$ac_ext <<_ACEOF
62671
 
@@ -74471,35 +70621,31 @@
 
63626
@@ -75671,35 +71645,31 @@
62672
63627
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
62673
63628
   *) ac_try_echo=$ac_try;;
62674
63629
 esac
62711
63666
        if test x"$samba_cv_HAVE_SENDFILE64" = x"yes"; then
62712
63667
 
62713
63668
 cat >>confdefs.h <<\_ACEOF
62714
 
@@ -74517,14 +70663,14 @@
 
63669
@@ -75717,14 +71687,14 @@
62715
63670
 _ACEOF
62716
63671
 
62717
63672
        else
62731
63686
 else
62732
63687
 
62733
63688
                cat >conftest.$ac_ext <<_ACEOF
62734
 
@@ -74561,35 +70707,31 @@
 
63689
@@ -75761,35 +71731,31 @@
62735
63690
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
62736
63691
   *) ac_try_echo=$ac_try;;
62737
63692
 esac
62774
63729
        if test x"$samba_cv_HAVE_SENDFILE" = x"yes"; then
62775
63730
 
62776
63731
 cat >>confdefs.h <<\_ACEOF
62777
 
@@ -74607,17 +70749,17 @@
 
63732
@@ -75807,17 +71773,17 @@
62778
63733
 _ACEOF
62779
63734
 
62780
63735
        else
62797
63752
 else
62798
63753
   ac_check_lib_save_LIBS=$LIBS
62799
63754
 LIBS="-lsendfile  $LIBS"
62800
 
@@ -74649,37 +70791,33 @@
 
63755
@@ -75849,37 +71815,33 @@
62801
63756
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
62802
63757
   *) ac_try_echo=$ac_try;;
62803
63758
 esac
62843
63798
   cat >>confdefs.h <<_ACEOF
62844
63799
 #define HAVE_LIBSENDFILE 1
62845
63800
 _ACEOF
62846
 
@@ -74688,10 +70826,10 @@
 
63801
@@ -75888,10 +71850,10 @@
62847
63802
 
62848
63803
 fi
62849
63804
 
62857
63812
 else
62858
63813
 
62859
63814
                cat >conftest.$ac_ext <<_ACEOF
62860
 
@@ -74735,35 +70873,31 @@
 
63815
@@ -75935,35 +71897,31 @@
62861
63816
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
62862
63817
   *) ac_try_echo=$ac_try;;
62863
63818
 esac
62900
63855
 
62901
63856
        if test x"$samba_cv_HAVE_SENDFILEV64" = x"yes"; then
62902
63857
 
62903
 
@@ -74782,14 +70916,14 @@
 
63858
@@ -75982,14 +71940,14 @@
62904
63859
 _ACEOF
62905
63860
 
62906
63861
        else
62920
63875
 else
62921
63876
 
62922
63877
                cat >conftest.$ac_ext <<_ACEOF
62923
 
@@ -74833,35 +70967,31 @@
 
63878
@@ -76033,35 +71991,31 @@
62924
63879
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
62925
63880
   *) ac_try_echo=$ac_try;;
62926
63881
 esac
62963
63918
 
62964
63919
        if test x"$samba_cv_HAVE_SENDFILEV" = x"yes"; then
62965
63920
 
62966
 
@@ -74880,15 +71010,15 @@
 
63921
@@ -76080,15 +72034,15 @@
62967
63922
 _ACEOF
62968
63923
 
62969
63924
        else
62984
63939
 else
62985
63940
 
62986
63941
                cat >conftest.$ac_ext <<_ACEOF
62987
 
@@ -74929,35 +71059,31 @@
 
63942
@@ -76129,35 +72083,31 @@
62988
63943
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
62989
63944
   *) ac_try_echo=$ac_try;;
62990
63945
 esac
63027
63982
        if test x"$samba_cv_HAVE_SENDFILE" = x"yes"; then
63028
63983
 
63029
63984
 cat >>confdefs.h <<\_ACEOF
63030
 
@@ -74975,8 +71101,8 @@
 
63985
@@ -76175,8 +72125,8 @@
63031
63986
 _ACEOF
63032
63987
 
63033
63988
        else
63038
63993
        fi
63039
63994
        ;;
63040
63995
        *)
63041
 
@@ -74984,13 +71110,13 @@
 
63996
@@ -76184,13 +72134,13 @@
63042
63997
         esac
63043
63998
         ;;
63044
63999
   *)
63056
64011
 
63057
64012
 fi
63058
64013
 
63059
 
@@ -74998,10 +71124,10 @@
 
64014
@@ -76198,10 +72148,10 @@
63060
64015
 ############################################
63061
64016
 # See if we have the Linux readahead syscall.
63062
64017
 
63070
64025
 else
63071
64026
 
63072
64027
     cat >conftest.$ac_ext <<_ACEOF
63073
 
@@ -75029,35 +71155,31 @@
 
64028
@@ -76229,35 +72179,31 @@
63074
64029
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63075
64030
   *) ac_try_echo=$ac_try;;
63076
64031
 esac
63113
64068
 
63114
64069
 if test x"$samba_cv_HAVE_LINUX_READAHEAD" = x"yes"; then
63115
64070
 
63116
 
@@ -75068,10 +71190,10 @@
 
64071
@@ -76268,10 +72214,10 @@
63117
64072
 fi
63118
64073
 
63119
64074
 
63127
64082
 else
63128
64083
 
63129
64084
     cat >conftest.$ac_ext <<_ACEOF
63130
 
@@ -75095,21 +71217,20 @@
 
64085
@@ -76295,21 +72241,20 @@
63131
64086
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63132
64087
   *) ac_try_echo=$ac_try;;
63133
64088
 esac
63152
64107
 sed 's/^/| /' conftest.$ac_ext >&5
63153
64108
 
63154
64109
        ac_cv_have_readahead_decl=no
63155
 
@@ -75117,8 +71238,8 @@
 
64110
@@ -76317,8 +72262,8 @@
63156
64111
 
63157
64112
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63158
64113
 fi
63163
64118
  if test x"$ac_cv_have_readahead_decl" = x"yes"; then
63164
64119
 
63165
64120
 cat >>confdefs.h <<\_ACEOF
63166
 
@@ -75131,10 +71252,10 @@
 
64121
@@ -76331,10 +72276,10 @@
63167
64122
 ############################################
63168
64123
 # See if we have the posix_fadvise syscall.
63169
64124
 
63177
64132
 else
63178
64133
 
63179
64134
     cat >conftest.$ac_ext <<_ACEOF
63180
 
@@ -75162,35 +71283,31 @@
 
64135
@@ -76362,35 +72307,31 @@
63181
64136
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63182
64137
   *) ac_try_echo=$ac_try;;
63183
64138
 esac
63220
64175
 
63221
64176
 if test x"$samba_cv_HAVE_POSIX_FADVISE" = x"yes"; then
63222
64177
 
63223
 
@@ -75203,10 +71320,10 @@
 
64178
@@ -76403,10 +72344,10 @@
63224
64179
 ############################################
63225
64180
 # See if we have the Linux splice syscall.
63226
64181
 
63234
64189
 else
63235
64190
 
63236
64191
     cat >conftest.$ac_ext <<_ACEOF
63237
 
@@ -75234,35 +71351,31 @@
 
64192
@@ -76434,35 +72375,31 @@
63238
64193
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63239
64194
   *) ac_try_echo=$ac_try;;
63240
64195
 esac
63277
64232
 
63278
64233
 if test x"$samba_cv_HAVE_LINUX_SPLICE" = x"yes"; then
63279
64234
 
63280
 
@@ -75273,10 +71386,10 @@
 
64235
@@ -76473,10 +72410,10 @@
63281
64236
 fi
63282
64237
 
63283
64238
 
63291
64246
 else
63292
64247
 
63293
64248
     cat >conftest.$ac_ext <<_ACEOF
63294
 
@@ -75300,21 +71413,20 @@
 
64249
@@ -76500,21 +72437,20 @@
63295
64250
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63296
64251
   *) ac_try_echo=$ac_try;;
63297
64252
 esac
63316
64271
 sed 's/^/| /' conftest.$ac_ext >&5
63317
64272
 
63318
64273
        ac_cv_have_splice_decl=no
63319
 
@@ -75322,8 +71434,8 @@
 
64274
@@ -76522,8 +72458,8 @@
63320
64275
 
63321
64276
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63322
64277
 fi
63327
64282
  if test x"$ac_cv_have_splice_decl" = x"yes"; then
63328
64283
 
63329
64284
 cat >>confdefs.h <<\_ACEOF
63330
 
@@ -75338,8 +71450,8 @@
 
64285
@@ -76538,8 +72474,8 @@
63331
64286
 # Check whether winbind is supported on this platform.  If so we need to
63332
64287
 # build and install client programs, sbin programs and shared libraries
63333
64288
 
63338
64293
 
63339
64294
 # Initially, the value of $host_os decides whether winbind is supported
63340
64295
 
63341
 
@@ -75355,11 +71467,11 @@
 
64296
@@ -76555,11 +72491,11 @@
63342
64297
 WINBIND_NSS_PTHREAD=""
63343
64298
 
63344
64299
 case "$host_os" in
63352
64307
                # FreeBSD winbind client is implemented as a wrapper around
63353
64308
                # the Linux version.
63354
64309
                NSSSONAMEVERSIONSUFFIX=".1"
63355
 
@@ -75474,8 +71586,8 @@
 
64310
@@ -76674,8 +72610,8 @@
63356
64311
 fi
63357
64312
 
63358
64313
 if test x"$HAVE_WINBIND" = x"yes"; then
63363
64318
 
63364
64319
 cat >>confdefs.h <<\_ACEOF
63365
64320
 #define WITH_WINBIND 1
63366
 
@@ -75490,14 +71602,14 @@
 
64321
@@ -76690,14 +72626,14 @@
63367
64322
                UNINSTALL_PAM_MODULES="uninstallpammodules"
63368
64323
        fi
63369
64324
 else
63383
64338
 else
63384
64339
   ac_check_lib_save_LIBS=$LIBS
63385
64340
 LIBS="-lpthread  $LIBS"
63386
 
@@ -75529,37 +71641,33 @@
 
64341
@@ -76729,37 +72665,33 @@
63387
64342
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63388
64343
   *) ac_try_echo=$ac_try;;
63389
64344
 esac
63429
64384
   WINBIND_NSS_PTHREAD="-lpthread"
63430
64385
 
63431
64386
 cat >>confdefs.h <<\_ACEOF
63432
 
@@ -75581,10 +71689,10 @@
 
64387
@@ -76781,10 +72713,10 @@
63433
64388
 
63434
64389
 
63435
64390
 # Solaris 10 does have new member in nss_XbyY_key
63443
64398
 else
63444
64399
   cat >conftest.$ac_ext <<_ACEOF
63445
64400
 /* confdefs.h.  */
63446
 
@@ -75610,21 +71718,20 @@
 
64401
@@ -76810,21 +72742,20 @@
63447
64402
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63448
64403
   *) ac_try_echo=$ac_try;;
63449
64404
 esac
63468
64423
 sed 's/^/| /' conftest.$ac_ext >&5
63469
64424
 
63470
64425
        cat >conftest.$ac_ext <<_ACEOF
63471
 
@@ -75651,21 +71758,20 @@
 
64426
@@ -76851,21 +72782,20 @@
63472
64427
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63473
64428
   *) ac_try_echo=$ac_try;;
63474
64429
 esac
63493
64448
 sed 's/^/| /' conftest.$ac_ext >&5
63494
64449
 
63495
64450
        ac_cv_member_union_nss_XbyY_key_ipnode_af_family=no
63496
 
@@ -75676,9 +71782,9 @@
 
64451
@@ -76876,9 +72806,9 @@
63497
64452
 
63498
64453
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63499
64454
 fi
63506
64461
 
63507
64462
 cat >>confdefs.h <<\_ACEOF
63508
64463
 #define HAVE_NSS_XBYY_KEY_IPNODE 1
63509
 
@@ -75690,10 +71796,10 @@
 
64464
@@ -76890,10 +72820,10 @@
63510
64465
 # Solaris has some extra fields in struct passwd that need to be
63511
64466
 # initialised otherwise nscd crashes.
63512
64467
 
63520
64475
 else
63521
64476
   cat >conftest.$ac_ext <<_ACEOF
63522
64477
 /* confdefs.h.  */
63523
 
@@ -75719,21 +71825,20 @@
 
64478
@@ -76919,21 +72849,20 @@
63524
64479
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63525
64480
   *) ac_try_echo=$ac_try;;
63526
64481
 esac
63545
64500
 sed 's/^/| /' conftest.$ac_ext >&5
63546
64501
 
63547
64502
        cat >conftest.$ac_ext <<_ACEOF
63548
 
@@ -75760,21 +71865,20 @@
 
64503
@@ -76960,21 +72889,20 @@
63549
64504
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63550
64505
   *) ac_try_echo=$ac_try;;
63551
64506
 esac
63570
64525
 sed 's/^/| /' conftest.$ac_ext >&5
63571
64526
 
63572
64527
        ac_cv_member_struct_passwd_pw_comment=no
63573
 
@@ -75785,9 +71889,9 @@
 
64528
@@ -76985,9 +72913,9 @@
63574
64529
 
63575
64530
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63576
64531
 fi
63583
64538
 
63584
64539
 cat >>confdefs.h <<\_ACEOF
63585
64540
 #define HAVE_PASSWD_PW_COMMENT 1
63586
 
@@ -75796,10 +71900,10 @@
 
64541
@@ -76996,10 +72924,10 @@
63587
64542
 fi
63588
64543
 
63589
64544
 
63597
64552
 else
63598
64553
   cat >conftest.$ac_ext <<_ACEOF
63599
64554
 /* confdefs.h.  */
63600
 
@@ -75825,21 +71929,20 @@
 
64555
@@ -77025,21 +72953,20 @@
63601
64556
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63602
64557
   *) ac_try_echo=$ac_try;;
63603
64558
 esac
63622
64577
 sed 's/^/| /' conftest.$ac_ext >&5
63623
64578
 
63624
64579
        cat >conftest.$ac_ext <<_ACEOF
63625
 
@@ -75866,21 +71969,20 @@
 
64580
@@ -77066,21 +72993,20 @@
63626
64581
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63627
64582
   *) ac_try_echo=$ac_try;;
63628
64583
 esac
63647
64602
 sed 's/^/| /' conftest.$ac_ext >&5
63648
64603
 
63649
64604
        ac_cv_member_struct_passwd_pw_age=no
63650
 
@@ -75891,9 +71993,9 @@
 
64605
@@ -77091,9 +73017,9 @@
63651
64606
 
63652
64607
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63653
64608
 fi
63660
64615
 
63661
64616
 cat >>confdefs.h <<\_ACEOF
63662
64617
 #define HAVE_PASSWD_PW_AGE 1
63663
 
@@ -75904,10 +72006,10 @@
 
64618
@@ -77104,10 +73030,10 @@
63664
64619
 
63665
64620
 # AIX 4.3.x and 5.1 do not have as many members in
63666
64621
 # struct secmethod_table as AIX 5.2
63674
64629
 else
63675
64630
   cat >conftest.$ac_ext <<_ACEOF
63676
64631
 /* confdefs.h.  */
63677
 
@@ -75933,21 +72035,20 @@
 
64632
@@ -77133,21 +73059,20 @@
63678
64633
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63679
64634
   *) ac_try_echo=$ac_try;;
63680
64635
 esac
63699
64654
 sed 's/^/| /' conftest.$ac_ext >&5
63700
64655
 
63701
64656
        cat >conftest.$ac_ext <<_ACEOF
63702
 
@@ -75974,21 +72075,20 @@
 
64657
@@ -77174,21 +73099,20 @@
63703
64658
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63704
64659
   *) ac_try_echo=$ac_try;;
63705
64660
 esac
63724
64679
 sed 's/^/| /' conftest.$ac_ext >&5
63725
64680
 
63726
64681
        ac_cv_member_struct_secmethod_table_method_attrlist=no
63727
 
@@ -75999,9 +72099,9 @@
 
64682
@@ -77199,9 +73123,9 @@
63728
64683
 
63729
64684
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63730
64685
 fi
63737
64692
 
63738
64693
 cat >>confdefs.h <<_ACEOF
63739
64694
 #define HAVE_STRUCT_SECMETHOD_TABLE_METHOD_ATTRLIST 1
63740
 
@@ -76010,10 +72110,10 @@
 
64695
@@ -77210,10 +73134,10 @@
63741
64696
 
63742
64697
 fi
63743
64698
 
63751
64706
 else
63752
64707
   cat >conftest.$ac_ext <<_ACEOF
63753
64708
 /* confdefs.h.  */
63754
 
@@ -76039,21 +72139,20 @@
 
64709
@@ -77239,21 +73163,20 @@
63755
64710
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63756
64711
   *) ac_try_echo=$ac_try;;
63757
64712
 esac
63776
64731
 sed 's/^/| /' conftest.$ac_ext >&5
63777
64732
 
63778
64733
        cat >conftest.$ac_ext <<_ACEOF
63779
 
@@ -76080,21 +72179,20 @@
 
64734
@@ -77280,21 +73203,20 @@
63780
64735
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63781
64736
   *) ac_try_echo=$ac_try;;
63782
64737
 esac
63801
64756
 sed 's/^/| /' conftest.$ac_ext >&5
63802
64757
 
63803
64758
        ac_cv_member_struct_secmethod_table_method_version=no
63804
 
@@ -76105,9 +72203,9 @@
 
64759
@@ -77305,9 +73227,9 @@
63805
64760
 
63806
64761
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63807
64762
 fi
63814
64769
 
63815
64770
 cat >>confdefs.h <<_ACEOF
63816
64771
 #define HAVE_STRUCT_SECMETHOD_TABLE_METHOD_VERSION 1
63817
 
@@ -76117,10 +72215,10 @@
 
64772
@@ -77317,10 +73239,10 @@
63818
64773
 fi
63819
64774
 
63820
64775
 
63828
64783
 else
63829
64784
 
63830
64785
 cat >conftest.$ac_ext <<_ACEOF
63831
 
@@ -76148,21 +72246,20 @@
 
64786
@@ -77348,21 +73270,20 @@
63832
64787
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63833
64788
   *) ac_try_echo=$ac_try;;
63834
64789
 esac
63853
64808
 sed 's/^/| /' conftest.$ac_ext >&5
63854
64809
 
63855
64810
        samba_cv_HAVE_PEERCRED=no
63856
 
@@ -76170,8 +72267,8 @@
 
64811
@@ -77370,8 +73291,8 @@
63857
64812
 
63858
64813
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
63859
64814
 fi
63864
64819
 if test x"$samba_cv_HAVE_PEERCRED" = x"yes"; then
63865
64820
 
63866
64821
 cat >>confdefs.h <<\_ACEOF
63867
 
@@ -76199,10 +72296,10 @@
 
64822
@@ -77399,10 +73320,10 @@
63868
64823
 fi
63869
64824
 
63870
64825
 if test x"$INCLUDED_POPT" != x"yes"; then
63878
64833
 else
63879
64834
   ac_check_lib_save_LIBS=$LIBS
63880
64835
 LIBS="-lpopt  $LIBS"
63881
 
@@ -76234,37 +72331,33 @@
 
64836
@@ -77434,37 +73355,33 @@
63882
64837
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63883
64838
   *) ac_try_echo=$ac_try;;
63884
64839
 esac
63924
64879
   INCLUDED_POPT=no
63925
64880
 else
63926
64881
   INCLUDED_POPT=yes
63927
 
@@ -76272,17 +72365,17 @@
 
64882
@@ -77472,17 +73389,17 @@
63928
64883
 
63929
64884
 fi
63930
64885
 
63948
64903
        BUILD_POPT=""
63949
64904
     POPTLIBS="-lpopt"
63950
64905
 fi
63951
 
@@ -76306,21 +72399,20 @@
 
64906
@@ -77506,21 +73423,20 @@
63952
64907
 
63953
64908
 for ac_header in dns_sd.h
63954
64909
 do
63979
64934
 cat >conftest.$ac_ext <<_ACEOF
63980
64935
 /* confdefs.h.  */
63981
64936
 _ACEOF
63982
 
@@ -76336,33 +72428,32 @@
 
64937
@@ -77536,33 +73452,32 @@
63983
64938
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
63984
64939
   *) ac_try_echo=$ac_try;;
63985
64940
 esac
64020
64975
 cat >conftest.$ac_ext <<_ACEOF
64021
64976
 /* confdefs.h.  */
64022
64977
 _ACEOF
64023
 
@@ -76376,52 +72467,51 @@
 
64978
@@ -77576,52 +73491,51 @@
64024
64979
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
64025
64980
   *) ac_try_echo=$ac_try;;
64026
64981
 esac
64094
65049
     ( cat <<\_ASBOX
64095
65050
 ## ---------------------------------------- ##
64096
65051
 ## Report this to samba-technical@samba.org ##
64097
 
@@ -76430,24 +72520,21 @@
 
65052
@@ -77630,24 +73544,21 @@
64098
65053
      ) | sed "s/^/$as_me: WARNING:     /" >&2
64099
65054
     ;;
64100
65055
 esac
64127
65082
 _ACEOF
64128
65083
 
64129
65084
 fi
64130
 
@@ -76463,11 +72550,11 @@
 
65085
@@ -77663,11 +73574,11 @@
64131
65086
 
64132
65087
 for ac_func in DNSServiceRegister
64133
65088
 do
64143
65098
 else
64144
65099
   cat >conftest.$ac_ext <<_ACEOF
64145
65100
 /* confdefs.h.  */
64146
 
@@ -76520,42 +72607,35 @@
 
65101
@@ -77720,42 +73631,35 @@
64147
65102
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
64148
65103
   *) ac_try_echo=$ac_try;;
64149
65104
 esac
64196
65151
 _ACEOF
64197
65152
 
64198
65153
 fi
64199
 
@@ -76570,10 +72650,10 @@
 
65154
@@ -77770,10 +73674,10 @@
64200
65155
 
64201
65156
 
64202
65157
 
64210
65165
 else
64211
65166
   cat >conftest.$ac_ext <<_ACEOF
64212
65167
 /* confdefs.h.  */
64213
 
@@ -76603,38 +72683,34 @@
 
65168
@@ -77803,38 +73707,34 @@
64214
65169
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
64215
65170
   *) ac_try_echo=$ac_try;;
64216
65171
 esac
64256
65211
     if test $ac_cv_lib_ext_dns_sd_DNSServiceRegister = yes; then
64257
65212
   cat >>confdefs.h <<_ACEOF
64258
65213
 #define HAVE_DNSSERVICEREGISTER 1
64259
 
@@ -76673,8 +72749,8 @@
 
65214
@@ -77873,8 +73773,8 @@
64260
65215
 
64261
65216
     else
64262
65217
        if test x"$enable_dnssd" = x"yes"; then
64267
65222
    { (exit 1); exit 1; }; }
64268
65223
        fi
64269
65224
     fi
64270
 
@@ -76699,10 +72775,10 @@
 
65225
@@ -77899,10 +73799,10 @@
64271
65226
 fi
64272
65227
 
64273
65228
 if test x"$INCLUDED_INIPARSER" != x"yes"; then
64281
65236
 else
64282
65237
   ac_check_lib_save_LIBS=$LIBS
64283
65238
 LIBS="-liniparser  $LIBS"
64284
 
@@ -76734,37 +72810,33 @@
 
65239
@@ -77934,37 +73834,33 @@
64285
65240
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
64286
65241
   *) ac_try_echo=$ac_try;;
64287
65242
 esac
64327
65282
   INCLUDED_INIPARSER=no
64328
65283
 else
64329
65284
   INCLUDED_INIPARSER=yes
64330
 
@@ -76772,17 +72844,17 @@
 
65285
@@ -77972,17 +73868,17 @@
64331
65286
 
64332
65287
 fi
64333
65288
 
64351
65306
        BUILD_INIPARSER=""
64352
65307
     INIPARSERLIBS="-liniparser"
64353
65308
 fi
64354
 
@@ -76794,10 +72866,10 @@
 
65309
@@ -77994,10 +73890,10 @@
64355
65310
 
64356
65311
 # Checks for the vfs_fileid module
64357
65312
 # Start
64365
65320
 else
64366
65321
   cat >conftest.$ac_ext <<_ACEOF
64367
65322
 /* confdefs.h.  */
64368
 
@@ -76850,55 +72922,50 @@
 
65323
@@ -78050,55 +73946,50 @@
64369
65324
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
64370
65325
   *) ac_try_echo=$ac_try;;
64371
65326
 esac
64437
65392
 cat >conftest.$ac_ext <<_ACEOF
64438
65393
 /* confdefs.h.  */
64439
65394
 _ACEOF
64440
 
@@ -76914,33 +72981,32 @@
 
65395
@@ -78114,33 +74005,32 @@
64441
65396
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
64442
65397
   *) ac_try_echo=$ac_try;;
64443
65398
 esac
64478
65433
 cat >conftest.$ac_ext <<_ACEOF
64479
65434
 /* confdefs.h.  */
64480
65435
 _ACEOF
64481
 
@@ -76954,52 +73020,51 @@
 
65436
@@ -78154,52 +74044,51 @@
64482
65437
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
64483
65438
   *) ac_try_echo=$ac_try;;
64484
65439
 esac
64552
65507
     ( cat <<\_ASBOX
64553
65508
 ## ---------------------------------------- ##
64554
65509
 ## Report this to samba-technical@samba.org ##
64555
 
@@ -77008,24 +73073,21 @@
 
65510
@@ -78208,24 +74097,21 @@
64556
65511
      ) | sed "s/^/$as_me: WARNING:     /" >&2
64557
65512
     ;;
64558
65513
 esac
64585
65540
 _ACEOF
64586
65541
 
64587
65542
 fi
64588
 
@@ -77033,10 +73095,10 @@
 
65543
@@ -78233,10 +74119,10 @@
64589
65544
 done
64590
65545
 
64591
65546
 
64599
65554
 else
64600
65555
 
64601
65556
             if test "$cross_compiling" = yes; then
64602
 
@@ -77064,32 +73126,29 @@
 
65557
@@ -78264,32 +74150,29 @@
64603
65558
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
64604
65559
   *) ac_try_echo=$ac_try;;
64605
65560
 esac
64638
65593
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
64639
65594
 fi
64640
65595
 
64641
 
@@ -77097,8 +73156,8 @@
 
65596
@@ -78297,8 +74180,8 @@
64642
65597
 
64643
65598
 fi
64644
65599
 
64649
65604
 
64650
65605
 if test x"$ac_cv_func_getmntent" = x"yes" -a \
64651
65606
        x"$vfsfileid_cv_statfs" = x"yes"; then
64652
 
@@ -77155,8 +73214,8 @@
 
65607
@@ -78355,8 +74238,8 @@
64653
65608
 
64654
65609
 
64655
65610
 
64660
65615
        if test "$MODULE_pdb_ldap"; then
64661
65616
                DEST=$MODULE_pdb_ldap
64662
65617
        elif test "$MODULE_pdb" -a "$MODULE_DEFAULT_pdb_ldap"; then
64663
 
@@ -77172,8 +73231,8 @@
 
65618
@@ -78372,8 +74255,8 @@
64664
65619
 _ACEOF
64665
65620
 
64666
65621
                PDB_MODULES="$PDB_MODULES "bin/ldapsam.$SHLIBEXT""
64671
65626
 
64672
65627
                string_shared_modules="$string_shared_modules pdb_ldap"
64673
65628
        elif test x"$DEST" = xSTATIC; then
64674
 
@@ -77183,17 +73242,17 @@
 
65629
@@ -78383,17 +74266,17 @@
64675
65630
                PDB_STATIC="$PDB_STATIC passdb/pdb_ldap.o passdb/pdb_nds.o"
64676
65631
 
64677
65632
                 PASSDB_LIBS="$PASSDB_LIBS $LDAP_LIBS"
64695
65650
        if test "$MODULE_pdb_smbpasswd"; then
64696
65651
                DEST=$MODULE_pdb_smbpasswd
64697
65652
        elif test "$MODULE_pdb" -a "$MODULE_DEFAULT_pdb_smbpasswd"; then
64698
 
@@ -77209,8 +73268,8 @@
 
65653
@@ -78409,8 +74292,8 @@
64699
65654
 _ACEOF
64700
65655
 
64701
65656
                PDB_MODULES="$PDB_MODULES "bin/smbpasswd.$SHLIBEXT""
64706
65661
 
64707
65662
                string_shared_modules="$string_shared_modules pdb_smbpasswd"
64708
65663
        elif test x"$DEST" = xSTATIC; then
64709
 
@@ -77220,17 +73279,17 @@
 
65664
@@ -78420,17 +74303,17 @@
64710
65665
                PDB_STATIC="$PDB_STATIC passdb/pdb_smbpasswd.o"
64711
65666
 
64712
65667
 
64730
65685
        if test "$MODULE_pdb_tdbsam"; then
64731
65686
                DEST=$MODULE_pdb_tdbsam
64732
65687
        elif test "$MODULE_pdb" -a "$MODULE_DEFAULT_pdb_tdbsam"; then
64733
 
@@ -77246,8 +73305,8 @@
 
65688
@@ -78446,8 +74329,8 @@
64734
65689
 _ACEOF
64735
65690
 
64736
65691
                PDB_MODULES="$PDB_MODULES "bin/tdbsam.$SHLIBEXT""
64741
65696
 
64742
65697
                string_shared_modules="$string_shared_modules pdb_tdbsam"
64743
65698
        elif test x"$DEST" = xSTATIC; then
64744
 
@@ -77257,12 +73316,12 @@
 
65699
@@ -78457,12 +74340,12 @@
64745
65700
                PDB_STATIC="$PDB_STATIC passdb/pdb_tdb.o"
64746
65701
 
64747
65702
 
64758
65713
        fi
64759
65714
 
64760
65715
 
64761
 
@@ -77283,8 +73342,8 @@
 
65716
@@ -78483,8 +74366,8 @@
64762
65717
 
64763
65718
 
64764
65719
 
64769
65724
        if test "$MODULE_rpc_lsarpc"; then
64770
65725
                DEST=$MODULE_rpc_lsarpc
64771
65726
        elif test "$MODULE_rpc" -a "$MODULE_DEFAULT_rpc_lsarpc"; then
64772
 
@@ -77300,8 +73359,8 @@
 
65727
@@ -78500,8 +74383,8 @@
64773
65728
 _ACEOF
64774
65729
 
64775
65730
                RPC_MODULES="$RPC_MODULES "bin/librpc_lsarpc.$SHLIBEXT""
64780
65735
 
64781
65736
                string_shared_modules="$string_shared_modules rpc_lsarpc"
64782
65737
        elif test x"$DEST" = xSTATIC; then
64783
 
@@ -77311,17 +73370,17 @@
 
65738
@@ -78511,17 +74394,17 @@
64784
65739
                RPC_STATIC="$RPC_STATIC \$(RPC_LSA_OBJ)"
64785
65740
 
64786
65741
 
64804
65759
        if test "$MODULE_rpc_winreg"; then
64805
65760
                DEST=$MODULE_rpc_winreg
64806
65761
        elif test "$MODULE_rpc" -a "$MODULE_DEFAULT_rpc_winreg"; then
64807
 
@@ -77337,8 +73396,8 @@
 
65762
@@ -78537,8 +74420,8 @@
64808
65763
 _ACEOF
64809
65764
 
64810
65765
                RPC_MODULES="$RPC_MODULES "bin/librpc_winreg.$SHLIBEXT""
64815
65770
 
64816
65771
                string_shared_modules="$string_shared_modules rpc_winreg"
64817
65772
        elif test x"$DEST" = xSTATIC; then
64818
 
@@ -77348,17 +73407,17 @@
 
65773
@@ -78548,17 +74431,17 @@
64819
65774
                RPC_STATIC="$RPC_STATIC \$(RPC_REG_OBJ)"
64820
65775
 
64821
65776
 
64839
65794
        if test "$MODULE_rpc_initshutdown"; then
64840
65795
                DEST=$MODULE_rpc_initshutdown
64841
65796
        elif test "$MODULE_rpc" -a "$MODULE_DEFAULT_rpc_initshutdown"; then
64842
 
@@ -77374,8 +73433,8 @@
 
65797
@@ -78574,8 +74457,8 @@
64843
65798
 _ACEOF
64844
65799
 
64845
65800
                RPC_MODULES="$RPC_MODULES "bin/librpc_initshutdown.$SHLIBEXT""
64850
65805
 
64851
65806
                string_shared_modules="$string_shared_modules rpc_initshutdown"
64852
65807
        elif test x"$DEST" = xSTATIC; then
64853
 
@@ -77385,17 +73444,17 @@
 
65808
@@ -78585,17 +74468,17 @@
64854
65809
                RPC_STATIC="$RPC_STATIC \$(RPC_INITSHUTDOWN_OBJ)"
64855
65810
 
64856
65811
 
64874
65829
        if test "$MODULE_rpc_dssetup"; then
64875
65830
                DEST=$MODULE_rpc_dssetup
64876
65831
        elif test "$MODULE_rpc" -a "$MODULE_DEFAULT_rpc_dssetup"; then
64877
 
@@ -77411,8 +73470,8 @@
 
65832
@@ -78611,8 +74494,8 @@
64878
65833
 _ACEOF
64879
65834
 
64880
65835
                RPC_MODULES="$RPC_MODULES "bin/librpc_dssetup.$SHLIBEXT""
64885
65840
 
64886
65841
                string_shared_modules="$string_shared_modules rpc_dssetup"
64887
65842
        elif test x"$DEST" = xSTATIC; then
64888
 
@@ -77422,17 +73481,17 @@
 
65843
@@ -78622,17 +74505,17 @@
64889
65844
                RPC_STATIC="$RPC_STATIC \$(RPC_DSSETUP_OBJ)"
64890
65845
 
64891
65846
 
64909
65864
        if test "$MODULE_rpc_wkssvc"; then
64910
65865
                DEST=$MODULE_rpc_wkssvc
64911
65866
        elif test "$MODULE_rpc" -a "$MODULE_DEFAULT_rpc_wkssvc"; then
64912
 
@@ -77448,8 +73507,8 @@
 
65867
@@ -78648,8 +74531,8 @@
64913
65868
 _ACEOF
64914
65869
 
64915
65870
                RPC_MODULES="$RPC_MODULES "bin/librpc_wkssvc.$SHLIBEXT""
64920
65875
 
64921
65876
                string_shared_modules="$string_shared_modules rpc_wkssvc"
64922
65877
        elif test x"$DEST" = xSTATIC; then
64923
 
@@ -77459,17 +73518,17 @@
 
65878
@@ -78659,17 +74542,17 @@
64924
65879
                RPC_STATIC="$RPC_STATIC \$(RPC_WKS_OBJ)"
64925
65880
 
64926
65881
 
64944
65899
        if test "$MODULE_rpc_svcctl2"; then
64945
65900
                DEST=$MODULE_rpc_svcctl2
64946
65901
        elif test "$MODULE_rpc" -a "$MODULE_DEFAULT_rpc_svcctl2"; then
64947
 
@@ -77485,8 +73544,8 @@
 
65902
@@ -78685,8 +74568,8 @@
64948
65903
 _ACEOF
64949
65904
 
64950
65905
                RPC_MODULES="$RPC_MODULES "bin/librpc_svcctl2.$SHLIBEXT""
64955
65910
 
64956
65911
                string_shared_modules="$string_shared_modules rpc_svcctl2"
64957
65912
        elif test x"$DEST" = xSTATIC; then
64958
 
@@ -77496,17 +73555,17 @@
 
65913
@@ -78696,17 +74579,17 @@
64959
65914
                RPC_STATIC="$RPC_STATIC \$(RPC_SVCCTL_OBJ)"
64960
65915
 
64961
65916
 
64979
65934
        if test "$MODULE_rpc_ntsvcs2"; then
64980
65935
                DEST=$MODULE_rpc_ntsvcs2
64981
65936
        elif test "$MODULE_rpc" -a "$MODULE_DEFAULT_rpc_ntsvcs2"; then
64982
 
@@ -77522,8 +73581,8 @@
 
65937
@@ -78722,8 +74605,8 @@
64983
65938
 _ACEOF
64984
65939
 
64985
65940
                RPC_MODULES="$RPC_MODULES "bin/librpc_ntsvcs2.$SHLIBEXT""
64990
65945
 
64991
65946
                string_shared_modules="$string_shared_modules rpc_ntsvcs2"
64992
65947
        elif test x"$DEST" = xSTATIC; then
64993
 
@@ -77533,17 +73592,17 @@
 
65948
@@ -78733,17 +74616,17 @@
64994
65949
                RPC_STATIC="$RPC_STATIC \$(RPC_NTSVCS_OBJ)"
64995
65950
 
64996
65951
 
65014
65969
        if test "$MODULE_rpc_netlogon"; then
65015
65970
                DEST=$MODULE_rpc_netlogon
65016
65971
        elif test "$MODULE_rpc" -a "$MODULE_DEFAULT_rpc_netlogon"; then
65017
 
@@ -77559,8 +73618,8 @@
 
65972
@@ -78759,8 +74642,8 @@
65018
65973
 _ACEOF
65019
65974
 
65020
65975
                RPC_MODULES="$RPC_MODULES "bin/librpc_NETLOGON.$SHLIBEXT""
65025
65980
 
65026
65981
                string_shared_modules="$string_shared_modules rpc_netlogon"
65027
65982
        elif test x"$DEST" = xSTATIC; then
65028
 
@@ -77570,17 +73629,17 @@
 
65983
@@ -78770,17 +74653,17 @@
65029
65984
                RPC_STATIC="$RPC_STATIC \$(RPC_NETLOG_OBJ)"
65030
65985
 
65031
65986
 
65049
66004
        if test "$MODULE_rpc_netdfs"; then
65050
66005
                DEST=$MODULE_rpc_netdfs
65051
66006
        elif test "$MODULE_rpc" -a "$MODULE_DEFAULT_rpc_netdfs"; then
65052
 
@@ -77596,8 +73655,8 @@
 
66007
@@ -78796,8 +74679,8 @@
65053
66008
 _ACEOF
65054
66009
 
65055
66010
                RPC_MODULES="$RPC_MODULES "bin/librpc_netdfs.$SHLIBEXT""
65060
66015
 
65061
66016
                string_shared_modules="$string_shared_modules rpc_netdfs"
65062
66017
        elif test x"$DEST" = xSTATIC; then
65063
 
@@ -77607,17 +73666,17 @@
 
66018
@@ -78807,17 +74690,17 @@
65064
66019
                RPC_STATIC="$RPC_STATIC \$(RPC_DFS_OBJ)"
65065
66020
 
65066
66021
 
65084
66039
        if test "$MODULE_rpc_srvsvc"; then
65085
66040
                DEST=$MODULE_rpc_srvsvc
65086
66041
        elif test "$MODULE_rpc" -a "$MODULE_DEFAULT_rpc_srvsvc"; then
65087
 
@@ -77633,8 +73692,8 @@
 
66042
@@ -78833,8 +74716,8 @@
65088
66043
 _ACEOF
65089
66044
 
65090
66045
                RPC_MODULES="$RPC_MODULES "bin/librpc_svcsvc.$SHLIBEXT""
65095
66050
 
65096
66051
                string_shared_modules="$string_shared_modules rpc_srvsvc"
65097
66052
        elif test x"$DEST" = xSTATIC; then
65098
 
@@ -77644,17 +73703,17 @@
 
66053
@@ -78844,17 +74727,17 @@
65099
66054
                RPC_STATIC="$RPC_STATIC \$(RPC_SVC_OBJ)"
65100
66055
 
65101
66056
 
65119
66074
        if test "$MODULE_rpc_spoolss"; then
65120
66075
                DEST=$MODULE_rpc_spoolss
65121
66076
        elif test "$MODULE_rpc" -a "$MODULE_DEFAULT_rpc_spoolss"; then
65122
 
@@ -77670,8 +73729,8 @@
 
66077
@@ -78870,8 +74753,8 @@
65123
66078
 _ACEOF
65124
66079
 
65125
66080
                RPC_MODULES="$RPC_MODULES "bin/librpc_spoolss.$SHLIBEXT""
65130
66085
 
65131
66086
                string_shared_modules="$string_shared_modules rpc_spoolss"
65132
66087
        elif test x"$DEST" = xSTATIC; then
65133
 
@@ -77681,17 +73740,17 @@
 
66088
@@ -78881,17 +74764,17 @@
65134
66089
                RPC_STATIC="$RPC_STATIC \$(RPC_SPOOLSS_OBJ)"
65135
66090
 
65136
66091
 
65154
66109
        if test "$MODULE_rpc_eventlog2"; then
65155
66110
                DEST=$MODULE_rpc_eventlog2
65156
66111
        elif test "$MODULE_rpc" -a "$MODULE_DEFAULT_rpc_eventlog2"; then
65157
 
@@ -77707,8 +73766,8 @@
 
66112
@@ -78907,8 +74790,8 @@
65158
66113
 _ACEOF
65159
66114
 
65160
66115
                RPC_MODULES="$RPC_MODULES "bin/librpc_eventlog2.$SHLIBEXT""
65165
66120
 
65166
66121
                string_shared_modules="$string_shared_modules rpc_eventlog2"
65167
66122
        elif test x"$DEST" = xSTATIC; then
65168
 
@@ -77718,17 +73777,17 @@
 
66123
@@ -78918,17 +74801,17 @@
65169
66124
                RPC_STATIC="$RPC_STATIC \$(RPC_EVENTLOG_OBJ)"
65170
66125
 
65171
66126
 
65189
66144
        if test "$MODULE_rpc_samr"; then
65190
66145
                DEST=$MODULE_rpc_samr
65191
66146
        elif test "$MODULE_rpc" -a "$MODULE_DEFAULT_rpc_samr"; then
65192
 
@@ -77744,8 +73803,8 @@
 
66147
@@ -78944,8 +74827,8 @@
65193
66148
 _ACEOF
65194
66149
 
65195
66150
                RPC_MODULES="$RPC_MODULES "bin/librpc_samr.$SHLIBEXT""
65200
66155
 
65201
66156
                string_shared_modules="$string_shared_modules rpc_samr"
65202
66157
        elif test x"$DEST" = xSTATIC; then
65203
 
@@ -77755,17 +73814,17 @@
 
66158
@@ -78955,17 +74838,17 @@
65204
66159
                RPC_STATIC="$RPC_STATIC \$(RPC_SAMR_OBJ)"
65205
66160
 
65206
66161
 
65224
66179
        if test "$MODULE_rpc_rpcecho"; then
65225
66180
                DEST=$MODULE_rpc_rpcecho
65226
66181
        elif test "$MODULE_rpc" -a "$MODULE_DEFAULT_rpc_rpcecho"; then
65227
 
@@ -77781,8 +73840,8 @@
 
66182
@@ -78981,8 +74864,8 @@
65228
66183
 _ACEOF
65229
66184
 
65230
66185
                RPC_MODULES="$RPC_MODULES "bin/librpc_rpcecho.$SHLIBEXT""
65235
66190
 
65236
66191
                string_shared_modules="$string_shared_modules rpc_rpcecho"
65237
66192
        elif test x"$DEST" = xSTATIC; then
65238
 
@@ -77792,12 +73851,12 @@
 
66193
@@ -78992,12 +74875,12 @@
65239
66194
                RPC_STATIC="$RPC_STATIC \$(RPC_ECHO_OBJ)"
65240
66195
 
65241
66196
 
65252
66207
        fi
65253
66208
 
65254
66209
 
65255
 
@@ -77817,8 +73876,8 @@
 
66210
@@ -79017,8 +74900,8 @@
65256
66211
 
65257
66212
 
65258
66213
 
65263
66218
        if test "$MODULE_idmap_ldap"; then
65264
66219
                DEST=$MODULE_idmap_ldap
65265
66220
        elif test "$MODULE_idmap" -a "$MODULE_DEFAULT_idmap_ldap"; then
65266
 
@@ -77834,8 +73893,8 @@
 
66221
@@ -79034,8 +74917,8 @@
65267
66222
 _ACEOF
65268
66223
 
65269
66224
                IDMAP_MODULES="$IDMAP_MODULES "bin/ldap.$SHLIBEXT""
65274
66229
 
65275
66230
                string_shared_modules="$string_shared_modules idmap_ldap"
65276
66231
        elif test x"$DEST" = xSTATIC; then
65277
 
@@ -77845,17 +73904,17 @@
 
66232
@@ -79045,17 +74928,17 @@
65278
66233
                IDMAP_STATIC="$IDMAP_STATIC winbindd/idmap_ldap.o"
65279
66234
 
65280
66235
 
65298
66253
        if test "$MODULE_idmap_tdb"; then
65299
66254
                DEST=$MODULE_idmap_tdb
65300
66255
        elif test "$MODULE_idmap" -a "$MODULE_DEFAULT_idmap_tdb"; then
65301
 
@@ -77871,8 +73930,8 @@
 
66256
@@ -79071,8 +74954,8 @@
65302
66257
 _ACEOF
65303
66258
 
65304
66259
                IDMAP_MODULES="$IDMAP_MODULES "bin/tdb.$SHLIBEXT""
65309
66264
 
65310
66265
                string_shared_modules="$string_shared_modules idmap_tdb"
65311
66266
        elif test x"$DEST" = xSTATIC; then
65312
 
@@ -77882,17 +73941,17 @@
 
66267
@@ -79082,17 +74965,17 @@
65313
66268
                IDMAP_STATIC="$IDMAP_STATIC winbindd/idmap_tdb.o"
65314
66269
 
65315
66270
 
65333
66288
        if test "$MODULE_idmap_tdb2"; then
65334
66289
                DEST=$MODULE_idmap_tdb2
65335
66290
        elif test "$MODULE_idmap" -a "$MODULE_DEFAULT_idmap_tdb2"; then
65336
 
@@ -77908,8 +73967,8 @@
 
66291
@@ -79108,8 +74991,8 @@
65337
66292
 _ACEOF
65338
66293
 
65339
66294
                IDMAP_MODULES="$IDMAP_MODULES "bin/tdb2.$SHLIBEXT""
65344
66299
 
65345
66300
                string_shared_modules="$string_shared_modules idmap_tdb2"
65346
66301
        elif test x"$DEST" = xSTATIC; then
65347
 
@@ -77919,17 +73978,17 @@
 
66302
@@ -79119,17 +75002,17 @@
65348
66303
                IDMAP_STATIC="$IDMAP_STATIC winbindd/idmap_tdb2.o"
65349
66304
 
65350
66305
 
65368
66323
        if test "$MODULE_idmap_passdb"; then
65369
66324
                DEST=$MODULE_idmap_passdb
65370
66325
        elif test "$MODULE_idmap" -a "$MODULE_DEFAULT_idmap_passdb"; then
65371
 
@@ -77945,8 +74004,8 @@
 
66326
@@ -79145,8 +75028,8 @@
65372
66327
 _ACEOF
65373
66328
 
65374
66329
                IDMAP_MODULES="$IDMAP_MODULES "bin/passdb.$SHLIBEXT""
65379
66334
 
65380
66335
                string_shared_modules="$string_shared_modules idmap_passdb"
65381
66336
        elif test x"$DEST" = xSTATIC; then
65382
 
@@ -77956,17 +74015,17 @@
 
66337
@@ -79156,17 +75039,17 @@
65383
66338
                IDMAP_STATIC="$IDMAP_STATIC winbindd/idmap_passdb.o"
65384
66339
 
65385
66340
 
65403
66358
        if test "$MODULE_idmap_nss"; then
65404
66359
                DEST=$MODULE_idmap_nss
65405
66360
        elif test "$MODULE_idmap" -a "$MODULE_DEFAULT_idmap_nss"; then
65406
 
@@ -77982,8 +74041,8 @@
 
66361
@@ -79182,8 +75065,8 @@
65407
66362
 _ACEOF
65408
66363
 
65409
66364
                IDMAP_MODULES="$IDMAP_MODULES "bin/nss.$SHLIBEXT""
65414
66369
 
65415
66370
                string_shared_modules="$string_shared_modules idmap_nss"
65416
66371
        elif test x"$DEST" = xSTATIC; then
65417
 
@@ -77993,17 +74052,17 @@
 
66372
@@ -79193,17 +75076,17 @@
65418
66373
                IDMAP_STATIC="$IDMAP_STATIC winbindd/idmap_nss.o"
65419
66374
 
65420
66375
 
65438
66393
        if test "$MODULE_idmap_rid"; then
65439
66394
                DEST=$MODULE_idmap_rid
65440
66395
        elif test "$MODULE_idmap" -a "$MODULE_DEFAULT_idmap_rid"; then
65441
 
@@ -78019,8 +74078,8 @@
 
66396
@@ -79219,8 +75102,8 @@
65442
66397
 _ACEOF
65443
66398
 
65444
66399
                IDMAP_MODULES="$IDMAP_MODULES "bin/rid.$SHLIBEXT""
65449
66404
 
65450
66405
                string_shared_modules="$string_shared_modules idmap_rid"
65451
66406
        elif test x"$DEST" = xSTATIC; then
65452
 
@@ -78030,17 +74089,17 @@
 
66407
@@ -79230,17 +75113,17 @@
65453
66408
                IDMAP_STATIC="$IDMAP_STATIC winbindd/idmap_rid.o"
65454
66409
 
65455
66410
 
65473
66428
        if test "$MODULE_idmap_ad"; then
65474
66429
                DEST=$MODULE_idmap_ad
65475
66430
        elif test "$MODULE_idmap" -a "$MODULE_DEFAULT_idmap_ad"; then
65476
 
@@ -78056,8 +74115,8 @@
 
66431
@@ -79256,8 +75139,8 @@
65477
66432
 _ACEOF
65478
66433
 
65479
66434
                IDMAP_MODULES="$IDMAP_MODULES "bin/ad.$SHLIBEXT""
65484
66439
 
65485
66440
                string_shared_modules="$string_shared_modules idmap_ad"
65486
66441
        elif test x"$DEST" = xSTATIC; then
65487
 
@@ -78067,17 +74126,17 @@
 
66442
@@ -79267,17 +75150,17 @@
65488
66443
                IDMAP_STATIC="$IDMAP_STATIC winbindd/idmap_ad.o"
65489
66444
 
65490
66445
 
65508
66463
        if test "$MODULE_idmap_hash"; then
65509
66464
                DEST=$MODULE_idmap_hash
65510
66465
        elif test "$MODULE_idmap" -a "$MODULE_DEFAULT_idmap_hash"; then
65511
 
@@ -78093,8 +74152,8 @@
 
66466
@@ -79293,8 +75176,8 @@
65512
66467
 _ACEOF
65513
66468
 
65514
66469
                IDMAP_MODULES="$IDMAP_MODULES "bin/hash.$SHLIBEXT""
65519
66474
 
65520
66475
                string_shared_modules="$string_shared_modules idmap_hash"
65521
66476
        elif test x"$DEST" = xSTATIC; then
65522
 
@@ -78104,17 +74163,17 @@
 
66477
@@ -79304,17 +75187,17 @@
65523
66478
                IDMAP_STATIC="$IDMAP_STATIC \$(IDMAP_HASH_OBJ)"
65524
66479
 
65525
66480
 
65543
66498
        if test "$MODULE_idmap_adex"; then
65544
66499
                DEST=$MODULE_idmap_adex
65545
66500
        elif test "$MODULE_idmap" -a "$MODULE_DEFAULT_idmap_adex"; then
65546
 
@@ -78130,8 +74189,8 @@
 
66501
@@ -79330,8 +75213,8 @@
65547
66502
 _ACEOF
65548
66503
 
65549
66504
                IDMAP_MODULES="$IDMAP_MODULES "bin/adex.$SHLIBEXT""
65554
66509
 
65555
66510
                string_shared_modules="$string_shared_modules idmap_adex"
65556
66511
        elif test x"$DEST" = xSTATIC; then
65557
 
@@ -78141,12 +74200,12 @@
 
66512
@@ -79341,12 +75224,12 @@
65558
66513
                IDMAP_STATIC="$IDMAP_STATIC \$(IDMAP_ADEX_OBJ)"
65559
66514
 
65560
66515
 
65571
66526
        fi
65572
66527
 
65573
66528
 
65574
 
@@ -78166,8 +74225,8 @@
 
66529
@@ -79366,8 +75249,8 @@
65575
66530
 
65576
66531
 
65577
66532
 
65582
66537
        if test "$MODULE_nss_info_template"; then
65583
66538
                DEST=$MODULE_nss_info_template
65584
66539
        elif test "$MODULE_nss_info" -a "$MODULE_DEFAULT_nss_info_template"; then
65585
 
@@ -78183,8 +74242,8 @@
 
66540
@@ -79383,8 +75266,8 @@
65586
66541
 _ACEOF
65587
66542
 
65588
66543
                NSS_INFO_MODULES="$NSS_INFO_MODULES "bin/template.$SHLIBEXT""
65593
66548
 
65594
66549
                string_shared_modules="$string_shared_modules nss_info_template"
65595
66550
        elif test x"$DEST" = xSTATIC; then
65596
 
@@ -78194,12 +74253,12 @@
 
66551
@@ -79394,12 +75277,12 @@
65597
66552
                NSS_INFO_STATIC="$NSS_INFO_STATIC winbindd/nss_info_template.o"
65598
66553
 
65599
66554
 
65610
66565
        fi
65611
66566
 
65612
66567
 
65613
 
@@ -78219,8 +74278,8 @@
 
66568
@@ -79419,8 +75302,8 @@
65614
66569
 
65615
66570
 
65616
66571
 
65621
66576
        if test "$MODULE_charset_weird"; then
65622
66577
                DEST=$MODULE_charset_weird
65623
66578
        elif test "$MODULE_charset" -a "$MODULE_DEFAULT_charset_weird"; then
65624
 
@@ -78236,8 +74295,8 @@
 
66579
@@ -79436,8 +75319,8 @@
65625
66580
 _ACEOF
65626
66581
 
65627
66582
                CHARSET_MODULES="$CHARSET_MODULES "bin/weird.$SHLIBEXT""
65632
66587
 
65633
66588
                string_shared_modules="$string_shared_modules charset_weird"
65634
66589
        elif test x"$DEST" = xSTATIC; then
65635
 
@@ -78247,17 +74306,17 @@
 
66590
@@ -79447,17 +75330,17 @@
65636
66591
                CHARSET_STATIC="$CHARSET_STATIC modules/weird.o"
65637
66592
 
65638
66593
 
65656
66611
        if test "$MODULE_charset_CP850"; then
65657
66612
                DEST=$MODULE_charset_CP850
65658
66613
        elif test "$MODULE_charset" -a "$MODULE_DEFAULT_charset_CP850"; then
65659
 
@@ -78273,8 +74332,8 @@
 
66614
@@ -79473,8 +75356,8 @@
65660
66615
 _ACEOF
65661
66616
 
65662
66617
                CHARSET_MODULES="$CHARSET_MODULES "bin/CP850.$SHLIBEXT""
65667
66622
 
65668
66623
                string_shared_modules="$string_shared_modules charset_CP850"
65669
66624
        elif test x"$DEST" = xSTATIC; then
65670
 
@@ -78284,17 +74343,17 @@
 
66625
@@ -79484,17 +75367,17 @@
65671
66626
                CHARSET_STATIC="$CHARSET_STATIC modules/CP850.o"
65672
66627
 
65673
66628
 
65691
66646
        if test "$MODULE_charset_CP437"; then
65692
66647
                DEST=$MODULE_charset_CP437
65693
66648
        elif test "$MODULE_charset" -a "$MODULE_DEFAULT_charset_CP437"; then
65694
 
@@ -78310,8 +74369,8 @@
 
66649
@@ -79510,8 +75393,8 @@
65695
66650
 _ACEOF
65696
66651
 
65697
66652
                CHARSET_MODULES="$CHARSET_MODULES "bin/CP437.$SHLIBEXT""
65702
66657
 
65703
66658
                string_shared_modules="$string_shared_modules charset_CP437"
65704
66659
        elif test x"$DEST" = xSTATIC; then
65705
 
@@ -78321,17 +74380,17 @@
 
66660
@@ -79521,17 +75404,17 @@
65706
66661
                CHARSET_STATIC="$CHARSET_STATIC modules/CP437.o"
65707
66662
 
65708
66663
 
65726
66681
        if test "$MODULE_charset_macosxfs"; then
65727
66682
                DEST=$MODULE_charset_macosxfs
65728
66683
        elif test "$MODULE_charset" -a "$MODULE_DEFAULT_charset_macosxfs"; then
65729
 
@@ -78347,8 +74406,8 @@
 
66684
@@ -79547,8 +75430,8 @@
65730
66685
 _ACEOF
65731
66686
 
65732
66687
                CHARSET_MODULES="$CHARSET_MODULES "bin/macosxfs.$SHLIBEXT""
65737
66692
 
65738
66693
                string_shared_modules="$string_shared_modules charset_macosxfs"
65739
66694
        elif test x"$DEST" = xSTATIC; then
65740
 
@@ -78358,12 +74417,12 @@
 
66695
@@ -79558,12 +75441,12 @@
65741
66696
                CHARSET_STATIC="$CHARSET_STATIC modules/charset_macosxfs.o"
65742
66697
 
65743
66698
 
65754
66709
        fi
65755
66710
 
65756
66711
 
65757
 
@@ -78383,8 +74442,8 @@
 
66712
@@ -79583,8 +75466,8 @@
65758
66713
 
65759
66714
 
65760
66715
 
65765
66720
        if test "$MODULE_auth_sam"; then
65766
66721
                DEST=$MODULE_auth_sam
65767
66722
        elif test "$MODULE_auth" -a "$MODULE_DEFAULT_auth_sam"; then
65768
 
@@ -78400,8 +74459,8 @@
 
66723
@@ -79600,8 +75483,8 @@
65769
66724
 _ACEOF
65770
66725
 
65771
66726
                AUTH_MODULES="$AUTH_MODULES "bin/sam.$SHLIBEXT""
65776
66731
 
65777
66732
                string_shared_modules="$string_shared_modules auth_sam"
65778
66733
        elif test x"$DEST" = xSTATIC; then
65779
 
@@ -78411,17 +74470,17 @@
 
66734
@@ -79611,17 +75494,17 @@
65780
66735
                AUTH_STATIC="$AUTH_STATIC \$(AUTH_SAM_OBJ)"
65781
66736
 
65782
66737
 
65800
66755
        if test "$MODULE_auth_unix"; then
65801
66756
                DEST=$MODULE_auth_unix
65802
66757
        elif test "$MODULE_auth" -a "$MODULE_DEFAULT_auth_unix"; then
65803
 
@@ -78437,8 +74496,8 @@
 
66758
@@ -79637,8 +75520,8 @@
65804
66759
 _ACEOF
65805
66760
 
65806
66761
                AUTH_MODULES="$AUTH_MODULES "bin/unix.$SHLIBEXT""
65811
66766
 
65812
66767
                string_shared_modules="$string_shared_modules auth_unix"
65813
66768
        elif test x"$DEST" = xSTATIC; then
65814
 
@@ -78448,17 +74507,17 @@
 
66769
@@ -79648,17 +75531,17 @@
65815
66770
                AUTH_STATIC="$AUTH_STATIC \$(AUTH_UNIX_OBJ)"
65816
66771
 
65817
66772
 
65835
66790
        if test "$MODULE_auth_winbind"; then
65836
66791
                DEST=$MODULE_auth_winbind
65837
66792
        elif test "$MODULE_auth" -a "$MODULE_DEFAULT_auth_winbind"; then
65838
 
@@ -78474,8 +74533,8 @@
 
66793
@@ -79674,8 +75557,8 @@
65839
66794
 _ACEOF
65840
66795
 
65841
66796
                AUTH_MODULES="$AUTH_MODULES "bin/winbind.$SHLIBEXT""
65846
66801
 
65847
66802
                string_shared_modules="$string_shared_modules auth_winbind"
65848
66803
        elif test x"$DEST" = xSTATIC; then
65849
 
@@ -78485,17 +74544,17 @@
 
66804
@@ -79685,17 +75568,17 @@
65850
66805
                AUTH_STATIC="$AUTH_STATIC \$(AUTH_WINBIND_OBJ)"
65851
66806
 
65852
66807
 
65870
66825
        if test "$MODULE_auth_server"; then
65871
66826
                DEST=$MODULE_auth_server
65872
66827
        elif test "$MODULE_auth" -a "$MODULE_DEFAULT_auth_server"; then
65873
 
@@ -78511,8 +74570,8 @@
 
66828
@@ -79711,8 +75594,8 @@
65874
66829
 _ACEOF
65875
66830
 
65876
66831
                AUTH_MODULES="$AUTH_MODULES "bin/smbserver.$SHLIBEXT""
65881
66836
 
65882
66837
                string_shared_modules="$string_shared_modules auth_server"
65883
66838
        elif test x"$DEST" = xSTATIC; then
65884
 
@@ -78522,17 +74581,17 @@
 
66839
@@ -79722,17 +75605,17 @@
65885
66840
                AUTH_STATIC="$AUTH_STATIC \$(AUTH_SERVER_OBJ)"
65886
66841
 
65887
66842
 
65905
66860
        if test "$MODULE_auth_domain"; then
65906
66861
                DEST=$MODULE_auth_domain
65907
66862
        elif test "$MODULE_auth" -a "$MODULE_DEFAULT_auth_domain"; then
65908
 
@@ -78548,8 +74607,8 @@
 
66863
@@ -79748,8 +75631,8 @@
65909
66864
 _ACEOF
65910
66865
 
65911
66866
                AUTH_MODULES="$AUTH_MODULES "bin/domain.$SHLIBEXT""
65916
66871
 
65917
66872
                string_shared_modules="$string_shared_modules auth_domain"
65918
66873
        elif test x"$DEST" = xSTATIC; then
65919
 
@@ -78559,17 +74618,17 @@
 
66874
@@ -79759,17 +75642,17 @@
65920
66875
                AUTH_STATIC="$AUTH_STATIC \$(AUTH_DOMAIN_OBJ)"
65921
66876
 
65922
66877
 
65940
66895
        if test "$MODULE_auth_builtin"; then
65941
66896
                DEST=$MODULE_auth_builtin
65942
66897
        elif test "$MODULE_auth" -a "$MODULE_DEFAULT_auth_builtin"; then
65943
 
@@ -78585,8 +74644,8 @@
 
66898
@@ -79785,8 +75668,8 @@
65944
66899
 _ACEOF
65945
66900
 
65946
66901
                AUTH_MODULES="$AUTH_MODULES "bin/builtin.$SHLIBEXT""
65951
66906
 
65952
66907
                string_shared_modules="$string_shared_modules auth_builtin"
65953
66908
        elif test x"$DEST" = xSTATIC; then
65954
 
@@ -78596,17 +74655,17 @@
 
66909
@@ -79796,17 +75679,17 @@
65955
66910
                AUTH_STATIC="$AUTH_STATIC \$(AUTH_BUILTIN_OBJ)"
65956
66911
 
65957
66912
 
65975
66930
        if test "$MODULE_auth_script"; then
65976
66931
                DEST=$MODULE_auth_script
65977
66932
        elif test "$MODULE_auth" -a "$MODULE_DEFAULT_auth_script"; then
65978
 
@@ -78622,8 +74681,8 @@
 
66933
@@ -79822,8 +75705,8 @@
65979
66934
 _ACEOF
65980
66935
 
65981
66936
                AUTH_MODULES="$AUTH_MODULES "bin/script.$SHLIBEXT""
65986
66941
 
65987
66942
                string_shared_modules="$string_shared_modules auth_script"
65988
66943
        elif test x"$DEST" = xSTATIC; then
65989
 
@@ -78633,12 +74692,12 @@
 
66944
@@ -79833,12 +75716,12 @@
65990
66945
                AUTH_STATIC="$AUTH_STATIC \$(AUTH_SCRIPT_OBJ)"
65991
66946
 
65992
66947
 
66003
66958
        fi
66004
66959
 
66005
66960
 
66006
 
@@ -78658,8 +74717,8 @@
 
66961
@@ -79858,8 +75741,8 @@
66007
66962
 
66008
66963
 
66009
66964
 
66014
66969
        if test "$MODULE_vfs_default"; then
66015
66970
                DEST=$MODULE_vfs_default
66016
66971
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_default"; then
66017
 
@@ -78675,8 +74734,8 @@
 
66972
@@ -79875,8 +75758,8 @@
66018
66973
 _ACEOF
66019
66974
 
66020
66975
                VFS_MODULES="$VFS_MODULES "bin/default.$SHLIBEXT""
66025
66980
 
66026
66981
                string_shared_modules="$string_shared_modules vfs_default"
66027
66982
        elif test x"$DEST" = xSTATIC; then
66028
 
@@ -78686,17 +74745,17 @@
 
66983
@@ -79886,17 +75769,17 @@
66029
66984
                VFS_STATIC="$VFS_STATIC \$(VFS_DEFAULT_OBJ)"
66030
66985
 
66031
66986
 
66049
67004
        if test "$MODULE_vfs_recycle"; then
66050
67005
                DEST=$MODULE_vfs_recycle
66051
67006
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_recycle"; then
66052
 
@@ -78712,8 +74771,8 @@
 
67007
@@ -79912,8 +75795,8 @@
66053
67008
 _ACEOF
66054
67009
 
66055
67010
                VFS_MODULES="$VFS_MODULES "bin/recycle.$SHLIBEXT""
66060
67015
 
66061
67016
                string_shared_modules="$string_shared_modules vfs_recycle"
66062
67017
        elif test x"$DEST" = xSTATIC; then
66063
 
@@ -78723,17 +74782,17 @@
 
67018
@@ -79923,17 +75806,17 @@
66064
67019
                VFS_STATIC="$VFS_STATIC \$(VFS_RECYCLE_OBJ)"
66065
67020
 
66066
67021
 
66084
67039
        if test "$MODULE_vfs_audit"; then
66085
67040
                DEST=$MODULE_vfs_audit
66086
67041
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_audit"; then
66087
 
@@ -78749,8 +74808,8 @@
 
67042
@@ -79949,8 +75832,8 @@
66088
67043
 _ACEOF
66089
67044
 
66090
67045
                VFS_MODULES="$VFS_MODULES "bin/audit.$SHLIBEXT""
66095
67050
 
66096
67051
                string_shared_modules="$string_shared_modules vfs_audit"
66097
67052
        elif test x"$DEST" = xSTATIC; then
66098
 
@@ -78760,17 +74819,17 @@
 
67053
@@ -79960,17 +75843,17 @@
66099
67054
                VFS_STATIC="$VFS_STATIC \$(VFS_AUDIT_OBJ)"
66100
67055
 
66101
67056
 
66119
67074
        if test "$MODULE_vfs_extd_audit"; then
66120
67075
                DEST=$MODULE_vfs_extd_audit
66121
67076
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_extd_audit"; then
66122
 
@@ -78786,8 +74845,8 @@
 
67077
@@ -79986,8 +75869,8 @@
66123
67078
 _ACEOF
66124
67079
 
66125
67080
                VFS_MODULES="$VFS_MODULES "bin/extd_audit.$SHLIBEXT""
66130
67085
 
66131
67086
                string_shared_modules="$string_shared_modules vfs_extd_audit"
66132
67087
        elif test x"$DEST" = xSTATIC; then
66133
 
@@ -78797,17 +74856,17 @@
 
67088
@@ -79997,17 +75880,17 @@
66134
67089
                VFS_STATIC="$VFS_STATIC \$(VFS_EXTD_AUDIT_OBJ)"
66135
67090
 
66136
67091
 
66154
67109
        if test "$MODULE_vfs_full_audit"; then
66155
67110
                DEST=$MODULE_vfs_full_audit
66156
67111
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_full_audit"; then
66157
 
@@ -78823,8 +74882,8 @@
 
67112
@@ -80023,8 +75906,8 @@
66158
67113
 _ACEOF
66159
67114
 
66160
67115
                VFS_MODULES="$VFS_MODULES "bin/full_audit.$SHLIBEXT""
66165
67120
 
66166
67121
                string_shared_modules="$string_shared_modules vfs_full_audit"
66167
67122
        elif test x"$DEST" = xSTATIC; then
66168
 
@@ -78834,17 +74893,17 @@
 
67123
@@ -80034,17 +75917,17 @@
66169
67124
                VFS_STATIC="$VFS_STATIC \$(VFS_FULL_AUDIT_OBJ)"
66170
67125
 
66171
67126
 
66189
67144
        if test "$MODULE_vfs_netatalk"; then
66190
67145
                DEST=$MODULE_vfs_netatalk
66191
67146
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_netatalk"; then
66192
 
@@ -78860,8 +74919,8 @@
 
67147
@@ -80060,8 +75943,8 @@
66193
67148
 _ACEOF
66194
67149
 
66195
67150
                VFS_MODULES="$VFS_MODULES "bin/netatalk.$SHLIBEXT""
66200
67155
 
66201
67156
                string_shared_modules="$string_shared_modules vfs_netatalk"
66202
67157
        elif test x"$DEST" = xSTATIC; then
66203
 
@@ -78871,17 +74930,17 @@
 
67158
@@ -80071,17 +75954,17 @@
66204
67159
                VFS_STATIC="$VFS_STATIC \$(VFS_NETATALK_OBJ)"
66205
67160
 
66206
67161
 
66224
67179
        if test "$MODULE_vfs_fake_perms"; then
66225
67180
                DEST=$MODULE_vfs_fake_perms
66226
67181
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_fake_perms"; then
66227
 
@@ -78897,8 +74956,8 @@
 
67182
@@ -80097,8 +75980,8 @@
66228
67183
 _ACEOF
66229
67184
 
66230
67185
                VFS_MODULES="$VFS_MODULES "bin/fake_perms.$SHLIBEXT""
66235
67190
 
66236
67191
                string_shared_modules="$string_shared_modules vfs_fake_perms"
66237
67192
        elif test x"$DEST" = xSTATIC; then
66238
 
@@ -78908,17 +74967,17 @@
 
67193
@@ -80108,17 +75991,17 @@
66239
67194
                VFS_STATIC="$VFS_STATIC \$(VFS_FAKE_PERMS_OBJ)"
66240
67195
 
66241
67196
 
66259
67214
        if test "$MODULE_vfs_default_quota"; then
66260
67215
                DEST=$MODULE_vfs_default_quota
66261
67216
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_default_quota"; then
66262
 
@@ -78934,8 +74993,8 @@
 
67217
@@ -80134,8 +76017,8 @@
66263
67218
 _ACEOF
66264
67219
 
66265
67220
                VFS_MODULES="$VFS_MODULES "bin/default_quota.$SHLIBEXT""
66270
67225
 
66271
67226
                string_shared_modules="$string_shared_modules vfs_default_quota"
66272
67227
        elif test x"$DEST" = xSTATIC; then
66273
 
@@ -78945,17 +75004,17 @@
 
67228
@@ -80145,17 +76028,17 @@
66274
67229
                VFS_STATIC="$VFS_STATIC \$(VFS_DEFAULT_QUOTA_OBJ)"
66275
67230
 
66276
67231
 
66294
67249
        if test "$MODULE_vfs_readonly"; then
66295
67250
                DEST=$MODULE_vfs_readonly
66296
67251
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_readonly"; then
66297
 
@@ -78971,8 +75030,8 @@
 
67252
@@ -80171,8 +76054,8 @@
66298
67253
 _ACEOF
66299
67254
 
66300
67255
                VFS_MODULES="$VFS_MODULES "bin/readonly.$SHLIBEXT""
66305
67260
 
66306
67261
                string_shared_modules="$string_shared_modules vfs_readonly"
66307
67262
        elif test x"$DEST" = xSTATIC; then
66308
 
@@ -78982,17 +75041,17 @@
 
67263
@@ -80182,17 +76065,17 @@
66309
67264
                VFS_STATIC="$VFS_STATIC \$(VFS_READONLY_OBJ)"
66310
67265
 
66311
67266
 
66329
67284
        if test "$MODULE_vfs_cap"; then
66330
67285
                DEST=$MODULE_vfs_cap
66331
67286
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_cap"; then
66332
 
@@ -79008,8 +75067,8 @@
 
67287
@@ -80208,8 +76091,8 @@
66333
67288
 _ACEOF
66334
67289
 
66335
67290
                VFS_MODULES="$VFS_MODULES "bin/cap.$SHLIBEXT""
66340
67295
 
66341
67296
                string_shared_modules="$string_shared_modules vfs_cap"
66342
67297
        elif test x"$DEST" = xSTATIC; then
66343
 
@@ -79019,17 +75078,17 @@
 
67298
@@ -80219,17 +76102,17 @@
66344
67299
                VFS_STATIC="$VFS_STATIC \$(VFS_CAP_OBJ)"
66345
67300
 
66346
67301
 
66364
67319
        if test "$MODULE_vfs_expand_msdfs"; then
66365
67320
                DEST=$MODULE_vfs_expand_msdfs
66366
67321
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_expand_msdfs"; then
66367
 
@@ -79045,8 +75104,8 @@
 
67322
@@ -80245,8 +76128,8 @@
66368
67323
 _ACEOF
66369
67324
 
66370
67325
                VFS_MODULES="$VFS_MODULES "bin/expand_msdfs.$SHLIBEXT""
66375
67330
 
66376
67331
                string_shared_modules="$string_shared_modules vfs_expand_msdfs"
66377
67332
        elif test x"$DEST" = xSTATIC; then
66378
 
@@ -79056,17 +75115,17 @@
 
67333
@@ -80256,17 +76139,17 @@
66379
67334
                VFS_STATIC="$VFS_STATIC \$(VFS_EXPAND_MSDFS_OBJ)"
66380
67335
 
66381
67336
 
66399
67354
        if test "$MODULE_vfs_shadow_copy"; then
66400
67355
                DEST=$MODULE_vfs_shadow_copy
66401
67356
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_shadow_copy"; then
66402
 
@@ -79082,8 +75141,8 @@
 
67357
@@ -80282,8 +76165,8 @@
66403
67358
 _ACEOF
66404
67359
 
66405
67360
                VFS_MODULES="$VFS_MODULES "bin/shadow_copy.$SHLIBEXT""
66410
67365
 
66411
67366
                string_shared_modules="$string_shared_modules vfs_shadow_copy"
66412
67367
        elif test x"$DEST" = xSTATIC; then
66413
 
@@ -79093,17 +75152,17 @@
 
67368
@@ -80293,17 +76176,17 @@
66414
67369
                VFS_STATIC="$VFS_STATIC \$(VFS_SHADOW_COPY_OBJ)"
66415
67370
 
66416
67371
 
66434
67389
        if test "$MODULE_vfs_shadow_copy2"; then
66435
67390
                DEST=$MODULE_vfs_shadow_copy2
66436
67391
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_shadow_copy2"; then
66437
 
@@ -79119,8 +75178,8 @@
 
67392
@@ -80319,8 +76202,8 @@
66438
67393
 _ACEOF
66439
67394
 
66440
67395
                VFS_MODULES="$VFS_MODULES "bin/shadow_copy2.$SHLIBEXT""
66445
67400
 
66446
67401
                string_shared_modules="$string_shared_modules vfs_shadow_copy2"
66447
67402
        elif test x"$DEST" = xSTATIC; then
66448
 
@@ -79130,17 +75189,17 @@
 
67403
@@ -80330,17 +76213,17 @@
66449
67404
                VFS_STATIC="$VFS_STATIC \$(VFS_SHADOW_COPY2_OBJ)"
66450
67405
 
66451
67406
 
66469
67424
        if test "$MODULE_vfs_afsacl"; then
66470
67425
                DEST=$MODULE_vfs_afsacl
66471
67426
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_afsacl"; then
66472
 
@@ -79156,8 +75215,8 @@
 
67427
@@ -80356,8 +76239,8 @@
66473
67428
 _ACEOF
66474
67429
 
66475
67430
                VFS_MODULES="$VFS_MODULES "bin/afsacl.$SHLIBEXT""
66480
67435
 
66481
67436
                string_shared_modules="$string_shared_modules vfs_afsacl"
66482
67437
        elif test x"$DEST" = xSTATIC; then
66483
 
@@ -79167,17 +75226,17 @@
 
67438
@@ -80367,17 +76250,17 @@
66484
67439
                VFS_STATIC="$VFS_STATIC \$(VFS_AFSACL_OBJ)"
66485
67440
 
66486
67441
 
66504
67459
        if test "$MODULE_vfs_xattr_tdb"; then
66505
67460
                DEST=$MODULE_vfs_xattr_tdb
66506
67461
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_xattr_tdb"; then
66507
 
@@ -79193,8 +75252,8 @@
 
67462
@@ -80393,8 +76276,8 @@
66508
67463
 _ACEOF
66509
67464
 
66510
67465
                VFS_MODULES="$VFS_MODULES "bin/xattr_tdb.$SHLIBEXT""
66515
67470
 
66516
67471
                string_shared_modules="$string_shared_modules vfs_xattr_tdb"
66517
67472
        elif test x"$DEST" = xSTATIC; then
66518
 
@@ -79204,17 +75263,17 @@
 
67473
@@ -80404,17 +76287,17 @@
66519
67474
                VFS_STATIC="$VFS_STATIC \$(VFS_XATTR_TDB_OBJ)"
66520
67475
 
66521
67476
 
66539
67494
        if test "$MODULE_vfs_posixacl"; then
66540
67495
                DEST=$MODULE_vfs_posixacl
66541
67496
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_posixacl"; then
66542
 
@@ -79230,8 +75289,8 @@
 
67497
@@ -80430,8 +76313,8 @@
66543
67498
 _ACEOF
66544
67499
 
66545
67500
                VFS_MODULES="$VFS_MODULES "bin/posixacl.$SHLIBEXT""
66550
67505
 
66551
67506
                string_shared_modules="$string_shared_modules vfs_posixacl"
66552
67507
        elif test x"$DEST" = xSTATIC; then
66553
 
@@ -79241,17 +75300,17 @@
 
67508
@@ -80441,17 +76324,17 @@
66554
67509
                VFS_STATIC="$VFS_STATIC \$(VFS_POSIXACL_OBJ)"
66555
67510
 
66556
67511
 
66574
67529
        if test "$MODULE_vfs_aixacl"; then
66575
67530
                DEST=$MODULE_vfs_aixacl
66576
67531
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_aixacl"; then
66577
 
@@ -79267,8 +75326,8 @@
 
67532
@@ -80467,8 +76350,8 @@
66578
67533
 _ACEOF
66579
67534
 
66580
67535
                VFS_MODULES="$VFS_MODULES "bin/aixacl.$SHLIBEXT""
66585
67540
 
66586
67541
                string_shared_modules="$string_shared_modules vfs_aixacl"
66587
67542
        elif test x"$DEST" = xSTATIC; then
66588
 
@@ -79278,17 +75337,17 @@
 
67543
@@ -80478,17 +76361,17 @@
66589
67544
                VFS_STATIC="$VFS_STATIC \$(VFS_AIXACL_OBJ)"
66590
67545
 
66591
67546
 
66609
67564
        if test "$MODULE_vfs_aixacl2"; then
66610
67565
                DEST=$MODULE_vfs_aixacl2
66611
67566
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_aixacl2"; then
66612
 
@@ -79304,8 +75363,8 @@
 
67567
@@ -80504,8 +76387,8 @@
66613
67568
 _ACEOF
66614
67569
 
66615
67570
                VFS_MODULES="$VFS_MODULES "bin/aixacl2.$SHLIBEXT""
66620
67575
 
66621
67576
                string_shared_modules="$string_shared_modules vfs_aixacl2"
66622
67577
        elif test x"$DEST" = xSTATIC; then
66623
 
@@ -79315,17 +75374,17 @@
 
67578
@@ -80515,17 +76398,17 @@
66624
67579
                VFS_STATIC="$VFS_STATIC \$(VFS_AIXACL2_OBJ)"
66625
67580
 
66626
67581
 
66644
67599
        if test "$MODULE_vfs_solarisacl"; then
66645
67600
                DEST=$MODULE_vfs_solarisacl
66646
67601
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_solarisacl"; then
66647
 
@@ -79341,8 +75400,8 @@
 
67602
@@ -80541,8 +76424,8 @@
66648
67603
 _ACEOF
66649
67604
 
66650
67605
                VFS_MODULES="$VFS_MODULES "bin/solarisacl.$SHLIBEXT""
66655
67610
 
66656
67611
                string_shared_modules="$string_shared_modules vfs_solarisacl"
66657
67612
        elif test x"$DEST" = xSTATIC; then
66658
 
@@ -79352,17 +75411,17 @@
 
67613
@@ -80552,17 +76435,17 @@
66659
67614
                VFS_STATIC="$VFS_STATIC \$(VFS_SOLARISACL_OBJ)"
66660
67615
 
66661
67616
 
66679
67634
        if test "$MODULE_vfs_irixacl"; then
66680
67635
                DEST=$MODULE_vfs_irixacl
66681
67636
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_irixacl"; then
66682
 
@@ -79378,8 +75437,8 @@
 
67637
@@ -80578,8 +76461,8 @@
66683
67638
 _ACEOF
66684
67639
 
66685
67640
                VFS_MODULES="$VFS_MODULES "bin/irixacl.$SHLIBEXT""
66690
67645
 
66691
67646
                string_shared_modules="$string_shared_modules vfs_irixacl"
66692
67647
        elif test x"$DEST" = xSTATIC; then
66693
 
@@ -79389,17 +75448,17 @@
 
67648
@@ -80589,17 +76472,17 @@
66694
67649
                VFS_STATIC="$VFS_STATIC \$(VFS_IRIXACL_OBJ)"
66695
67650
 
66696
67651
 
66714
67669
        if test "$MODULE_vfs_hpuxacl"; then
66715
67670
                DEST=$MODULE_vfs_hpuxacl
66716
67671
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_hpuxacl"; then
66717
 
@@ -79415,8 +75474,8 @@
 
67672
@@ -80615,8 +76498,8 @@
66718
67673
 _ACEOF
66719
67674
 
66720
67675
                VFS_MODULES="$VFS_MODULES "bin/hpuxacl.$SHLIBEXT""
66725
67680
 
66726
67681
                string_shared_modules="$string_shared_modules vfs_hpuxacl"
66727
67682
        elif test x"$DEST" = xSTATIC; then
66728
 
@@ -79426,17 +75485,17 @@
 
67683
@@ -80626,17 +76509,17 @@
66729
67684
                VFS_STATIC="$VFS_STATIC \$(VFS_HPUXACL_OBJ)"
66730
67685
 
66731
67686
 
66749
67704
        if test "$MODULE_vfs_tru64acl"; then
66750
67705
                DEST=$MODULE_vfs_tru64acl
66751
67706
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_tru64acl"; then
66752
 
@@ -79452,8 +75511,8 @@
 
67707
@@ -80652,8 +76535,8 @@
66753
67708
 _ACEOF
66754
67709
 
66755
67710
                VFS_MODULES="$VFS_MODULES "bin/tru64acl.$SHLIBEXT""
66760
67715
 
66761
67716
                string_shared_modules="$string_shared_modules vfs_tru64acl"
66762
67717
        elif test x"$DEST" = xSTATIC; then
66763
 
@@ -79463,17 +75522,17 @@
 
67718
@@ -80663,17 +76546,17 @@
66764
67719
                VFS_STATIC="$VFS_STATIC \$(VFS_TRU64ACL_OBJ)"
66765
67720
 
66766
67721
 
66784
67739
        if test "$MODULE_vfs_catia"; then
66785
67740
                DEST=$MODULE_vfs_catia
66786
67741
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_catia"; then
66787
 
@@ -79489,8 +75548,8 @@
 
67742
@@ -80689,8 +76572,8 @@
66788
67743
 _ACEOF
66789
67744
 
66790
67745
                VFS_MODULES="$VFS_MODULES "bin/catia.$SHLIBEXT""
66795
67750
 
66796
67751
                string_shared_modules="$string_shared_modules vfs_catia"
66797
67752
        elif test x"$DEST" = xSTATIC; then
66798
 
@@ -79500,17 +75559,17 @@
 
67753
@@ -80700,17 +76583,17 @@
66799
67754
                VFS_STATIC="$VFS_STATIC \$(VFS_CATIA_OBJ)"
66800
67755
 
66801
67756
 
66819
67774
        if test "$MODULE_vfs_streams_xattr"; then
66820
67775
                DEST=$MODULE_vfs_streams_xattr
66821
67776
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_streams_xattr"; then
66822
 
@@ -79526,8 +75585,8 @@
 
67777
@@ -80726,8 +76609,8 @@
66823
67778
 _ACEOF
66824
67779
 
66825
67780
                VFS_MODULES="$VFS_MODULES "bin/streams_xattr.$SHLIBEXT""
66830
67785
 
66831
67786
                string_shared_modules="$string_shared_modules vfs_streams_xattr"
66832
67787
        elif test x"$DEST" = xSTATIC; then
66833
 
@@ -79537,17 +75596,17 @@
 
67788
@@ -80737,17 +76620,17 @@
66834
67789
                VFS_STATIC="$VFS_STATIC \$(VFS_STREAMS_XATTR_OBJ)"
66835
67790
 
66836
67791
 
66854
67809
        if test "$MODULE_vfs_streams_depot"; then
66855
67810
                DEST=$MODULE_vfs_streams_depot
66856
67811
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_streams_depot"; then
66857
 
@@ -79563,8 +75622,8 @@
 
67812
@@ -80763,8 +76646,8 @@
66858
67813
 _ACEOF
66859
67814
 
66860
67815
                VFS_MODULES="$VFS_MODULES "bin/streams_depot.$SHLIBEXT""
66865
67820
 
66866
67821
                string_shared_modules="$string_shared_modules vfs_streams_depot"
66867
67822
        elif test x"$DEST" = xSTATIC; then
66868
 
@@ -79574,17 +75633,17 @@
 
67823
@@ -80774,17 +76657,17 @@
66869
67824
                VFS_STATIC="$VFS_STATIC \$(VFS_STREAMS_DEPOT_OBJ)"
66870
67825
 
66871
67826
 
66889
67844
        if test "$MODULE_vfs_cacheprime"; then
66890
67845
                DEST=$MODULE_vfs_cacheprime
66891
67846
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_cacheprime"; then
66892
 
@@ -79600,8 +75659,8 @@
 
67847
@@ -80800,8 +76683,8 @@
66893
67848
 _ACEOF
66894
67849
 
66895
67850
                VFS_MODULES="$VFS_MODULES "bin/cacheprime.$SHLIBEXT""
66900
67855
 
66901
67856
                string_shared_modules="$string_shared_modules vfs_cacheprime"
66902
67857
        elif test x"$DEST" = xSTATIC; then
66903
 
@@ -79611,17 +75670,17 @@
 
67858
@@ -80811,17 +76694,17 @@
66904
67859
                VFS_STATIC="$VFS_STATIC \$(VFS_CACHEPRIME_OBJ)"
66905
67860
 
66906
67861
 
66924
67879
        if test "$MODULE_vfs_prealloc"; then
66925
67880
                DEST=$MODULE_vfs_prealloc
66926
67881
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_prealloc"; then
66927
 
@@ -79637,8 +75696,8 @@
 
67882
@@ -80837,8 +76720,8 @@
66928
67883
 _ACEOF
66929
67884
 
66930
67885
                VFS_MODULES="$VFS_MODULES "bin/prealloc.$SHLIBEXT""
66935
67890
 
66936
67891
                string_shared_modules="$string_shared_modules vfs_prealloc"
66937
67892
        elif test x"$DEST" = xSTATIC; then
66938
 
@@ -79648,17 +75707,17 @@
 
67893
@@ -80848,17 +76731,17 @@
66939
67894
                VFS_STATIC="$VFS_STATIC \$(VFS_PREALLOC_OBJ)"
66940
67895
 
66941
67896
 
66959
67914
        if test "$MODULE_vfs_commit"; then
66960
67915
                DEST=$MODULE_vfs_commit
66961
67916
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_commit"; then
66962
 
@@ -79674,8 +75733,8 @@
 
67917
@@ -80874,8 +76757,8 @@
66963
67918
 _ACEOF
66964
67919
 
66965
67920
                VFS_MODULES="$VFS_MODULES "bin/commit.$SHLIBEXT""
66970
67925
 
66971
67926
                string_shared_modules="$string_shared_modules vfs_commit"
66972
67927
        elif test x"$DEST" = xSTATIC; then
66973
 
@@ -79685,17 +75744,17 @@
 
67928
@@ -80885,17 +76768,17 @@
66974
67929
                VFS_STATIC="$VFS_STATIC \$(VFS_COMMIT_OBJ)"
66975
67930
 
66976
67931
 
66994
67949
        if test "$MODULE_vfs_gpfs"; then
66995
67950
                DEST=$MODULE_vfs_gpfs
66996
67951
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_gpfs"; then
66997
 
@@ -79711,8 +75770,8 @@
 
67952
@@ -80911,8 +76794,8 @@
66998
67953
 _ACEOF
66999
67954
 
67000
67955
                VFS_MODULES="$VFS_MODULES "bin/gpfs.$SHLIBEXT""
67005
67960
 
67006
67961
                string_shared_modules="$string_shared_modules vfs_gpfs"
67007
67962
        elif test x"$DEST" = xSTATIC; then
67008
 
@@ -79722,17 +75781,17 @@
 
67963
@@ -80922,17 +76805,17 @@
67009
67964
                VFS_STATIC="$VFS_STATIC \$(VFS_GPFS_OBJ)"
67010
67965
 
67011
67966
 
67029
67984
        if test "$MODULE_vfs_readahead"; then
67030
67985
                DEST=$MODULE_vfs_readahead
67031
67986
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_readahead"; then
67032
 
@@ -79748,8 +75807,8 @@
 
67987
@@ -80948,8 +76831,8 @@
67033
67988
 _ACEOF
67034
67989
 
67035
67990
                VFS_MODULES="$VFS_MODULES "bin/readahead.$SHLIBEXT""
67040
67995
 
67041
67996
                string_shared_modules="$string_shared_modules vfs_readahead"
67042
67997
        elif test x"$DEST" = xSTATIC; then
67043
 
@@ -79759,17 +75818,17 @@
 
67998
@@ -80959,17 +76842,17 @@
67044
67999
                VFS_STATIC="$VFS_STATIC \$(VFS_READAHEAD_OBJ)"
67045
68000
 
67046
68001
 
67064
68019
        if test "$MODULE_vfs_tsmsm"; then
67065
68020
                DEST=$MODULE_vfs_tsmsm
67066
68021
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_tsmsm"; then
67067
 
@@ -79785,8 +75844,8 @@
 
68022
@@ -80985,8 +76868,8 @@
67068
68023
 _ACEOF
67069
68024
 
67070
68025
                VFS_MODULES="$VFS_MODULES "bin/tsmsm.$SHLIBEXT""
67075
68030
 
67076
68031
                string_shared_modules="$string_shared_modules vfs_tsmsm"
67077
68032
        elif test x"$DEST" = xSTATIC; then
67078
 
@@ -79796,17 +75855,17 @@
 
68033
@@ -80996,17 +76879,17 @@
67079
68034
                VFS_STATIC="$VFS_STATIC \$(VFS_TSMSM_OBJ)"
67080
68035
 
67081
68036
 
67099
68054
        if test "$MODULE_vfs_fileid"; then
67100
68055
                DEST=$MODULE_vfs_fileid
67101
68056
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_fileid"; then
67102
 
@@ -79822,8 +75881,8 @@
 
68057
@@ -81022,8 +76905,8 @@
67103
68058
 _ACEOF
67104
68059
 
67105
68060
                VFS_MODULES="$VFS_MODULES "bin/fileid.$SHLIBEXT""
67110
68065
 
67111
68066
                string_shared_modules="$string_shared_modules vfs_fileid"
67112
68067
        elif test x"$DEST" = xSTATIC; then
67113
 
@@ -79833,17 +75892,17 @@
 
68068
@@ -81033,17 +76916,17 @@
67114
68069
                VFS_STATIC="$VFS_STATIC \$(VFS_FILEID_OBJ)"
67115
68070
 
67116
68071
 
67134
68089
        if test "$MODULE_vfs_aio_fork"; then
67135
68090
                DEST=$MODULE_vfs_aio_fork
67136
68091
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_aio_fork"; then
67137
 
@@ -79859,8 +75918,8 @@
 
68092
@@ -81059,8 +76942,8 @@
67138
68093
 _ACEOF
67139
68094
 
67140
68095
                VFS_MODULES="$VFS_MODULES "bin/aio_fork.$SHLIBEXT""
67145
68100
 
67146
68101
                string_shared_modules="$string_shared_modules vfs_aio_fork"
67147
68102
        elif test x"$DEST" = xSTATIC; then
67148
 
@@ -79870,17 +75929,17 @@
 
68103
@@ -81070,17 +76953,17 @@
67149
68104
                VFS_STATIC="$VFS_STATIC \$(VFS_AIO_FORK_OBJ)"
67150
68105
 
67151
68106
 
67169
68124
        if test "$MODULE_vfs_syncops"; then
67170
68125
                DEST=$MODULE_vfs_syncops
67171
68126
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_syncops"; then
67172
 
@@ -79896,8 +75955,8 @@
 
68127
@@ -81096,8 +76979,8 @@
67173
68128
 _ACEOF
67174
68129
 
67175
68130
                VFS_MODULES="$VFS_MODULES "bin/syncops.$SHLIBEXT""
67180
68135
 
67181
68136
                string_shared_modules="$string_shared_modules vfs_syncops"
67182
68137
        elif test x"$DEST" = xSTATIC; then
67183
 
@@ -79907,17 +75966,17 @@
 
68138
@@ -81107,17 +76990,17 @@
67184
68139
                VFS_STATIC="$VFS_STATIC \$(VFS_SYNCOPS_OBJ)"
67185
68140
 
67186
68141
 
67204
68159
        if test "$MODULE_vfs_zfsacl"; then
67205
68160
                DEST=$MODULE_vfs_zfsacl
67206
68161
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_zfsacl"; then
67207
 
@@ -79933,8 +75992,8 @@
 
68162
@@ -81133,8 +77016,8 @@
67208
68163
 _ACEOF
67209
68164
 
67210
68165
                VFS_MODULES="$VFS_MODULES "bin/zfsacl.$SHLIBEXT""
67215
68170
 
67216
68171
                string_shared_modules="$string_shared_modules vfs_zfsacl"
67217
68172
        elif test x"$DEST" = xSTATIC; then
67218
 
@@ -79944,17 +76003,17 @@
 
68173
@@ -81144,17 +77027,17 @@
67219
68174
                VFS_STATIC="$VFS_STATIC \$(VFS_ZFSACL_OBJ)"
67220
68175
 
67221
68176
 
67239
68194
        if test "$MODULE_vfs_notify_fam"; then
67240
68195
                DEST=$MODULE_vfs_notify_fam
67241
68196
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_notify_fam"; then
67242
 
@@ -79970,8 +76029,8 @@
 
68197
@@ -81170,8 +77053,8 @@
67243
68198
 _ACEOF
67244
68199
 
67245
68200
                VFS_MODULES="$VFS_MODULES "bin/notify_fam.$SHLIBEXT""
67250
68205
 
67251
68206
                string_shared_modules="$string_shared_modules vfs_notify_fam"
67252
68207
        elif test x"$DEST" = xSTATIC; then
67253
 
@@ -79981,17 +76040,17 @@
 
68208
@@ -81181,17 +77064,17 @@
67254
68209
                VFS_STATIC="$VFS_STATIC \$(VFS_NOTIFY_FAM_OBJ)"
67255
68210
 
67256
68211
 
67274
68229
        if test "$MODULE_vfs_acl_xattr"; then
67275
68230
                DEST=$MODULE_vfs_acl_xattr
67276
68231
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_acl_xattr"; then
67277
 
@@ -80007,8 +76066,8 @@
 
68232
@@ -81207,8 +77090,8 @@
67278
68233
 _ACEOF
67279
68234
 
67280
68235
                VFS_MODULES="$VFS_MODULES "bin/acl_xattr.$SHLIBEXT""
67285
68240
 
67286
68241
                string_shared_modules="$string_shared_modules vfs_acl_xattr"
67287
68242
        elif test x"$DEST" = xSTATIC; then
67288
 
@@ -80018,17 +76077,17 @@
 
68243
@@ -81218,17 +77101,17 @@
67289
68244
                VFS_STATIC="$VFS_STATIC \$(VFS_ACL_XATTR_OBJ)"
67290
68245
 
67291
68246
 
67309
68264
        if test "$MODULE_vfs_acl_tdb"; then
67310
68265
                DEST=$MODULE_vfs_acl_tdb
67311
68266
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_acl_tdb"; then
67312
 
@@ -80044,8 +76103,8 @@
 
68267
@@ -81244,8 +77127,8 @@
67313
68268
 _ACEOF
67314
68269
 
67315
68270
                VFS_MODULES="$VFS_MODULES "bin/acl_tdb.$SHLIBEXT""
67320
68275
 
67321
68276
                string_shared_modules="$string_shared_modules vfs_acl_tdb"
67322
68277
        elif test x"$DEST" = xSTATIC; then
67323
 
@@ -80055,17 +76114,17 @@
 
68278
@@ -81255,17 +77138,17 @@
67324
68279
                VFS_STATIC="$VFS_STATIC \$(VFS_ACL_TDB_OBJ)"
67325
68280
 
67326
68281
 
67344
68299
        if test "$MODULE_vfs_smb_traffic_analyzer"; then
67345
68300
                DEST=$MODULE_vfs_smb_traffic_analyzer
67346
68301
        elif test "$MODULE_vfs" -a "$MODULE_DEFAULT_vfs_smb_traffic_analyzer"; then
67347
 
@@ -80081,8 +76140,8 @@
 
68302
@@ -81281,8 +77164,8 @@
67348
68303
 _ACEOF
67349
68304
 
67350
68305
                VFS_MODULES="$VFS_MODULES "bin/smb_traffic_analyzer.$SHLIBEXT""
67355
68310
 
67356
68311
                string_shared_modules="$string_shared_modules vfs_smb_traffic_analyzer"
67357
68312
        elif test x"$DEST" = xSTATIC; then
67358
 
@@ -80092,12 +76151,12 @@
 
68313
@@ -81292,12 +77175,12 @@
67359
68314
                VFS_STATIC="$VFS_STATIC \$(VFS_SMB_TRAFFIC_ANALYZER_OBJ)"
67360
68315
 
67361
68316
 
67372
68327
        fi
67373
68328
 
67374
68329
 
67375
 
@@ -80119,8 +76178,8 @@
 
68330
@@ -81319,8 +77202,8 @@
67376
68331
 
67377
68332
 
67378
68333
 
67383
68338
        if test "$MODULE_gpext_registry"; then
67384
68339
                DEST=$MODULE_gpext_registry
67385
68340
        elif test "$MODULE_gpext" -a "$MODULE_DEFAULT_gpext_registry"; then
67386
 
@@ -80136,8 +76195,8 @@
 
68341
@@ -81336,8 +77219,8 @@
67387
68342
 _ACEOF
67388
68343
 
67389
68344
                GPEXT_MODULES="$GPEXT_MODULES "bin/registry.$SHLIBEXT""
67394
68349
 
67395
68350
                string_shared_modules="$string_shared_modules gpext_registry"
67396
68351
        elif test x"$DEST" = xSTATIC; then
67397
 
@@ -80147,17 +76206,17 @@
 
68352
@@ -81347,17 +77230,17 @@
67398
68353
                GPEXT_STATIC="$GPEXT_STATIC libgpo/gpext/registry.o"
67399
68354
 
67400
68355
 
67418
68373
        if test "$MODULE_gpext_scripts"; then
67419
68374
                DEST=$MODULE_gpext_scripts
67420
68375
        elif test "$MODULE_gpext" -a "$MODULE_DEFAULT_gpext_scripts"; then
67421
 
@@ -80173,8 +76232,8 @@
 
68376
@@ -81373,8 +77256,8 @@
67422
68377
 _ACEOF
67423
68378
 
67424
68379
                GPEXT_MODULES="$GPEXT_MODULES "bin/scripts.$SHLIBEXT""
67429
68384
 
67430
68385
                string_shared_modules="$string_shared_modules gpext_scripts"
67431
68386
        elif test x"$DEST" = xSTATIC; then
67432
 
@@ -80184,17 +76243,17 @@
 
68387
@@ -81384,17 +77267,17 @@
67433
68388
                GPEXT_STATIC="$GPEXT_STATIC libgpo/gpext/scripts.o"
67434
68389
 
67435
68390
 
67453
68408
        if test "$MODULE_gpext_security"; then
67454
68409
                DEST=$MODULE_gpext_security
67455
68410
        elif test "$MODULE_gpext" -a "$MODULE_DEFAULT_gpext_security"; then
67456
 
@@ -80210,8 +76269,8 @@
 
68411
@@ -81410,8 +77293,8 @@
67457
68412
 _ACEOF
67458
68413
 
67459
68414
                GPEXT_MODULES="$GPEXT_MODULES "bin/security.$SHLIBEXT""
67464
68419
 
67465
68420
                string_shared_modules="$string_shared_modules gpext_security"
67466
68421
        elif test x"$DEST" = xSTATIC; then
67467
 
@@ -80221,12 +76280,12 @@
 
68422
@@ -81421,12 +77304,12 @@
67468
68423
                GPEXT_STATIC="$GPEXT_STATIC libgpo/gpext/security.o"
67469
68424
 
67470
68425
 
67481
68436
        fi
67482
68437
 
67483
68438
 
67484
 
@@ -80261,19 +76320,19 @@
 
68439
@@ -81461,19 +77344,19 @@
67485
68440
 #################################################
67486
68441
 # If run from the build farm, enable NASTY hacks
67487
68442
 #################################################
67507
68462
 fi
67508
68463
 
67509
68464
 #################################################
67510
 
@@ -80289,12 +76348,12 @@
 
68465
@@ -81489,12 +77372,12 @@
67511
68466
     rt_signal_lease_works=yes
67512
68467
     rt_signal_aio_works=yes
67513
68468
 
67524
68479
 
67525
68480
            # cross compiling, I hope you know what you are doing
67526
68481
            true
67527
 
@@ -80367,30 +76426,28 @@
 
68482
@@ -81567,30 +77450,28 @@
67528
68483
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
67529
68484
   *) ac_try_echo=$ac_try;;
67530
68485
 esac
67563
68518
     cat >conftest.$ac_ext <<_ACEOF
67564
68519
 /* confdefs.h.  */
67565
68520
 _ACEOF
67566
 
@@ -80412,41 +76469,37 @@
 
68521
@@ -81612,41 +77493,37 @@
67567
68522
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
67568
68523
   *) ac_try_echo=$ac_try;;
67569
68524
 esac
67616
68571
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
67617
68572
       conftest$ac_exeext conftest.$ac_ext
67618
68573
 
67619
 
@@ -80454,14 +76507,14 @@
 
68574
@@ -81654,14 +77531,14 @@
67620
68575
 
67621
68576
 
67622
68577
 else
67635
68590
            case "$ac_status" in
67636
68591
                1|11|101|111)  rt_signal_lease_ok=no ;;
67637
68592
            esac
67638
 
@@ -80474,8 +76527,8 @@
 
68593
@@ -81674,8 +77551,8 @@
67639
68594
 
67640
68595
            # no RT_SIGNAL bug, we are golden
67641
68596
 
67646
68601
     cat >conftest.$ac_ext <<_ACEOF
67647
68602
 /* confdefs.h.  */
67648
68603
 _ACEOF
67649
 
@@ -80497,41 +76550,37 @@
 
68604
@@ -81697,41 +77574,37 @@
67650
68605
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
67651
68606
   *) ac_try_echo=$ac_try;;
67652
68607
 esac
67699
68654
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
67700
68655
       conftest$ac_exeext conftest.$ac_ext
67701
68656
 
67702
 
@@ -80539,7 +76588,6 @@
 
68657
@@ -81739,7 +77612,6 @@
67703
68658
 
67704
68659
 
67705
68660
 fi
67707
68662
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
67708
68663
 fi
67709
68664
 
67710
 
@@ -80657,37 +76705,37 @@
 
68665
@@ -81857,37 +77729,37 @@
67711
68666
 #################################################
67712
68667
 # Display summary of libraries detected
67713
68668
 
67763
68718
 else
67764
68719
   cat >conftest.$ac_ext <<_ACEOF
67765
68720
 /* confdefs.h.  */
67766
 
@@ -80703,35 +76751,32 @@
 
68721
@@ -81903,35 +77775,32 @@
67767
68722
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
67768
68723
   *) ac_try_echo=$ac_try;;
67769
68724
 esac
67809
68764
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
67810
68765
 fi
67811
68766
 
67812
 
@@ -80776,12 +76821,11 @@
 
68767
@@ -81976,12 +77845,11 @@
67813
68768
     case $ac_val in #(
67814
68769
     *${as_nl}*)
67815
68770
       case $ac_var in #(
67824
68779
       *) $as_unset $ac_var ;;
67825
68780
       esac ;;
67826
68781
     esac
67827
 
@@ -80814,12 +76858,12 @@
 
68782
@@ -82014,12 +77882,12 @@
67828
68783
 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
67829
68784
   if test -w "$cache_file"; then
67830
68785
     test "x$cache_file" != "x/dev/null" &&
67841
68796
   fi
67842
68797
 fi
67843
68798
 rm -f confcache
67844
 
@@ -80835,7 +76879,7 @@
 
68799
@@ -82035,7 +77903,7 @@
67845
68800
 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
67846
68801
   # 1. Remove the extension, and $U if already installed.
67847
68802
   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
67850
68805
   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
67851
68806
   #    will be set to the directory where LIBOBJS objects are built.
67852
68807
   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
67853
 
@@ -80847,15 +76891,12 @@
 
68808
@@ -82047,15 +77915,12 @@
67854
68809
 
67855
68810
 
67856
68811
 
67869
68824
 #! $SHELL
67870
68825
 # Generated by $as_me.
67871
68826
 # Run this file to recreate the current configuration.
67872
 
@@ -80868,7 +76909,7 @@
 
68827
@@ -82068,7 +77933,7 @@
67873
68828
 SHELL=\${CONFIG_SHELL-$SHELL}
67874
68829
 _ACEOF
67875
68830
 
67878
68833
 ## --------------------- ##
67879
68834
 ## M4sh Initialization.  ##
67880
68835
 ## --------------------- ##
67881
 
@@ -80878,7 +76919,7 @@
 
68836
@@ -82078,7 +77943,7 @@
67882
68837
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
67883
68838
   emulate sh
67884
68839
   NULLCMD=:
67887
68842
   # is contrary to our usage.  Disable this feature.
67888
68843
   alias -g '${1+"$@"}'='"$@"'
67889
68844
   setopt NO_GLOB_SUBST
67890
 
@@ -80900,45 +76941,17 @@
 
68845
@@ -82100,45 +77965,17 @@
67891
68846
 as_cr_digits='0123456789'
67892
68847
 as_cr_alnum=$as_cr_Letters$as_cr_digits
67893
68848
 
67942
68897
 fi
67943
68898
 
67944
68899
 # Support unset when possible.
67945
 
@@ -80954,6 +76967,8 @@
 
68900
@@ -82154,6 +77991,8 @@
67946
68901
 # there to prevent editors from complaining about space-tab.
67947
68902
 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
67948
68903
 # splitting by setting IFS to empty value.)
67951
68906
 IFS=" ""       $as_nl"
67952
68907
 
67953
68908
 # Find who we are.  Look in the path if we contain no directory separator.
67954
 
@@ -80976,7 +76991,7 @@
 
68909
@@ -82176,7 +78015,7 @@
67955
68910
   as_myself=$0
67956
68911
 fi
67957
68912
 if test ! -f "$as_myself"; then
67960
68915
   { (exit 1); exit 1; }
67961
68916
 fi
67962
68917
 
67963
 
@@ -80989,10 +77004,17 @@
 
68918
@@ -82189,10 +78028,17 @@
67964
68919
 PS4='+ '
67965
68920
 
67966
68921
 # NLS nuisances.
67982
68937
 
67983
68938
 # Required to use basename.
67984
68939
 if expr a : '\(a\)' >/dev/null 2>&1 &&
67985
 
@@ -81014,7 +77036,7 @@
 
68940
@@ -82214,7 +78060,7 @@
67986
68941
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
67987
68942
         X"$0" : 'X\(//\)$' \| \
67988
68943
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
67991
68946
     sed '/^.*\/\([^/][^/]*\)\/*$/{
67992
68947
            s//\1/
67993
68948
            q
67994
 
@@ -81065,7 +77087,7 @@
 
68949
@@ -82265,7 +78111,7 @@
67995
68950
       s/-\n.*//
67996
68951
     ' >$as_me.lineno &&
67997
68952
   chmod +x "$as_me.lineno" ||
68000
68955
    { (exit 1); exit 1; }; }
68001
68956
 
68002
68957
   # Don't try to exec as it changes $[0], causing all sort of problems
68003
 
@@ -81093,6 +77115,7 @@
 
68958
@@ -82293,6 +78139,7 @@
68004
68959
 *)
68005
68960
   ECHO_N='-n';;
68006
68961
 esac
68008
68963
 if expr a : '\(a\)' >/dev/null 2>&1 &&
68009
68964
    test "X`expr 00001 : '.*\(...\)'`" = X001; then
68010
68965
   as_expr=expr
68011
 
@@ -81105,22 +77128,19 @@
 
68966
@@ -82305,22 +78152,19 @@
68012
68967
   rm -f conf$$.dir/conf$$.file
68013
68968
 else
68014
68969
   rm -f conf$$.dir
68042
68997
 else
68043
68998
   as_ln_s='cp -p'
68044
68999
 fi
68045
 
@@ -81145,10 +77165,10 @@
 
69000
@@ -82345,10 +78189,10 @@
68046
69001
   as_test_x='
68047
69002
     eval sh -c '\''
68048
69003
       if test -d "$1"; then
68055
69010
        esac;
68056
69011
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
68057
69012
        ???[sx]*):;;*)false;;esac;fi
68058
 
@@ -81171,7 +77191,7 @@
 
69013
@@ -82371,7 +78215,7 @@
68059
69014
 # values after options handling.
68060
69015
 ac_log="
68061
69016
 This file was extended by Samba $as_me 3, which was
68064
69019
 
68065
69020
   CONFIG_FILES    = $CONFIG_FILES
68066
69021
   CONFIG_HEADERS  = $CONFIG_HEADERS
68067
 
@@ -81184,16 +77204,7 @@
 
69022
@@ -82384,16 +78228,7 @@
68068
69023
 
68069
69024
 _ACEOF
68070
69025
 
68082
69037
 # Files that config.status was made for.
68083
69038
 config_files="$ac_config_files"
68084
69039
 config_headers="$ac_config_headers"
68085
 
@@ -81201,23 +77212,22 @@
 
69040
@@ -82401,23 +78236,22 @@
68086
69041
 
68087
69042
 _ACEOF
68088
69043
 
68113
69068
 
68114
69069
 Configuration files:
68115
69070
 $config_files
68116
 
@@ -81231,25 +77241,24 @@
 
69071
@@ -82431,25 +78265,24 @@
68117
69072
 Report bugs to <bug-autoconf@gnu.org>."
68118
69073
 
68119
69074
 _ACEOF
68146
69101
 ac_need_defaults=:
68147
69102
 while test $# != 0
68148
69103
 do
68149
 
@@ -81271,36 +77280,30 @@
 
69104
@@ -82471,36 +78304,30 @@
68150
69105
   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
68151
69106
     ac_cs_recheck=: ;;
68152
69107
   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
68189
69144
 Try \`$0 --help' for more information." >&2
68190
69145
    { (exit 1); exit 1; }; } ;;
68191
69146
 
68192
 
@@ -81319,29 +77322,27 @@
 
69147
@@ -82519,29 +78346,27 @@
68193
69148
 fi
68194
69149
 
68195
69150
 _ACEOF
68226
69181
 #
68227
69182
 # INIT-COMMANDS
68228
69183
 #
68229
 
@@ -81352,7 +77353,7 @@
 
69184
@@ -82552,7 +78377,7 @@
68230
69185
 
68231
69186
 _ACEOF
68232
69187
 
68235
69190
 
68236
69191
 # Handling of arguments.
68237
69192
 for ac_config_target in $ac_config_targets
68238
 
@@ -81377,8 +77378,8 @@
 
69193
@@ -82577,8 +78402,8 @@
68239
69194
     "pkgconfig/smbsharemodes.pc") CONFIG_FILES="$CONFIG_FILES pkgconfig/smbsharemodes.pc" ;;
68240
69195
     "../examples/libsmbclient/Makefile.internal") CONFIG_FILES="$CONFIG_FILES ../examples/libsmbclient/Makefile.internal" ;;
68241
69196
 
68246
69201
    { (exit 1); exit 1; }; };;
68247
69202
   esac
68248
69203
 done
68249
 
@@ -81419,144 +77420,405 @@
 
69204
@@ -82619,144 +78444,405 @@
68250
69205
   (umask 077 && mkdir "$tmp")
68251
69206
 } ||
68252
69207
 {
68335
69290
+lockdir!$lockdir$ac_delim
68336
69291
+piddir!$piddir$ac_delim
68337
69292
+logfilebase!$logfilebase$ac_delim
68338
 
+ctdbdir!$ctdbdir$ac_delim
68339
69293
+privatedir!$privatedir$ac_delim
68340
69294
+swatdir!$swatdir$ac_delim
68341
69295
+codepagedir!$codepagedir$ac_delim
68376
69330
+MODULE_EXPORTS!$MODULE_EXPORTS$ac_delim
68377
69331
+DSO_EXPORTS!$DSO_EXPORTS$ac_delim
68378
69332
+HOST_OS!$HOST_OS$ac_delim
 
69333
+PICFLAG!$PICFLAG$ac_delim
68379
69334
+_ACEOF
68380
69335
+
68381
69336
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
68431
69386
-$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
68432
69387
-   { (exit 1); exit 1; }; }
68433
69388
+  cat >conf$$subs.sed <<_ACEOF
68434
 
+PICFLAG!$PICFLAG$ac_delim
68435
69389
+PIE_CFLAGS!$PIE_CFLAGS$ac_delim
68436
69390
+PIE_LDFLAGS!$PIE_LDFLAGS$ac_delim
68437
69391
+RELRO_LDFLAGS!$RELRO_LDFLAGS$ac_delim
68528
69482
+LIBNETAPI_STATIC!$LIBNETAPI_STATIC$ac_delim
68529
69483
+LIBNETAPI_LIBS!$LIBNETAPI_LIBS$ac_delim
68530
69484
+LIBNETAPI_TARGET!$LIBNETAPI_TARGET$ac_delim
 
69485
+INSTALL_LIBNETAPI!$INSTALL_LIBNETAPI$ac_delim
68531
69486
+_ACEOF
68532
69487
 
68533
69488
-  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
68646
69601
+ac_delim='%!_!# '
68647
69602
+for ac_last_try in false false false false false :; do
68648
69603
+  cat >conf$$subs.sed <<_ACEOF
68649
 
+INSTALL_LIBNETAPI!$INSTALL_LIBNETAPI$ac_delim
68650
69604
+UNINSTALL_LIBNETAPI!$UNINSTALL_LIBNETAPI$ac_delim
68651
69605
+LIBNETAPI_SOVER!$LIBNETAPI_SOVER$ac_delim
68652
69606
+LIBSMBCLIENT_SHARED_TARGET!$LIBSMBCLIENT_SHARED_TARGET$ac_delim
68676
69630
+INSTALL_LIBADDNS!$INSTALL_LIBADDNS$ac_delim
68677
69631
+UNINSTALL_LIBADDNS!$UNINSTALL_LIBADDNS$ac_delim
68678
69632
+LIBADDNS_SOVER!$LIBADDNS_SOVER$ac_delim
 
69633
+CTDB_CFLAGS!$CTDB_CFLAGS$ac_delim
68679
69634
+WINBIND_NSS_PTHREAD!$WINBIND_NSS_PTHREAD$ac_delim
68680
69635
+WINBIND_NSS!$WINBIND_NSS$ac_delim
68681
69636
+WINBIND_WINS_NSS!$WINBIND_WINS_NSS$ac_delim
68761
69716
 # VPATH may cause trouble with some makes, so we remove $(srcdir),
68762
69717
 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
68763
69718
 # trailing colons and then remove the whole line if VPATH becomes empty
68764
 
@@ -81572,133 +77834,19 @@
 
69719
@@ -82772,133 +78858,19 @@
68765
69720
 }'
68766
69721
 fi
68767
69722
 
68899
69854
    { (exit 1); exit 1; }; };;
68900
69855
   :[FH]-) ac_tag=-:-;;
68901
69856
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
68902
 
@@ -81727,38 +77875,26 @@
 
69857
@@ -82927,38 +78899,26 @@
68903
69858
           [\\/$]*) false;;
68904
69859
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
68905
69860
           esac ||
68946
69901
     esac
68947
69902
     ;;
68948
69903
   esac
68949
 
@@ -81768,7 +77904,7 @@
 
69904
@@ -82968,7 +78928,7 @@
68950
69905
         X"$ac_file" : 'X\(//\)[^/]' \| \
68951
69906
         X"$ac_file" : 'X\(//\)$' \| \
68952
69907
         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
68955
69910
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
68956
69911
            s//\1/
68957
69912
            q
68958
 
@@ -81794,7 +77930,7 @@
 
69913
@@ -82994,7 +78954,7 @@
68959
69914
     as_dirs=
68960
69915
     while :; do
68961
69916
       case $as_dir in #(
68964
69919
       *) as_qdir=$as_dir;;
68965
69920
       esac
68966
69921
       as_dirs="'$as_qdir' $as_dirs"
68967
 
@@ -81803,7 +77939,7 @@
 
69922
@@ -83003,7 +78963,7 @@
68968
69923
         X"$as_dir" : 'X\(//\)[^/]' \| \
68969
69924
         X"$as_dir" : 'X\(//\)$' \| \
68970
69925
         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
68973
69928
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
68974
69929
            s//\1/
68975
69930
            q
68976
 
@@ -81824,17 +77960,17 @@
 
69931
@@ -83024,17 +78984,17 @@
68977
69932
       test -d "$as_dir" && break
68978
69933
     done
68979
69934
     test -z "$as_dirs" || eval "mkdir $as_dirs"
68995
69950
   case $ac_top_builddir_sub in
68996
69951
   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
68997
69952
   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
68998
 
@@ -81874,13 +78010,12 @@
 
69953
@@ -83074,13 +79034,12 @@
68999
69954
   esac
69000
69955
 _ACEOF
69001
69956
 
69011
69966
   p
69012
69967
   q
69013
69968
 }
69014
 
@@ -81889,14 +78024,13 @@
 
69969
@@ -83089,14 +79048,13 @@
69015
69970
 /@infodir@/p
69016
69971
 /@localedir@/p
69017
69972
 /@mandir@/p
69030
69985
   ac_datarootdir_hack='
69031
69986
   s&@datadir@&$datadir&g
69032
69987
   s&@docdir@&$docdir&g
69033
 
@@ -81910,16 +78044,15 @@
 
69988
@@ -83110,16 +79068,15 @@
69034
69989
 # Neutralize VPATH when `$srcdir' = `.'.
69035
69990
 # Shell code in configure.ac might set extrasub.
69036
69991
 # FIXME: do we really want to maintain this feature?
69051
70006
 s&@srcdir@&$ac_srcdir&;t t
69052
70007
 s&@abs_srcdir@&$ac_abs_srcdir&;t t
69053
70008
 s&@top_srcdir@&$ac_top_srcdir&;t t
69054
 
@@ -81929,62 +78062,123 @@
 
70009
@@ -83129,62 +79086,123 @@
69055
70010
 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
69056
70011
 s&@INSTALL@&$ac_INSTALL&;t t
69057
70012
 $ac_datarootdir_hack
69210
70165
  ;;
69211
70166
   esac
69212
70167
 
69213
 
@@ -82004,11 +78198,6 @@
 
70168
@@ -83204,11 +79222,6 @@
69214
70169
 chmod +x $CONFIG_STATUS
69215
70170
 ac_clean_files=$ac_clean_files_save
69216
70171
 
69222
70177
 
69223
70178
 # configure is writing to config.log, and then calls config.status.
69224
70179
 # config.status does its own redirection, appending to config.log.
69225
 
@@ -82030,18 +78219,14 @@
 
70180
@@ -83230,18 +79243,14 @@
69226
70181
   # would make configure fail if this is the last instruction.
69227
70182
   $ac_cs_success || { (exit 1); exit 1; }
69228
70183
 fi
69245
70200
+       { echo "$as_me:$LINENO: result:       \$ eval \\`dmalloc samba\\`." >&5
69246
70201
+echo "${ECHO_T}      \$ eval \\`dmalloc samba\\`." >&6; }
69247
70202
 fi
69248
 
Index: samba-3.3.0/source/include/config.h.in
 
70203
Index: samba-deb/source/include/config.h.in
69249
70204
===================================================================
69250
 
--- samba-3.3.0.orig/source/include/config.h.in
69251
 
+++ samba-3.3.0/source/include/config.h.in
 
70205
--- samba-deb.orig/source/include/config.h.in
 
70206
+++ samba-deb/source/include/config.h.in
69252
70207
@@ -69,6 +69,9 @@
69253
70208
 /* Whether to use fully FHS-compatible paths */
69254
70209
 #undef FHS_COMPATIBLE