The Samba-Bugzilla – Attachment 191 Details for
Bug 506
MYSQL pass backend reports relocation error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
This is the config.log that configure wrote
config.log (text/plain), 332.08 KB, created by
Brian
on 2003-10-09 06:17:31 UTC
(
hide
)
Description:
This is the config.log that configure wrote
Filename:
MIME Type:
Creator:
Brian
Created:
2003-10-09 06:17:31 UTC
Size:
332.08 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by configure, which was >generated by GNU Autoconf 2.53. Invocation command line was > > $ ./configure --prefix=/usr/local/samba-3.0.0RC4 --localstatedir=/var/samba --with-lockdir=/var/lock/samba --with-piddir=/var/run/samba --with-swatdir=/pub/web/swat-3.0.0RC4 --with-mysql-prefix=/usr/local/mysql --with-mysql-exec-prefix=/usr/local/mysql/bin --with-smbmount=yes --with-quotas=yes --with-expsam=mysql --without-ldap > >## --------- ## >## Platform. ## >## --------- ## > >hostname = QorTek >uname -m = i686 >uname -r = 2.4.20 >uname -s = Linux >uname -v = #17 Mon Mar 17 22:45:18 PST 2003 > >/usr/bin/uname -p = unknown >/bin/uname -X = unknown > >/bin/arch = i686 >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/local/sbin >PATH: /usr/sbin >PATH: /sbin >PATH: /usr/local/bin >PATH: /usr/bin >PATH: /bin >PATH: /usr/X11R6/bin >PATH: /usr/games >PATH: /opt/www/htdig/bin >PATH: /usr/share/texmf/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:1569: checking for gcc >configure:1585: found /usr/bin/gcc >configure:1595: result: gcc >configure:1839: checking for C compiler version >configure:1842: gcc --version </dev/null >&5 >gcc (GCC) 3.2.2 >Copyright (C) 2002 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:1845: $? = 0 >configure:1847: gcc -v </dev/null >&5 >Reading specs from /usr/lib/gcc-lib/i386-slackware-linux/3.2.2/specs >Configured with: ../gcc-3.2.2/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i386-slackware-linux --host=i386-slackware-linux >Thread model: posix >gcc version 3.2.2 >configure:1850: $? = 0 >configure:1852: gcc -V </dev/null >&5 >gcc: argument to `-V' is missing >configure:1855: $? = 1 >configure:1881: checking for C compiler default output >configure:1884: gcc conftest.c >&5 >configure:1887: $? = 0 >configure:1920: result: a.out >configure:1925: checking whether the C compiler works >configure:1931: ./a.out >configure:1934: $? = 0 >configure:1949: result: yes >configure:1956: checking whether we are cross compiling >configure:1958: result: no >configure:1961: checking for suffix of executables >configure:1963: gcc -o conftest conftest.c >&5 >configure:1966: $? = 0 >configure:1988: result: >configure:1994: checking for suffix of object files >configure:2018: gcc -c conftest.c >&5 >configure:2021: $? = 0 >configure:2040: result: o >configure:2044: checking whether we are using the GNU C compiler >configure:2071: gcc -c conftest.c >&5 >configure:2074: $? = 0 >configure:2077: test -s conftest.o >configure:2080: $? = 0 >configure:2092: result: yes >configure:2098: checking whether gcc accepts -g >configure:2122: gcc -c -g conftest.c >&5 >configure:2125: $? = 0 >configure:2128: test -s conftest.o >configure:2131: $? = 0 >configure:2141: result: yes >configure:2168: gcc -c -g -O2 conftest.c >&5 >conftest.c:2: parse error before "me" >configure:2171: $? = 1 >configure: failed program was: >#ifndef __cplusplus > choke me >#endif >configure:2318: checking for a BSD-compatible install >configure:2372: result: /usr/bin/ginstall -c >configure:2387: checking for gawk >configure:2403: found /usr/bin/gawk >configure:2413: result: gawk >configure:2425: checking for perl >configure:2443: found /usr/bin/perl >configure:2455: result: /usr/bin/perl >configure:2471: checking if the linker (ld) is GNU ld >GNU ld version 2.13.90.0.18 20030121 >configure:2483: result: yes >configure:2488: checking for library containing strerror >configure:2521: gcc -o conftest -g -O2 conftest.c >&5 >configure:2524: $? = 0 >configure:2527: test -s conftest >configure:2530: $? = 0 >configure:2589: result: none required >configure:2600: checking whether gcc and cc understand -c and -o together >configure:2633: gcc -c conftest.c -o conftest.o >&5 >configure:2636: $? = 0 >configure:2638: gcc -c conftest.c -o conftest.o >&5 >configure:2641: $? = 0 >configure:2648: cc -c conftest.c >&5 >configure:2651: $? = 0 >configure:2654: cc -c conftest.c -o conftest.o >&5 >configure:2657: $? = 0 >configure:2659: cc -c conftest.c -o conftest.o >&5 >configure:2662: $? = 0 >configure:2680: result: yes >configure:2699: checking that the C compiler understands -Werror >configure:2728: gcc -o conftest -Werror conftest.c >&5 >configure:2731: $? = 0 >configure:2733: ./conftest >configure:2736: $? = 0 >configure:2759: result: yes >configure:2831: checking that the C compiler understands volatile >configure:2856: gcc -c -g -O2 conftest.c >&5 >configure:2859: $? = 0 >configure:2862: test -s conftest.o >configure:2865: $? = 0 >configure:2875: result: yes >configure:2886: checking uname -s >configure:2888: result: Linux >configure:2892: checking uname -r >configure:2894: result: 2.4.20 >configure:2898: checking uname -m >configure:2900: result: i686 >configure:2904: checking uname -p >configure:2906: result: unknown >configure:2915: checking build system type >configure:2933: result: i686-pc-linux-gnu >configure:2941: checking host system type >configure:2955: result: i686-pc-linux-gnu >configure:2963: checking target system type >configure:2977: result: i686-pc-linux-gnu >configure:3002: checking config.cache system type >configure:3016: result: same >configure:3340: checking for LFS support >configure:3387: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:3390: $? = 0 >configure:3392: ./conftest >configure:3395: $? = 0 >configure:3426: result: yes >configure:3492: checking for gcc option to accept ANSI C >configure:3555: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:3558: $? = 0 >configure:3561: test -s conftest.o >configure:3564: $? = 0 >configure:3581: result: none needed >configure:3589: checking for inline >configure:3606: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:3609: $? = 0 >configure:3612: test -s conftest.o >configure:3615: $? = 0 >configure:3626: result: inline >configure:3646: checking how to run the C preprocessor >configure:3672: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:3678: $? = 0 >configure:3705: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:3701:28: ac_nonexistent.h: No such file or directory >configure:3711: $? = 1 >configure: failed program was: >#line 3700 "configure" >#include "confdefs.h" >#include <ac_nonexistent.h> >configure:3748: result: gcc -E >configure:3763: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:3769: $? = 0 >configure:3796: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:3792:28: ac_nonexistent.h: No such file or directory >configure:3802: $? = 1 >configure: failed program was: >#line 3791 "configure" >#include "confdefs.h" >#include <ac_nonexistent.h> >configure:3842: checking for ANSI C header files >configure:3856: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:3862: $? = 0 >configure:3947: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:3950: $? = 0 >configure:3952: ./conftest >configure:3955: $? = 0 >configure:3969: result: yes >configure:3987: checking for dirent.h that defines DIR >configure:4014: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4017: $? = 0 >configure:4020: test -s conftest.o >configure:4023: $? = 0 >configure:4033: result: yes >configure:4046: checking for library containing opendir >configure:4079: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4082: $? = 0 >configure:4085: test -s conftest >configure:4088: $? = 0 >configure:4147: result: none required >configure:4265: checking whether time.h and sys/time.h may both be included >configure:4293: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4296: $? = 0 >configure:4299: test -s conftest.o >configure:4302: $? = 0 >configure:4312: result: yes >configure:4322: checking for sys/wait.h that is POSIX.1 compatible >configure:4356: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4359: $? = 0 >configure:4362: test -s conftest.o >configure:4365: $? = 0 >configure:4375: result: yes >configure:4399: checking for sys/types.h >configure:4412: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4415: $? = 0 >configure:4418: test -s conftest.o >configure:4421: $? = 0 >configure:4431: result: yes >configure:4399: checking for sys/stat.h >configure:4412: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4415: $? = 0 >configure:4418: test -s conftest.o >configure:4421: $? = 0 >configure:4431: result: yes >configure:4399: checking for stdlib.h >configure:4412: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4415: $? = 0 >configure:4418: test -s conftest.o >configure:4421: $? = 0 >configure:4431: result: yes >configure:4399: checking for string.h >configure:4412: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4415: $? = 0 >configure:4418: test -s conftest.o >configure:4421: $? = 0 >configure:4431: result: yes >configure:4399: checking for memory.h >configure:4412: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4415: $? = 0 >configure:4418: test -s conftest.o >configure:4421: $? = 0 >configure:4431: result: yes >configure:4399: checking for strings.h >configure:4412: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4415: $? = 0 >configure:4418: test -s conftest.o >configure:4421: $? = 0 >configure:4431: result: yes >configure:4399: checking for inttypes.h >configure:4412: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4415: $? = 0 >configure:4418: test -s conftest.o >configure:4421: $? = 0 >configure:4431: result: yes >configure:4399: checking for stdint.h >configure:4412: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4415: $? = 0 >configure:4418: test -s conftest.o >configure:4421: $? = 0 >configure:4431: result: yes >configure:4399: checking for unistd.h >configure:4412: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4415: $? = 0 >configure:4418: test -s conftest.o >configure:4421: $? = 0 >configure:4431: result: yes >configure:4462: checking arpa/inet.h usability >configure:4471: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4474: $? = 0 >configure:4477: test -s conftest.o >configure:4480: $? = 0 >configure:4489: result: yes >configure:4493: checking arpa/inet.h presence >configure:4500: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4506: $? = 0 >configure:4524: result: yes >configure:4542: checking for arpa/inet.h >configure:4549: result: yes >configure:4462: checking sys/fcntl.h usability >configure:4471: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4474: $? = 0 >configure:4477: test -s conftest.o >configure:4480: $? = 0 >configure:4489: result: yes >configure:4493: checking sys/fcntl.h presence >configure:4500: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4506: $? = 0 >configure:4524: result: yes >configure:4542: checking for sys/fcntl.h >configure:4549: result: yes >configure:4462: checking sys/select.h usability >configure:4471: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4474: $? = 0 >configure:4477: test -s conftest.o >configure:4480: $? = 0 >configure:4489: result: yes >configure:4493: checking sys/select.h presence >configure:4500: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4506: $? = 0 >configure:4524: result: yes >configure:4542: checking for sys/select.h >configure:4549: result: yes >configure:4462: checking fcntl.h usability >configure:4471: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4474: $? = 0 >configure:4477: test -s conftest.o >configure:4480: $? = 0 >configure:4489: result: yes >configure:4493: checking fcntl.h presence >configure:4500: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4506: $? = 0 >configure:4524: result: yes >configure:4542: checking for fcntl.h >configure:4549: result: yes >configure:4462: checking sys/time.h usability >configure:4471: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4474: $? = 0 >configure:4477: test -s conftest.o >configure:4480: $? = 0 >configure:4489: result: yes >configure:4493: checking sys/time.h presence >configure:4500: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4506: $? = 0 >configure:4524: result: yes >configure:4542: checking for sys/time.h >configure:4549: result: yes >configure:4462: checking sys/unistd.h usability >configure:4471: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4474: $? = 0 >configure:4477: test -s conftest.o >configure:4480: $? = 0 >configure:4489: result: yes >configure:4493: checking sys/unistd.h presence >configure:4500: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4506: $? = 0 >configure:4524: result: yes >configure:4542: checking for sys/unistd.h >configure:4549: result: yes >configure:4573: checking for unistd.h >configure:4578: result: yes >configure:4582: checking utime.h usability >configure:4591: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4594: $? = 0 >configure:4597: test -s conftest.o >configure:4600: $? = 0 >configure:4609: result: yes >configure:4613: checking utime.h presence >configure:4620: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4626: $? = 0 >configure:4644: result: yes >configure:4662: checking for utime.h >configure:4669: result: yes >configure:4582: checking grp.h usability >configure:4591: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4594: $? = 0 >configure:4597: test -s conftest.o >configure:4600: $? = 0 >configure:4609: result: yes >configure:4613: checking grp.h presence >configure:4620: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4626: $? = 0 >configure:4644: result: yes >configure:4662: checking for grp.h >configure:4669: result: yes >configure:4582: checking sys/id.h usability >configure:4591: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4619:20: sys/id.h: No such file or directory >configure:4594: $? = 1 >configure: failed program was: >#line 4584 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <sys/id.h> >configure:4609: result: no >configure:4613: checking sys/id.h presence >configure:4620: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4616:20: sys/id.h: No such file or directory >configure:4626: $? = 1 >configure: failed program was: >#line 4615 "configure" >#include "confdefs.h" >#include <sys/id.h> >configure:4644: result: no >configure:4662: checking for sys/id.h >configure:4669: result: no >configure:4582: checking limits.h usability >configure:4591: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4594: $? = 0 >configure:4597: test -s conftest.o >configure:4600: $? = 0 >configure:4609: result: yes >configure:4613: checking limits.h presence >configure:4620: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4626: $? = 0 >configure:4644: result: yes >configure:4662: checking for limits.h >configure:4669: result: yes >configure:4573: checking for memory.h >configure:4578: result: yes >configure:4582: checking net/if.h usability >configure:4591: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4594: $? = 0 >configure:4597: test -s conftest.o >configure:4600: $? = 0 >configure:4609: result: yes >configure:4613: checking net/if.h presence >configure:4620: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4626: $? = 0 >configure:4644: result: yes >configure:4662: checking for net/if.h >configure:4669: result: yes >configure:4700: checking compat.h usability >configure:4709: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4737:20: compat.h: No such file or directory >configure:4712: $? = 1 >configure: failed program was: >#line 4702 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <compat.h> >configure:4727: result: no >configure:4731: checking compat.h presence >configure:4738: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4734:20: compat.h: No such file or directory >configure:4744: $? = 1 >configure: failed program was: >#line 4733 "configure" >#include "confdefs.h" >#include <compat.h> >configure:4762: result: no >configure:4780: checking for compat.h >configure:4787: result: no >configure:4700: checking rpc/rpc.h usability >configure:4709: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4712: $? = 0 >configure:4715: test -s conftest.o >configure:4718: $? = 0 >configure:4727: result: yes >configure:4731: checking rpc/rpc.h presence >configure:4738: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4744: $? = 0 >configure:4762: result: yes >configure:4780: checking for rpc/rpc.h >configure:4787: result: yes >configure:4700: checking rpcsvc/nis.h usability >configure:4709: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4712: $? = 0 >configure:4715: test -s conftest.o >configure:4718: $? = 0 >configure:4727: result: yes >configure:4731: checking rpcsvc/nis.h presence >configure:4738: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4744: $? = 0 >configure:4762: result: yes >configure:4780: checking for rpcsvc/nis.h >configure:4787: result: yes >configure:4700: checking rpcsvc/yp_prot.h usability >configure:4709: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4712: $? = 0 >configure:4715: test -s conftest.o >configure:4718: $? = 0 >configure:4727: result: yes >configure:4731: checking rpcsvc/yp_prot.h presence >configure:4738: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4744: $? = 0 >configure:4762: result: yes >configure:4780: checking for rpcsvc/yp_prot.h >configure:4787: result: yes >configure:4700: checking rpcsvc/ypclnt.h usability >configure:4709: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4712: $? = 0 >configure:4715: test -s conftest.o >configure:4718: $? = 0 >configure:4727: result: yes >configure:4731: checking rpcsvc/ypclnt.h presence >configure:4738: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4744: $? = 0 >configure:4762: result: yes >configure:4780: checking for rpcsvc/ypclnt.h >configure:4787: result: yes >configure:4820: checking sys/param.h usability >configure:4829: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4832: $? = 0 >configure:4835: test -s conftest.o >configure:4838: $? = 0 >configure:4847: result: yes >configure:4851: checking sys/param.h presence >configure:4858: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4864: $? = 0 >configure:4882: result: yes >configure:4900: checking for sys/param.h >configure:4907: result: yes >configure:4820: checking ctype.h usability >configure:4829: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4832: $? = 0 >configure:4835: test -s conftest.o >configure:4838: $? = 0 >configure:4847: result: yes >configure:4851: checking ctype.h presence >configure:4858: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4864: $? = 0 >configure:4882: result: yes >configure:4900: checking for ctype.h >configure:4907: result: yes >configure:4811: checking for sys/wait.h >configure:4816: result: yes >configure:4820: checking sys/resource.h usability >configure:4829: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4832: $? = 0 >configure:4835: test -s conftest.o >configure:4838: $? = 0 >configure:4847: result: yes >configure:4851: checking sys/resource.h presence >configure:4858: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4864: $? = 0 >configure:4882: result: yes >configure:4900: checking for sys/resource.h >configure:4907: result: yes >configure:4820: checking sys/ioctl.h usability >configure:4829: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4832: $? = 0 >configure:4835: test -s conftest.o >configure:4838: $? = 0 >configure:4847: result: yes >configure:4851: checking sys/ioctl.h presence >configure:4858: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4864: $? = 0 >configure:4882: result: yes >configure:4900: checking for sys/ioctl.h >configure:4907: result: yes >configure:4820: checking sys/ipc.h usability >configure:4829: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4832: $? = 0 >configure:4835: test -s conftest.o >configure:4838: $? = 0 >configure:4847: result: yes >configure:4851: checking sys/ipc.h presence >configure:4858: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4864: $? = 0 >configure:4882: result: yes >configure:4900: checking for sys/ipc.h >configure:4907: result: yes >configure:4820: checking sys/mode.h usability >configure:4829: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4857:22: sys/mode.h: No such file or directory >configure:4832: $? = 1 >configure: failed program was: >#line 4822 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <sys/mode.h> >configure:4847: result: no >configure:4851: checking sys/mode.h presence >configure:4858: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4854:22: sys/mode.h: No such file or directory >configure:4864: $? = 1 >configure: failed program was: >#line 4853 "configure" >#include "confdefs.h" >#include <sys/mode.h> >configure:4882: result: no >configure:4900: checking for sys/mode.h >configure:4907: result: no >configure:4941: checking sys/mman.h usability >configure:4950: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4953: $? = 0 >configure:4956: test -s conftest.o >configure:4959: $? = 0 >configure:4968: result: yes >configure:4972: checking sys/mman.h presence >configure:4979: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4985: $? = 0 >configure:5003: result: yes >configure:5021: checking for sys/mman.h >configure:5028: result: yes >configure:4941: checking sys/filio.h usability >configure:4950: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4978:23: sys/filio.h: No such file or directory >configure:4953: $? = 1 >configure: failed program was: >#line 4943 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <sys/filio.h> >configure:4968: result: no >configure:4972: checking sys/filio.h presence >configure:4979: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4975:23: sys/filio.h: No such file or directory >configure:4985: $? = 1 >configure: failed program was: >#line 4974 "configure" >#include "confdefs.h" >#include <sys/filio.h> >configure:5003: result: no >configure:5021: checking for sys/filio.h >configure:5028: result: no >configure:4941: checking sys/priv.h usability >configure:4950: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4978:22: sys/priv.h: No such file or directory >configure:4953: $? = 1 >configure: failed program was: >#line 4943 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <sys/priv.h> >configure:4968: result: no >configure:4972: checking sys/priv.h presence >configure:4979: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4975:22: sys/priv.h: No such file or directory >configure:4985: $? = 1 >configure: failed program was: >#line 4974 "configure" >#include "confdefs.h" >#include <sys/priv.h> >configure:5003: result: no >configure:5021: checking for sys/priv.h >configure:5028: result: no >configure:4941: checking sys/shm.h usability >configure:4950: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4953: $? = 0 >configure:4956: test -s conftest.o >configure:4959: $? = 0 >configure:4968: result: yes >configure:4972: checking sys/shm.h presence >configure:4979: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4985: $? = 0 >configure:5003: result: yes >configure:5021: checking for sys/shm.h >configure:5028: result: yes >configure:4932: checking for string.h >configure:4937: result: yes >configure:4932: checking for strings.h >configure:4937: result: yes >configure:4932: checking for stdlib.h >configure:4937: result: yes >configure:4941: checking sys/socket.h usability >configure:4950: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:4953: $? = 0 >configure:4956: test -s conftest.o >configure:4959: $? = 0 >configure:4968: result: yes >configure:4972: checking sys/socket.h presence >configure:4979: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:4985: $? = 0 >configure:5003: result: yes >configure:5021: checking for sys/socket.h >configure:5028: result: yes >configure:5060: checking sys/mount.h usability >configure:5069: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5072: $? = 0 >configure:5075: test -s conftest.o >configure:5078: $? = 0 >configure:5087: result: yes >configure:5091: checking sys/mount.h presence >configure:5098: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5104: $? = 0 >configure:5122: result: yes >configure:5140: checking for sys/mount.h >configure:5147: result: yes >configure:5060: checking sys/vfs.h usability >configure:5069: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5072: $? = 0 >configure:5075: test -s conftest.o >configure:5078: $? = 0 >configure:5087: result: yes >configure:5091: checking sys/vfs.h presence >configure:5098: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5104: $? = 0 >configure:5122: result: yes >configure:5140: checking for sys/vfs.h >configure:5147: result: yes >configure:5060: checking sys/fs/s5param.h usability >configure:5069: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5097:28: sys/fs/s5param.h: No such file or directory >configure:5072: $? = 1 >configure: failed program was: >#line 5062 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <sys/fs/s5param.h> >configure:5087: result: no >configure:5091: checking sys/fs/s5param.h presence >configure:5098: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5094:28: sys/fs/s5param.h: No such file or directory >configure:5104: $? = 1 >configure: failed program was: >#line 5093 "configure" >#include "confdefs.h" >#include <sys/fs/s5param.h> >configure:5122: result: no >configure:5140: checking for sys/fs/s5param.h >configure:5147: result: no >configure:5060: checking sys/filsys.h usability >configure:5069: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5097:24: sys/filsys.h: No such file or directory >configure:5072: $? = 1 >configure: failed program was: >#line 5062 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <sys/filsys.h> >configure:5087: result: no >configure:5091: checking sys/filsys.h presence >configure:5098: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5094:24: sys/filsys.h: No such file or directory >configure:5104: $? = 1 >configure: failed program was: >#line 5093 "configure" >#include "confdefs.h" >#include <sys/filsys.h> >configure:5122: result: no >configure:5140: checking for sys/filsys.h >configure:5147: result: no >configure:5060: checking termios.h usability >configure:5069: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5072: $? = 0 >configure:5075: test -s conftest.o >configure:5078: $? = 0 >configure:5087: result: yes >configure:5091: checking termios.h presence >configure:5098: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5104: $? = 0 >configure:5122: result: yes >configure:5140: checking for termios.h >configure:5147: result: yes >configure:5060: checking termio.h usability >configure:5069: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5072: $? = 0 >configure:5075: test -s conftest.o >configure:5078: $? = 0 >configure:5087: result: yes >configure:5091: checking termio.h presence >configure:5098: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5104: $? = 0 >configure:5122: result: yes >configure:5140: checking for termio.h >configure:5147: result: yes >configure:5179: checking sys/termio.h usability >configure:5188: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5216:24: sys/termio.h: No such file or directory >configure:5191: $? = 1 >configure: failed program was: >#line 5181 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <sys/termio.h> >configure:5206: result: no >configure:5210: checking sys/termio.h presence >configure:5217: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5213:24: sys/termio.h: No such file or directory >configure:5223: $? = 1 >configure: failed program was: >#line 5212 "configure" >#include "confdefs.h" >#include <sys/termio.h> >configure:5241: result: no >configure:5259: checking for sys/termio.h >configure:5266: result: no >configure:5179: checking sys/statfs.h usability >configure:5188: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5191: $? = 0 >configure:5194: test -s conftest.o >configure:5197: $? = 0 >configure:5206: result: yes >configure:5210: checking sys/statfs.h presence >configure:5217: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5223: $? = 0 >configure:5241: result: yes >configure:5259: checking for sys/statfs.h >configure:5266: result: yes >configure:5179: checking sys/dustat.h usability >configure:5188: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5216:24: sys/dustat.h: No such file or directory >configure:5191: $? = 1 >configure: failed program was: >#line 5181 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <sys/dustat.h> >configure:5206: result: no >configure:5210: checking sys/dustat.h presence >configure:5217: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5213:24: sys/dustat.h: No such file or directory >configure:5223: $? = 1 >configure: failed program was: >#line 5212 "configure" >#include "confdefs.h" >#include <sys/dustat.h> >configure:5241: result: no >configure:5259: checking for sys/dustat.h >configure:5266: result: no >configure:5179: checking sys/statvfs.h usability >configure:5188: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5191: $? = 0 >configure:5194: test -s conftest.o >configure:5197: $? = 0 >configure:5206: result: yes >configure:5210: checking sys/statvfs.h presence >configure:5217: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5223: $? = 0 >configure:5241: result: yes >configure:5259: checking for sys/statvfs.h >configure:5266: result: yes >configure:5179: checking stdarg.h usability >configure:5188: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5191: $? = 0 >configure:5194: test -s conftest.o >configure:5197: $? = 0 >configure:5206: result: yes >configure:5210: checking stdarg.h presence >configure:5217: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5223: $? = 0 >configure:5241: result: yes >configure:5259: checking for stdarg.h >configure:5266: result: yes >configure:5179: checking sys/sockio.h usability >configure:5188: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5216:24: sys/sockio.h: No such file or directory >configure:5191: $? = 1 >configure: failed program was: >#line 5181 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <sys/sockio.h> >configure:5206: result: no >configure:5210: checking sys/sockio.h presence >configure:5217: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5213:24: sys/sockio.h: No such file or directory >configure:5223: $? = 1 >configure: failed program was: >#line 5212 "configure" >#include "confdefs.h" >#include <sys/sockio.h> >configure:5241: result: no >configure:5259: checking for sys/sockio.h >configure:5266: result: no >configure:5295: checking security/pam_modules.h usability >configure:5304: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5332:34: security/pam_modules.h: No such file or directory >configure:5307: $? = 1 >configure: failed program was: >#line 5297 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <security/pam_modules.h> >configure:5322: result: no >configure:5326: checking security/pam_modules.h presence >configure:5333: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5329:34: security/pam_modules.h: No such file or directory >configure:5339: $? = 1 >configure: failed program was: >#line 5328 "configure" >#include "confdefs.h" >#include <security/pam_modules.h> >configure:5357: result: no >configure:5375: checking for security/pam_modules.h >configure:5382: result: no >configure:5295: checking security/_pam_macros.h usability >configure:5304: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5332:34: security/_pam_macros.h: No such file or directory >configure:5307: $? = 1 >configure: failed program was: >#line 5297 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <security/_pam_macros.h> >configure:5322: result: no >configure:5326: checking security/_pam_macros.h presence >configure:5333: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5329:34: security/_pam_macros.h: No such file or directory >configure:5339: $? = 1 >configure: failed program was: >#line 5328 "configure" >#include "confdefs.h" >#include <security/_pam_macros.h> >configure:5357: result: no >configure:5375: checking for security/_pam_macros.h >configure:5382: result: no >configure:5295: checking dlfcn.h usability >configure:5304: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5307: $? = 0 >configure:5310: test -s conftest.o >configure:5313: $? = 0 >configure:5322: result: yes >configure:5326: checking dlfcn.h presence >configure:5333: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5339: $? = 0 >configure:5357: result: yes >configure:5375: checking for dlfcn.h >configure:5382: result: yes >configure:5411: checking sys/syslog.h usability >configure:5420: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5423: $? = 0 >configure:5426: test -s conftest.o >configure:5429: $? = 0 >configure:5438: result: yes >configure:5442: checking sys/syslog.h presence >configure:5449: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5455: $? = 0 >configure:5473: result: yes >configure:5491: checking for sys/syslog.h >configure:5498: result: yes >configure:5411: checking syslog.h usability >configure:5420: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5423: $? = 0 >configure:5426: test -s conftest.o >configure:5429: $? = 0 >configure:5438: result: yes >configure:5442: checking syslog.h presence >configure:5449: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5455: $? = 0 >configure:5473: result: yes >configure:5491: checking for syslog.h >configure:5498: result: yes >configure:5411: checking execinfo.h usability >configure:5420: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5423: $? = 0 >configure:5426: test -s conftest.o >configure:5429: $? = 0 >configure:5438: result: yes >configure:5442: checking execinfo.h presence >configure:5449: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5455: $? = 0 >configure:5473: result: yes >configure:5491: checking for execinfo.h >configure:5498: result: yes >configure:5526: checking langinfo.h usability >configure:5535: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5538: $? = 0 >configure:5541: test -s conftest.o >configure:5544: $? = 0 >configure:5553: result: yes >configure:5557: checking langinfo.h presence >configure:5564: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5570: $? = 0 >configure:5588: result: yes >configure:5606: checking for langinfo.h >configure:5613: result: yes >configure:5526: checking locale.h usability >configure:5535: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5538: $? = 0 >configure:5541: test -s conftest.o >configure:5544: $? = 0 >configure:5553: result: yes >configure:5557: checking locale.h presence >configure:5564: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5570: $? = 0 >configure:5588: result: yes >configure:5606: checking for locale.h >configure:5613: result: yes >configure:5645: checking valgrind.h usability >configure:5654: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5682:22: valgrind.h: No such file or directory >configure:5657: $? = 1 >configure: failed program was: >#line 5647 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <valgrind.h> >configure:5672: result: no >configure:5676: checking valgrind.h presence >configure:5683: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5679:22: valgrind.h: No such file or directory >configure:5689: $? = 1 >configure: failed program was: >#line 5678 "configure" >#include "confdefs.h" >#include <valgrind.h> >configure:5707: result: no >configure:5725: checking for valgrind.h >configure:5732: result: no >configure:5645: checking valgrind/valgrind.h usability >configure:5654: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5682:31: valgrind/valgrind.h: No such file or directory >configure:5657: $? = 1 >configure: failed program was: >#line 5647 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <valgrind/valgrind.h> >configure:5672: result: no >configure:5676: checking valgrind/valgrind.h presence >configure:5683: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5679:31: valgrind/valgrind.h: No such file or directory >configure:5689: $? = 1 >configure: failed program was: >#line 5678 "configure" >#include "confdefs.h" >#include <valgrind/valgrind.h> >configure:5707: result: no >configure:5725: checking for valgrind/valgrind.h >configure:5732: result: no >configure:5645: checking valgrind/memcheck.h usability >configure:5654: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5682:31: valgrind/memcheck.h: No such file or directory >configure:5657: $? = 1 >configure: failed program was: >#line 5647 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <valgrind/memcheck.h> >configure:5672: result: no >configure:5676: checking valgrind/memcheck.h presence >configure:5683: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5679:31: valgrind/memcheck.h: No such file or directory >configure:5689: $? = 1 >configure: failed program was: >#line 5678 "configure" >#include "confdefs.h" >#include <valgrind/memcheck.h> >configure:5707: result: no >configure:5725: checking for valgrind/memcheck.h >configure:5732: result: no >configure:5816: checking shadow.h usability >configure:5825: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5828: $? = 0 >configure:5831: test -s conftest.o >configure:5834: $? = 0 >configure:5843: result: yes >configure:5847: checking shadow.h presence >configure:5854: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5860: $? = 0 >configure:5878: result: yes >configure:5896: checking for shadow.h >configure:5903: result: yes >configure:5816: checking netinet/ip.h usability >configure:5825: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5828: $? = 0 >configure:5831: test -s conftest.o >configure:5834: $? = 0 >configure:5843: result: yes >configure:5847: checking netinet/ip.h presence >configure:5854: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5860: $? = 0 >configure:5878: result: yes >configure:5896: checking for netinet/ip.h >configure:5903: result: yes >configure:5816: checking netinet/tcp.h usability >configure:5825: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5828: $? = 0 >configure:5831: test -s conftest.o >configure:5834: $? = 0 >configure:5843: result: yes >configure:5847: checking netinet/tcp.h presence >configure:5854: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5860: $? = 0 >configure:5878: result: yes >configure:5896: checking for netinet/tcp.h >configure:5903: result: yes >configure:5816: checking netinet/in_systm.h usability >configure:5825: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5828: $? = 0 >configure:5831: test -s conftest.o >configure:5834: $? = 0 >configure:5843: result: yes >configure:5847: checking netinet/in_systm.h presence >configure:5854: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5860: $? = 0 >configure:5878: result: yes >configure:5896: checking for netinet/in_systm.h >configure:5903: result: yes >configure:5816: checking netinet/in_ip.h usability >configure:5825: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5853:27: netinet/in_ip.h: No such file or directory >configure:5828: $? = 1 >configure: failed program was: >#line 5818 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <netinet/in_ip.h> >configure:5843: result: no >configure:5847: checking netinet/in_ip.h presence >configure:5854: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5850:27: netinet/in_ip.h: No such file or directory >configure:5860: $? = 1 >configure: failed program was: >#line 5849 "configure" >#include "confdefs.h" >#include <netinet/in_ip.h> >configure:5878: result: no >configure:5896: checking for netinet/in_ip.h >configure:5903: result: no >configure:5935: checking nss.h usability >configure:5944: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5947: $? = 0 >configure:5950: test -s conftest.o >configure:5953: $? = 0 >configure:5962: result: yes >configure:5966: checking nss.h presence >configure:5973: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5979: $? = 0 >configure:5997: result: yes >configure:6015: checking for nss.h >configure:6022: result: yes >configure:5935: checking nss_common.h usability >configure:5944: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5972:24: nss_common.h: No such file or directory >configure:5947: $? = 1 >configure: failed program was: >#line 5937 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <nss_common.h> >configure:5962: result: no >configure:5966: checking nss_common.h presence >configure:5973: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5969:24: nss_common.h: No such file or directory >configure:5979: $? = 1 >configure: failed program was: >#line 5968 "configure" >#include "confdefs.h" >#include <nss_common.h> >configure:5997: result: no >configure:6015: checking for nss_common.h >configure:6022: result: no >configure:5935: checking ns_api.h usability >configure:5944: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5972:20: ns_api.h: No such file or directory >configure:5947: $? = 1 >configure: failed program was: >#line 5937 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <ns_api.h> >configure:5962: result: no >configure:5966: checking ns_api.h presence >configure:5973: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5969:20: ns_api.h: No such file or directory >configure:5979: $? = 1 >configure: failed program was: >#line 5968 "configure" >#include "confdefs.h" >#include <ns_api.h> >configure:5997: result: no >configure:6015: checking for ns_api.h >configure:6022: result: no >configure:5935: checking sys/security.h usability >configure:5944: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5972:26: sys/security.h: No such file or directory >configure:5947: $? = 1 >configure: failed program was: >#line 5937 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <sys/security.h> >configure:5962: result: no >configure:5966: checking sys/security.h presence >configure:5973: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5969:26: sys/security.h: No such file or directory >configure:5979: $? = 1 >configure: failed program was: >#line 5968 "configure" >#include "confdefs.h" >#include <sys/security.h> >configure:5997: result: no >configure:6015: checking for sys/security.h >configure:6022: result: no >configure:5935: checking security/pam_appl.h usability >configure:5944: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:5972:31: security/pam_appl.h: No such file or directory >configure:5947: $? = 1 >configure: failed program was: >#line 5937 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <security/pam_appl.h> >configure:5962: result: no >configure:5966: checking security/pam_appl.h presence >configure:5973: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:5969:31: security/pam_appl.h: No such file or directory >configure:5979: $? = 1 >configure: failed program was: >#line 5968 "configure" >#include "confdefs.h" >#include <security/pam_appl.h> >configure:5997: result: no >configure:6015: checking for security/pam_appl.h >configure:6022: result: no >configure:5926: checking for security/pam_modules.h >configure:5931: result: no >configure:6050: checking stropts.h usability >configure:6059: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:6062: $? = 0 >configure:6065: test -s conftest.o >configure:6068: $? = 0 >configure:6077: result: yes >configure:6081: checking stropts.h presence >configure:6088: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:6094: $? = 0 >configure:6112: result: yes >configure:6130: checking for stropts.h >configure:6137: result: yes >configure:6050: checking poll.h usability >configure:6059: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:6062: $? = 0 >configure:6065: test -s conftest.o >configure:6068: $? = 0 >configure:6077: result: yes >configure:6081: checking poll.h presence >configure:6088: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:6094: $? = 0 >configure:6112: result: yes >configure:6130: checking for poll.h >configure:6137: result: yes >configure:6166: checking sys/capability.h usability >configure:6175: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:6203:28: sys/capability.h: No such file or directory >configure:6178: $? = 1 >configure: failed program was: >#line 6168 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <sys/capability.h> >configure:6193: result: no >configure:6197: checking sys/capability.h presence >configure:6204: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:6200:28: sys/capability.h: No such file or directory >configure:6210: $? = 1 >configure: failed program was: >#line 6199 "configure" >#include "confdefs.h" >#include <sys/capability.h> >configure:6228: result: no >configure:6246: checking for sys/capability.h >configure:6253: result: no >configure:6166: checking syscall.h usability >configure:6175: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:6178: $? = 0 >configure:6181: test -s conftest.o >configure:6184: $? = 0 >configure:6193: result: yes >configure:6197: checking syscall.h presence >configure:6204: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:6210: $? = 0 >configure:6228: result: yes >configure:6246: checking for syscall.h >configure:6253: result: yes >configure:6166: checking sys/syscall.h usability >configure:6175: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:6178: $? = 0 >configure:6181: test -s conftest.o >configure:6184: $? = 0 >configure:6193: result: yes >configure:6197: checking sys/syscall.h presence >configure:6204: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:6210: $? = 0 >configure:6228: result: yes >configure:6246: checking for sys/syscall.h >configure:6253: result: yes >configure:6284: checking sys/acl.h usability >configure:6293: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:6321:21: sys/acl.h: No such file or directory >configure:6296: $? = 1 >configure: failed program was: >#line 6286 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <sys/acl.h> >configure:6311: result: no >configure:6315: checking sys/acl.h presence >configure:6322: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:6318:21: sys/acl.h: No such file or directory >configure:6328: $? = 1 >configure: failed program was: >#line 6317 "configure" >#include "confdefs.h" >#include <sys/acl.h> >configure:6346: result: no >configure:6364: checking for sys/acl.h >configure:6371: result: no >configure:6284: checking sys/attributes.h usability >configure:6293: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:6321:28: sys/attributes.h: No such file or directory >configure:6296: $? = 1 >configure: failed program was: >#line 6286 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <sys/attributes.h> >configure:6311: result: no >configure:6315: checking sys/attributes.h presence >configure:6322: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:6318:28: sys/attributes.h: No such file or directory >configure:6328: $? = 1 >configure: failed program was: >#line 6317 "configure" >#include "confdefs.h" >#include <sys/attributes.h> >configure:6346: result: no >configure:6364: checking for sys/attributes.h >configure:6371: result: no >configure:6284: checking attr/xattr.h usability >configure:6293: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:6321:24: attr/xattr.h: No such file or directory >configure:6296: $? = 1 >configure: failed program was: >#line 6286 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <attr/xattr.h> >configure:6311: result: no >configure:6315: checking attr/xattr.h presence >configure:6322: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:6318:24: attr/xattr.h: No such file or directory >configure:6328: $? = 1 >configure: failed program was: >#line 6317 "configure" >#include "confdefs.h" >#include <attr/xattr.h> >configure:6346: result: no >configure:6364: checking for attr/xattr.h >configure:6371: result: no >configure:6284: checking sys/cdefs.h usability >configure:6293: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:6296: $? = 0 >configure:6299: test -s conftest.o >configure:6302: $? = 0 >configure:6311: result: yes >configure:6315: checking sys/cdefs.h presence >configure:6322: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:6328: $? = 0 >configure:6346: result: yes >configure:6364: checking for sys/cdefs.h >configure:6371: result: yes >configure:6284: checking glob.h usability >configure:6293: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:6296: $? = 0 >configure:6299: test -s conftest.o >configure:6302: $? = 0 >configure:6311: result: yes >configure:6315: checking glob.h presence >configure:6322: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:6328: $? = 0 >configure:6346: result: yes >configure:6364: checking for glob.h >configure:6371: result: yes >configure:6402: checking utmp.h usability >configure:6411: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:6414: $? = 0 >configure:6417: test -s conftest.o >configure:6420: $? = 0 >configure:6429: result: yes >configure:6433: checking utmp.h presence >configure:6440: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:6446: $? = 0 >configure:6464: result: yes >configure:6482: checking for utmp.h >configure:6489: result: yes >configure:6402: checking utmpx.h usability >configure:6411: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:6414: $? = 0 >configure:6417: test -s conftest.o >configure:6420: $? = 0 >configure:6429: result: yes >configure:6433: checking utmpx.h presence >configure:6440: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:6446: $? = 0 >configure:6464: result: yes >configure:6482: checking for utmpx.h >configure:6489: result: yes >configure:6402: checking lastlog.h usability >configure:6411: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:6414: $? = 0 >configure:6417: test -s conftest.o >configure:6420: $? = 0 >configure:6429: result: yes >configure:6433: checking lastlog.h presence >configure:6440: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:6446: $? = 0 >configure:6464: result: yes >configure:6482: checking for lastlog.h >configure:6489: result: yes >configure:6503: checking for int >configure:6530: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:6533: $? = 0 >configure:6536: test -s conftest.o >configure:6539: $? = 0 >configure:6549: result: yes >configure:6552: checking size of int >configure:6830: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:6833: $? = 0 >configure:6835: ./conftest >configure:6838: $? = 0 >configure:6858: result: 4 >configure:6865: checking for long >configure:6892: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:6895: $? = 0 >configure:6898: test -s conftest.o >configure:6901: $? = 0 >configure:6911: result: yes >configure:6914: checking size of long >configure:7192: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:7195: $? = 0 >configure:7197: ./conftest >configure:7200: $? = 0 >configure:7220: result: 4 >configure:7227: checking for short >configure:7254: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:7257: $? = 0 >configure:7260: test -s conftest.o >configure:7263: $? = 0 >configure:7273: result: yes >configure:7276: checking size of short >configure:7554: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:7557: $? = 0 >configure:7559: ./conftest >configure:7562: $? = 0 >configure:7582: result: 2 >configure:7590: checking for an ANSI C-conforming const >configure:7660: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:7663: $? = 0 >configure:7666: test -s conftest.o >configure:7669: $? = 0 >configure:7679: result: yes >configure:7689: checking for inline >configure:7726: result: inline >configure:7741: checking whether byte ordering is bigendian >configure:7771: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:7774: $? = 0 >configure:7777: test -s conftest.o >configure:7780: $? = 0 >configure:7807: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure: In function `main': >configure:7797: `not' undeclared (first use in this function) >configure:7797: (Each undeclared identifier is reported only once >configure:7797: for each function it appears in.) >configure:7797: parse error before "big" >configure:7810: $? = 1 >configure: failed program was: >#line 7783 "configure" >#include "confdefs.h" >#include <sys/types.h> >#include <sys/param.h> > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >#if BYTE_ORDER != BIG_ENDIAN > not big endian >#endif > > ; > return 0; >} >configure:7924: result: no >configure:7944: checking whether char is unsigned >configure:7970: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:7973: $? = 0 >configure:7976: test -s conftest.o >configure:7979: $? = 0 >configure:7989: result: no >configure:7999: checking return type of signal handlers >configure:8033: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:8036: $? = 0 >configure:8039: test -s conftest.o >configure:8042: $? = 0 >configure:8052: result: void >configure:8060: checking for uid_t in sys/types.h >configure:8080: result: yes >configure:8095: checking for mode_t >configure:8122: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:8125: $? = 0 >configure:8128: test -s conftest.o >configure:8131: $? = 0 >configure:8141: result: yes >configure:8153: checking for off_t >configure:8180: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:8183: $? = 0 >configure:8186: test -s conftest.o >configure:8189: $? = 0 >configure:8199: result: yes >configure:8211: checking for size_t >configure:8238: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:8241: $? = 0 >configure:8244: test -s conftest.o >configure:8247: $? = 0 >configure:8257: result: yes >configure:8269: checking for pid_t >configure:8296: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:8299: $? = 0 >configure:8302: test -s conftest.o >configure:8305: $? = 0 >configure:8315: result: yes >configure:8328: checking for struct stat.st_rdev >configure:8354: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:8357: $? = 0 >configure:8360: test -s conftest.o >configure:8363: $? = 0 >configure:8373: result: yes >configure:8389: checking for d_off in dirent >configure:8416: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:8419: $? = 0 >configure:8422: test -s conftest.o >configure:8425: $? = 0 >configure:8435: result: yes >configure:8445: checking for ino_t >configure:8472: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:8475: $? = 0 >configure:8478: test -s conftest.o >configure:8481: $? = 0 >configure:8491: result: yes >configure:8503: checking for loff_t >configure:8530: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:8533: $? = 0 >configure:8536: test -s conftest.o >configure:8539: $? = 0 >configure:8549: result: yes >configure:8561: checking for offset_t >configure:8588: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure: In function `main': >configure:8610: `offset_t' undeclared (first use in this function) >configure:8610: (Each undeclared identifier is reported only once >configure:8610: for each function it appears in.) >configure:8610: parse error before ')' token >configure:8591: $? = 1 >configure: failed program was: >#line 8566 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >if ((offset_t *) 0) > return 0; >if (sizeof (offset_t)) > return 0; > ; > return 0; >} >configure:8607: result: no >configure:8619: checking for ssize_t >configure:8646: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:8649: $? = 0 >configure:8652: test -s conftest.o >configure:8655: $? = 0 >configure:8665: result: yes >configure:8677: checking for wchar_t >configure:8704: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:8707: $? = 0 >configure:8710: test -s conftest.o >configure:8713: $? = 0 >configure:8723: result: yes >configure:8748: checking for cups-config >configure:8781: result: no >configure:8800: checking for library containing dlopen >configure:8833: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >/tmp/ccKsFs1g.o(.text+0xa): In function `main': >/usr/src/samba_current/source/configure:8825: undefined reference to `dlopen' >collect2: ld returned 1 exit status >configure:8836: $? = 1 >configure: failed program was: >#line 8807 "configure" >#include "confdefs.h" > >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char dlopen (); >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >dlopen (); > ; > return 0; >} >configure:8879: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -ldl >&5 >configure:8882: $? = 0 >configure:8885: test -s conftest >configure:8888: $? = 0 >configure:8901: result: -ldl >configure:8912: checking for immediate structures >configure:8948: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:8951: $? = 0 >configure:8954: test -s conftest.o >configure:8957: $? = 0 >configure:8967: result: yes >configure:8979: checking if the compiler will optimize out function calls >configure:9012: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -ldl >&5 >configure:9015: $? = 0 >configure:9018: test -s conftest >configure:9021: $? = 0 >configure:9031: result: yes >configure:9043: checking for unix domain sockets >configure:9076: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:9079: $? = 0 >configure:9082: test -s conftest.o >configure:9085: $? = 0 >configure:9095: result: yes >configure:9106: checking for socklen_t type >configure:9137: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:9140: $? = 0 >configure:9143: test -s conftest.o >configure:9146: $? = 0 >configure:9156: result: yes >configure:9166: checking for sig_atomic_t type >configure:9197: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:9200: $? = 0 >configure:9203: test -s conftest.o >configure:9206: $? = 0 >configure:9216: result: yes >configure:9228: checking for errno declaration >configure:9253: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:9256: $? = 0 >configure:9259: test -s conftest.o >configure:9262: $? = 0 >configure:9272: result: yes >configure:9283: checking for setresuid declaration >configure:9308: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure: In function `main': >configure:9301: `setresuid' undeclared (first use in this function) >configure:9301: (Each undeclared identifier is reported only once >configure:9301: for each function it appears in.) >configure:9311: $? = 1 >configure: failed program was: >#line 9289 "configure" >#include "confdefs.h" >#include <unistd.h> >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >int i = (int)setresuid > ; > return 0; >} >configure:9327: result: no >configure:9338: checking for setresgid declaration >configure:9363: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure: In function `main': >configure:9356: `setresgid' undeclared (first use in this function) >configure:9356: (Each undeclared identifier is reported only once >configure:9356: for each function it appears in.) >configure:9366: $? = 1 >configure: failed program was: >#line 9344 "configure" >#include "confdefs.h" >#include <unistd.h> >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >int i = (int)setresgid > ; > return 0; >} >configure:9382: result: no >configure:9393: checking for asprintf declaration >configure:9418: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:9421: $? = 0 >configure:9424: test -s conftest.o >configure:9427: $? = 0 >configure:9437: result: yes >configure:9448: checking for vasprintf declaration >configure:9473: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:9476: $? = 0 >configure:9479: test -s conftest.o >configure:9482: $? = 0 >configure:9492: result: yes >configure:9503: checking for vsnprintf declaration >configure:9528: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:9531: $? = 0 >configure:9534: test -s conftest.o >configure:9537: $? = 0 >configure:9547: result: yes >configure:9558: checking for snprintf declaration >configure:9583: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:9586: $? = 0 >configure:9589: test -s conftest.o >configure:9592: $? = 0 >configure:9602: result: yes >configure:9615: checking for real setresuid >configure:9631: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -ldl >&5 >configure:9634: $? = 0 >configure:9636: ./conftest >configure:9639: $? = 0 >configure:9652: result: yes >configure:9664: checking for real setresgid >configure:9681: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -ldl >&5 >configure:9684: $? = 0 >configure:9686: ./conftest >configure:9689: $? = 0 >configure:9702: result: yes >configure:9712: checking for working memcmp >configure:9763: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -ldl >&5 >configure:9766: $? = 0 >configure:9768: ./conftest >configure:9771: $? = 0 >configure:9784: result: yes >configure:9794: checking whether to use readline >configure:9802: result: yes >configure:9821: checking readline.h usability >configure:9830: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:9858:22: readline.h: No such file or directory >configure:9833: $? = 1 >configure: failed program was: >#line 9823 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <readline.h> >configure:9848: result: no >configure:9852: checking readline.h presence >configure:9859: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:9855:22: readline.h: No such file or directory >configure:9865: $? = 1 >configure: failed program was: >#line 9854 "configure" >#include "confdefs.h" >#include <readline.h> >configure:9883: result: no >configure:9901: checking for readline.h >configure:9908: result: no >configure:9821: checking history.h usability >configure:9830: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:9858:21: history.h: No such file or directory >configure:9833: $? = 1 >configure: failed program was: >#line 9823 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <history.h> >configure:9848: result: no >configure:9852: checking history.h presence >configure:9859: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:9855:21: history.h: No such file or directory >configure:9865: $? = 1 >configure: failed program was: >#line 9854 "configure" >#include "confdefs.h" >#include <history.h> >configure:9883: result: no >configure:9901: checking for history.h >configure:9908: result: no >configure:9821: checking readline/readline.h usability >configure:9830: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:9833: $? = 0 >configure:9836: test -s conftest.o >configure:9839: $? = 0 >configure:9848: result: yes >configure:9852: checking readline/readline.h presence >configure:9859: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:9865: $? = 0 >configure:9883: result: yes >configure:9901: checking for readline/readline.h >configure:9908: result: yes >configure:9935: checking readline/history.h usability >configure:9944: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:9947: $? = 0 >configure:9950: test -s conftest.o >configure:9953: $? = 0 >configure:9962: result: yes >configure:9966: checking readline/history.h presence >configure:9973: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:9979: $? = 0 >configure:9997: result: yes >configure:10015: checking for readline/history.h >configure:10022: result: yes >configure:10042: checking for readline.h >configure:10047: result: no >configure:10042: checking for readline/readline.h >configure:10047: result: yes >configure:10149: checking for tgetent in -lncurses >configure:10182: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lncurses -ldl >&5 >configure:10185: $? = 0 >configure:10188: test -s conftest >configure:10191: $? = 0 >configure:10202: result: yes >configure:10209: checking for rl_callback_handler_install in -lreadline >configure:10242: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lreadline -lncurses -ldl >&5 >configure:10245: $? = 0 >configure:10248: test -s conftest >configure:10251: $? = 0 >configure:10262: result: yes >configure:10791: checking for rl_completion_matches in -lreadline >configure:10824: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lreadline -lreadline -lncurses -ldl >&5 >configure:10827: $? = 0 >configure:10830: test -s conftest >configure:10833: $? = 0 >configure:10844: result: yes >configure:10865: checking for connect >configure:10908: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -ldl >&5 >configure:10911: $? = 0 >configure:10914: test -s conftest >configure:10917: $? = 0 >configure:10927: result: yes >configure:11224: checking for library containing yp_get_default_domain >configure:11257: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -ldl >&5 >/tmp/cc6E1APy.o(.text+0xa): In function `main': >/usr/src/samba_current/source/configure:11249: undefined reference to `yp_get_default_domain' >collect2: ld returned 1 exit status >configure:11260: $? = 1 >configure: failed program was: >#line 11231 "configure" >#include "confdefs.h" > >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char yp_get_default_domain (); >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >yp_get_default_domain (); > ; > return 0; >} >configure:11303: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11306: $? = 0 >configure:11309: test -s conftest >configure:11312: $? = 0 >configure:11325: result: -lnsl >configure:11336: checking for yp_get_default_domain >configure:11379: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11382: $? = 0 >configure:11385: test -s conftest >configure:11388: $? = 0 >configure:11398: result: yes >configure:11414: checking for execl >configure:11457: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11460: $? = 0 >configure:11463: test -s conftest >configure:11466: $? = 0 >configure:11476: result: yes >configure:11512: checking for dlopen >configure:11555: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11558: $? = 0 >configure:11561: test -s conftest >configure:11564: $? = 0 >configure:11574: result: yes >configure:11512: checking for dlclose >configure:11555: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11558: $? = 0 >configure:11561: test -s conftest >configure:11564: $? = 0 >configure:11574: result: yes >configure:11512: checking for dlsym >configure:11555: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11558: $? = 0 >configure:11561: test -s conftest >configure:11564: $? = 0 >configure:11574: result: yes >configure:11512: checking for dlerror >configure:11555: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11558: $? = 0 >configure:11561: test -s conftest >configure:11564: $? = 0 >configure:11574: result: yes >configure:11512: checking for waitpid >configure:11555: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11558: $? = 0 >configure:11561: test -s conftest >configure:11564: $? = 0 >configure:11574: result: yes >configure:11512: checking for getcwd >configure:11555: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11558: $? = 0 >configure:11561: test -s conftest >configure:11564: $? = 0 >configure:11574: result: yes >configure:11512: checking for strdup >configure:11555: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11558: $? = 0 >configure:11561: test -s conftest >configure:11564: $? = 0 >configure:11574: result: yes >configure:11512: checking for strndup >configure:11555: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11558: $? = 0 >configure:11561: test -s conftest >configure:11564: $? = 0 >configure:11574: result: yes >configure:11512: checking for strnlen >configure:11555: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11558: $? = 0 >configure:11561: test -s conftest >configure:11564: $? = 0 >configure:11574: result: yes >configure:11512: checking for strtoul >configure:11555: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11558: $? = 0 >configure:11561: test -s conftest >configure:11564: $? = 0 >configure:11574: result: yes >configure:11512: checking for strerror >configure:11555: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11558: $? = 0 >configure:11561: test -s conftest >configure:11564: $? = 0 >configure:11574: result: yes >configure:11512: checking for chown >configure:11555: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11558: $? = 0 >configure:11561: test -s conftest >configure:11564: $? = 0 >configure:11574: result: yes >configure:11512: checking for fchown >configure:11555: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11558: $? = 0 >configure:11561: test -s conftest >configure:11564: $? = 0 >configure:11574: result: yes >configure:11512: checking for chmod >configure:11555: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11558: $? = 0 >configure:11561: test -s conftest >configure:11564: $? = 0 >configure:11574: result: yes >configure:11512: checking for fchmod >configure:11555: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11558: $? = 0 >configure:11561: test -s conftest >configure:11564: $? = 0 >configure:11574: result: yes >configure:11512: checking for chroot >configure:11555: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11558: $? = 0 >configure:11561: test -s conftest >configure:11564: $? = 0 >configure:11574: result: yes >configure:11512: checking for link >configure:11555: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11558: $? = 0 >configure:11561: test -s conftest >configure:11564: $? = 0 >configure:11574: result: yes >configure:11512: checking for mknod >configure:11555: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11558: $? = 0 >configure:11561: test -s conftest >configure:11564: $? = 0 >configure:11574: result: yes >configure:11512: checking for mknod64 >configure:11555: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/cceR6WXx.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:11545: undefined reference to `mknod64' >collect2: ld returned 1 exit status >configure:11558: $? = 1 >configure: failed program was: >#line 11517 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char mknod64 (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char mknod64 (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_mknod64) || defined (__stub___mknod64) >choke me >#else >f = mknod64; >#endif > > ; > return 0; >} >configure:11574: result: no >configure:11598: checking for fstat >configure:11641: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11644: $? = 0 >configure:11647: test -s conftest >configure:11650: $? = 0 >configure:11660: result: yes >configure:11598: checking for strchr >configure:11641: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11613: warning: conflicting types for built-in function `strchr' >configure:11644: $? = 0 >configure:11647: test -s conftest >configure:11650: $? = 0 >configure:11660: result: yes >configure:11598: checking for utime >configure:11641: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11644: $? = 0 >configure:11647: test -s conftest >configure:11650: $? = 0 >configure:11660: result: yes >configure:11598: checking for utimes >configure:11641: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11644: $? = 0 >configure:11647: test -s conftest >configure:11650: $? = 0 >configure:11660: result: yes >configure:11598: checking for getrlimit >configure:11641: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11644: $? = 0 >configure:11647: test -s conftest >configure:11650: $? = 0 >configure:11660: result: yes >configure:11598: checking for fsync >configure:11641: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11644: $? = 0 >configure:11647: test -s conftest >configure:11650: $? = 0 >configure:11660: result: yes >configure:11598: checking for bzero >configure:11641: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11613: warning: conflicting types for built-in function `bzero' >configure:11644: $? = 0 >configure:11647: test -s conftest >configure:11650: $? = 0 >configure:11660: result: yes >configure:11598: checking for memset >configure:11641: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11613: warning: conflicting types for built-in function `memset' >configure:11644: $? = 0 >configure:11647: test -s conftest >configure:11650: $? = 0 >configure:11660: result: yes >configure:11598: checking for strlcpy >configure:11641: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccWy45MC.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:11631: undefined reference to `strlcpy' >collect2: ld returned 1 exit status >configure:11644: $? = 1 >configure: failed program was: >#line 11603 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char strlcpy (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char strlcpy (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_strlcpy) || defined (__stub___strlcpy) >choke me >#else >f = strlcpy; >#endif > > ; > return 0; >} >configure:11660: result: no >configure:11598: checking for strlcat >configure:11641: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccSu0dgK.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:11631: undefined reference to `strlcat' >collect2: ld returned 1 exit status >configure:11644: $? = 1 >configure: failed program was: >#line 11603 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char strlcat (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char strlcat (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_strlcat) || defined (__stub___strlcat) >choke me >#else >f = strlcat; >#endif > > ; > return 0; >} >configure:11660: result: no >configure:11598: checking for setpgid >configure:11641: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11644: $? = 0 >configure:11647: test -s conftest >configure:11650: $? = 0 >configure:11660: result: yes >configure:11684: checking for memmove >configure:11727: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11730: $? = 0 >configure:11733: test -s conftest >configure:11736: $? = 0 >configure:11746: result: yes >configure:11684: checking for vsnprintf >configure:11727: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11730: $? = 0 >configure:11733: test -s conftest >configure:11736: $? = 0 >configure:11746: result: yes >configure:11684: checking for snprintf >configure:11727: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11730: $? = 0 >configure:11733: test -s conftest >configure:11736: $? = 0 >configure:11746: result: yes >configure:11684: checking for asprintf >configure:11727: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11730: $? = 0 >configure:11733: test -s conftest >configure:11736: $? = 0 >configure:11746: result: yes >configure:11684: checking for vasprintf >configure:11727: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11730: $? = 0 >configure:11733: test -s conftest >configure:11736: $? = 0 >configure:11746: result: yes >configure:11684: checking for setsid >configure:11727: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11730: $? = 0 >configure:11733: test -s conftest >configure:11736: $? = 0 >configure:11746: result: yes >configure:11684: checking for glob >configure:11727: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11730: $? = 0 >configure:11733: test -s conftest >configure:11736: $? = 0 >configure:11746: result: yes >configure:11684: checking for strpbrk >configure:11727: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11699: warning: conflicting types for built-in function `strpbrk' >configure:11730: $? = 0 >configure:11733: test -s conftest >configure:11736: $? = 0 >configure:11746: result: yes >configure:11684: checking for pipe >configure:11727: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11730: $? = 0 >configure:11733: test -s conftest >configure:11736: $? = 0 >configure:11746: result: yes >configure:11684: checking for crypt16 >configure:11727: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccsB7Tds.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:11717: undefined reference to `crypt16' >collect2: ld returned 1 exit status >configure:11730: $? = 1 >configure: failed program was: >#line 11689 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char crypt16 (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char crypt16 (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_crypt16) || defined (__stub___crypt16) >choke me >#else >f = crypt16; >#endif > > ; > return 0; >} >configure:11746: result: no >configure:11684: checking for getauthuid >configure:11727: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccSjutMg.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:11717: undefined reference to `getauthuid' >collect2: ld returned 1 exit status >configure:11730: $? = 1 >configure: failed program was: >#line 11689 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char getauthuid (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char getauthuid (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_getauthuid) || defined (__stub___getauthuid) >choke me >#else >f = getauthuid; >#endif > > ; > return 0; >} >configure:11746: result: no >configure:11768: checking for strftime >configure:11811: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11814: $? = 0 >configure:11817: test -s conftest >configure:11820: $? = 0 >configure:11830: result: yes >configure:11768: checking for sigprocmask >configure:11811: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11814: $? = 0 >configure:11817: test -s conftest >configure:11820: $? = 0 >configure:11830: result: yes >configure:11768: checking for sigblock >configure:11811: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11814: $? = 0 >configure:11817: test -s conftest >configure:11820: $? = 0 >configure:11830: result: yes >configure:11768: checking for sigaction >configure:11811: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11814: $? = 0 >configure:11817: test -s conftest >configure:11820: $? = 0 >configure:11830: result: yes >configure:11768: checking for sigset >configure:11811: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11814: $? = 0 >configure:11817: test -s conftest >configure:11820: $? = 0 >configure:11830: result: yes >configure:11768: checking for innetgr >configure:11811: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11814: $? = 0 >configure:11817: test -s conftest >configure:11820: $? = 0 >configure:11830: result: yes >configure:11768: checking for setnetgrent >configure:11811: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11814: $? = 0 >configure:11817: test -s conftest >configure:11820: $? = 0 >configure:11830: result: yes >configure:11768: checking for getnetgrent >configure:11811: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11814: $? = 0 >configure:11817: test -s conftest >configure:11820: $? = 0 >configure:11830: result: yes >configure:11768: checking for endnetgrent >configure:11811: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11814: $? = 0 >configure:11817: test -s conftest >configure:11820: $? = 0 >configure:11830: result: yes >configure:11851: checking for initgroups >configure:11894: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11897: $? = 0 >configure:11900: test -s conftest >configure:11903: $? = 0 >configure:11913: result: yes >configure:11851: checking for select >configure:11894: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11897: $? = 0 >configure:11900: test -s conftest >configure:11903: $? = 0 >configure:11913: result: yes >configure:11851: checking for poll >configure:11894: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11897: $? = 0 >configure:11900: test -s conftest >configure:11903: $? = 0 >configure:11913: result: yes >configure:11851: checking for rdchk >configure:11894: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccSdqZEg.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:11884: undefined reference to `rdchk' >collect2: ld returned 1 exit status >configure:11897: $? = 1 >configure: failed program was: >#line 11856 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char rdchk (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char rdchk (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_rdchk) || defined (__stub___rdchk) >choke me >#else >f = rdchk; >#endif > > ; > return 0; >} >configure:11913: result: no >configure:11851: checking for getgrnam >configure:11894: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11897: $? = 0 >configure:11900: test -s conftest >configure:11903: $? = 0 >configure:11913: result: yes >configure:11851: checking for getgrent >configure:11894: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11897: $? = 0 >configure:11900: test -s conftest >configure:11903: $? = 0 >configure:11913: result: yes >configure:11851: checking for pathconf >configure:11894: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11897: $? = 0 >configure:11900: test -s conftest >configure:11903: $? = 0 >configure:11913: result: yes >configure:11851: checking for realpath >configure:11894: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11897: $? = 0 >configure:11900: test -s conftest >configure:11903: $? = 0 >configure:11913: result: yes >configure:11936: checking for setpriv >configure:11979: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/cc21xqAK.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:11969: undefined reference to `setpriv' >collect2: ld returned 1 exit status >configure:11982: $? = 1 >configure: failed program was: >#line 11941 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char setpriv (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char setpriv (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_setpriv) || defined (__stub___setpriv) >choke me >#else >f = setpriv; >#endif > > ; > return 0; >} >configure:11998: result: no >configure:11936: checking for setgidx >configure:11979: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccUL8C1R.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:11969: undefined reference to `setgidx' >collect2: ld returned 1 exit status >configure:11982: $? = 1 >configure: failed program was: >#line 11941 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char setgidx (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char setgidx (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_setgidx) || defined (__stub___setgidx) >choke me >#else >f = setgidx; >#endif > > ; > return 0; >} >configure:11998: result: no >configure:11936: checking for setuidx >configure:11979: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccYl9cQ1.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:11969: undefined reference to `setuidx' >collect2: ld returned 1 exit status >configure:11982: $? = 1 >configure: failed program was: >#line 11941 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char setuidx (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char setuidx (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_setuidx) || defined (__stub___setuidx) >choke me >#else >f = setuidx; >#endif > > ; > return 0; >} >configure:11998: result: no >configure:11936: checking for setgroups >configure:11979: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11982: $? = 0 >configure:11985: test -s conftest >configure:11988: $? = 0 >configure:11998: result: yes >configure:11936: checking for sysconf >configure:11979: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11982: $? = 0 >configure:11985: test -s conftest >configure:11988: $? = 0 >configure:11998: result: yes >configure:11936: checking for mktime >configure:11979: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11982: $? = 0 >configure:11985: test -s conftest >configure:11988: $? = 0 >configure:11998: result: yes >configure:11936: checking for rename >configure:11979: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11982: $? = 0 >configure:11985: test -s conftest >configure:11988: $? = 0 >configure:11998: result: yes >configure:11936: checking for ftruncate >configure:11979: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11982: $? = 0 >configure:11985: test -s conftest >configure:11988: $? = 0 >configure:11998: result: yes >configure:11936: checking for stat64 >configure:11979: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11982: $? = 0 >configure:11985: test -s conftest >configure:11988: $? = 0 >configure:11998: result: yes >configure:11936: checking for fstat64 >configure:11979: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:11982: $? = 0 >configure:11985: test -s conftest >configure:11988: $? = 0 >configure:11998: result: yes >configure:12019: checking for lstat64 >configure:12062: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12065: $? = 0 >configure:12068: test -s conftest >configure:12071: $? = 0 >configure:12081: result: yes >configure:12019: checking for fopen64 >configure:12062: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12065: $? = 0 >configure:12068: test -s conftest >configure:12071: $? = 0 >configure:12081: result: yes >configure:12019: checking for atexit >configure:12062: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12065: $? = 0 >configure:12068: test -s conftest >configure:12071: $? = 0 >configure:12081: result: yes >configure:12019: checking for grantpt >configure:12062: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12065: $? = 0 >configure:12068: test -s conftest >configure:12071: $? = 0 >configure:12081: result: yes >configure:12019: checking for dup2 >configure:12062: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12065: $? = 0 >configure:12068: test -s conftest >configure:12071: $? = 0 >configure:12081: result: yes >configure:12019: checking for lseek64 >configure:12062: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12065: $? = 0 >configure:12068: test -s conftest >configure:12071: $? = 0 >configure:12081: result: yes >configure:12019: checking for ftruncate64 >configure:12062: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12065: $? = 0 >configure:12068: test -s conftest >configure:12071: $? = 0 >configure:12081: result: yes >configure:12019: checking for readdir64 >configure:12062: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12065: $? = 0 >configure:12068: test -s conftest >configure:12071: $? = 0 >configure:12081: result: yes >configure:12101: checking for fseek64 >configure:12144: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccONkAQa.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12134: undefined reference to `fseek64' >collect2: ld returned 1 exit status >configure:12147: $? = 1 >configure: failed program was: >#line 12106 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char fseek64 (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char fseek64 (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_fseek64) || defined (__stub___fseek64) >choke me >#else >f = fseek64; >#endif > > ; > return 0; >} >configure:12163: result: no >configure:12101: checking for fseeko64 >configure:12144: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12147: $? = 0 >configure:12150: test -s conftest >configure:12153: $? = 0 >configure:12163: result: yes >configure:12101: checking for ftell64 >configure:12144: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccsu3QJt.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12134: undefined reference to `ftell64' >collect2: ld returned 1 exit status >configure:12147: $? = 1 >configure: failed program was: >#line 12106 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char ftell64 (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char ftell64 (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_ftell64) || defined (__stub___ftell64) >choke me >#else >f = ftell64; >#endif > > ; > return 0; >} >configure:12163: result: no >configure:12101: checking for ftello64 >configure:12144: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12147: $? = 0 >configure:12150: test -s conftest >configure:12153: $? = 0 >configure:12163: result: yes >configure:12101: checking for setluid >configure:12144: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccEuXAHM.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12134: undefined reference to `setluid' >collect2: ld returned 1 exit status >configure:12147: $? = 1 >configure: failed program was: >#line 12106 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char setluid (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char setluid (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_setluid) || defined (__stub___setluid) >choke me >#else >f = setluid; >#endif > > ; > return 0; >} >configure:12163: result: no >configure:12101: checking for getpwanam >configure:12144: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccaN5zvW.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12134: undefined reference to `getpwanam' >collect2: ld returned 1 exit status >configure:12147: $? = 1 >configure: failed program was: >#line 12106 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char getpwanam (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char getpwanam (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_getpwanam) || defined (__stub___getpwanam) >choke me >#else >f = getpwanam; >#endif > > ; > return 0; >} >configure:12163: result: no >configure:12101: checking for setlinebuf >configure:12144: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12147: $? = 0 >configure:12150: test -s conftest >configure:12153: $? = 0 >configure:12163: result: yes >configure:12187: checking for srandom >configure:12230: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12233: $? = 0 >configure:12236: test -s conftest >configure:12239: $? = 0 >configure:12249: result: yes >configure:12187: checking for random >configure:12230: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12233: $? = 0 >configure:12236: test -s conftest >configure:12239: $? = 0 >configure:12249: result: yes >configure:12187: checking for srand >configure:12230: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12233: $? = 0 >configure:12236: test -s conftest >configure:12239: $? = 0 >configure:12249: result: yes >configure:12187: checking for rand >configure:12230: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12233: $? = 0 >configure:12236: test -s conftest >configure:12239: $? = 0 >configure:12249: result: yes >configure:12187: checking for setenv >configure:12230: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12233: $? = 0 >configure:12236: test -s conftest >configure:12239: $? = 0 >configure:12249: result: yes >configure:12187: checking for usleep >configure:12230: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12233: $? = 0 >configure:12236: test -s conftest >configure:12239: $? = 0 >configure:12249: result: yes >configure:12187: checking for strcasecmp >configure:12230: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12233: $? = 0 >configure:12236: test -s conftest >configure:12239: $? = 0 >configure:12249: result: yes >configure:12187: checking for fcvt >configure:12230: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12233: $? = 0 >configure:12236: test -s conftest >configure:12239: $? = 0 >configure:12249: result: yes >configure:12187: checking for fcvtl >configure:12230: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccuuXCc2.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12220: undefined reference to `fcvtl' >collect2: ld returned 1 exit status >configure:12233: $? = 1 >configure: failed program was: >#line 12192 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char fcvtl (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char fcvtl (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_fcvtl) || defined (__stub___fcvtl) >choke me >#else >f = fcvtl; >#endif > > ; > return 0; >} >configure:12249: result: no >configure:12187: checking for symlink >configure:12230: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12233: $? = 0 >configure:12236: test -s conftest >configure:12239: $? = 0 >configure:12249: result: yes >configure:12187: checking for readlink >configure:12230: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12233: $? = 0 >configure:12236: test -s conftest >configure:12239: $? = 0 >configure:12249: result: yes >configure:12265: checking for syslog >configure:12308: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12311: $? = 0 >configure:12314: test -s conftest >configure:12317: $? = 0 >configure:12327: result: yes >configure:12265: checking for vsyslog >configure:12308: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12311: $? = 0 >configure:12314: test -s conftest >configure:12317: $? = 0 >configure:12327: result: yes >configure:12265: checking for timegm >configure:12308: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12311: $? = 0 >configure:12314: test -s conftest >configure:12317: $? = 0 >configure:12327: result: yes >configure:12342: checking for setlocale >configure:12385: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12388: $? = 0 >configure:12391: test -s conftest >configure:12394: $? = 0 >configure:12404: result: yes >configure:12342: checking for nl_langinfo >configure:12385: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12388: $? = 0 >configure:12391: test -s conftest >configure:12394: $? = 0 >configure:12404: result: yes >configure:12422: checking for setbuffer >configure:12465: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12468: $? = 0 >configure:12471: test -s conftest >configure:12474: $? = 0 >configure:12484: result: yes >configure:12422: checking for shmget >configure:12465: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12468: $? = 0 >configure:12471: test -s conftest >configure:12474: $? = 0 >configure:12484: result: yes >configure:12422: checking for shm_open >configure:12465: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccQKuEGh.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12455: undefined reference to `shm_open' >collect2: ld returned 1 exit status >configure:12468: $? = 1 >configure: failed program was: >#line 12427 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char shm_open (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char shm_open (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_shm_open) || defined (__stub___shm_open) >choke me >#else >f = shm_open; >#endif > > ; > return 0; >} >configure:12484: result: no >configure:12422: checking for backtrace_symbols >configure:12465: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12468: $? = 0 >configure:12471: test -s conftest >configure:12474: $? = 0 >configure:12484: result: yes >configure:12500: checking for syscall >configure:12543: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12546: $? = 0 >configure:12549: test -s conftest >configure:12552: $? = 0 >configure:12562: result: yes >configure:12583: checking for _dup >configure:12626: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccKl2xwJ.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12616: undefined reference to `_dup' >collect2: ld returned 1 exit status >configure:12629: $? = 1 >configure: failed program was: >#line 12588 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _dup (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _dup (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__dup) || defined (__stub____dup) >choke me >#else >f = _dup; >#endif > > ; > return 0; >} >configure:12645: result: no >configure:12583: checking for _dup2 >configure:12626: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccYWgMXQ.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12616: undefined reference to `_dup2' >collect2: ld returned 1 exit status >configure:12629: $? = 1 >configure: failed program was: >#line 12588 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _dup2 (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _dup2 (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__dup2) || defined (__stub____dup2) >choke me >#else >f = _dup2; >#endif > > ; > return 0; >} >configure:12645: result: no >configure:12583: checking for _opendir >configure:12626: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccMcRzL0.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12616: undefined reference to `_opendir' >collect2: ld returned 1 exit status >configure:12629: $? = 1 >configure: failed program was: >#line 12588 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _opendir (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _opendir (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__opendir) || defined (__stub____opendir) >choke me >#else >f = _opendir; >#endif > > ; > return 0; >} >configure:12645: result: no >configure:12583: checking for _readdir >configure:12626: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccAMz8wa.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12616: undefined reference to `_readdir' >collect2: ld returned 1 exit status >configure:12629: $? = 1 >configure: failed program was: >#line 12588 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _readdir (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _readdir (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__readdir) || defined (__stub____readdir) >choke me >#else >f = _readdir; >#endif > > ; > return 0; >} >configure:12645: result: no >configure:12583: checking for _seekdir >configure:12626: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccQW5Uok.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12616: undefined reference to `_seekdir' >collect2: ld returned 1 exit status >configure:12629: $? = 1 >configure: failed program was: >#line 12588 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _seekdir (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _seekdir (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__seekdir) || defined (__stub____seekdir) >choke me >#else >f = _seekdir; >#endif > > ; > return 0; >} >configure:12645: result: no >configure:12583: checking for _telldir >configure:12626: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccKzIKOr.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12616: undefined reference to `_telldir' >collect2: ld returned 1 exit status >configure:12629: $? = 1 >configure: failed program was: >#line 12588 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _telldir (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _telldir (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__telldir) || defined (__stub____telldir) >choke me >#else >f = _telldir; >#endif > > ; > return 0; >} >configure:12645: result: no >configure:12583: checking for _closedir >configure:12626: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccayngJi.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12616: undefined reference to `_closedir' >collect2: ld returned 1 exit status >configure:12629: $? = 1 >configure: failed program was: >#line 12588 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _closedir (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _closedir (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__closedir) || defined (__stub____closedir) >choke me >#else >f = _closedir; >#endif > > ; > return 0; >} >configure:12645: result: no >configure:12665: checking for __dup >configure:12708: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/cc2ZgJ3p.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12698: undefined reference to `__dup' >collect2: ld returned 1 exit status >configure:12711: $? = 1 >configure: failed program was: >#line 12670 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __dup (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __dup (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___dup) || defined (__stub_____dup) >choke me >#else >f = __dup; >#endif > > ; > return 0; >} >configure:12727: result: no >configure:12665: checking for __dup2 >configure:12708: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12711: $? = 0 >configure:12714: test -s conftest >configure:12717: $? = 0 >configure:12727: result: yes >configure:12665: checking for __opendir >configure:12708: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccOk87ZI.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12698: undefined reference to `__opendir' >collect2: ld returned 1 exit status >configure:12711: $? = 1 >configure: failed program was: >#line 12670 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __opendir (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __opendir (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___opendir) || defined (__stub_____opendir) >choke me >#else >f = __opendir; >#endif > > ; > return 0; >} >configure:12727: result: no >configure:12665: checking for __readdir >configure:12708: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccc3VHJS.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12698: undefined reference to `__readdir' >collect2: ld returned 1 exit status >configure:12711: $? = 1 >configure: failed program was: >#line 12670 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __readdir (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __readdir (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___readdir) || defined (__stub_____readdir) >choke me >#else >f = __readdir; >#endif > > ; > return 0; >} >configure:12727: result: no >configure:12665: checking for __seekdir >configure:12708: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/cc8Udzw2.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12698: undefined reference to `__seekdir' >collect2: ld returned 1 exit status >configure:12711: $? = 1 >configure: failed program was: >#line 12670 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __seekdir (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __seekdir (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___seekdir) || defined (__stub_____seekdir) >choke me >#else >f = __seekdir; >#endif > > ; > return 0; >} >configure:12727: result: no >configure:12665: checking for __telldir >configure:12708: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/cc2DZdX9.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12698: undefined reference to `__telldir' >collect2: ld returned 1 exit status >configure:12711: $? = 1 >configure: failed program was: >#line 12670 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __telldir (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __telldir (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___telldir) || defined (__stub_____telldir) >choke me >#else >f = __telldir; >#endif > > ; > return 0; >} >configure:12727: result: no >configure:12665: checking for __closedir >configure:12708: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccUBhJJj.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12698: undefined reference to `__closedir' >collect2: ld returned 1 exit status >configure:12711: $? = 1 >configure: failed program was: >#line 12670 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __closedir (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __closedir (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___closedir) || defined (__stub_____closedir) >choke me >#else >f = __closedir; >#endif > > ; > return 0; >} >configure:12727: result: no >configure:12742: checking for __getcwd >configure:12785: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccWcbjot.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12775: undefined reference to `__getcwd' >collect2: ld returned 1 exit status >configure:12788: $? = 1 >configure: failed program was: >#line 12747 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __getcwd (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __getcwd (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___getcwd) || defined (__stub_____getcwd) >choke me >#else >f = __getcwd; >#endif > > ; > return 0; >} >configure:12804: result: no >configure:12742: checking for _getcwd >configure:12785: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccygG9TA.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12775: undefined reference to `_getcwd' >collect2: ld returned 1 exit status >configure:12788: $? = 1 >configure: failed program was: >#line 12747 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _getcwd (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _getcwd (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__getcwd) || defined (__stub____getcwd) >choke me >#else >f = _getcwd; >#endif > > ; > return 0; >} >configure:12804: result: no >configure:12820: checking for __xstat >configure:12863: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12866: $? = 0 >configure:12869: test -s conftest >configure:12872: $? = 0 >configure:12882: result: yes >configure:12820: checking for __fxstat >configure:12863: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12866: $? = 0 >configure:12869: test -s conftest >configure:12872: $? = 0 >configure:12882: result: yes >configure:12820: checking for __lxstat >configure:12863: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12866: $? = 0 >configure:12869: test -s conftest >configure:12872: $? = 0 >configure:12882: result: yes >configure:12901: checking for _stat >configure:12944: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccSOP6fe.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12934: undefined reference to `_stat' >collect2: ld returned 1 exit status >configure:12947: $? = 1 >configure: failed program was: >#line 12906 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _stat (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _stat (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__stat) || defined (__stub____stat) >choke me >#else >f = _stat; >#endif > > ; > return 0; >} >configure:12963: result: no >configure:12901: checking for _lstat >configure:12944: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccwBdAJl.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12934: undefined reference to `_lstat' >collect2: ld returned 1 exit status >configure:12947: $? = 1 >configure: failed program was: >#line 12906 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _lstat (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _lstat (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__lstat) || defined (__stub____lstat) >choke me >#else >f = _lstat; >#endif > > ; > return 0; >} >configure:12963: result: no >configure:12901: checking for _fstat >configure:12944: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccEsdYHc.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:12934: undefined reference to `_fstat' >collect2: ld returned 1 exit status >configure:12947: $? = 1 >configure: failed program was: >#line 12906 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _fstat (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _fstat (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__fstat) || defined (__stub____fstat) >choke me >#else >f = _fstat; >#endif > > ; > return 0; >} >configure:12963: result: no >configure:12901: checking for __stat >configure:12944: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12947: $? = 0 >configure:12950: test -s conftest >configure:12953: $? = 0 >configure:12963: result: yes >configure:12901: checking for __lstat >configure:12944: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12947: $? = 0 >configure:12950: test -s conftest >configure:12953: $? = 0 >configure:12963: result: yes >configure:12901: checking for __fstat >configure:12944: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:12947: $? = 0 >configure:12950: test -s conftest >configure:12953: $? = 0 >configure:12963: result: yes >configure:12984: checking for _acl >configure:13027: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccGPBkSN.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13017: undefined reference to `_acl' >collect2: ld returned 1 exit status >configure:13030: $? = 1 >configure: failed program was: >#line 12989 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _acl (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _acl (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__acl) || defined (__stub____acl) >choke me >#else >f = _acl; >#endif > > ; > return 0; >} >configure:13046: result: no >configure:12984: checking for __acl >configure:13027: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/cc6Sj1FX.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13017: undefined reference to `__acl' >collect2: ld returned 1 exit status >configure:13030: $? = 1 >configure: failed program was: >#line 12989 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __acl (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __acl (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___acl) || defined (__stub_____acl) >choke me >#else >f = __acl; >#endif > > ; > return 0; >} >configure:13046: result: no >configure:12984: checking for _facl >configure:13027: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccy9Nzx7.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13017: undefined reference to `_facl' >collect2: ld returned 1 exit status >configure:13030: $? = 1 >configure: failed program was: >#line 12989 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _facl (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _facl (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__facl) || defined (__stub____facl) >choke me >#else >f = _facl; >#endif > > ; > return 0; >} >configure:13046: result: no >configure:12984: checking for __facl >configure:13027: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccM2hq1e.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13017: undefined reference to `__facl' >collect2: ld returned 1 exit status >configure:13030: $? = 1 >configure: failed program was: >#line 12989 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __facl (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __facl (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___facl) || defined (__stub_____facl) >choke me >#else >f = __facl; >#endif > > ; > return 0; >} >configure:13046: result: no >configure:12984: checking for _open >configure:13027: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccOjZtxm.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13017: undefined reference to `_open' >collect2: ld returned 1 exit status >configure:13030: $? = 1 >configure: failed program was: >#line 12989 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _open (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _open (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__open) || defined (__stub____open) >choke me >#else >f = _open; >#endif > > ; > return 0; >} >configure:13046: result: no >configure:12984: checking for __open >configure:13027: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:13030: $? = 0 >configure:13033: test -s conftest >configure:13036: $? = 0 >configure:13046: result: yes >configure:12984: checking for _chdir >configure:13027: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccypruBF.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13017: undefined reference to `_chdir' >collect2: ld returned 1 exit status >configure:13030: $? = 1 >configure: failed program was: >#line 12989 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _chdir (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _chdir (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__chdir) || defined (__stub____chdir) >choke me >#else >f = _chdir; >#endif > > ; > return 0; >} >configure:13046: result: no >configure:12984: checking for __chdir >configure:13027: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccqDNypP.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13017: undefined reference to `__chdir' >collect2: ld returned 1 exit status >configure:13030: $? = 1 >configure: failed program was: >#line 12989 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __chdir (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __chdir (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___chdir) || defined (__stub_____chdir) >choke me >#else >f = __chdir; >#endif > > ; > return 0; >} >configure:13046: result: no >configure:13065: checking for _close >configure:13108: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccEeCQbZ.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13098: undefined reference to `_close' >collect2: ld returned 1 exit status >configure:13111: $? = 1 >configure: failed program was: >#line 13070 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _close (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _close (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__close) || defined (__stub____close) >choke me >#else >f = _close; >#endif > > ; > return 0; >} >configure:13127: result: no >configure:13065: checking for __close >configure:13108: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:13111: $? = 0 >configure:13114: test -s conftest >configure:13117: $? = 0 >configure:13127: result: yes >configure:13065: checking for _fchdir >configure:13108: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccufAzci.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13098: undefined reference to `_fchdir' >collect2: ld returned 1 exit status >configure:13111: $? = 1 >configure: failed program was: >#line 13070 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _fchdir (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _fchdir (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__fchdir) || defined (__stub____fchdir) >choke me >#else >f = _fchdir; >#endif > > ; > return 0; >} >configure:13127: result: no >configure:13065: checking for __fchdir >configure:13108: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccIIqQCp.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13098: undefined reference to `__fchdir' >collect2: ld returned 1 exit status >configure:13111: $? = 1 >configure: failed program was: >#line 13070 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __fchdir (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __fchdir (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___fchdir) || defined (__stub_____fchdir) >choke me >#else >f = __fchdir; >#endif > > ; > return 0; >} >configure:13127: result: no >configure:13065: checking for _fcntl >configure:13108: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccsRv66d.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13098: undefined reference to `_fcntl' >collect2: ld returned 1 exit status >configure:13111: $? = 1 >configure: failed program was: >#line 13070 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _fcntl (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _fcntl (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__fcntl) || defined (__stub____fcntl) >choke me >#else >f = _fcntl; >#endif > > ; > return 0; >} >configure:13127: result: no >configure:13065: checking for __fcntl >configure:13108: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:13111: $? = 0 >configure:13114: test -s conftest >configure:13117: $? = 0 >configure:13127: result: yes >configure:13147: checking for getdents >configure:13190: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccMdJbPw.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13180: undefined reference to `getdents' >collect2: ld returned 1 exit status >configure:13193: $? = 1 >configure: failed program was: >#line 13152 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char getdents (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char getdents (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_getdents) || defined (__stub___getdents) >choke me >#else >f = getdents; >#endif > > ; > return 0; >} >configure:13209: result: no >configure:13147: checking for _getdents >configure:13190: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccQRRhCG.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13180: undefined reference to `_getdents' >collect2: ld returned 1 exit status >configure:13193: $? = 1 >configure: failed program was: >#line 13152 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _getdents (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _getdents (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__getdents) || defined (__stub____getdents) >choke me >#else >f = _getdents; >#endif > > ; > return 0; >} >configure:13209: result: no >configure:13147: checking for __getdents >configure:13190: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/cc6hSUqQ.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13180: undefined reference to `__getdents' >collect2: ld returned 1 exit status >configure:13193: $? = 1 >configure: failed program was: >#line 13152 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __getdents (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __getdents (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___getdents) || defined (__stub_____getdents) >choke me >#else >f = __getdents; >#endif > > ; > return 0; >} >configure:13209: result: no >configure:13147: checking for _lseek >configure:13190: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/cc6z8Td0.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13180: undefined reference to `_lseek' >collect2: ld returned 1 exit status >configure:13193: $? = 1 >configure: failed program was: >#line 13152 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _lseek (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _lseek (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__lseek) || defined (__stub____lseek) >choke me >#else >f = _lseek; >#endif > > ; > return 0; >} >configure:13209: result: no >configure:13147: checking for __lseek >configure:13190: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:13193: $? = 0 >configure:13196: test -s conftest >configure:13199: $? = 0 >configure:13209: result: yes >configure:13147: checking for _read >configure:13190: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/cc8qiV3i.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13180: undefined reference to `_read' >collect2: ld returned 1 exit status >configure:13193: $? = 1 >configure: failed program was: >#line 13152 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _read (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _read (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__read) || defined (__stub____read) >choke me >#else >f = _read; >#endif > > ; > return 0; >} >configure:13209: result: no >configure:13147: checking for __read >configure:13190: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:13193: $? = 0 >configure:13196: test -s conftest >configure:13199: $? = 0 >configure:13209: result: yes >configure:13227: checking for getdirentries >configure:13270: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:13273: $? = 0 >configure:13276: test -s conftest >configure:13279: $? = 0 >configure:13289: result: yes >configure:13227: checking for _write >configure:13270: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccwZqB1K.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13260: undefined reference to `_write' >collect2: ld returned 1 exit status >configure:13273: $? = 1 >configure: failed program was: >#line 13232 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _write (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _write (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__write) || defined (__stub____write) >choke me >#else >f = _write; >#endif > > ; > return 0; >} >configure:13289: result: no >configure:13227: checking for __write >configure:13270: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:13273: $? = 0 >configure:13276: test -s conftest >configure:13279: $? = 0 >configure:13289: result: yes >configure:13227: checking for _fork >configure:13270: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccCachX3.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13260: undefined reference to `_fork' >collect2: ld returned 1 exit status >configure:13273: $? = 1 >configure: failed program was: >#line 13232 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _fork (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _fork (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__fork) || defined (__stub____fork) >choke me >#else >f = _fork; >#endif > > ; > return 0; >} >configure:13289: result: no >configure:13227: checking for __fork >configure:13270: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:13273: $? = 0 >configure:13276: test -s conftest >configure:13279: $? = 0 >configure:13289: result: yes >configure:13308: checking for _stat64 >configure:13351: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/cc8OVTSm.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13341: undefined reference to `_stat64' >collect2: ld returned 1 exit status >configure:13354: $? = 1 >configure: failed program was: >#line 13313 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _stat64 (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _stat64 (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__stat64) || defined (__stub____stat64) >choke me >#else >f = _stat64; >#endif > > ; > return 0; >} >configure:13370: result: no >configure:13308: checking for __stat64 >configure:13351: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccQuiErb.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13341: undefined reference to `__stat64' >collect2: ld returned 1 exit status >configure:13354: $? = 1 >configure: failed program was: >#line 13313 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __stat64 (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __stat64 (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___stat64) || defined (__stub_____stat64) >choke me >#else >f = __stat64; >#endif > > ; > return 0; >} >configure:13370: result: no >configure:13308: checking for _fstat64 >configure:13351: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccarslVi.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13341: undefined reference to `_fstat64' >collect2: ld returned 1 exit status >configure:13354: $? = 1 >configure: failed program was: >#line 13313 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _fstat64 (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _fstat64 (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__fstat64) || defined (__stub____fstat64) >choke me >#else >f = _fstat64; >#endif > > ; > return 0; >} >configure:13370: result: no >configure:13308: checking for __fstat64 >configure:13351: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/cckop2Es.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13341: undefined reference to `__fstat64' >collect2: ld returned 1 exit status >configure:13354: $? = 1 >configure: failed program was: >#line 13313 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __fstat64 (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __fstat64 (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___fstat64) || defined (__stub_____fstat64) >choke me >#else >f = __fstat64; >#endif > > ; > return 0; >} >configure:13370: result: no >configure:13308: checking for _lstat64 >configure:13351: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccMaIloC.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13341: undefined reference to `_lstat64' >collect2: ld returned 1 exit status >configure:13354: $? = 1 >configure: failed program was: >#line 13313 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _lstat64 (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _lstat64 (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__lstat64) || defined (__stub____lstat64) >choke me >#else >f = _lstat64; >#endif > > ; > return 0; >} >configure:13370: result: no >configure:13308: checking for __lstat64 >configure:13351: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccIiwpcM.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13341: undefined reference to `__lstat64' >collect2: ld returned 1 exit status >configure:13354: $? = 1 >configure: failed program was: >#line 13313 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __lstat64 (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __lstat64 (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___lstat64) || defined (__stub_____lstat64) >choke me >#else >f = __lstat64; >#endif > > ; > return 0; >} >configure:13370: result: no >configure:13390: checking for __sys_llseek >configure:13433: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccUmMMfZ.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13423: undefined reference to `__sys_llseek' >collect2: ld returned 1 exit status >configure:13436: $? = 1 >configure: failed program was: >#line 13395 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __sys_llseek (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __sys_llseek (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___sys_llseek) || defined (__stub_____sys_llseek) >choke me >#else >f = __sys_llseek; >#endif > > ; > return 0; >} >configure:13452: result: no >configure:13390: checking for llseek >configure:13433: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/cc6KsgEz.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13423: the `llseek' function may be dangerous; use `lseek64' instead. >configure:13436: $? = 0 >configure:13439: test -s conftest >configure:13442: $? = 0 >configure:13452: result: yes >configure:13390: checking for _llseek >configure:13433: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/cc4tcADI.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13423: undefined reference to `_llseek' >collect2: ld returned 1 exit status >configure:13436: $? = 1 >configure: failed program was: >#line 13395 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _llseek (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _llseek (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__llseek) || defined (__stub____llseek) >choke me >#else >f = _llseek; >#endif > > ; > return 0; >} >configure:13452: result: no >configure:13390: checking for __llseek >configure:13433: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccefFqqS.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13423: undefined reference to `__llseek' >collect2: ld returned 1 exit status >configure:13436: $? = 1 >configure: failed program was: >#line 13395 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __llseek (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __llseek (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___llseek) || defined (__stub_____llseek) >choke me >#else >f = __llseek; >#endif > > ; > return 0; >} >configure:13452: result: no >configure:13390: checking for readdir64 >configure:13452: result: yes >configure:13390: checking for _readdir64 >configure:13433: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/cc2OsoK0.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13423: undefined reference to `_readdir64' >collect2: ld returned 1 exit status >configure:13436: $? = 1 >configure: failed program was: >#line 13395 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _readdir64 (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _readdir64 (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__readdir64) || defined (__stub____readdir64) >choke me >#else >f = _readdir64; >#endif > > ; > return 0; >} >configure:13452: result: no >configure:13390: checking for __readdir64 >configure:13433: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccU0rira.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13423: undefined reference to `__readdir64' >collect2: ld returned 1 exit status >configure:13436: $? = 1 >configure: failed program was: >#line 13395 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __readdir64 (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __readdir64 (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___readdir64) || defined (__stub_____readdir64) >choke me >#else >f = __readdir64; >#endif > > ; > return 0; >} >configure:13452: result: no >configure:13471: checking for pread >configure:13514: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:13517: $? = 0 >configure:13520: test -s conftest >configure:13523: $? = 0 >configure:13533: result: yes >configure:13471: checking for _pread >configure:13514: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccnsXVJj.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13504: undefined reference to `_pread' >collect2: ld returned 1 exit status >configure:13517: $? = 1 >configure: failed program was: >#line 13476 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _pread (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _pread (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__pread) || defined (__stub____pread) >choke me >#else >f = _pread; >#endif > > ; > return 0; >} >configure:13533: result: no >configure:13471: checking for __pread >configure:13514: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccwLldYj.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13504: undefined reference to `__pread' >collect2: ld returned 1 exit status >configure:13517: $? = 1 >configure: failed program was: >#line 13476 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __pread (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __pread (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___pread) || defined (__stub_____pread) >choke me >#else >f = __pread; >#endif > > ; > return 0; >} >configure:13533: result: no >configure:13471: checking for pread64 >configure:13514: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:13517: $? = 0 >configure:13520: test -s conftest >configure:13523: $? = 0 >configure:13533: result: yes >configure:13471: checking for _pread64 >configure:13514: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccii7ZSC.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13504: undefined reference to `_pread64' >collect2: ld returned 1 exit status >configure:13517: $? = 1 >configure: failed program was: >#line 13476 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _pread64 (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _pread64 (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__pread64) || defined (__stub____pread64) >choke me >#else >f = _pread64; >#endif > > ; > return 0; >} >configure:13533: result: no >configure:13471: checking for __pread64 >configure:13514: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:13517: $? = 0 >configure:13520: test -s conftest >configure:13523: $? = 0 >configure:13533: result: yes >configure:13552: checking for pwrite >configure:13595: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:13598: $? = 0 >configure:13601: test -s conftest >configure:13604: $? = 0 >configure:13614: result: yes >configure:13552: checking for _pwrite >configure:13595: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/cccNn4I4.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13585: undefined reference to `_pwrite' >collect2: ld returned 1 exit status >configure:13598: $? = 1 >configure: failed program was: >#line 13557 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _pwrite (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _pwrite (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__pwrite) || defined (__stub____pwrite) >choke me >#else >f = _pwrite; >#endif > > ; > return 0; >} >configure:13614: result: no >configure:13552: checking for __pwrite >configure:13595: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/ccy2wkte.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13585: undefined reference to `__pwrite' >collect2: ld returned 1 exit status >configure:13598: $? = 1 >configure: failed program was: >#line 13557 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char __pwrite (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char __pwrite (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub___pwrite) || defined (__stub_____pwrite) >choke me >#else >f = __pwrite; >#endif > > ; > return 0; >} >configure:13614: result: no >configure:13552: checking for pwrite64 >configure:13595: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:13598: $? = 0 >configure:13601: test -s conftest >configure:13604: $? = 0 >configure:13614: result: yes >configure:13552: checking for _pwrite64 >configure:13595: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/cciozKix.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13585: undefined reference to `_pwrite64' >collect2: ld returned 1 exit status >configure:13598: $? = 1 >configure: failed program was: >#line 13557 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _pwrite64 (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _pwrite64 (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__pwrite64) || defined (__stub____pwrite64) >choke me >#else >f = _pwrite64; >#endif > > ; > return 0; >} >configure:13614: result: no >configure:13552: checking for __pwrite64 >configure:13595: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:13598: $? = 0 >configure:13601: test -s conftest >configure:13604: $? = 0 >configure:13614: result: yes >configure:13631: checking for open64 >configure:13674: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:13677: $? = 0 >configure:13680: test -s conftest >configure:13683: $? = 0 >configure:13693: result: yes >configure:13631: checking for _open64 >configure:13674: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >/tmp/cckFyw9Y.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:13664: undefined reference to `_open64' >collect2: ld returned 1 exit status >configure:13677: $? = 1 >configure: failed program was: >#line 13636 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char _open64 (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char _open64 (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub__open64) || defined (__stub____open64) >choke me >#else >f = _open64; >#endif > > ; > return 0; >} >configure:13693: result: no >configure:13631: checking for __open64 >configure:13674: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:13677: $? = 0 >configure:13680: test -s conftest >configure:13683: $? = 0 >configure:13693: result: yes >configure:13631: checking for creat64 >configure:13674: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:13677: $? = 0 >configure:13680: test -s conftest >configure:13683: $? = 0 >configure:13693: result: yes >configure:13737: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lnsl -ldl >&5 >configure:13740: $? = 0 >configure:13742: ./conftest >configure:13745: $? = 1 >configure: program exited with status 1 >configure: failed program was: >#line 13715 "configure" >#include "confdefs.h" > >#include <unistd.h> >#include <sys/utsname.h> >main() { > /* glibc up to 2.3 has a broken getgrouplist */ >#if defined(__GLIBC__) && defined(__GLIBC_MINOR__) > int libc_major = __GLIBC__; > int libc_minor = __GLIBC_MINOR__; > > if (libc_major < 2) > exit(1); > if ((libc_major == 2) && (libc_minor <= 3)) > exit(1); >#endif > exit(0); >} > >configure:14016: checking for dn_expand in -lresolv >configure:14049: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:14052: $? = 0 >configure:14055: test -s conftest >configure:14058: $? = 0 >configure:14069: result: yes >configure:14165: checking for putprpwnam in -lsecurity >configure:14198: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lsecurity -lresolv -lnsl -ldl >&5 >/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -lsecurity >collect2: ld returned 1 exit status >configure:14201: $? = 1 >configure: failed program was: >#line 14172 "configure" >#include "confdefs.h" > >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char putprpwnam (); >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >putprpwnam (); > ; > return 0; >} >configure:14218: result: no >configure:14233: checking for putprpwnam >configure:14276: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >/tmp/ccupyjcv.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:14266: undefined reference to `putprpwnam' >collect2: ld returned 1 exit status >configure:14279: $? = 1 >configure: failed program was: >#line 14238 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char putprpwnam (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char putprpwnam (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_putprpwnam) || defined (__stub___putprpwnam) >choke me >#else >f = putprpwnam; >#endif > > ; > return 0; >} >configure:14295: result: no >configure:14386: checking for putprpwnam in -lsec >configure:14419: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lsec -lresolv -lnsl -ldl >&5 >/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -lsec >collect2: ld returned 1 exit status >configure:14422: $? = 1 >configure: failed program was: >#line 14393 "configure" >#include "confdefs.h" > >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char putprpwnam (); >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >putprpwnam (); > ; > return 0; >} >configure:14439: result: no >configure:14454: checking for putprpwnam >configure:14516: result: no >configure:14608: checking for set_auth_parameters in -lsecurity >configure:14641: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lsecurity -lresolv -lnsl -ldl >&5 >/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -lsecurity >collect2: ld returned 1 exit status >configure:14644: $? = 1 >configure: failed program was: >#line 14615 "configure" >#include "confdefs.h" > >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char set_auth_parameters (); >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >set_auth_parameters (); > ; > return 0; >} >configure:14661: result: no >configure:14676: checking for set_auth_parameters >configure:14719: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >/tmp/cc8rxdfO.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:14709: undefined reference to `set_auth_parameters' >collect2: ld returned 1 exit status >configure:14722: $? = 1 >configure: failed program was: >#line 14681 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char set_auth_parameters (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char set_auth_parameters (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_set_auth_parameters) || defined (__stub___set_auth_parameters) >choke me >#else >f = set_auth_parameters; >#endif > > ; > return 0; >} >configure:14738: result: no >configure:14829: checking for set_auth_parameters in -lsec >configure:14862: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lsec -lresolv -lnsl -ldl >&5 >/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -lsec >collect2: ld returned 1 exit status >configure:14865: $? = 1 >configure: failed program was: >#line 14836 "configure" >#include "confdefs.h" > >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char set_auth_parameters (); >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >set_auth_parameters (); > ; > return 0; >} >configure:14882: result: no >configure:14897: checking for set_auth_parameters >configure:14959: result: no >configure:15052: checking for getspnam in -lgen >configure:15085: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lgen -lresolv -lnsl -ldl >&5 >/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -lgen >collect2: ld returned 1 exit status >configure:15088: $? = 1 >configure: failed program was: >#line 15059 "configure" >#include "confdefs.h" > >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char getspnam (); >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >getspnam (); > ; > return 0; >} >configure:15105: result: no >configure:15120: checking for getspnam >configure:15163: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:15166: $? = 0 >configure:15169: test -s conftest >configure:15172: $? = 0 >configure:15182: result: yes >configure:15274: checking for getspnam in -lsecurity >configure:15307: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lsecurity -lresolv -lnsl -ldl >&5 >/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -lsecurity >collect2: ld returned 1 exit status >configure:15310: $? = 1 >configure: failed program was: >#line 15281 "configure" >#include "confdefs.h" > >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char getspnam (); >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >getspnam (); > ; > return 0; >} >configure:15327: result: no >configure:15342: checking for getspnam >configure:15404: result: yes >configure:15495: checking for getspnam in -lsec >configure:15528: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lsec -lresolv -lnsl -ldl >&5 >/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -lsec >collect2: ld returned 1 exit status >configure:15531: $? = 1 >configure: failed program was: >#line 15502 "configure" >#include "confdefs.h" > >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char getspnam (); >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >getspnam (); > ; > return 0; >} >configure:15548: result: no >configure:15563: checking for getspnam >configure:15625: result: yes >configure:15717: checking for bigcrypt in -lsecurity >configure:15750: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lsecurity -lresolv -lnsl -ldl >&5 >/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -lsecurity >collect2: ld returned 1 exit status >configure:15753: $? = 1 >configure: failed program was: >#line 15724 "configure" >#include "confdefs.h" > >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char bigcrypt (); >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >bigcrypt (); > ; > return 0; >} >configure:15770: result: no >configure:15785: checking for bigcrypt >configure:15828: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >/tmp/ccsUmH9u.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:15818: undefined reference to `bigcrypt' >collect2: ld returned 1 exit status >configure:15831: $? = 1 >configure: failed program was: >#line 15790 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char bigcrypt (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char bigcrypt (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_bigcrypt) || defined (__stub___bigcrypt) >choke me >#else >f = bigcrypt; >#endif > > ; > return 0; >} >configure:15847: result: no >configure:15938: checking for bigcrypt in -lsec >configure:15971: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lsec -lresolv -lnsl -ldl >&5 >/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -lsec >collect2: ld returned 1 exit status >configure:15974: $? = 1 >configure: failed program was: >#line 15945 "configure" >#include "confdefs.h" > >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char bigcrypt (); >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >bigcrypt (); > ; > return 0; >} >configure:15991: result: no >configure:16006: checking for bigcrypt >configure:16068: result: no >configure:16160: checking for getprpwnam in -lsecurity >configure:16193: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lsecurity -lresolv -lnsl -ldl >&5 >/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -lsecurity >collect2: ld returned 1 exit status >configure:16196: $? = 1 >configure: failed program was: >#line 16167 "configure" >#include "confdefs.h" > >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char getprpwnam (); >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >getprpwnam (); > ; > return 0; >} >configure:16213: result: no >configure:16228: checking for getprpwnam >configure:16271: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >/tmp/ccCletbO.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:16261: undefined reference to `getprpwnam' >collect2: ld returned 1 exit status >configure:16274: $? = 1 >configure: failed program was: >#line 16233 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char getprpwnam (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char getprpwnam (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_getprpwnam) || defined (__stub___getprpwnam) >choke me >#else >f = getprpwnam; >#endif > > ; > return 0; >} >configure:16290: result: no >configure:16381: checking for getprpwnam in -lsec >configure:16414: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lsec -lresolv -lnsl -ldl >&5 >/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -lsec >collect2: ld returned 1 exit status >configure:16417: $? = 1 >configure: failed program was: >#line 16388 "configure" >#include "confdefs.h" > >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char getprpwnam (); >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >getprpwnam (); > ; > return 0; >} >configure:16434: result: no >configure:16449: checking for getprpwnam >configure:16511: result: no >configure:16527: checking for library containing getxattr >configure:16560: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:16563: $? = 0 >configure:16566: test -s conftest >configure:16569: $? = 0 >configure:16628: result: none required >configure:16643: checking for getxattr >configure:16686: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:16689: $? = 0 >configure:16692: test -s conftest >configure:16695: $? = 0 >configure:16705: result: yes >configure:16643: checking for lgetxattr >configure:16686: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:16689: $? = 0 >configure:16692: test -s conftest >configure:16695: $? = 0 >configure:16705: result: yes >configure:16643: checking for fgetxattr >configure:16686: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:16689: $? = 0 >configure:16692: test -s conftest >configure:16695: $? = 0 >configure:16705: result: yes >configure:16643: checking for listxattr >configure:16686: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:16689: $? = 0 >configure:16692: test -s conftest >configure:16695: $? = 0 >configure:16705: result: yes >configure:16643: checking for llistxattr >configure:16686: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:16689: $? = 0 >configure:16692: test -s conftest >configure:16695: $? = 0 >configure:16705: result: yes >configure:16722: checking for flistxattr >configure:16765: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:16768: $? = 0 >configure:16771: test -s conftest >configure:16774: $? = 0 >configure:16784: result: yes >configure:16722: checking for removexattr >configure:16765: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:16768: $? = 0 >configure:16771: test -s conftest >configure:16774: $? = 0 >configure:16784: result: yes >configure:16722: checking for lremovexattr >configure:16765: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:16768: $? = 0 >configure:16771: test -s conftest >configure:16774: $? = 0 >configure:16784: result: yes >configure:16722: checking for fremovexattr >configure:16765: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:16768: $? = 0 >configure:16771: test -s conftest >configure:16774: $? = 0 >configure:16784: result: yes >configure:16800: checking for setxattr >configure:16843: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:16846: $? = 0 >configure:16849: test -s conftest >configure:16852: $? = 0 >configure:16862: result: yes >configure:16800: checking for lsetxattr >configure:16843: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:16846: $? = 0 >configure:16849: test -s conftest >configure:16852: $? = 0 >configure:16862: result: yes >configure:16800: checking for fsetxattr >configure:16843: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:16846: $? = 0 >configure:16849: test -s conftest >configure:16852: $? = 0 >configure:16862: result: yes >configure:16879: checking for attr_get >configure:16922: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >/tmp/cciwpPIM.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:16912: undefined reference to `attr_get' >collect2: ld returned 1 exit status >configure:16925: $? = 1 >configure: failed program was: >#line 16884 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char attr_get (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char attr_get (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_attr_get) || defined (__stub___attr_get) >choke me >#else >f = attr_get; >#endif > > ; > return 0; >} >configure:16941: result: no >configure:16879: checking for attr_list >configure:16922: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >/tmp/cc6DPQaW.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:16912: undefined reference to `attr_list' >collect2: ld returned 1 exit status >configure:16925: $? = 1 >configure: failed program was: >#line 16884 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char attr_list (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char attr_list (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_attr_list) || defined (__stub___attr_list) >choke me >#else >f = attr_list; >#endif > > ; > return 0; >} >configure:16941: result: no >configure:16879: checking for attr_set >configure:16922: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >/tmp/ccs3BNG5.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:16912: undefined reference to `attr_set' >collect2: ld returned 1 exit status >configure:16925: $? = 1 >configure: failed program was: >#line 16884 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char attr_set (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char attr_set (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_attr_set) || defined (__stub___attr_set) >choke me >#else >f = attr_set; >#endif > > ; > return 0; >} >configure:16941: result: no >configure:16879: checking for attr_remove >configure:16922: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >/tmp/ccI9356e.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:16912: undefined reference to `attr_remove' >collect2: ld returned 1 exit status >configure:16925: $? = 1 >configure: failed program was: >#line 16884 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char attr_remove (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char attr_remove (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_attr_remove) || defined (__stub___attr_remove) >choke me >#else >f = attr_remove; >#endif > > ; > return 0; >} >configure:16941: result: no >configure:16958: checking for attr_getf >configure:17001: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >/tmp/cceS1Ouo.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:16991: undefined reference to `attr_getf' >collect2: ld returned 1 exit status >configure:17004: $? = 1 >configure: failed program was: >#line 16963 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char attr_getf (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char attr_getf (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_attr_getf) || defined (__stub___attr_getf) >choke me >#else >f = attr_getf; >#endif > > ; > return 0; >} >configure:17020: result: no >configure:16958: checking for attr_listf >configure:17001: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >/tmp/ccgKFJ4e.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:16991: undefined reference to `attr_listf' >collect2: ld returned 1 exit status >configure:17004: $? = 1 >configure: failed program was: >#line 16963 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char attr_listf (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char attr_listf (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_attr_listf) || defined (__stub___attr_listf) >choke me >#else >f = attr_listf; >#endif > > ; > return 0; >} >configure:17020: result: no >configure:16958: checking for attr_setf >configure:17001: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >/tmp/cc8jRTso.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:16991: undefined reference to `attr_setf' >collect2: ld returned 1 exit status >configure:17004: $? = 1 >configure: failed program was: >#line 16963 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char attr_setf (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char attr_setf (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_attr_setf) || defined (__stub___attr_setf) >choke me >#else >f = attr_setf; >#endif > > ; > return 0; >} >configure:17020: result: no >configure:16958: checking for attr_removef >configure:17001: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >/tmp/ccW9PYSx.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:16991: undefined reference to `attr_removef' >collect2: ld returned 1 exit status >configure:17004: $? = 1 >configure: failed program was: >#line 16963 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char attr_removef (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char attr_removef (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_attr_removef) || defined (__stub___attr_removef) >choke me >#else >f = attr_removef; >#endif > > ; > return 0; >} >configure:17020: result: no >configure:17049: checking ability to build shared libraries >configure:17392: result: true >configure:17394: checking linker flags for shared libraries >configure:17396: result: -shared >configure:17398: checking compiler flags for position-independent code >configure:17400: result: >configure:17407: checking whether building shared libraries actually works >configure:17428: result: yes >configure:17437: checking for long long >configure:17453: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:17456: $? = 0 >configure:17458: ./conftest >configure:17461: $? = 0 >configure:17474: result: yes >configure:17488: checking for LL suffix on long long integers >configure:17513: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:17516: $? = 0 >configure:17519: test -s conftest.o >configure:17522: $? = 0 >configure:17532: result: yes >configure:17543: checking for 64 bit off_t >configure:17560: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:17563: $? = 0 >configure:17565: ./conftest >configure:17568: $? = 0 >configure:17581: result: yes >configure:17591: checking for off64_t >configure:17612: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:17615: $? = 0 >configure:17617: ./conftest >configure:17620: $? = 1 >configure: program exited with status 1 >configure: failed program was: >#line 17600 "configure" >#include "confdefs.h" > >#if defined(HAVE_UNISTD_H) >#include <unistd.h> >#endif >#include <stdio.h> >#include <sys/stat.h> >main() { struct stat64 st; off64_t s; if (sizeof(off_t) == sizeof(off64_t)) exit(1); exit((lstat64("/dev/null", &st)==0)?0:1); } >configure:17633: result: no >configure:17643: checking for 64 bit ino_t >configure:17660: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:17663: $? = 0 >configure:17665: ./conftest >configure:17668: $? = 0 >configure:17681: result: yes >configure:17691: checking for ino64_t >configure:17712: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure: In function `main': >configure:17707: `ino64_t' undeclared (first use in this function) >configure:17707: (Each undeclared identifier is reported only once >configure:17707: for each function it appears in.) >configure:17707: parse error before "s" >configure:17715: $? = 1 >configure: program exited with status 1 >configure: failed program was: >#line 17700 "configure" >#include "confdefs.h" > >#if defined(HAVE_UNISTD_H) >#include <unistd.h> >#endif >#include <stdio.h> >#include <sys/stat.h> >main() { struct stat64 st; ino64_t s; if (sizeof(ino_t) == sizeof(ino64_t)) exit(1); exit((lstat64("/dev/null", &st)==0)?0:1); } >configure:17733: result: no >configure:17743: checking for dev64_t >configure:17764: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure: In function `main': >configure:17759: `dev64_t' undeclared (first use in this function) >configure:17759: (Each undeclared identifier is reported only once >configure:17759: for each function it appears in.) >configure:17759: parse error before "s" >configure:17767: $? = 1 >configure: program exited with status 1 >configure: failed program was: >#line 17752 "configure" >#include "confdefs.h" > >#if defined(HAVE_UNISTD_H) >#include <unistd.h> >#endif >#include <stdio.h> >#include <sys/stat.h> >main() { struct stat64 st; dev64_t s; if (sizeof(dev_t) == sizeof(dev64_t)) exit(1); exit((lstat64("/dev/null", &st)==0)?0:1); } >configure:17785: result: no >configure:17795: checking for struct dirent64 >configure:17825: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:17828: $? = 0 >configure:17831: test -s conftest.o >configure:17834: $? = 0 >configure:17844: result: yes >configure:17854: checking for major macro >configure:17874: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:17877: $? = 0 >configure:17879: ./conftest >configure:17882: $? = 0 >configure:17895: result: yes >configure:17905: checking for minor macro >configure:17925: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:17928: $? = 0 >configure:17930: ./conftest >configure:17933: $? = 0 >configure:17946: result: yes >configure:17956: checking for unsigned char >configure:17972: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:17975: $? = 0 >configure:17977: ./conftest >configure:17980: $? = 1 >configure: program exited with status 1 >configure: failed program was: >#line 17965 "configure" >#include "confdefs.h" >#include <stdio.h> >main() { char c; c=250; exit((c > 0)?0:1); } >configure:17993: result: no >configure:18003: checking for sin_len in sock >configure:18030: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure: In function `main': >configure:18022: structure has no member named `sin_len' >configure:18033: $? = 1 >configure: failed program was: >#line 18009 "configure" >#include "confdefs.h" >#include <sys/types.h> >#include <sys/socket.h> >#include <netinet/in.h> >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >struct sockaddr_in sock; sock.sin_len = sizeof(sock); > ; > return 0; >} >configure:18049: result: no >configure:18059: checking whether seekdir returns void >configure:18086: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:18089: $? = 0 >configure:18092: test -s conftest.o >configure:18095: $? = 0 >configure:18105: result: yes >configure:18115: checking for __FUNCTION__ macro >configure:18140: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:18143: $? = 0 >configure:18146: test -s conftest.o >configure:18149: $? = 0 >configure:18159: result: yes >configure:18169: checking if gettimeofday takes tz argument >configure:18187: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:18190: $? = 0 >configure:18192: ./conftest >configure:18195: $? = 0 >configure:18208: result: yes >configure:18218: checking for __va_copy >configure:18244: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:18247: $? = 0 >configure:18250: test -s conftest >configure:18253: $? = 0 >configure:18263: result: yes >configure:18273: checking for C99 vsnprintf >configure:18311: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:18314: $? = 0 >configure:18316: ./conftest >configure:18319: $? = 0 >configure:18332: result: yes >configure:18342: checking for broken readdir >configure:18361: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:18364: $? = 0 >configure:18366: ./conftest >configure:18369: $? = 1 >configure: program exited with status 1 >configure: failed program was: >#line 18351 "configure" >#include "confdefs.h" >#include <sys/types.h> >#include <dirent.h> >main() { struct dirent *di; DIR *d = opendir("."); di = readdir(d); >if (di && di->d_name[-2] == '.' && di->d_name[-1] == 0 && >di->d_name[0] == 0) exit(0); exit(1);} >configure:18382: result: no >configure:18392: checking for utimbuf >configure:18418: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:18421: $? = 0 >configure:18424: test -s conftest.o >configure:18427: $? = 0 >configure:18437: result: yes >configure:18459: checking for pututline >configure:18502: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:18505: $? = 0 >configure:18508: test -s conftest >configure:18511: $? = 0 >configure:18521: result: yes >configure:18459: checking for pututxline >configure:18502: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:18505: $? = 0 >configure:18508: test -s conftest >configure:18511: $? = 0 >configure:18521: result: yes >configure:18459: checking for updwtmp >configure:18502: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:18505: $? = 0 >configure:18508: test -s conftest >configure:18511: $? = 0 >configure:18521: result: yes >configure:18459: checking for updwtmpx >configure:18502: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:18505: $? = 0 >configure:18508: test -s conftest >configure:18511: $? = 0 >configure:18521: result: yes >configure:18459: checking for getutmpx >configure:18502: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:18505: $? = 0 >configure:18508: test -s conftest >configure:18511: $? = 0 >configure:18521: result: yes >configure:18532: checking for ut_name in utmp >configure:18558: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:18561: $? = 0 >configure:18564: test -s conftest.o >configure:18567: $? = 0 >configure:18577: result: yes >configure:18587: checking for ut_user in utmp >configure:18613: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:18616: $? = 0 >configure:18619: test -s conftest.o >configure:18622: $? = 0 >configure:18632: result: yes >configure:18642: checking for ut_id in utmp >configure:18668: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:18671: $? = 0 >configure:18674: test -s conftest.o >configure:18677: $? = 0 >configure:18687: result: yes >configure:18697: checking for ut_host in utmp >configure:18723: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:18726: $? = 0 >configure:18729: test -s conftest.o >configure:18732: $? = 0 >configure:18742: result: yes >configure:18752: checking for ut_time in utmp >configure:18778: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:18781: $? = 0 >configure:18784: test -s conftest.o >configure:18787: $? = 0 >configure:18797: result: yes >configure:18807: checking for ut_tv in utmp >configure:18833: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:18836: $? = 0 >configure:18839: test -s conftest.o >configure:18842: $? = 0 >configure:18852: result: yes >configure:18862: checking for ut_type in utmp >configure:18888: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:18891: $? = 0 >configure:18894: test -s conftest.o >configure:18897: $? = 0 >configure:18907: result: yes >configure:18917: checking for ut_pid in utmp >configure:18943: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:18946: $? = 0 >configure:18949: test -s conftest.o >configure:18952: $? = 0 >configure:18962: result: yes >configure:18972: checking for ut_exit in utmp >configure:18998: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:19001: $? = 0 >configure:19004: test -s conftest.o >configure:19007: $? = 0 >configure:19017: result: yes >configure:19027: checking for ut_addr in utmp >configure:19053: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:19056: $? = 0 >configure:19059: test -s conftest.o >configure:19062: $? = 0 >configure:19072: result: yes >configure:19083: checking whether pututline returns pointer >configure:19109: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:19112: $? = 0 >configure:19115: test -s conftest.o >configure:19118: $? = 0 >configure:19128: result: yes >configure:19139: checking for ut_syslen in utmpx >configure:19165: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure: In function `main': >configure:19157: structure has no member named `ut_syslen' >configure:19168: $? = 1 >configure: failed program was: >#line 19145 "configure" >#include "confdefs.h" >#include <sys/types.h> >#include <utmpx.h> >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >struct utmpx ux; ux.ut_syslen = 0; > ; > return 0; >} >configure:19184: result: no >configure:19230: checking for iconv in /usr >configure:19259: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/usr/include conftest.c -lbiconv >&5 >configure:19239:20: biconv.h: No such file or directory >configure: In function `main': >configure:19249: `iconv_t' undeclared (first use in this function) >configure:19249: (Each undeclared identifier is reported only once >configure:19249: for each function it appears in.) >configure:19249: parse error before "cd" >configure:19250: `cd' undeclared (first use in this function) >configure:19262: $? = 1 >configure: failed program was: >#line 19237 "configure" >#include "confdefs.h" >#include <stdlib.h> >#include <biconv.h> >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >iconv_t cd = iconv_open("",""); > iconv(cd,NULL,NULL,NULL,NULL); > iconv_close(cd); > ; > return 0; >} >configure:19304: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/usr/include conftest.c >&5 >configure:19284:20: giconv.h: No such file or directory >configure: In function `main': >configure:19294: `iconv_t' undeclared (first use in this function) >configure:19294: (Each undeclared identifier is reported only once >configure:19294: for each function it appears in.) >configure:19294: parse error before "cd" >configure:19295: `cd' undeclared (first use in this function) >configure:19307: $? = 1 >configure: failed program was: >#line 19282 "configure" >#include "confdefs.h" >#include <stdlib.h> >#include <giconv.h> >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >iconv_t cd = iconv_open("",""); > iconv(cd,NULL,NULL,NULL,NULL); > iconv_close(cd); > ; > return 0; >} >configure:19347: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/usr/include conftest.c >&5 >configure:19350: $? = 0 >configure:19353: test -s conftest >configure:19356: $? = 0 >configure:19391: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/usr/include conftest.c -lgiconv >&5 >configure:19371:20: giconv.h: No such file or directory >configure: In function `main': >configure:19381: `iconv_t' undeclared (first use in this function) >configure:19381: (Each undeclared identifier is reported only once >configure:19381: for each function it appears in.) >configure:19381: parse error before "cd" >configure:19382: `cd' undeclared (first use in this function) >configure:19394: $? = 1 >configure: failed program was: >#line 19369 "configure" >#include "confdefs.h" >#include <stdlib.h> >#include <giconv.h> >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >iconv_t cd = iconv_open("",""); > iconv(cd,NULL,NULL,NULL,NULL); > iconv_close(cd); > ; > return 0; >} >configure:19488: result: yes >configure:19539: checking can we convert from CP850 to UCS2-LE? >configure:19559: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/usr/include conftest.c -lresolv -lnsl -ldl >&5 >configure:19562: $? = 0 >configure:19564: ./conftest >configure:19567: $? = 0 >configure:19579: result: CP850 >configure:19590: checking can we convert from ASCII to UCS2-LE? >configure:19610: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/usr/include conftest.c -lresolv -lnsl -ldl >&5 >configure:19613: $? = 0 >configure:19615: ./conftest >configure:19618: $? = 0 >configure:19630: result: ASCII >configure:19641: checking can we convert from UTF-8 to UCS2-LE? >configure:19661: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/usr/include conftest.c -lresolv -lnsl -ldl >&5 >configure:19664: $? = 0 >configure:19666: ./conftest >configure:19669: $? = 0 >configure:19681: result: UTF-8 >configure:19770: checking for Linux kernel oplocks >configure:19795: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:19798: $? = 0 >configure:19800: ./conftest >configure:19803: $? = 0 >configure:19816: result: yes >configure:19826: checking for kernel change notify support >configure:19851: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:19854: $? = 0 >configure:19856: ./conftest >configure:19859: $? = 0 >configure:19872: result: yes >configure:19882: checking for kernel share modes >configure:19909: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:19912: $? = 0 >configure:19914: ./conftest >configure:19917: $? = 0 >configure:19930: result: yes >configure:19943: checking for IRIX kernel oplock type definitions >configure:19969: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure: In function `main': >configure:19961: `oplock_stat_t' undeclared (first use in this function) >configure:19961: (Each undeclared identifier is reported only once >configure:19961: for each function it appears in.) >configure:19961: parse error before "t" >configure:19961: `t' undeclared (first use in this function) >configure:19961: `OP_REVOKE' undeclared (first use in this function) >configure:19972: $? = 1 >configure: failed program was: >#line 19949 "configure" >#include "confdefs.h" >#include <sys/types.h> >#include <fcntl.h> >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >oplock_stat_t t; t.os_state = OP_REVOKE; t.os_dev = 1; t.os_ino = 1; > ; > return 0; >} >configure:19988: result: no >configure:19998: checking for irix specific capabilities >configure:20024: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:20009:28: sys/capability.h: No such file or directory >configure: In function `main': >configure:20011: `cap_t' undeclared (first use in this function) >configure:20011: (Each undeclared identifier is reported only once >configure:20011: for each function it appears in.) >configure:20011: parse error before "cap" >configure:20012: `cap' undeclared (first use in this function) >configure:20012: `NULL' undeclared (first use in this function) >configure:20014: `CAP_NETWORK_MGT' undeclared (first use in this function) >configure:20027: $? = 1 >configure: program exited with status 1 >configure: failed program was: >#line 20007 "configure" >#include "confdefs.h" >#include <sys/types.h> >#include <sys/capability.h> >main() { > cap_t cap; > if ((cap = cap_get_proc()) == NULL) > exit(1); > cap->cap_effective |= CAP_NETWORK_MGT; > cap->cap_inheritable |= CAP_NETWORK_MGT; > cap_set_proc(cap); > exit(0); >} > >configure:20045: result: no >configure:20060: checking for int16 typedef included by rpc/rpc.h >configure:20088: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure: In function `main': >configure:20080: `int16' undeclared (first use in this function) >configure:20080: (Each undeclared identifier is reported only once >configure:20080: for each function it appears in.) >configure:20080: parse error before "testvar" >configure:20091: $? = 1 >configure: failed program was: >#line 20066 "configure" >#include "confdefs.h" >#include <sys/types.h> >#if defined(HAVE_RPC_RPC_H) >#include <rpc/rpc.h> >#endif >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >int16 testvar; > ; > return 0; >} >configure:20107: result: no >configure:20117: checking for uint16 typedef included by rpc/rpc.h >configure:20145: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure: In function `main': >configure:20137: `uint16' undeclared (first use in this function) >configure:20137: (Each undeclared identifier is reported only once >configure:20137: for each function it appears in.) >configure:20137: parse error before "testvar" >configure:20148: $? = 1 >configure: failed program was: >#line 20123 "configure" >#include "confdefs.h" >#include <sys/types.h> >#if defined(HAVE_RPC_RPC_H) >#include <rpc/rpc.h> >#endif >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >uint16 testvar; > ; > return 0; >} >configure:20164: result: no >configure:20174: checking for int32 typedef included by rpc/rpc.h >configure:20202: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure: In function `main': >configure:20194: `int32' undeclared (first use in this function) >configure:20194: (Each undeclared identifier is reported only once >configure:20194: for each function it appears in.) >configure:20194: parse error before "testvar" >configure:20205: $? = 1 >configure: failed program was: >#line 20180 "configure" >#include "confdefs.h" >#include <sys/types.h> >#if defined(HAVE_RPC_RPC_H) >#include <rpc/rpc.h> >#endif >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >int32 testvar; > ; > return 0; >} >configure:20221: result: no >configure:20231: checking for uint32 typedef included by rpc/rpc.h >configure:20259: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure: In function `main': >configure:20251: `uint32' undeclared (first use in this function) >configure:20251: (Each undeclared identifier is reported only once >configure:20251: for each function it appears in.) >configure:20251: parse error before "testvar" >configure:20262: $? = 1 >configure: failed program was: >#line 20237 "configure" >#include "confdefs.h" >#include <sys/types.h> >#if defined(HAVE_RPC_RPC_H) >#include <rpc/rpc.h> >#endif >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >uint32 testvar; > ; > return 0; >} >configure:20278: result: no >configure:20289: checking for conflicting AUTH_ERROR define in rpc/rpc.h >configure:20321: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:20324: $? = 0 >configure:20327: test -s conftest.o >configure:20330: $? = 0 >configure:20340: result: no >configure:20350: checking for test routines >configure:20362: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:20365: $? = 0 >configure:20367: ./conftest >configure:20370: $? = 0 >configure:20372: result: yes >configure:20386: checking for ftruncate extend >configure:20401: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:20404: $? = 0 >configure:20406: ./conftest >configure:20409: $? = 0 >configure:20422: result: yes >configure:20432: checking for AF_LOCAL socket support >configure:20447: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >In file included from configure:20442: >tests/unixsock.c: In function `bind_socket': >tests/unixsock.c:45: storage size of `name' isn't known >configure:20450: $? = 1 >configure: program exited with status 1 >configure: failed program was: >#line 20441 "configure" >#include "confdefs.h" >#include "./tests/unixsock.c" >configure:20468: result: no >configure:20479: checking for broken getgroups >configure:20494: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:20497: $? = 0 >configure:20499: ./conftest >gid_t and int are the same size >configure:20502: $? = 1 >configure: program exited with status 1 >configure: failed program was: >#line 20488 "configure" >#include "confdefs.h" >#include "./tests/getgroups.c" >configure:20515: result: no >configure:20525: checking whether getpass should be replaced >configure:20559: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I./ -I./include -I./ubiqx -I./popt -I./smbwrapper conftest.c >&5 >configure:20562: $? = 0 >configure:20565: test -s conftest.o >configure:20568: $? = 0 >configure:20580: result: yes >configure:20590: checking for broken inet_ntoa >configure:20615: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:20618: $? = 0 >configure:20620: ./conftest >configure:20623: $? = 1 >configure: program exited with status 1 >configure: failed program was: >#line 20599 "configure" >#include "confdefs.h" > >#include <stdio.h> >#include <sys/types.h> >#include <netinet/in.h> >#ifdef HAVE_ARPA_INET_H >#include <arpa/inet.h> >#endif >main() { struct in_addr ip; ip.s_addr = 0x12345678; >if (strcmp(inet_ntoa(ip),"18.52.86.120") && > strcmp(inet_ntoa(ip),"120.86.52.18")) { exit(0); } >exit(1);} >configure:20636: result: no >configure:20646: checking for secure mkstemp >configure:20674: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:20677: $? = 0 >configure:20679: ./conftest >configure:20682: $? = 0 >configure:20695: result: yes >configure:20705: checking for sysconf(_SC_NGROUPS_MAX) >configure:20721: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:20724: $? = 0 >configure:20726: ./conftest >configure:20729: $? = 0 >configure:20742: result: yes >configure:20752: checking for root >configure:20767: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:20770: $? = 0 >configure:20772: ./conftest >configure:20775: $? = 0 >configure:20788: result: yes >configure:20804: checking for iface AIX >configure:20823: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >In file included from configure:20818: >lib/interfaces.c: In function `_get_interfaces': >lib/interfaces.c:289: structure has no member named `sa_len' >configure:20826: $? = 1 >configure: program exited with status 1 >configure: failed program was: >#line 20813 "configure" >#include "confdefs.h" > >#define HAVE_IFACE_AIX 1 >#define AUTOCONF_TEST 1 >#include "confdefs.h" >#include "./lib/interfaces.c" >configure:20844: result: no >configure:20855: checking for iface ifconf >configure:20874: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:20877: $? = 0 >configure:20879: ./conftest >configure:20882: $? = 0 >configure:20895: result: yes >configure:20963: checking for setresuid >configure:20982: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:20985: $? = 0 >configure:20987: ./conftest >configure:20990: $? = 0 >configure:21003: result: yes >configure:21172: checking for working mmap >configure:21187: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:21190: $? = 0 >configure:21192: ./conftest >configure:21195: $? = 0 >configure:21208: result: yes >configure:21218: checking for ftruncate needs root >configure:21233: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:21228:32: ./tests/ftruncroot.c: No such file or directory >configure:21236: $? = 1 >configure: program exited with status 1 >configure: failed program was: >#line 21227 "configure" >#include "confdefs.h" >#include "./tests/ftruncroot.c" >configure:21254: result: no >configure:21264: checking for fcntl locking >configure:21279: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:21282: $? = 0 >configure:21284: ./conftest >configure:21287: $? = 0 >configure:21300: result: yes >configure:21310: checking for broken (glibc2.1/x86) 64 bit fcntl locking >configure:21325: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:21328: $? = 0 >configure:21330: ./conftest >configure:21333: $? = 1 >configure: program exited with status 1 >configure: failed program was: >#line 21319 "configure" >#include "confdefs.h" >#include "./tests/fcntl_lock64.c" >configure:21346: result: no >configure:21358: checking for 64 bit fcntl locking >configure:21393: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >configure:21396: $? = 0 >configure:21398: ./conftest >configure:21401: $? = 0 >configure:21414: result: yes >configure:21426: checking for st_blocks in struct stat >configure:21453: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:21456: $? = 0 >configure:21459: test -s conftest.o >configure:21462: $? = 0 >configure:21472: result: yes >configure:21482: checking for st_blksize in struct stat >configure:21509: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:21512: $? = 0 >configure:21515: test -s conftest.o >configure:21518: $? = 0 >configure:21528: result: yes >configure:21540: checking for broken RedHat 7.2 system header files >configure:21572: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:21575: $? = 0 >configure:21578: test -s conftest.o >configure:21581: $? = 0 >configure:21591: result: no >configure:21603: checking for broken nisplus include files >configure:21631: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:21610:21: sys/acl.h: No such file or directory >configure:21634: $? = 1 >configure: failed program was: >#line 21609 "configure" >#include "confdefs.h" >#include <sys/acl.h> >#if defined(HAVE_RPCSVC_NIS_H) >#include <rpcsvc/nis.h> >#endif >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >int i; > ; > return 0; >} >configure:21650: result: yes >configure:21663: checking whether to use smbwrapper >configure:21702: result: no >configure:21709: checking whether to use AFS clear-text auth >configure:21731: result: no >configure:21738: checking whether to use AFS fake-kaserver >configure:21760: result: no >configure:21767: checking whether to use DFS clear-text auth >configure:21789: result: no >configure:21798: checking for LDAP support >configure:21812: result: no >configure:22469: checking for Active Directory and krb5 support >configure:22483: result: auto >configure:22495: WARNING: Active Directory Support requires LDAP support >configure:25338: checking whether to build experimental passdb libraries >configure:25348: result: mysql >configure:25683: checking for mysql_config >configure:25714: result: /usr/local/mysql/bin/bin/mysql_config >configure:25721: checking for MYSQL >configure:25733: result: yes >configure:25758: checking whether to use automount >configure:25780: result: no >configure:25787: checking whether to use smbmount >configure:25797: result: yes >configure:25828: checking whether to use PAM >configure:25861: result: no >configure:25867: checking for pam_get_data in -lpam >configure:25900: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lpam -lresolv -lnsl -ldl >&5 >/usr/lib/gcc-lib/i386-slackware-linux/3.2.2/../../../../i386-slackware-linux/bin/ld: cannot find -lpam >collect2: ld returned 1 exit status >configure:25903: $? = 1 >configure: failed program was: >#line 25874 "configure" >#include "confdefs.h" > >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char pam_get_data (); >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >pam_get_data (); > ; > return 0; >} >configure:25920: result: no >configure:25933: checking whether to use pam_smbpass >configure:25969: result: no >configure:25977: checking for library containing crypt >configure:26010: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lresolv -lnsl -ldl >&5 >/tmp/ccQMDawd.o(.text+0xa): In function `main': >/usr/src/samba_current/source/configure:26002: undefined reference to `crypt' >collect2: ld returned 1 exit status >configure:26013: $? = 1 >configure: failed program was: >#line 25984 "configure" >#include "confdefs.h" > >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char crypt (); >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >crypt (); > ; > return 0; >} >configure:26056: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lcrypt -lresolv -lnsl -ldl >&5 >configure:26059: $? = 0 >configure:26062: test -s conftest >configure:26065: $? = 0 >configure:26078: result: -lcrypt >configure:26098: checking for a crypt that needs truncated salt >configure:26115: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lcrypt -lcrypt -lresolv -lnsl -ldl >&5 >configure:26118: $? = 0 >configure:26120: ./conftest >configure:26123: $? = 0 >configure:26137: result: no >configure:26156: checking whether to use LDAP SAM 2.2 compatible configuration >configure:26178: result: no >configure:26191: checking whether to use NISPLUS_HOME >configure:26213: result: no >configure:26220: checking whether to use syslog logging >configure:26242: result: no >configure:26249: checking whether to use profiling >configure:26271: result: no >configure:26286: checking whether to try disk-quotas support >configure:26294: result: yes >configure:26329: checking whether to try the new lib/sysquotas.c interface >configure:26362: result: auto >configure:26368: checking whether to try the lib/sysquotas.c interface on linux-gnu >configure:26372: result: yes >configure:26404: checking sys/fs/vx_quota.h usability >configure:26413: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:26441:29: sys/fs/vx_quota.h: No such file or directory >configure:26416: $? = 1 >configure: failed program was: >#line 26406 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <sys/fs/vx_quota.h> >configure:26431: result: no >configure:26435: checking sys/fs/vx_quota.h presence >configure:26442: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:26438:29: sys/fs/vx_quota.h: No such file or directory >configure:26448: $? = 1 >configure: failed program was: >#line 26437 "configure" >#include "confdefs.h" >#include <sys/fs/vx_quota.h> >configure:26466: result: no >configure:26484: checking for sys/fs/vx_quota.h >configure:26491: result: no >configure:26520: checking sys/quota.h usability >configure:26529: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:26532: $? = 0 >configure:26535: test -s conftest.o >configure:26538: $? = 0 >configure:26547: result: yes >configure:26551: checking sys/quota.h presence >configure:26558: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:26564: $? = 0 >configure:26582: result: yes >configure:26600: checking for sys/quota.h >configure:26607: result: yes >configure:26635: checking asm/types.h usability >configure:26644: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:26647: $? = 0 >configure:26650: test -s conftest.o >configure:26653: $? = 0 >configure:26662: result: yes >configure:26666: checking asm/types.h presence >configure:26673: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:26679: $? = 0 >configure:26697: result: yes >configure:26715: checking for asm/types.h >configure:26722: result: yes >configure:26635: checking linux/quota.h usability >configure:26644: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >In file included from configure:26672: >/usr/include/linux/quota.h:110: parse error before "__u32" >/usr/include/linux/quota.h:112: parse error before "dqb_curblocks" >/usr/include/linux/quota.h:113: parse error before "dqb_ihardlimit" >/usr/include/linux/quota.h:114: parse error before "dqb_isoftlimit" >/usr/include/linux/quota.h:115: parse error before "dqb_curinodes" >/usr/include/linux/quota.h:118: parse error before '}' token >/usr/include/linux/quota.h:135: parse error before "__u32" >/usr/include/linux/quota.h:137: parse error before "reads" >/usr/include/linux/quota.h:138: parse error before "writes" >/usr/include/linux/quota.h:139: parse error before "cache_hits" >/usr/include/linux/quota.h:140: parse error before "allocated_dquots" >/usr/include/linux/quota.h:141: parse error before "free_dquots" >/usr/include/linux/quota.h:142: parse error before "syncs" >configure:26647: $? = 1 >configure: failed program was: >#line 26637 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <linux/quota.h> >configure:26662: result: no >configure:26666: checking linux/quota.h presence >configure:26673: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:26679: $? = 0 >configure:26697: result: yes >configure:26708: WARNING: linux/quota.h: present but cannot be compiled >configure:26710: WARNING: linux/quota.h: check for missing prerequisite headers? >configure:26712: WARNING: linux/quota.h: proceeding with the preprocessor's result >configure:26715: checking for linux/quota.h >configure:26722: result: yes >configure:26752: checking linux/xqm.h usability >configure:26761: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:26789:23: linux/xqm.h: No such file or directory >configure:26764: $? = 1 >configure: failed program was: >#line 26754 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <linux/xqm.h> >configure:26779: result: no >configure:26783: checking linux/xqm.h presence >configure:26790: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:26786:23: linux/xqm.h: No such file or directory >configure:26796: $? = 1 >configure: failed program was: >#line 26785 "configure" >#include "confdefs.h" >#include <linux/xqm.h> >configure:26814: result: no >configure:26832: checking for linux/xqm.h >configure:26839: result: no >configure:26752: checking linux/xfs_fs.h usability >configure:26761: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:26789:26: linux/xfs_fs.h: No such file or directory >configure:26764: $? = 1 >configure: failed program was: >#line 26754 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <linux/xfs_fs.h> >configure:26779: result: no >configure:26783: checking linux/xfs_fs.h presence >configure:26790: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:26786:26: linux/xfs_fs.h: No such file or directory >configure:26796: $? = 1 >configure: failed program was: >#line 26785 "configure" >#include "confdefs.h" >#include <linux/xfs_fs.h> >configure:26814: result: no >configure:26832: checking for linux/xfs_fs.h >configure:26839: result: no >configure:26868: checking xfs/libxfs.h usability >configure:26877: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:26905:24: xfs/libxfs.h: No such file or directory >configure:26880: $? = 1 >configure: failed program was: >#line 26870 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <xfs/libxfs.h> >configure:26895: result: no >configure:26899: checking xfs/libxfs.h presence >configure:26906: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:26902:24: xfs/libxfs.h: No such file or directory >configure:26912: $? = 1 >configure: failed program was: >#line 26901 "configure" >#include "confdefs.h" >#include <xfs/libxfs.h> >configure:26930: result: no >configure:26948: checking for xfs/libxfs.h >configure:26955: result: no >configure:26868: checking xfs/xqm.h usability >configure:26877: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:26905:21: xfs/xqm.h: No such file or directory >configure:26880: $? = 1 >configure: failed program was: >#line 26870 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <xfs/xqm.h> >configure:26895: result: no >configure:26899: checking xfs/xqm.h presence >configure:26906: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:26902:21: xfs/xqm.h: No such file or directory >configure:26912: $? = 1 >configure: failed program was: >#line 26901 "configure" >#include "confdefs.h" >#include <xfs/xqm.h> >configure:26930: result: no >configure:26948: checking for xfs/xqm.h >configure:26955: result: no >configure:26868: checking xfs/xfs_fs.h usability >configure:26877: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:26905:24: xfs/xfs_fs.h: No such file or directory >configure:26880: $? = 1 >configure: failed program was: >#line 26870 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <xfs/xfs_fs.h> >configure:26895: result: no >configure:26899: checking xfs/xfs_fs.h presence >configure:26906: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:26902:24: xfs/xfs_fs.h: No such file or directory >configure:26912: $? = 1 >configure: failed program was: >#line 26901 "configure" >#include "confdefs.h" >#include <xfs/xfs_fs.h> >configure:26930: result: no >configure:26948: checking for xfs/xfs_fs.h >configure:26955: result: no >configure:26983: checking linux/dqblk_xfs.h usability >configure:26992: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:27020:29: linux/dqblk_xfs.h: No such file or directory >configure:26995: $? = 1 >configure: failed program was: >#line 26985 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <linux/dqblk_xfs.h> >configure:27010: result: no >configure:27014: checking linux/dqblk_xfs.h presence >configure:27021: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:27017:29: linux/dqblk_xfs.h: No such file or directory >configure:27027: $? = 1 >configure: failed program was: >#line 27016 "configure" >#include "confdefs.h" >#include <linux/dqblk_xfs.h> >configure:27045: result: no >configure:27063: checking for linux/dqblk_xfs.h >configure:27070: result: no >configure:27085: checking for struct if_dqblk in <linux/quota.h> >configure:27119: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure: In function `main': >configure:27111: storage size of `D' isn't known >configure:27122: $? = 1 >configure: failed program was: >#line 27091 "configure" >#include "confdefs.h" > >#include "confdefs.h" >#ifdef HAVE_SYS_TYPES_H >#include <sys/types.h> >#endif >#ifdef HAVE_ASM_TYPES_H >#include <asm/types.h> >#endif >#include <linux/quota.h> > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >struct if_dqblk D; > ; > return 0; >} >configure:27138: result: no >configure:27149: checking for struct mem_dqblk in <linux/quota.h> >configure:27183: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure: In function `main': >configure:27175: storage size of `D' isn't known >configure:27186: $? = 1 >configure: failed program was: >#line 27155 "configure" >#include "confdefs.h" > >#include "confdefs.h" >#ifdef HAVE_SYS_TYPES_H >#include <sys/types.h> >#endif >#ifdef HAVE_ASM_TYPES_H >#include <asm/types.h> >#endif >#include <linux/quota.h> > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >struct mem_dqblk D; > ; > return 0; >} >configure:27202: result: no >configure:27213: checking if struct dqblk has .dqb_fsoftlimit >configure:27245: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure: In function `main': >configure:27237: structure has no member named `dqb_fsoftlimit' >configure:27248: $? = 1 >configure: failed program was: >#line 27219 "configure" >#include "confdefs.h" > >#include "confdefs.h" >#ifdef HAVE_SYS_QUOTA_H >#include <sys/quota.h> >#endif > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ > >struct dqblk D; >D.dqb_fsoftlimit = 0; > ; > return 0; >} >configure:27264: result: no >configure:27279: checking for long quotactl(int cmd, char *special, qid_t id, caddr_t addr) >configure:27308: gcc -o conftest -Werror -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lcrypt -lresolv -lnsl -ldl >&5 >configure:27311: $? = 0 >configure:27313: ./conftest >configure:27316: $? = 0 >configure:27339: result: yes >configure:27504: checking mntent.h usability >configure:27513: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:27516: $? = 0 >configure:27519: test -s conftest.o >configure:27522: $? = 0 >configure:27531: result: yes >configure:27535: checking mntent.h presence >configure:27542: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:27548: $? = 0 >configure:27566: result: yes >configure:27584: checking for mntent.h >configure:27591: result: yes >configure:27612: checking for setmntent >configure:27655: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lcrypt -lresolv -lnsl -ldl >&5 >configure:27658: $? = 0 >configure:27661: test -s conftest >configure:27664: $? = 0 >configure:27674: result: yes >configure:27612: checking for getmntent >configure:27655: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lcrypt -lresolv -lnsl -ldl >&5 >configure:27658: $? = 0 >configure:27661: test -s conftest >configure:27664: $? = 0 >configure:27674: result: yes >configure:27612: checking for endmntent >configure:27655: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lcrypt -lresolv -lnsl -ldl >&5 >configure:27658: $? = 0 >configure:27661: test -s conftest >configure:27664: $? = 0 >configure:27674: result: yes >configure:27701: checking devnm.h usability >configure:27710: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:27738:19: devnm.h: No such file or directory >configure:27713: $? = 1 >configure: failed program was: >#line 27703 "configure" >#include "confdefs.h" >#include <stdio.h> >#if HAVE_SYS_TYPES_H ># include <sys/types.h> >#endif >#if HAVE_SYS_STAT_H ># include <sys/stat.h> >#endif >#if STDC_HEADERS ># include <stdlib.h> ># include <stddef.h> >#else ># if HAVE_STDLIB_H ># include <stdlib.h> ># endif >#endif >#if HAVE_STRING_H ># if !STDC_HEADERS && HAVE_MEMORY_H ># include <memory.h> ># endif ># include <string.h> >#endif >#if HAVE_STRINGS_H ># include <strings.h> >#endif >#if HAVE_INTTYPES_H ># include <inttypes.h> >#else ># if HAVE_STDINT_H ># include <stdint.h> ># endif >#endif >#if HAVE_UNISTD_H ># include <unistd.h> >#endif >#include <devnm.h> >configure:27728: result: no >configure:27732: checking devnm.h presence >configure:27739: gcc -E -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >configure:27735:19: devnm.h: No such file or directory >configure:27745: $? = 1 >configure: failed program was: >#line 27734 "configure" >#include "confdefs.h" >#include <devnm.h> >configure:27763: result: no >configure:27781: checking for devnm.h >configure:27788: result: no >configure:27807: checking for devnm >configure:27850: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lcrypt -lresolv -lnsl -ldl >&5 >/tmp/ccAwnzPR.o(.text+0xf): In function `main': >/usr/src/samba_current/source/configure:27840: undefined reference to `devnm' >collect2: ld returned 1 exit status >configure:27853: $? = 1 >configure: failed program was: >#line 27812 "configure" >#include "confdefs.h" >/* System header to define __stub macros and hopefully few prototypes, > which can conflict with char devnm (); below. */ >#include <assert.h> >/* Override any gcc2 internal prototype to avoid an error. */ >#ifdef __cplusplus >extern "C" >#endif >/* We use char because int might match the return type of a gcc2 > builtin and then its argument prototype would still apply. */ >char devnm (); >char (*f) (); > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >/* The GNU C library defines this for functions which it implements > to always fail with ENOSYS. Some functions are actually named > something starting with __ and the normal name is an alias. */ >#if defined (__stub_devnm) || defined (__stub___devnm) >choke me >#else >f = devnm; >#endif > > ; > return 0; >} >configure:27869: result: no >configure:27896: checking whether the sys_quota interface works >configure:27929: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I./ -I. -I./include -I./ubiqx -I./popt -I./smbwrapper -I./nsswitch conftest.c >&5 >In file included from configure:27910: >lib/sysquotas.c: In function `command_get_quota': >lib/sysquotas.c:713: warning: assignment makes pointer from integer without a cast >lib/sysquotas.c:741: warning: assignment makes pointer from integer without a cast >In file included from configure:27910: >lib/sysquotas.c: In function `command_set_quota': >lib/sysquotas.c:834: warning: assignment makes pointer from integer without a cast >lib/sysquotas.c:877: warning: assignment makes pointer from integer without a cast >configure:27932: $? = 0 >configure:27935: test -s conftest.o >configure:27938: $? = 0 >configure:27950: result: yes >configure:27953: checking whether to use the new lib/sysquotas.c interface >configure:27967: result: yes >configure:27976: checking whether the old quota support works >configure:28008: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I./ -I. -I./include -I./ubiqx -I./popt -I./smbwrapper -I./nsswitch conftest.c >&5 >configure:28011: $? = 0 >configure:28014: test -s conftest.o >configure:28017: $? = 0 >configure:28029: result: yes >configure:28032: checking whether to use the old quota support >configure:28048: result: no >configure:28060: checking whether to support utmp accounting >configure:28088: result: yes >configure:28102: checking chosen man pages' language(s) >configure:28125: result: en >configure:28139: checking whether to build the libsmbclient shared library >configure:28178: result: yes >configure:28196: checking how to get filesystem space usage... >configure:28203: checking statvfs64 function (SVR4) >configure:28227: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lcrypt -lresolv -lnsl -ldl >&5 >configure:28230: $? = 0 >configure:28232: ./conftest >configure:28235: $? = 0 >configure:28248: result: yes >configure:28640: checking if large file support can be enabled >configure:28667: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure:28670: $? = 0 >configure:28673: test -s conftest.o >configure:28676: $? = 0 >configure:28692: result: yes >configure:28746: checking whether to support ACLs >configure:29256: result: no >configure:29265: checking whether to check to support sendfile >configure:29274: result: yes >configure:29279: checking for linux sendfile64 support >configure:29308: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lcrypt -lresolv -lnsl -ldl >&5 >configure:29311: $? = 0 >configure:29314: test -s conftest >configure:29317: $? = 0 >configure:29327: result: yes >configure:29330: checking for linux sendfile support >configure:29359: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lcrypt -lresolv -lnsl -ldl >&5 >configure:29362: $? = 0 >configure:29365: test -s conftest >configure:29368: $? = 0 >configure:29378: result: yes >configure:29382: checking for broken linux sendfile support >configure:29414: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lcrypt -lresolv -lnsl -ldl >&5 >configure:29417: $? = 0 >configure:29420: test -s conftest >configure:29423: $? = 0 >configure:29433: result: yes >configure:29986: checking whether to build winbind >configure:30070: result: yes >configure:30095: checking for struct passwd.pw_comment >configure:30122: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure: In function `main': >configure:30113: structure has no member named `pw_comment' >configure:30125: $? = 1 >configure: failed program was: >#line 30100 "configure" >#include "confdefs.h" >#include <pwd.h> > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >static struct passwd ac_aggr; >if (ac_aggr.pw_comment) >return 0; > ; > return 0; >} >configure:30141: result: no >configure:30152: checking for struct passwd.pw_age >configure:30179: gcc -c -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c >&5 >configure: In function `main': >configure:30170: structure has no member named `pw_age' >configure:30182: $? = 1 >configure: failed program was: >#line 30157 "configure" >#include "confdefs.h" >#include <pwd.h> > >#ifdef F77_DUMMY_MAIN ># ifdef __cplusplus > extern "C" ># endif > int F77_DUMMY_MAIN() { return 1; } >#endif >int >main () >{ >static struct passwd ac_aggr; >if (ac_aggr.pw_age) >return 0; > ; > return 0; >} >configure:30198: result: no >configure:30227: checking for poptGetContext in -lpopt >configure:30260: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lpopt -lcrypt -lresolv -lnsl -ldl >&5 >configure:30263: $? = 0 >configure:30266: test -s conftest >configure:30269: $? = 0 >configure:30280: result: yes >configure:30290: checking whether to use included popt >configure:30299: result: no >configure:30386: checking how to build pdb_xml >configure:30417: result: not >configure:30422: checking how to build pdb_mysql >configure:30439: result: shared >configure:30462: checking how to build pdb_ldap >configure:30493: result: not >configure:30498: checking how to build pdb_smbpasswd >configure:30525: result: static >configure:30534: checking how to build pdb_tdbsam >configure:30561: result: static >configure:30570: checking how to build pdb_guest >configure:30597: result: static >configure:30617: checking how to build rpc_lsa >configure:30644: result: static >configure:30653: checking how to build rpc_reg >configure:30680: result: static >configure:30689: checking how to build rpc_lsa_ds >configure:30716: result: static >configure:30725: checking how to build rpc_wks >configure:30752: result: static >configure:30761: checking how to build rpc_net >configure:30788: result: static >configure:30797: checking how to build rpc_dfs >configure:30824: result: static >configure:30833: checking how to build rpc_srv >configure:30860: result: static >configure:30869: checking how to build rpc_spoolss >configure:30896: result: static >configure:30905: checking how to build rpc_samr >configure:30932: result: static >configure:30941: checking how to build rpc_echo >configure:30972: result: not >configure:30988: checking how to build idmap_ldap >configure:31019: result: not >configure:31024: checking how to build idmap_tdb >configure:31051: result: static >configure:31071: checking how to build charset_weird >configure:31102: result: not >configure:31107: checking how to build charset_CP850 >configure:31124: result: shared >configure:31143: checking how to build charset_CP437 >configure:31160: result: shared >configure:31190: checking how to build auth_rhosts >configure:31217: result: static >configure:31226: checking how to build auth_sam >configure:31253: result: static >configure:31262: checking how to build auth_unix >configure:31289: result: static >configure:31298: checking how to build auth_winbind >configure:31325: result: static >configure:31334: checking how to build auth_server >configure:31361: result: static >configure:31370: checking how to build auth_domain >configure:31397: result: static >configure:31406: checking how to build auth_builtin >configure:31433: result: static >configure:31453: checking how to build vfs_recycle >configure:31470: result: shared >configure:31489: checking how to build vfs_audit >configure:31506: result: shared >configure:31525: checking how to build vfs_extd_audit >configure:31542: result: shared >configure:31561: checking how to build vfs_netatalk >configure:31578: result: shared >configure:31597: checking how to build vfs_fake_perms >configure:31614: result: shared >configure:31633: checking how to build vfs_default_quota >configure:31650: result: shared >configure:31669: checking how to build vfs_readonly >configure:31686: result: shared >configure:31705: checking how to build vfs_cap >configure:31722: result: shared >configure:31767: result: Using libraries: >configure:31769: result: LIBS = -lcrypt -lresolv -lnsl -ldl >configure:31779: result: AUTH_LIBS = -lcrypt >configure:31785: checking configure summary >configure:31797: gcc -o conftest -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE conftest.c -lcrypt -lresolv -lnsl -ldl >&5 >configure:31800: $? = 0 >configure:31802: ./conftest >configure:31805: $? = 0 >configure:31807: result: yes >configure:31947: creating ./config.status > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by config.status, which was >generated by GNU Autoconf 2.53. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on QorTek > >config.status:653: creating include/stamp-h >config.status:653: creating Makefile >config.status:653: creating script/findsmb >config.status:653: creating smbadduser >config.status:653: creating script/gen-8bit-gap.sh >config.status:757: creating include/config.h >config.status:1620: include/config.h is unchanged > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=i686-pc-linux-gnu >ac_cv_build_alias=i686-pc-linux-gnu >ac_cv_build_system_type=i686-pc-linux-gnu >ac_cv_c_bigendian=no >ac_cv_c_char_unsigned=no >ac_cv_c_compiler_gnu=yes >ac_cv_c_const=yes >ac_cv_c_inline=inline >ac_cv_dirent_d_off=yes >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set= >ac_cv_env_CFLAGS_value= >ac_cv_env_CPPFLAGS_set= >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_LDFLAGS_set= >ac_cv_env_LDFLAGS_value= >ac_cv_env_build_alias_set= >ac_cv_env_build_alias_value= >ac_cv_env_host_alias_set= >ac_cv_env_host_alias_value= >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_exeext= >ac_cv_func___acl=no >ac_cv_func___chdir=no >ac_cv_func___close=yes >ac_cv_func___closedir=no >ac_cv_func___dup=no >ac_cv_func___dup2=yes >ac_cv_func___facl=no >ac_cv_func___fchdir=no >ac_cv_func___fcntl=yes >ac_cv_func___fork=yes >ac_cv_func___fstat=yes >ac_cv_func___fstat64=no >ac_cv_func___fxstat=yes >ac_cv_func___getcwd=no >ac_cv_func___getdents=no >ac_cv_func___llseek=no >ac_cv_func___lseek=yes >ac_cv_func___lstat=yes >ac_cv_func___lstat64=no >ac_cv_func___lxstat=yes >ac_cv_func___open=yes >ac_cv_func___open64=yes >ac_cv_func___opendir=no >ac_cv_func___pread=no >ac_cv_func___pread64=yes >ac_cv_func___pwrite=no >ac_cv_func___pwrite64=yes >ac_cv_func___read=yes >ac_cv_func___readdir=no >ac_cv_func___readdir64=no >ac_cv_func___seekdir=no >ac_cv_func___stat=yes >ac_cv_func___stat64=no >ac_cv_func___sys_llseek=no >ac_cv_func___telldir=no >ac_cv_func___write=yes >ac_cv_func___xstat=yes >ac_cv_func__acl=no >ac_cv_func__chdir=no >ac_cv_func__close=no >ac_cv_func__closedir=no >ac_cv_func__dup=no >ac_cv_func__dup2=no >ac_cv_func__facl=no >ac_cv_func__fchdir=no >ac_cv_func__fcntl=no >ac_cv_func__fork=no >ac_cv_func__fstat=no >ac_cv_func__fstat64=no >ac_cv_func__getcwd=no >ac_cv_func__getdents=no >ac_cv_func__llseek=no >ac_cv_func__lseek=no >ac_cv_func__lstat=no >ac_cv_func__lstat64=no >ac_cv_func__open=no >ac_cv_func__open64=no >ac_cv_func__opendir=no >ac_cv_func__pread=no >ac_cv_func__pread64=no >ac_cv_func__pwrite=no >ac_cv_func__pwrite64=no >ac_cv_func__read=no >ac_cv_func__readdir=no >ac_cv_func__readdir64=no >ac_cv_func__seekdir=no >ac_cv_func__stat=no >ac_cv_func__stat64=no >ac_cv_func__telldir=no >ac_cv_func__write=no >ac_cv_func_asprintf=yes >ac_cv_func_atexit=yes >ac_cv_func_attr_get=no >ac_cv_func_attr_getf=no >ac_cv_func_attr_list=no >ac_cv_func_attr_listf=no >ac_cv_func_attr_remove=no >ac_cv_func_attr_removef=no >ac_cv_func_attr_set=no >ac_cv_func_attr_setf=no >ac_cv_func_backtrace_symbols=yes >ac_cv_func_bigcrypt=no >ac_cv_func_bzero=yes >ac_cv_func_chmod=yes >ac_cv_func_chown=yes >ac_cv_func_chroot=yes >ac_cv_func_connect=yes >ac_cv_func_creat64=yes >ac_cv_func_crypt16=no >ac_cv_func_devnm=no >ac_cv_func_dlclose=yes >ac_cv_func_dlerror=yes >ac_cv_func_dlopen=yes >ac_cv_func_dlsym=yes >ac_cv_func_dup2=yes >ac_cv_func_endmntent=yes >ac_cv_func_endnetgrent=yes >ac_cv_func_execl=yes >ac_cv_func_fchmod=yes >ac_cv_func_fchown=yes >ac_cv_func_fcvt=yes >ac_cv_func_fcvtl=no >ac_cv_func_fgetxattr=yes >ac_cv_func_flistxattr=yes >ac_cv_func_fopen64=yes >ac_cv_func_fremovexattr=yes >ac_cv_func_fseek64=no >ac_cv_func_fseeko64=yes >ac_cv_func_fsetxattr=yes >ac_cv_func_fstat=yes >ac_cv_func_fstat64=yes >ac_cv_func_fsync=yes >ac_cv_func_ftell64=no >ac_cv_func_ftello64=yes >ac_cv_func_ftruncate=yes >ac_cv_func_ftruncate64=yes >ac_cv_func_getauthuid=no >ac_cv_func_getcwd=yes >ac_cv_func_getdents=no >ac_cv_func_getdirentries=yes >ac_cv_func_getgrent=yes >ac_cv_func_getgrnam=yes >ac_cv_func_getmntent=yes >ac_cv_func_getnetgrent=yes >ac_cv_func_getprpwnam=no >ac_cv_func_getpwanam=no >ac_cv_func_getrlimit=yes >ac_cv_func_getspnam=yes >ac_cv_func_getutmpx=yes >ac_cv_func_getxattr=yes >ac_cv_func_glob=yes >ac_cv_func_grantpt=yes >ac_cv_func_initgroups=yes >ac_cv_func_innetgr=yes >ac_cv_func_lgetxattr=yes >ac_cv_func_link=yes >ac_cv_func_listxattr=yes >ac_cv_func_llistxattr=yes >ac_cv_func_llseek=yes >ac_cv_func_lremovexattr=yes >ac_cv_func_lseek64=yes >ac_cv_func_lsetxattr=yes >ac_cv_func_lstat64=yes >ac_cv_func_memcmp_working=yes >ac_cv_func_memmove=yes >ac_cv_func_memset=yes >ac_cv_func_mknod=yes >ac_cv_func_mknod64=no >ac_cv_func_mktime=yes >ac_cv_func_nl_langinfo=yes >ac_cv_func_open64=yes >ac_cv_func_pathconf=yes >ac_cv_func_pipe=yes >ac_cv_func_poll=yes >ac_cv_func_pread=yes >ac_cv_func_pread64=yes >ac_cv_func_putprpwnam=no >ac_cv_func_pututline=yes >ac_cv_func_pututxline=yes >ac_cv_func_pwrite=yes >ac_cv_func_pwrite64=yes >ac_cv_func_rand=yes >ac_cv_func_random=yes >ac_cv_func_rdchk=no >ac_cv_func_readdir64=yes >ac_cv_func_readlink=yes >ac_cv_func_realpath=yes >ac_cv_func_removexattr=yes >ac_cv_func_rename=yes >ac_cv_func_select=yes >ac_cv_func_set_auth_parameters=no >ac_cv_func_setbuffer=yes >ac_cv_func_setenv=yes >ac_cv_func_setgidx=no >ac_cv_func_setgroups=yes >ac_cv_func_setlinebuf=yes >ac_cv_func_setlocale=yes >ac_cv_func_setluid=no >ac_cv_func_setmntent=yes >ac_cv_func_setnetgrent=yes >ac_cv_func_setpgid=yes >ac_cv_func_setpriv=no >ac_cv_func_setsid=yes >ac_cv_func_setuidx=no >ac_cv_func_setxattr=yes >ac_cv_func_shm_open=no >ac_cv_func_shmget=yes >ac_cv_func_sigaction=yes >ac_cv_func_sigblock=yes >ac_cv_func_sigprocmask=yes >ac_cv_func_sigset=yes >ac_cv_func_snprintf=yes >ac_cv_func_srand=yes >ac_cv_func_srandom=yes >ac_cv_func_stat64=yes >ac_cv_func_strcasecmp=yes >ac_cv_func_strchr=yes >ac_cv_func_strdup=yes >ac_cv_func_strerror=yes >ac_cv_func_strftime=yes >ac_cv_func_strlcat=no >ac_cv_func_strlcpy=no >ac_cv_func_strndup=yes >ac_cv_func_strnlen=yes >ac_cv_func_strpbrk=yes >ac_cv_func_strtoul=yes >ac_cv_func_symlink=yes >ac_cv_func_syscall=yes >ac_cv_func_sysconf=yes >ac_cv_func_syslog=yes >ac_cv_func_timegm=yes >ac_cv_func_updwtmp=yes >ac_cv_func_updwtmpx=yes >ac_cv_func_usleep=yes >ac_cv_func_utime=yes >ac_cv_func_utimes=yes >ac_cv_func_vasprintf=yes >ac_cv_func_vsnprintf=yes >ac_cv_func_vsyslog=yes >ac_cv_func_waitpid=yes >ac_cv_func_yp_get_default_domain=yes >ac_cv_have_asprintf_decl=yes >ac_cv_have_errno_decl=yes >ac_cv_have_setresgid_decl=no >ac_cv_have_setresuid_decl=no >ac_cv_have_snprintf_decl=yes >ac_cv_have_vasprintf_decl=yes >ac_cv_have_vsnprintf_decl=yes >ac_cv_header_arpa_inet_h=yes >ac_cv_header_asm_types_h=yes >ac_cv_header_attr_xattr_h=no >ac_cv_header_compat_h=no >ac_cv_header_ctype_h=yes >ac_cv_header_devnm_h=no >ac_cv_header_dirent_dirent_h=yes >ac_cv_header_dlfcn_h=yes >ac_cv_header_execinfo_h=yes >ac_cv_header_fcntl_h=yes >ac_cv_header_glob_h=yes >ac_cv_header_grp_h=yes >ac_cv_header_history_h=no >ac_cv_header_inttypes_h=yes >ac_cv_header_langinfo_h=yes >ac_cv_header_lastlog_h=yes >ac_cv_header_limits_h=yes >ac_cv_header_linux_dqblk_xfs_h=no >ac_cv_header_linux_quota_h=yes >ac_cv_header_linux_xfs_fs_h=no >ac_cv_header_linux_xqm_h=no >ac_cv_header_locale_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_mntent_h=yes >ac_cv_header_net_if_h=yes >ac_cv_header_netinet_in_ip_h=no >ac_cv_header_netinet_in_systm_h=yes >ac_cv_header_netinet_ip_h=yes >ac_cv_header_netinet_tcp_h=yes >ac_cv_header_ns_api_h=no >ac_cv_header_nss_common_h=no >ac_cv_header_nss_h=yes >ac_cv_header_poll_h=yes >ac_cv_header_readline_h=no >ac_cv_header_readline_history_h=yes >ac_cv_header_readline_readline_h=yes >ac_cv_header_rpc_rpc_h=yes >ac_cv_header_rpcsvc_nis_h=yes >ac_cv_header_rpcsvc_yp_prot_h=yes >ac_cv_header_rpcsvc_ypclnt_h=yes >ac_cv_header_security__pam_macros_h=no >ac_cv_header_security_pam_appl_h=no >ac_cv_header_security_pam_modules_h=no >ac_cv_header_shadow_h=yes >ac_cv_header_stdarg_h=yes >ac_cv_header_stdc=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_stropts_h=yes >ac_cv_header_sys_acl_h=no >ac_cv_header_sys_attributes_h=no >ac_cv_header_sys_capability_h=no >ac_cv_header_sys_cdefs_h=yes >ac_cv_header_sys_dustat_h=no >ac_cv_header_sys_fcntl_h=yes >ac_cv_header_sys_filio_h=no >ac_cv_header_sys_filsys_h=no >ac_cv_header_sys_fs_s5param_h=no >ac_cv_header_sys_fs_vx_quota_h=no >ac_cv_header_sys_id_h=no >ac_cv_header_sys_ioctl_h=yes >ac_cv_header_sys_ipc_h=yes >ac_cv_header_sys_mman_h=yes >ac_cv_header_sys_mode_h=no >ac_cv_header_sys_mount_h=yes >ac_cv_header_sys_param_h=yes >ac_cv_header_sys_priv_h=no >ac_cv_header_sys_quota_h=yes >ac_cv_header_sys_resource_h=yes >ac_cv_header_sys_security_h=no >ac_cv_header_sys_select_h=yes >ac_cv_header_sys_shm_h=yes >ac_cv_header_sys_socket_h=yes >ac_cv_header_sys_sockio_h=no >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_statfs_h=yes >ac_cv_header_sys_statvfs_h=yes >ac_cv_header_sys_syscall_h=yes >ac_cv_header_sys_syslog_h=yes >ac_cv_header_sys_termio_h=no >ac_cv_header_sys_time_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_sys_unistd_h=yes >ac_cv_header_sys_vfs_h=yes >ac_cv_header_sys_wait_h=yes >ac_cv_header_syscall_h=yes >ac_cv_header_syslog_h=yes >ac_cv_header_termio_h=yes >ac_cv_header_termios_h=yes >ac_cv_header_time=yes >ac_cv_header_unistd_h=yes >ac_cv_header_utime_h=yes >ac_cv_header_utmp_h=yes >ac_cv_header_utmpx_h=yes >ac_cv_header_valgrind_h=no >ac_cv_header_valgrind_memcheck_h=no >ac_cv_header_valgrind_valgrind_h=no >ac_cv_header_xfs_libxfs_h=no >ac_cv_header_xfs_xfs_fs_h=no >ac_cv_header_xfs_xqm_h=no >ac_cv_host=i686-pc-linux-gnu >ac_cv_host_alias=i686-pc-linux-gnu >ac_cv_host_system_type=i686-pc-linux-gnu >ac_cv_lib_gen_getspnam=no >ac_cv_lib_ncurses___tgetent=yes >ac_cv_lib_pam_pam_get_data=no >ac_cv_lib_popt_poptGetContext=yes >ac_cv_lib_readline_rl_callback_handler_install=yes >ac_cv_lib_readline_rl_completion_matches=yes >ac_cv_lib_resolv_dn_expand=yes >ac_cv_lib_sec_bigcrypt=no >ac_cv_lib_sec_getprpwnam=no >ac_cv_lib_sec_getspnam=no >ac_cv_lib_sec_putprpwnam=no >ac_cv_lib_sec_set_auth_parameters=no >ac_cv_lib_security_bigcrypt=no >ac_cv_lib_security_getprpwnam=no >ac_cv_lib_security_getspnam=no >ac_cv_lib_security_putprpwnam=no >ac_cv_lib_security_set_auth_parameters=no >ac_cv_member_struct_passwd_pw_age=no >ac_cv_member_struct_passwd_pw_comment=no >ac_cv_member_struct_stat_st_rdev=yes >ac_cv_objext=o >ac_cv_path_MYSQL_CONFIG=/usr/local/mysql/bin/bin/mysql_config >ac_cv_path_PERL=/usr/bin/perl >ac_cv_path_install='/usr/bin/ginstall -c' >ac_cv_prog_AWK=gawk >ac_cv_prog_CPP='gcc -E' >ac_cv_prog_ac_ct_CC=gcc >ac_cv_prog_cc_g=yes >ac_cv_prog_cc_gcc_c_o=yes >ac_cv_prog_cc_stdc= >ac_cv_prog_gnu_ld=yes >ac_cv_search_crypt=-lcrypt >ac_cv_search_dlopen=-ldl >ac_cv_search_getxattr='none required' >ac_cv_search_opendir='none required' >ac_cv_search_strerror='none required' >ac_cv_search_yp_get_default_domain=-lnsl >ac_cv_shlib_works=yes >ac_cv_sizeof_int=4 >ac_cv_sizeof_long=4 >ac_cv_sizeof_short=2 >ac_cv_target=i686-pc-linux-gnu >ac_cv_target_alias=i686-pc-linux-gnu >ac_cv_target_system_type=i686-pc-linux-gnu >ac_cv_type_ino_t=yes >ac_cv_type_int=yes >ac_cv_type_loff_t=yes >ac_cv_type_long=yes >ac_cv_type_mode_t=yes >ac_cv_type_off_t=yes >ac_cv_type_offset_t=no >ac_cv_type_pid_t=yes >ac_cv_type_short=yes >ac_cv_type_signal=void >ac_cv_type_size_t=yes >ac_cv_type_ssize_t=yes >ac_cv_type_uid_t=yes >ac_cv_type_wchar_t=yes >fu_cv_sys_stat_statvfs64=yes >jm_cv_func_iconv=yes >jm_cv_giconv=no >jm_cv_include=iconv.h >jm_cv_lib_iconv=no >samba_cv_BROKEN_NISPLUS_INCLUDE_FILES=yes >samba_cv_BROKEN_REDHAT_7_SYSTEM_HEADERS=no >samba_cv_FTRUNCATE_NEEDS_ROOT=no >samba_cv_HAVE_BROKEN_FCNTL64_LOCKS=no >samba_cv_HAVE_BROKEN_GETGROUPS=no >samba_cv_HAVE_BROKEN_LINUX_SENDFILE=yes >samba_cv_HAVE_BROKEN_READDIR=no >samba_cv_HAVE_C99_VSNPRINTF=yes >samba_cv_HAVE_DEV64_T=no >samba_cv_HAVE_DEVICE_MAJOR_FN=yes >samba_cv_HAVE_DEVICE_MINOR_FN=yes >samba_cv_HAVE_DQB_FSOFTLIMIT=no >samba_cv_HAVE_EXPLICIT_LARGEFILE_SUPPORT=yes >samba_cv_HAVE_FCNTL_LOCK=yes >samba_cv_HAVE_FTRUNCATE_EXTEND=yes >samba_cv_HAVE_FUNCTION_MACRO=yes >samba_cv_HAVE_GETTIMEOFDAY_TZ=yes >samba_cv_HAVE_IFACE_AIX=no >samba_cv_HAVE_IFACE_IFCONF=yes >samba_cv_HAVE_INO64_T=no >samba_cv_HAVE_INT16_FROM_RPC_RPC_H=no >samba_cv_HAVE_INT32_FROM_RPC_RPC_H=no >samba_cv_HAVE_IRIX_SPECIFIC_CAPABILITIES=no >samba_cv_HAVE_KERNEL_CHANGE_NOTIFY=yes >samba_cv_HAVE_KERNEL_OPLOCKS_IRIX=no >samba_cv_HAVE_KERNEL_OPLOCKS_LINUX=yes >samba_cv_HAVE_KERNEL_SHARE_MODES=yes >samba_cv_HAVE_MMAP=yes >samba_cv_HAVE_NATIVE_ICONV=yes >samba_cv_HAVE_OFF64_T=no >samba_cv_HAVE_QUOTACTL_4A=yes >samba_cv_HAVE_ROOT=yes >samba_cv_HAVE_RPC_AUTH_ERROR_CONFLICT=no >samba_cv_HAVE_SECURE_MKSTEMP=yes >samba_cv_HAVE_SENDFILE=yes >samba_cv_HAVE_SENDFILE64=yes >samba_cv_HAVE_SOCK_SIN_LEN=no >samba_cv_HAVE_STAT_ST_BLKSIZE=yes >samba_cv_HAVE_STAT_ST_BLOCKS=yes >samba_cv_HAVE_STRUCT_DIRENT64=yes >samba_cv_HAVE_STRUCT_FLOCK64=yes >samba_cv_HAVE_STRUCT_IF_DQBLK=no >samba_cv_HAVE_STRUCT_MEM_DQBLK=no >samba_cv_HAVE_TRUNCATED_SALT=no >samba_cv_HAVE_UINT16_FROM_RPC_RPC_H=no >samba_cv_HAVE_UINT32_FROM_RPC_RPC_H=no >samba_cv_HAVE_UNSIGNED_CHAR=no >samba_cv_HAVE_UTIMBUF=yes >samba_cv_HAVE_UT_UT_ADDR=yes >samba_cv_HAVE_UT_UT_EXIT=yes >samba_cv_HAVE_UT_UT_HOST=yes >samba_cv_HAVE_UT_UT_ID=yes >samba_cv_HAVE_UT_UT_NAME=yes >samba_cv_HAVE_UT_UT_PID=yes >samba_cv_HAVE_UT_UT_TIME=yes >samba_cv_HAVE_UT_UT_TV=yes >samba_cv_HAVE_UT_UT_TYPE=yes >samba_cv_HAVE_UT_UT_USER=yes >samba_cv_HAVE_UX_UT_SYSLEN=no >samba_cv_HAVE_VA_COPY=yes >samba_cv_HAVE_WORKING_AF_LOCAL=no >samba_cv_HAVE_Werror=yes >samba_cv_PUTUTLINE_RETURNS_UTMP=yes >samba_cv_QUOTA_WORKS=yes >samba_cv_REPLACE_GETPASS=yes >samba_cv_REPLACE_INET_NTOA=no >samba_cv_RUN_QUOTA_TESTS=yes >samba_cv_SEEKDIR_RETURNS_VOID=yes >samba_cv_SIZEOF_INO_T=yes >samba_cv_SIZEOF_OFF_T=yes >samba_cv_SYSCONF_SC_NGROUPS_MAX=yes >samba_cv_SYSQUOTA_FOUND=yes >samba_cv_SYSQUOTA_WORKS=yes >samba_cv_TRY_QUOTAS=yes >samba_cv_TRY_SYS_QUOTAS=yes >samba_cv_USE_SETRESUID=yes >samba_cv_WE_USE_SYS_QUOTAS=yes >samba_cv_WITH_QUOTAS=yes >samba_cv_WITH_SYS_QUOTAS=auto >samba_cv_compiler_supports_ll=yes >samba_cv_have_longlong=yes >samba_cv_have_setresgid=yes >samba_cv_have_setresuid=yes >samba_cv_immediate_structures=yes >samba_cv_optimize_out_funcation_calls=yes >samba_cv_sig_atomic_t=yes >samba_cv_socklen_t=yes >samba_cv_unixsocket=yes >samba_cv_volatile=yes > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >#define PACKAGE_NAME "" >#define PACKAGE_TARNAME "" >#define PACKAGE_VERSION "" >#define PACKAGE_STRING "" >#define PACKAGE_BUGREPORT "" >#define HAVE_VOLATILE 1 >#define _LARGEFILE64_SOURCE 1 >#define _FILE_OFFSET_BITS 64 >#define _GNU_SOURCE 1 >#define STDC_HEADERS 1 >#define HAVE_DIRENT_H 1 >#define TIME_WITH_SYS_TIME 1 >#define HAVE_SYS_WAIT_H 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_ARPA_INET_H 1 >#define HAVE_SYS_FCNTL_H 1 >#define HAVE_SYS_SELECT_H 1 >#define HAVE_FCNTL_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_SYS_UNISTD_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_UTIME_H 1 >#define HAVE_GRP_H 1 >#define HAVE_LIMITS_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_NET_IF_H 1 >#define HAVE_RPC_RPC_H 1 >#define HAVE_RPCSVC_NIS_H 1 >#define HAVE_RPCSVC_YP_PROT_H 1 >#define HAVE_RPCSVC_YPCLNT_H 1 >#define HAVE_SYS_PARAM_H 1 >#define HAVE_CTYPE_H 1 >#define HAVE_SYS_WAIT_H 1 >#define HAVE_SYS_RESOURCE_H 1 >#define HAVE_SYS_IOCTL_H 1 >#define HAVE_SYS_IPC_H 1 >#define HAVE_SYS_MMAN_H 1 >#define HAVE_SYS_SHM_H 1 >#define HAVE_STRING_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_SYS_SOCKET_H 1 >#define HAVE_SYS_MOUNT_H 1 >#define HAVE_SYS_VFS_H 1 >#define HAVE_TERMIOS_H 1 >#define HAVE_TERMIO_H 1 >#define HAVE_SYS_STATFS_H 1 >#define HAVE_SYS_STATVFS_H 1 >#define HAVE_STDARG_H 1 >#define HAVE_DLFCN_H 1 >#define HAVE_SYS_SYSLOG_H 1 >#define HAVE_SYSLOG_H 1 >#define HAVE_EXECINFO_H 1 >#define HAVE_LANGINFO_H 1 >#define HAVE_LOCALE_H 1 >#define HAVE_SHADOW_H 1 >#define HAVE_NETINET_IP_H 1 >#define HAVE_NETINET_TCP_H 1 >#define HAVE_NETINET_IN_SYSTM_H 1 >#define HAVE_NSS_H 1 >#define HAVE_STROPTS_H 1 >#define HAVE_POLL_H 1 >#define HAVE_SYSCALL_H 1 >#define HAVE_SYS_SYSCALL_H 1 >#define HAVE_SYS_CDEFS_H 1 >#define HAVE_GLOB_H 1 >#define HAVE_UTMP_H 1 >#define HAVE_UTMPX_H 1 >#define HAVE_LASTLOG_H 1 >#define SIZEOF_INT 4 >#define SIZEOF_LONG 4 >#define SIZEOF_SHORT 2 >#define RETSIGTYPE void >#define HAVE_STRUCT_STAT_ST_RDEV 1 >#define HAVE_ST_RDEV 1 >#define HAVE_DIRENT_D_OFF 1 >#define offset_t loff_t >#define HAVE_IMMEDIATE_STRUCTURES 1 >#define HAVE_COMPILER_WILL_OPTIMIZE_OUT_FNS 1 >#define HAVE_UNIXSOCKET 1 >#define HAVE_SOCKLEN_T_TYPE 1 >#define HAVE_SIG_ATOMIC_T_TYPE 1 >#define HAVE_ERRNO_DECL 1 >#define HAVE_ASPRINTF_DECL 1 >#define HAVE_VASPRINTF_DECL 1 >#define HAVE_VSNPRINTF_DECL 1 >#define HAVE_SNPRINTF_DECL 1 >#define HAVE_SETRESUID 1 >#define HAVE_SETRESGID 1 >#define HAVE_READLINE_READLINE_H 1 >#define HAVE_READLINE_HISTORY_H 1 >#define HAVE_READLINE_READLINE_H 1 >#define HAVE_LIBREADLINE 1 >#define HAVE_NEW_LIBREADLINE 1 >#define HAVE_CONNECT 1 >#define HAVE_YP_GET_DEFAULT_DOMAIN 1 >#define HAVE_EXECL 1 >#define HAVE_DLOPEN 1 >#define HAVE_DLCLOSE 1 >#define HAVE_DLSYM 1 >#define HAVE_DLERROR 1 >#define HAVE_WAITPID 1 >#define HAVE_GETCWD 1 >#define HAVE_STRDUP 1 >#define HAVE_STRNDUP 1 >#define HAVE_STRNLEN 1 >#define HAVE_STRTOUL 1 >#define HAVE_STRERROR 1 >#define HAVE_CHOWN 1 >#define HAVE_FCHOWN 1 >#define HAVE_CHMOD 1 >#define HAVE_FCHMOD 1 >#define HAVE_CHROOT 1 >#define HAVE_LINK 1 >#define HAVE_MKNOD 1 >#define HAVE_FSTAT 1 >#define HAVE_STRCHR 1 >#define HAVE_UTIME 1 >#define HAVE_UTIMES 1 >#define HAVE_GETRLIMIT 1 >#define HAVE_FSYNC 1 >#define HAVE_BZERO 1 >#define HAVE_MEMSET 1 >#define HAVE_SETPGID 1 >#define HAVE_MEMMOVE 1 >#define HAVE_VSNPRINTF 1 >#define HAVE_SNPRINTF 1 >#define HAVE_ASPRINTF 1 >#define HAVE_VASPRINTF 1 >#define HAVE_SETSID 1 >#define HAVE_GLOB 1 >#define HAVE_STRPBRK 1 >#define HAVE_PIPE 1 >#define HAVE_STRFTIME 1 >#define HAVE_SIGPROCMASK 1 >#define HAVE_SIGBLOCK 1 >#define HAVE_SIGACTION 1 >#define HAVE_SIGSET 1 >#define HAVE_INNETGR 1 >#define HAVE_SETNETGRENT 1 >#define HAVE_GETNETGRENT 1 >#define HAVE_ENDNETGRENT 1 >#define HAVE_INITGROUPS 1 >#define HAVE_SELECT 1 >#define HAVE_POLL 1 >#define HAVE_GETGRNAM 1 >#define HAVE_GETGRENT 1 >#define HAVE_PATHCONF 1 >#define HAVE_REALPATH 1 >#define HAVE_SETGROUPS 1 >#define HAVE_SYSCONF 1 >#define HAVE_MKTIME 1 >#define HAVE_RENAME 1 >#define HAVE_FTRUNCATE 1 >#define HAVE_STAT64 1 >#define HAVE_FSTAT64 1 >#define HAVE_LSTAT64 1 >#define HAVE_FOPEN64 1 >#define HAVE_ATEXIT 1 >#define HAVE_GRANTPT 1 >#define HAVE_DUP2 1 >#define HAVE_LSEEK64 1 >#define HAVE_FTRUNCATE64 1 >#define HAVE_READDIR64 1 >#define HAVE_FSEEKO64 1 >#define HAVE_FTELLO64 1 >#define HAVE_SETLINEBUF 1 >#define HAVE_SRANDOM 1 >#define HAVE_RANDOM 1 >#define HAVE_SRAND 1 >#define HAVE_RAND 1 >#define HAVE_SETENV 1 >#define HAVE_USLEEP 1 >#define HAVE_STRCASECMP 1 >#define HAVE_FCVT 1 >#define HAVE_SYMLINK 1 >#define HAVE_READLINK 1 >#define HAVE_SYSLOG 1 >#define HAVE_VSYSLOG 1 >#define HAVE_TIMEGM 1 >#define HAVE_SETLOCALE 1 >#define HAVE_NL_LANGINFO 1 >#define HAVE_SETBUFFER 1 >#define HAVE_SHMGET 1 >#define HAVE_BACKTRACE_SYMBOLS 1 >#define HAVE_SYSCALL 1 >#define HAVE___DUP2 1 >#define HAVE___XSTAT 1 >#define HAVE___FXSTAT 1 >#define HAVE___LXSTAT 1 >#define HAVE___STAT 1 >#define HAVE___LSTAT 1 >#define HAVE___FSTAT 1 >#define HAVE___OPEN 1 >#define HAVE___CLOSE 1 >#define HAVE___FCNTL 1 >#define HAVE___LSEEK 1 >#define HAVE___READ 1 >#define HAVE_GETDIRENTRIES 1 >#define HAVE___WRITE 1 >#define HAVE___FORK 1 >#define HAVE_LLSEEK 1 >#define HAVE_READDIR64 1 >#define HAVE_PREAD 1 >#define HAVE_PREAD64 1 >#define HAVE___PREAD64 1 >#define HAVE_PWRITE 1 >#define HAVE_PWRITE64 1 >#define HAVE___PWRITE64 1 >#define HAVE_OPEN64 1 >#define HAVE___OPEN64 1 >#define HAVE_CREAT64 1 >#define HAVE_LIBRESOLV 1 >#define HAVE_GETSPNAM 1 >#define HAVE_GETSPNAM 1 >#define HAVE_GETSPNAM 1 >#define HAVE_GETXATTR 1 >#define HAVE_LGETXATTR 1 >#define HAVE_FGETXATTR 1 >#define HAVE_LISTXATTR 1 >#define HAVE_LLISTXATTR 1 >#define HAVE_FLISTXATTR 1 >#define HAVE_REMOVEXATTR 1 >#define HAVE_LREMOVEXATTR 1 >#define HAVE_FREMOVEXATTR 1 >#define HAVE_SETXATTR 1 >#define HAVE_LSETXATTR 1 >#define HAVE_FSETXATTR 1 >#define LINUX 1 >#define STAT_ST_BLOCKSIZE 512 >#define HAVE_LONGLONG 1 >#define COMPILER_SUPPORTS_LL 1 >#define SIZEOF_OFF_T 8 >#define SIZEOF_INO_T 8 >#define HAVE_STRUCT_DIRENT64 1 >#define HAVE_DEVICE_MAJOR_FN 1 >#define HAVE_DEVICE_MINOR_FN 1 >#define SEEKDIR_RETURNS_VOID 1 >#define HAVE_FUNCTION_MACRO 1 >#define HAVE_GETTIMEOFDAY_TZ 1 >#define HAVE_VA_COPY 1 >#define HAVE_C99_VSNPRINTF 1 >#define HAVE_UTIMBUF 1 >#define HAVE_PUTUTLINE 1 >#define HAVE_PUTUTXLINE 1 >#define HAVE_UPDWTMP 1 >#define HAVE_UPDWTMPX 1 >#define HAVE_GETUTMPX 1 >#define HAVE_UT_UT_NAME 1 >#define HAVE_UT_UT_USER 1 >#define HAVE_UT_UT_ID 1 >#define HAVE_UT_UT_HOST 1 >#define HAVE_UT_UT_TIME 1 >#define HAVE_UT_UT_TV 1 >#define HAVE_UT_UT_TYPE 1 >#define HAVE_UT_UT_PID 1 >#define HAVE_UT_UT_EXIT 1 >#define HAVE_UT_UT_ADDR 1 >#define PUTUTLINE_RETURNS_UTMP 1 >#define HAVE_ICONV 1 >#define HAVE_NATIVE_ICONV 1 >#define DEFAULT_DOS_CHARSET "CP850" >#define DEFAULT_DISPLAY_CHARSET "ASCII" >#define DEFAULT_UNIX_CHARSET "UTF-8" >#define HAVE_KERNEL_OPLOCKS_LINUX 1 >#define HAVE_KERNEL_CHANGE_NOTIFY 1 >#define HAVE_KERNEL_SHARE_MODES 1 >#define HAVE_FTRUNCATE_EXTEND 1 >#define REPLACE_GETPASS 1 >#define HAVE_SECURE_MKSTEMP 1 >#define SYSCONF_SC_NGROUPS_MAX 1 >#define HAVE_ROOT 1 >#define HAVE_IFACE_IFCONF 1 >#define USE_SETRESUID 1 >#define HAVE_MMAP 1 >#define HAVE_FCNTL_LOCK 1 >#define HAVE_STRUCT_FLOCK64 1 >#define HAVE_STAT_ST_BLOCKS 1 >#define HAVE_STAT_ST_BLKSIZE 1 >#define BROKEN_NISPLUS_INCLUDE_FILES 1 >#define WITH_SMBMOUNT 1 >#define HAVE_CRYPT 1 >#define HAVE_SYS_QUOTA_H 1 >#define HAVE_ASM_TYPES_H 1 >#define HAVE_LINUX_QUOTA_H 1 >#define HAVE_QUOTACTL_4A 1 >#define HAVE_MNTENT_H 1 >#define HAVE_SETMNTENT 1 >#define HAVE_GETMNTENT 1 >#define HAVE_ENDMNTENT 1 >#define WITH_QUOTAS 1 >#define HAVE_SYS_QUOTAS 1 >#define WITH_UTMP 1 >#define STAT_STATVFS64 1 >#define HAVE_EXPLICIT_LARGEFILE_SUPPORT 1 >#define HAVE_NO_ACLS 1 >#define HAVE_SENDFILE64 1 >#define LINUX_SENDFILE_API 1 >#define WITH_SENDFILE 1 >#define WITH_WINBIND 1 >#define pdb_mysql_init init_module >#define static_init_pdb { pdb_smbpasswd_init(); pdb_tdbsam_init(); pdb_guest_init();} >#define static_init_rpc { rpc_lsa_init(); rpc_reg_init(); rpc_lsa_ds_init(); rpc_wks_init(); rpc_net_init(); rpc_dfs_init(); rpc_srv_init(); rpc_spoolss_init(); rpc_samr_init();} >#define static_init_idmap { idmap_tdb_init();} >#define charset_CP850_init init_module >#define charset_CP437_init init_module >#define static_init_charset {} >#define static_init_auth { auth_rhosts_init(); auth_sam_init(); auth_unix_init(); auth_winbind_init(); auth_server_init(); auth_domain_init(); auth_builtin_init();} >#define vfs_recycle_init init_module >#define vfs_audit_init init_module >#define vfs_extd_audit_init init_module >#define vfs_netatalk_init init_module >#define vfs_fake_perms_init init_module >#define vfs_default_quota_init init_module >#define vfs_readonly_init init_module >#define vfs_cap_init init_module >#define static_init_vfs {} >#define STRING_STATIC_MODULES " pdb_smbpasswd pdb_tdbsam pdb_guest rpc_lsa rpc_reg rpc_lsa_ds rpc_wks rpc_net rpc_dfs rpc_srv rpc_spoolss rpc_samr idmap_tdb auth_rhosts auth_sam auth_unix auth_winbind auth_server auth_domain auth_builtin" > >configure: exit 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 506
: 191