The Samba-Bugzilla – Attachment 8078 Details for
Bug 9294
nmbd issues AIX 6.1 TL6 SP9
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Output from running the configure command (config.log)
config.log (text/plain), 4.53 MB, created by
Ed Sowinski
on 2012-10-16 17:32:32 UTC
(
hide
)
Description:
Output from running the configure command (config.log)
Filename:
MIME Type:
Creator:
Ed Sowinski
Created:
2012-10-16 17:32:32 UTC
Size:
4.53 MB
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 Samba configure 3, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ ./configure > >## --------- ## >## Platform. ## >## --------- ## > >hostname = inf-danitm >uname -m = 00F6FDC24C00 >uname -r = 1 >uname -s = AIX >uname -v = 6 > >/usr/bin/uname -p = powerpc >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = 6.1.0.0 >/bin/universe = unknown > >PATH: /usr/bin >PATH: /usr/bin >PATH: /etc >PATH: /usr/sbin >PATH: /usr/bin/X11 >PATH: /sbin >PATH: /usr/java14/jre/bin >PATH: /usr/java14/bin >PATH: /root >PATH: /opt/hphsv/bin >PATH: /usr/es/sbin/cluster >PATH: /common/adm >PATH: /common/adm/etc >PATH: /common/adm/system_maint > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:3021: checking build system type >configure:3035: result: powerpc-ibm-aix6.1.0.0 >configure:3055: checking host system type >configure:3068: result: powerpc-ibm-aix6.1.0.0 >configure:3088: checking target system type >configure:3101: result: powerpc-ibm-aix6.1.0.0 >configure:3813: checking for gcc >configure:3829: found /usr/bin/gcc >configure:3840: result: gcc >configure:4069: checking for C compiler version >configure:4078: gcc --version >&5 >gcc (GCC) 4.0.0 >Copyright (C) 2005 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:4089: $? = 0 >configure:4078: gcc -v >&5 >Using built-in specs. >Target: powerpc-ibm-aix5.3.0.0 >Configured with: ../configure --with-as=/usr/bin/as --with-ld=/usr/bin/ld --disable-nls --enable-languages=c,c++ --prefix=/opt/freeware --enable-threads --enable-version-specific-runtime-libs --host=powerpc-ibm-aix5.3.0.0 >Thread model: aix >gcc version 4.0.0 >configure:4089: $? = 0 >configure:4078: gcc -V >&5 >gcc: '-V' option must have argument >configure:4089: $? = 1 >configure:4078: gcc -qversion >&5 >gcc: unrecognized option '-qversion' >gcc: no input files >configure:4089: $? = 1 >configure:4109: checking whether the C compiler works >configure:4131: gcc conftest.c >&5 >configure:4135: $? = 0 >configure:4183: result: yes >configure:4186: checking for C compiler default output file name >configure:4188: result: a.out >configure:4194: checking for suffix of executables >configure:4201: gcc -o conftest conftest.c >&5 >configure:4205: $? = 0 >configure:4227: result: >configure:4249: checking whether we are cross compiling >configure:4257: gcc -o conftest conftest.c >&5 >configure:4261: $? = 0 >configure:4268: ./conftest >configure:4272: $? = 0 >configure:4287: result: no >configure:4292: checking for suffix of object files >configure:4314: gcc -c conftest.c >&5 >configure:4318: $? = 0 >configure:4339: result: o >configure:4343: checking whether we are using the GNU C compiler >configure:4362: gcc -c conftest.c >&5 >configure:4362: $? = 0 >configure:4371: result: yes >configure:4380: checking whether gcc accepts -g >configure:4400: gcc -c -g conftest.c >&5 >configure:4400: $? = 0 >configure:4441: result: yes >configure:4458: checking for gcc option to accept ISO C89 >configure:4521: gcc -c -g -O2 conftest.c >&5 >configure:4521: $? = 0 >configure:4534: result: none needed >configure:4737: checking for version of gcc >configure:4740: result: 4.0.0 >configure:4749: checking how to run the C preprocessor >configure:4780: gcc -E conftest.c >configure:4780: $? = 0 >configure:4794: gcc -E conftest.c >conftest.c:10:28: error: ac_nonexistent.h: No such file or directory >configure:4794: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4819: result: gcc -E >configure:4839: gcc -E conftest.c >configure:4839: $? = 0 >configure:4853: gcc -E conftest.c >conftest.c:10:28: error: ac_nonexistent.h: No such file or directory >configure:4853: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4882: checking for grep that handles long lines and -e >configure:4940: result: /usr/bin/grep >configure:4945: checking for egrep >configure:5007: result: /usr/bin/grep -E >configure:5012: checking for ANSI C header files >configure:5032: gcc -c conftest.c >&5 >configure:5032: $? = 0 >configure:5105: gcc -o conftest conftest.c >&5 >configure:5105: $? = 0 >configure:5105: ./conftest >configure:5105: $? = 0 >configure:5116: result: yes >configure:5129: checking for sys/types.h >configure:5129: gcc -c conftest.c >&5 >configure:5129: $? = 0 >configure:5129: result: yes >configure:5129: checking for sys/stat.h >configure:5129: gcc -c conftest.c >&5 >configure:5129: $? = 0 >configure:5129: result: yes >configure:5129: checking for stdlib.h >configure:5129: gcc -c conftest.c >&5 >configure:5129: $? = 0 >configure:5129: result: yes >configure:5129: checking for string.h >configure:5129: gcc -c conftest.c >&5 >configure:5129: $? = 0 >configure:5129: result: yes >configure:5129: checking for memory.h >configure:5129: gcc -c conftest.c >&5 >configure:5129: $? = 0 >configure:5129: result: yes >configure:5129: checking for strings.h >configure:5129: gcc -c conftest.c >&5 >configure:5129: $? = 0 >configure:5129: result: yes >configure:5129: checking for inttypes.h >configure:5129: gcc -c conftest.c >&5 >configure:5129: $? = 0 >configure:5129: result: yes >configure:5129: checking for stdint.h >configure:5129: gcc -c conftest.c >&5 >configure:5129: $? = 0 >configure:5129: result: yes >configure:5129: checking for unistd.h >configure:5129: gcc -c conftest.c >&5 >In file included from conftest.c:53: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >configure:5129: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <unistd.h> >configure:5129: result: no >configure:5142: checking minix/config.h usability >configure:5142: gcc -c conftest.c >&5 >conftest.c:52:26: error: minix/config.h: No such file or directory >configure:5142: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <minix/config.h> >configure:5142: result: no >configure:5142: checking minix/config.h presence >configure:5142: gcc -E conftest.c >conftest.c:19:26: error: minix/config.h: No such file or directory >configure:5142: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 >| /* end confdefs.h. */ >| #include <minix/config.h> >configure:5142: result: no >configure:5142: checking for minix/config.h >configure:5142: result: no >configure:5163: checking whether it is safe to define __EXTENSIONS__ >configure:5181: gcc -c conftest.c >&5 >configure:5181: $? = 0 >configure:5188: result: yes >configure:5202: checking whether byte ordering is bigendian >configure:5217: gcc -c conftest.c >&5 >conftest.c:25: error: parse error before 'a' >conftest.c:27: error: syntax error before 'typedef' >configure:5217: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| /* end confdefs.h. */ >| #ifndef __APPLE_CC__ >| not a universal capable compiler >| #endif >| typedef int dummy; >| >configure:5262: gcc -c conftest.c >&5 >configure:5262: $? = 0 >configure:5280: gcc -c conftest.c >&5 >configure:5280: $? = 0 >configure:5408: result: yes >configure:5426: checking for inline >configure:5442: gcc -c conftest.c >&5 >configure:5442: $? = 0 >configure:5450: result: inline >configure:5472: checking for C99 designated initializers >configure:5488: gcc -c conftest.c >&5 >configure:5488: $? = 0 >configure:5489: result: yes >configure:5636: checking for a BSD-compatible install >configure:5704: result: ./install-sh -c >configure:5716: checking for library containing strerror >configure:5747: gcc -o conftest conftest.c >&5 >configure:5747: $? = 0 >configure:5764: result: none required >configure:5789: checking for special C compiler options needed for large files >configure:5834: result: no >configure:5840: checking for _FILE_OFFSET_BITS value needed for large files >configure:5865: gcc -c conftest.c >&5 >conftest.c:34: warning: left shift count >= width of type >conftest.c:34: warning: left shift count >= width of type >conftest.c:36: error: size of array 'off_t_is_large' is negative >configure:5865: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| /* end confdefs.h. */ >| #include <sys/types.h> >| /* Check that off_t can represent 2**63 - 1 correctly. >| We can't simply define LARGE_OFF_T to be 9223372036854775807, >| since some C++ compilers masquerading as C compilers >| incorrectly reject 9223372036854775807. */ >| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) >| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 >| && LARGE_OFF_T % 2147483647 == 1) >| ? 1 : -1]; >| int >| main () >| { >| >| ; >| return 0; >| } >configure:5889: gcc -c conftest.c >&5 >conftest.c:35: warning: left shift count >= width of type >conftest.c:35: warning: left shift count >= width of type >conftest.c:37: error: size of array 'off_t_is_large' is negative >configure:5889: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| /* end confdefs.h. */ >| #define _FILE_OFFSET_BITS 64 >| #include <sys/types.h> >| /* Check that off_t can represent 2**63 - 1 correctly. >| We can't simply define LARGE_OFF_T to be 9223372036854775807, >| since some C++ compilers masquerading as C compilers >| incorrectly reject 9223372036854775807. */ >| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) >| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 >| && LARGE_OFF_T % 2147483647 == 1) >| ? 1 : -1]; >| int >| main () >| { >| >| ; >| return 0; >| } >configure:5897: result: unknown >configure:5909: checking for _LARGE_FILES value needed for large files >configure:5934: gcc -c conftest.c >&5 >conftest.c:34: warning: left shift count >= width of type >conftest.c:34: warning: left shift count >= width of type >conftest.c:36: error: size of array 'off_t_is_large' is negative >configure:5934: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| /* end confdefs.h. */ >| #include <sys/types.h> >| /* Check that off_t can represent 2**63 - 1 correctly. >| We can't simply define LARGE_OFF_T to be 9223372036854775807, >| since some C++ compilers masquerading as C compilers >| incorrectly reject 9223372036854775807. */ >| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) >| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 >| && LARGE_OFF_T % 2147483647 == 1) >| ? 1 : -1]; >| int >| main () >| { >| >| ; >| return 0; >| } >configure:5958: gcc -c conftest.c >&5 >configure:5958: $? = 0 >configure:5966: result: 1 >configure:6067: checking standards.h usability >configure:6067: gcc -c conftest.c >&5 >configure:6067: $? = 0 >configure:6067: result: yes >configure:6067: checking standards.h presence >configure:6067: gcc -E conftest.c >configure:6067: $? = 0 >configure:6067: result: yes >configure:6067: checking for standards.h >configure:6067: result: yes >configure:6079: checking for long long >configure:6079: gcc -c conftest.c >&5 >configure:6079: $? = 0 >configure:6079: gcc -c conftest.c >&5 >conftest.c: In function 'main': >conftest.c:68: error: parse error before ')' token >configure:6079: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((long long))) >| return 0; >| ; >| return 0; >| } >configure:6079: result: yes >configure:6094: checking size of int >configure:6099: gcc -o conftest conftest.c >&5 >configure:6099: $? = 0 >configure:6099: ./conftest >configure:6099: $? = 0 >configure:6113: result: 4 >configure:6127: checking size of char >configure:6132: gcc -o conftest conftest.c >&5 >configure:6132: $? = 0 >configure:6132: ./conftest >configure:6132: $? = 0 >configure:6146: result: 1 >configure:6160: checking size of short >configure:6165: gcc -o conftest conftest.c >&5 >configure:6165: $? = 0 >configure:6165: ./conftest >configure:6165: $? = 0 >configure:6179: result: 2 >configure:6193: checking size of long >configure:6198: gcc -o conftest conftest.c >&5 >configure:6198: $? = 0 >configure:6198: ./conftest >configure:6198: $? = 0 >configure:6212: result: 4 >configure:6226: checking size of long long >configure:6231: gcc -o conftest conftest.c >&5 >configure:6231: $? = 0 >configure:6231: ./conftest >configure:6231: $? = 0 >configure:6245: result: 8 >configure:6256: checking for int8_t >configure:6256: gcc -c conftest.c >&5 >configure:6256: $? = 0 >configure:6256: gcc -c conftest.c >&5 >conftest.c: In function 'main': >conftest.c:74: error: parse error before ')' token >configure:6256: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((int8_t))) >| return 0; >| ; >| return 0; >| } >configure:6256: result: yes >configure:6267: checking for uint8_t >configure:6267: gcc -c conftest.c >&5 >configure:6267: $? = 0 >configure:6267: gcc -c conftest.c >&5 >conftest.c: In function 'main': >conftest.c:74: error: parse error before ')' token >configure:6267: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((uint8_t))) >| return 0; >| ; >| return 0; >| } >configure:6267: result: yes >configure:6278: checking for int16_t >configure:6278: gcc -c conftest.c >&5 >configure:6278: $? = 0 >configure:6278: gcc -c conftest.c >&5 >conftest.c: In function 'main': >conftest.c:74: error: parse error before ')' token >configure:6278: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((int16_t))) >| return 0; >| ; >| return 0; >| } >configure:6278: result: yes >configure:6289: checking for uint16_t >configure:6289: gcc -c conftest.c >&5 >configure:6289: $? = 0 >configure:6289: gcc -c conftest.c >&5 >conftest.c: In function 'main': >conftest.c:74: error: parse error before ')' token >configure:6289: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((uint16_t))) >| return 0; >| ; >| return 0; >| } >configure:6289: result: yes >configure:6302: checking for int32_t >configure:6302: gcc -c conftest.c >&5 >configure:6302: $? = 0 >configure:6302: gcc -c conftest.c >&5 >conftest.c: In function 'main': >conftest.c:74: error: parse error before ')' token >configure:6302: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((int32_t))) >| return 0; >| ; >| return 0; >| } >configure:6302: result: yes >configure:6313: checking for uint32_t >configure:6313: gcc -c conftest.c >&5 >configure:6313: $? = 0 >configure:6313: gcc -c conftest.c >&5 >conftest.c: In function 'main': >conftest.c:74: error: parse error before ')' token >configure:6313: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((uint32_t))) >| return 0; >| ; >| return 0; >| } >configure:6313: result: yes >configure:6351: checking for int64_t >configure:6351: gcc -c conftest.c >&5 >configure:6351: $? = 0 >configure:6351: gcc -c conftest.c >&5 >conftest.c: In function 'main': >conftest.c:74: error: parse error before ')' token >configure:6351: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((int64_t))) >| return 0; >| ; >| return 0; >| } >configure:6351: result: yes >configure:6362: checking for uint64_t >configure:6362: gcc -c conftest.c >&5 >configure:6362: $? = 0 >configure:6362: gcc -c conftest.c >&5 >conftest.c: In function 'main': >conftest.c:74: error: parse error before ')' token >configure:6362: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((uint64_t))) >| return 0; >| ; >| return 0; >| } >configure:6362: result: yes >configure:6374: checking for size_t >configure:6374: gcc -c conftest.c >&5 >configure:6374: $? = 0 >configure:6374: gcc -c conftest.c >&5 >conftest.c: In function 'main': >conftest.c:74: error: parse error before ')' token >configure:6374: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((size_t))) >| return 0; >| ; >| return 0; >| } >configure:6374: result: yes >configure:6385: checking for ssize_t >configure:6385: gcc -c conftest.c >&5 >configure:6385: $? = 0 >configure:6385: gcc -c conftest.c >&5 >conftest.c: In function 'main': >conftest.c:74: error: parse error before ')' token >configure:6385: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((ssize_t))) >| return 0; >| ; >| return 0; >| } >configure:6385: result: yes >configure:6401: checking size of off_t >configure:6406: gcc -o conftest conftest.c >&5 >configure:6406: $? = 0 >configure:6406: ./conftest >configure:6406: $? = 0 >configure:6420: result: 8 >configure:6434: checking size of size_t >configure:6439: gcc -o conftest conftest.c >&5 >configure:6439: $? = 0 >configure:6439: ./conftest >configure:6439: $? = 0 >configure:6453: result: 4 >configure:6467: checking size of ssize_t >configure:6472: gcc -o conftest conftest.c >&5 >configure:6472: $? = 0 >configure:6472: ./conftest >configure:6472: $? = 0 >configure:6486: result: 4 >configure:6497: checking for intptr_t >configure:6497: gcc -c conftest.c >&5 >configure:6497: $? = 0 >configure:6497: gcc -c conftest.c >&5 >conftest.c: In function 'main': >conftest.c:77: error: parse error before ')' token >configure:6497: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((intptr_t))) >| return 0; >| ; >| return 0; >| } >configure:6497: result: yes >configure:6506: checking for uintptr_t >configure:6506: gcc -c conftest.c >&5 >configure:6506: $? = 0 >configure:6506: gcc -c conftest.c >&5 >conftest.c: In function 'main': >conftest.c:78: error: parse error before ')' token >configure:6506: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((uintptr_t))) >| return 0; >| ; >| return 0; >| } >configure:6506: result: yes >configure:6515: checking for ptrdiff_t >configure:6515: gcc -c conftest.c >&5 >configure:6515: $? = 0 >configure:6515: gcc -c conftest.c >&5 >conftest.c: In function 'main': >conftest.c:79: error: parse error before ')' token >configure:6515: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((ptrdiff_t))) >| return 0; >| ; >| return 0; >| } >configure:6515: result: yes >configure:6536: checking for immediate structures >configure:6566: gcc -c conftest.c >&5 >configure:6566: $? = 0 >configure:6574: result: yes >configure:6654: checking sys/epoll.h usability >configure:6654: gcc -c conftest.c >&5 >conftest.c:78:23: error: sys/epoll.h: No such file or directory >configure:6654: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/epoll.h> >configure:6654: result: no >configure:6654: checking sys/epoll.h presence >configure:6654: gcc -E conftest.c >conftest.c:45:23: error: sys/epoll.h: No such file or directory >configure:6654: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| /* end confdefs.h. */ >| #include <sys/epoll.h> >configure:6654: result: no >configure:6654: checking for sys/epoll.h >configure:6654: result: no >configure:6666: checking for epoll_create >configure:6666: gcc -o conftest conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .epoll_create >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:6666: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| /* end confdefs.h. */ >| /* Define epoll_create to an innocuous variant, in case <limits.h> declares epoll_create. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define epoll_create innocuous_epoll_create >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char epoll_create (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef epoll_create >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char epoll_create (); >| /* 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_epoll_create || defined __stub___epoll_create >| choke me >| #endif >| >| int >| main () >| { >| return epoll_create (); >| ; >| return 0; >| } >configure:6666: result: no >configure:6867: checking that the C compiler understands -Wdeclaration-after-statement >configure:6894: gcc -o conftest -O -Wdeclaration-after-statement conftest.c >&5 >configure:6894: $? = 0 >configure:6894: ./conftest >configure:6894: $? = 0 >configure:6915: result: yes >configure:6923: checking that the C compiler understands -Werror-implicit-function-declaration >configure:6950: gcc -o conftest -O -Werror-implicit-function-declaration conftest.c >&5 >configure:6950: $? = 0 >configure:6950: ./conftest >configure:6950: $? = 0 >configure:6971: result: yes >configure:6990: checking whether to use profiling >configure:7011: result: no >configure:7034: checking for gawk >configure:7064: result: no >configure:7034: checking for mawk >configure:7064: result: no >configure:7034: checking for nawk >configure:7050: found /usr/bin/nawk >configure:7061: result: nawk >configure:7083: checking for gmake >configure:7116: result: no >configure:7083: checking for make >configure:7101: found /usr/bin/make >configure:7113: result: /usr/bin/make >configure:7125: checking whether we have GNU make >configure:7139: result: no >configure:7204: checking for perl >configure:7222: found /usr/bin/perl >configure:7234: result: /usr/bin/perl >configure:7273: checking for python2.6 >configure:7306: result: no >configure:7273: checking for python2.5 >configure:7306: result: no >configure:7273: checking for python2.4 >configure:7306: result: no >configure:7273: checking for python >configure:7306: result: no >configure:7358: WARNING: No python found >configure:7369: checking for python2.6-config >configure:7402: result: no >configure:7369: checking for python2.5-config >configure:7402: result: no >configure:7369: checking for python2.4-config >configure:7402: result: no >configure:7369: checking for python-config >configure:7402: result: no >configure:7454: WARNING: No python-config found >configure:7672: checking working python module support >configure:7679: result: no >configure:7728: checking for ar >configure:7744: found /usr/bin/ar >configure:7755: result: ar >configure:7778: checking if the linker used by compiler is GNU ld >configure:7790: result: no >configure:7836: checking whether gcc and cc understand -c and -o together >configure:7867: gcc -c conftest.c -o conftest2.o >&5 >configure:7871: $? = 0 >configure:7877: gcc -c conftest.c -o conftest2.o >&5 >configure:7881: $? = 0 >configure:7892: cc -c conftest.c >&5 >./configure[7894]: cc: not found >configure:7896: $? = 127 >configure:7936: result: yes >configure:7953: checking that the C compiler understands -Werror >configure:7980: gcc -o conftest -O -Werror conftest.c >&5 >configure:7980: $? = 0 >configure:7980: ./conftest >configure:7980: $? = 0 >configure:8000: result: yes >configure:8170: checking that the C compiler understands negative enum values >configure:8204: gcc -o conftest -O conftest.c >&5 >configure:8204: $? = 0 >configure:8204: ./conftest >configure:8204: $? = 0 >configure:8214: result: yes >configure:8227: checking for C99 designated initializers >configure:8243: gcc -c -O conftest.c >&5 >configure:8243: $? = 0 >configure:8244: result: yes >configure:8377: checking uname -s >configure:8379: result: AIX >configure:8383: checking uname -r >configure:8385: result: 1 >configure:8389: checking uname -m >configure:8391: result: 00F6FDC24C00 >configure:8395: checking uname -p >configure:8397: result: powerpc >configure:8401: checking uname -i >configure:8403: result: unknown >configure:8849: checking for uid_t in sys/types.h >configure:8868: result: yes >configure:8879: checking for mode_t >configure:8879: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:8879: $? = 0 >configure:8879: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c: In function 'main': >conftest.c:81: error: parse error before ')' token >configure:8879: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((mode_t))) >| return 0; >| ; >| return 0; >| } >configure:8879: result: yes >configure:8890: checking for off_t >configure:8890: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:8890: $? = 0 >configure:8890: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c: In function 'main': >conftest.c:81: error: parse error before ')' token >configure:8890: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((off_t))) >| return 0; >| ; >| return 0; >| } >configure:8890: result: yes >configure:8901: checking for size_t >configure:8901: result: yes >configure:8912: checking for pid_t >configure:8912: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:8912: $? = 0 >configure:8912: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c: In function 'main': >conftest.c:81: error: parse error before ')' token >configure:8912: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((pid_t))) >| return 0; >| ; >| return 0; >| } >configure:8912: result: yes >configure:8923: checking for struct stat.st_rdev >configure:8923: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:8923: $? = 0 >configure:8923: result: yes >configure:8936: checking for ino_t >configure:8936: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:8936: $? = 0 >configure:8936: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c: In function 'main': >conftest.c:83: error: parse error before ')' token >configure:8936: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((ino_t))) >| return 0; >| ; >| return 0; >| } >configure:8936: result: yes >configure:8947: checking for loff_t >configure:8947: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c: In function 'main': >conftest.c:83: error: 'loff_t' undeclared (first use in this function) >conftest.c:83: error: (Each undeclared identifier is reported only once >conftest.c:83: error: for each function it appears in.) >configure:8947: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (loff_t)) >| return 0; >| ; >| return 0; >| } >configure:8947: result: no >configure:8958: checking for offset_t >configure:8958: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:8958: $? = 0 >configure:8958: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c: In function 'main': >conftest.c:84: error: parse error before ')' token >configure:8958: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((offset_t))) >| return 0; >| ; >| return 0; >| } >configure:8958: result: yes >configure:8970: checking for working memcmp >configure:9013: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9013: $? = 0 >configure:9013: ./conftest >configure:9013: $? = 0 >configure:9023: result: yes >configure:9036: checking for pipe >configure:9036: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9036: $? = 0 >configure:9036: result: yes >configure:9036: checking for strftime >configure:9036: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:72: warning: conflicting types for built-in function 'strftime' >configure:9036: $? = 0 >configure:9036: result: yes >configure:9036: checking for srandom >configure:9036: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9036: $? = 0 >configure:9036: result: yes >configure:9036: checking for random >configure:9036: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9036: $? = 0 >configure:9036: result: yes >configure:9036: checking for srand >configure:9036: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9036: $? = 0 >configure:9036: result: yes >configure:9036: checking for rand >configure:9036: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9036: $? = 0 >configure:9036: result: yes >configure:9036: checking for usleep >configure:9036: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9036: $? = 0 >configure:9036: result: yes >configure:9036: checking for setbuffer >configure:9036: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9036: $? = 0 >configure:9036: result: yes >configure:9036: checking for lstat >configure:9036: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9036: $? = 0 >configure:9036: result: yes >configure:9036: checking for getpgrp >configure:9036: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9036: $? = 0 >configure:9036: result: yes >configure:9036: checking for utime >configure:9036: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9036: $? = 0 >configure:9036: result: yes >configure:9036: checking for utimes >configure:9036: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9036: $? = 0 >configure:9036: result: yes >configure:9049: checking stdbool.h usability >configure:9049: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9049: $? = 0 >configure:9049: result: yes >configure:9049: checking stdbool.h presence >configure:9049: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:9049: $? = 0 >configure:9049: result: yes >configure:9049: checking for stdbool.h >configure:9049: result: yes >configure:9049: checking for stdint.h >configure:9049: result: yes >configure:9049: checking sys/select.h usability >configure:9049: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9049: $? = 0 >configure:9049: result: yes >configure:9049: checking sys/select.h presence >configure:9049: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:9049: $? = 0 >configure:9049: result: yes >configure:9049: checking for sys/select.h >configure:9049: result: yes >configure:9062: checking setjmp.h usability >configure:9062: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9062: $? = 0 >configure:9062: result: yes >configure:9062: checking setjmp.h presence >configure:9062: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:9062: $? = 0 >configure:9062: result: yes >configure:9062: checking for setjmp.h >configure:9062: result: yes >configure:9062: checking utime.h usability >configure:9062: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9062: $? = 0 >configure:9062: result: yes >configure:9062: checking utime.h presence >configure:9062: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:9062: $? = 0 >configure:9062: result: yes >configure:9062: checking for utime.h >configure:9062: result: yes >configure:9073: checking for stdint.h >configure:9073: result: yes >configure:9085: checking for stdbool.h >configure:9085: result: yes >configure:9098: checking for bool >configure:9098: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9098: $? = 0 >configure:9098: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c: In function 'main': >conftest.c:107: error: parse error before ')' token >configure:9098: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| /* end confdefs.h. */ >| >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #ifdef HAVE_STDBOOL_H >| #include <stdbool.h> >| #endif >| >| >| int >| main () >| { >| if (sizeof ((bool))) >| return 0; >| ; >| return 0; >| } >configure:9098: result: yes >configure:9112: checking for _Bool >configure:9112: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9112: $? = 0 >configure:9112: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c: In function 'main': >conftest.c:108: error: parse error before ')' token >configure:9112: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| /* end confdefs.h. */ >| >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #ifdef HAVE_STDBOOL_H >| #include <stdbool.h> >| #endif >| >| >| int >| main () >| { >| if (sizeof ((_Bool))) >| return 0; >| ; >| return 0; >| } >configure:9112: result: yes >configure:9128: checking linux/types.h usability >configure:9128: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:100:25: error: linux/types.h: No such file or directory >configure:9128: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <linux/types.h> >configure:9128: result: no >configure:9128: checking linux/types.h presence >configure:9128: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:67:25: error: linux/types.h: No such file or directory >configure:9128: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| /* end confdefs.h. */ >| #include <linux/types.h> >configure:9128: result: no >configure:9128: checking for linux/types.h >configure:9128: result: no >configure:9139: checking for working mmap >configure:9152: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >In file included from /usr/include/fcntl.h:188, > from ./../lib/replace/test/shared_mmap.c:10, > from conftest.c:67: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >In file included from conftest.c:67: >./../lib/replace/test/shared_mmap.c: In function 'main': >./../lib/replace/test/shared_mmap.c:25: warning: incompatible implicit declaration of built-in function 'exit' >configure:9152: $? = 1 >configure: program exited with status 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| /* end confdefs.h. */ >| #include "./../lib/replace/test/shared_mmap.c" >configure:9162: result: no >configure:9174: checking sys/syslog.h usability >configure:9174: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9174: $? = 0 >configure:9174: result: yes >configure:9174: checking sys/syslog.h presence >configure:9174: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:9174: $? = 0 >configure:9174: result: yes >configure:9174: checking for sys/syslog.h >configure:9174: result: yes >configure:9174: checking syslog.h usability >configure:9174: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9174: $? = 0 >configure:9174: result: yes >configure:9174: checking syslog.h presence >configure:9174: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:9174: $? = 0 >configure:9174: result: yes >configure:9174: checking for syslog.h >configure:9174: result: yes >configure:9187: checking sys/time.h usability >configure:9187: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9187: $? = 0 >configure:9187: result: yes >configure:9187: checking sys/time.h presence >configure:9187: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:9187: $? = 0 >configure:9187: result: yes >configure:9187: checking for sys/time.h >configure:9187: result: yes >configure:9187: checking time.h usability >configure:9187: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9187: $? = 0 >configure:9187: result: yes >configure:9187: checking time.h presence >configure:9187: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:9187: $? = 0 >configure:9187: result: yes >configure:9187: checking for time.h >configure:9187: result: yes >configure:9200: checking stdarg.h usability >configure:9200: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9200: $? = 0 >configure:9200: result: yes >configure:9200: checking stdarg.h presence >configure:9200: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:9200: $? = 0 >configure:9200: result: yes >configure:9200: checking for stdarg.h >configure:9200: result: yes >configure:9200: checking vararg.h usability >configure:9200: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:105:20: error: vararg.h: No such file or directory >configure:9200: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <vararg.h> >configure:9200: result: no >configure:9200: checking vararg.h presence >configure:9200: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:72:20: error: vararg.h: No such file or directory >configure:9200: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| /* end confdefs.h. */ >| #include <vararg.h> >configure:9200: result: no >configure:9200: checking for vararg.h >configure:9200: result: no >configure:9213: checking sys/mount.h usability >configure:9213: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:105:23: error: sys/mount.h: No such file or directory >configure:9213: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/mount.h> >configure:9213: result: no >configure:9213: checking sys/mount.h presence >configure:9213: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:72:23: error: sys/mount.h: No such file or directory >configure:9213: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| /* end confdefs.h. */ >| #include <sys/mount.h> >configure:9213: result: no >configure:9213: checking for sys/mount.h >configure:9213: result: no >configure:9213: checking mntent.h usability >configure:9213: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9213: $? = 0 >configure:9213: result: yes >configure:9213: checking mntent.h presence >configure:9213: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:9213: $? = 0 >configure:9213: result: yes >configure:9213: checking for mntent.h >configure:9213: result: yes >configure:9225: checking stropts.h usability >configure:9225: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9225: $? = 0 >configure:9225: result: yes >configure:9225: checking stropts.h presence >configure:9225: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:9225: $? = 0 >configure:9225: result: yes >configure:9225: checking for stropts.h >configure:9225: result: yes >configure:9237: checking unix.h usability >configure:9237: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:107:18: error: unix.h: No such file or directory >configure:9237: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <unix.h> >configure:9237: result: no >configure:9237: checking unix.h presence >configure:9237: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:74:18: error: unix.h: No such file or directory >configure:9237: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| /* end confdefs.h. */ >| #include <unix.h> >configure:9237: result: no >configure:9237: checking for unix.h >configure:9237: result: no >configure:9251: checking for seteuid >configure:9251: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9251: $? = 0 >configure:9251: result: yes >configure:9251: checking for setresuid >configure:9251: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .setresuid >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:9251: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| /* end confdefs.h. */ >| /* Define setresuid to an innocuous variant, in case <limits.h> declares setresuid. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setresuid innocuous_setresuid >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setresuid (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef setresuid >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char setresuid (); >| /* 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_setresuid || defined __stub___setresuid >| choke me >| #endif >| >| int >| main () >| { >| return setresuid (); >| ; >| return 0; >| } >configure:9251: result: no >configure:9251: checking for setegid >configure:9251: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9251: $? = 0 >configure:9251: result: yes >configure:9251: checking for setresgid >configure:9251: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .setresgid >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:9251: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| /* end confdefs.h. */ >| /* Define setresgid to an innocuous variant, in case <limits.h> declares setresgid. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define setresgid innocuous_setresgid >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char setresgid (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef setresgid >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char setresgid (); >| /* 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_setresgid || defined __stub___setresgid >| choke me >| #endif >| >| int >| main () >| { >| return setresgid (); >| ; >| return 0; >| } >configure:9251: result: no >configure:9251: checking for chroot >configure:9251: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9251: $? = 0 >configure:9251: result: yes >configure:9251: checking for bzero >configure:9251: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:100: warning: conflicting types for built-in function 'bzero' >configure:9251: $? = 0 >configure:9251: result: yes >configure:9251: checking for strerror >configure:9251: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9251: $? = 0 >configure:9251: result: yes >configure:9251: checking for strerror_r >configure:9251: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9251: $? = 0 >configure:9251: result: yes >configure:9263: checking for vsyslog >configure:9263: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .vsyslog >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:9263: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| /* end confdefs.h. */ >| /* Define vsyslog to an innocuous variant, in case <limits.h> declares vsyslog. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define vsyslog innocuous_vsyslog >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char vsyslog (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef vsyslog >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char vsyslog (); >| /* 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_vsyslog || defined __stub___vsyslog >| choke me >| #endif >| >| int >| main () >| { >| return vsyslog (); >| ; >| return 0; >| } >configure:9263: result: no >configure:9263: checking for setlinebuf >configure:9263: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9263: $? = 0 >configure:9263: result: yes >configure:9263: checking for mktime >configure:9263: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9263: $? = 0 >configure:9263: result: yes >configure:9263: checking for ftruncate >configure:9263: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9263: $? = 0 >configure:9263: result: yes >configure:9263: checking for chsize >configure:9263: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .chsize >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:9263: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| /* end confdefs.h. */ >| /* Define chsize to an innocuous variant, in case <limits.h> declares chsize. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define chsize innocuous_chsize >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char chsize (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef chsize >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char chsize (); >| /* 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_chsize || defined __stub___chsize >| choke me >| #endif >| >| int >| main () >| { >| return chsize (); >| ; >| return 0; >| } >configure:9263: result: no >configure:9263: checking for rename >configure:9263: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9263: $? = 0 >configure:9263: result: yes >configure:9275: checking for waitpid >configure:9275: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9275: $? = 0 >configure:9275: result: yes >configure:9275: checking for wait4 >configure:9275: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9275: $? = 0 >configure:9275: result: yes >configure:9275: checking for strlcpy >configure:9275: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .strlcpy >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:9275: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| /* end confdefs.h. */ >| /* Define strlcpy to an innocuous variant, in case <limits.h> declares strlcpy. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strlcpy innocuous_strlcpy >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strlcpy (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strlcpy >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char strlcpy (); >| /* 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 >| #endif >| >| int >| main () >| { >| return strlcpy (); >| ; >| return 0; >| } >configure:9275: result: no >configure:9275: checking for strlcat >configure:9275: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .strlcat >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:9275: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| /* end confdefs.h. */ >| /* Define strlcat to an innocuous variant, in case <limits.h> declares strlcat. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strlcat innocuous_strlcat >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strlcat (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strlcat >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char strlcat (); >| /* 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 >| #endif >| >| int >| main () >| { >| return strlcat (); >| ; >| return 0; >| } >configure:9275: result: no >configure:9275: checking for initgroups >configure:9275: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9275: $? = 0 >configure:9275: result: yes >configure:9275: checking for memmove >configure:9275: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:110: warning: conflicting types for built-in function 'memmove' >configure:9275: $? = 0 >configure:9275: result: yes >configure:9275: checking for strdup >configure:9275: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:111: warning: conflicting types for built-in function 'strdup' >configure:9275: $? = 0 >configure:9275: result: yes >configure:9287: checking for pread >configure:9287: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9287: $? = 0 >configure:9287: result: yes >configure:9287: checking for pwrite >configure:9287: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9287: $? = 0 >configure:9287: result: yes >configure:9287: checking for strndup >configure:9287: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9287: $? = 0 >configure:9287: result: yes >configure:9287: checking for strcasestr >configure:9287: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .strcasestr >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:9287: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| /* end confdefs.h. */ >| /* Define strcasestr to an innocuous variant, in case <limits.h> declares strcasestr. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strcasestr innocuous_strcasestr >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strcasestr (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strcasestr >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char strcasestr (); >| /* 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_strcasestr || defined __stub___strcasestr >| choke me >| #endif >| >| int >| main () >| { >| return strcasestr (); >| ; >| return 0; >| } >configure:9287: result: no >configure:9287: checking for strtok_r >configure:9287: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9287: $? = 0 >configure:9287: result: yes >configure:9287: checking for mkdtemp >configure:9287: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9287: $? = 0 >configure:9287: result: yes >configure:9287: checking for dup2 >configure:9287: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9287: $? = 0 >configure:9287: result: yes >configure:9287: checking for dprintf >configure:9287: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9287: $? = 0 >configure:9287: result: yes >configure:9287: checking for vdprintf >configure:9287: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .vdprintf >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:9287: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| /* end confdefs.h. */ >| /* Define vdprintf to an innocuous variant, in case <limits.h> declares vdprintf. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define vdprintf innocuous_vdprintf >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char vdprintf (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef vdprintf >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char vdprintf (); >| /* 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_vdprintf || defined __stub___vdprintf >| choke me >| #endif >| >| int >| main () >| { >| return vdprintf (); >| ; >| return 0; >| } >configure:9287: result: no >configure:9299: checking for isatty >configure:9299: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9299: $? = 0 >configure:9299: result: yes >configure:9299: checking for chown >configure:9299: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9299: $? = 0 >configure:9299: result: yes >configure:9299: checking for lchown >configure:9299: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9299: $? = 0 >configure:9299: result: yes >configure:9299: checking for link >configure:9299: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9299: $? = 0 >configure:9299: result: yes >configure:9299: checking for readlink >configure:9299: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9299: $? = 0 >configure:9299: result: yes >configure:9299: checking for symlink >configure:9299: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9299: $? = 0 >configure:9299: result: yes >configure:9299: checking for realpath >configure:9299: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9299: $? = 0 >configure:9299: result: yes >configure:9310: checking for fdatasync >configure:9310: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9310: $? = 0 >configure:9310: result: yes >configure:9367: checking for fdatasync declaration >configure:9384: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >In file included from conftest.c:104: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >configure:9384: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| /* end confdefs.h. */ >| #include <unistd.h> >| int >| main () >| { >| int i = (int)fdatasync >| ; >| return 0; >| } >configure:9391: result: no >configure:9401: checking for clock_gettime >configure:9401: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9401: $? = 0 >configure:9401: result: yes >configure:9459: checking for get_current_dir_name >configure:9459: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9459: $? = 0 >configure:9459: result: yes >configure:9469: checking for setresuid declaration >configure:9486: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >In file included from conftest.c:106: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >conftest.c: In function 'main': >conftest.c:111: error: 'setresuid' undeclared (first use in this function) >conftest.c:111: error: (Each undeclared identifier is reported only once >conftest.c:111: error: for each function it appears in.) >configure:9486: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| /* end confdefs.h. */ >| #include <unistd.h> >| int >| main () >| { >| int i = (int)setresuid >| ; >| return 0; >| } >configure:9493: result: no >configure:9502: checking for setresgid declaration >configure:9519: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >In file included from conftest.c:106: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >conftest.c: In function 'main': >conftest.c:111: error: 'setresgid' undeclared (first use in this function) >conftest.c:111: error: (Each undeclared identifier is reported only once >conftest.c:111: error: for each function it appears in.) >configure:9519: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| /* end confdefs.h. */ >| #include <unistd.h> >| int >| main () >| { >| int i = (int)setresgid >| ; >| return 0; >| } >configure:9526: result: no >configure:9535: checking for errno declaration >configure:9552: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9552: $? = 0 >configure:9559: result: yes >configure:9568: checking for secure mkstemp >configure:9594: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >In file included from conftest.c:110: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >configure:9594: $? = 1 >configure: program exited with status 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| /* end confdefs.h. */ >| #include <stdlib.h> >| #include <sys/types.h> >| #include <sys/stat.h> >| #include <unistd.h> >| main() { >| struct stat st; >| char tpl[20]="/tmp/test.XXXXXX"; >| int fd = mkstemp(tpl); >| if (fd == -1) exit(1); >| unlink(tpl); >| if (fstat(fd, &st) != 0) exit(1); >| if ((st.st_mode & 0777) != 0600) exit(1); >| exit(0); >| } >configure:9604: result: no >configure:9615: checking stdio.h usability >configure:9615: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9615: $? = 0 >configure:9615: result: yes >configure:9615: checking stdio.h presence >configure:9615: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:9615: $? = 0 >configure:9615: result: yes >configure:9615: checking for stdio.h >configure:9615: result: yes >configure:9615: checking for strings.h >configure:9615: result: yes >configure:9625: checking whether snprintf is declared >configure:9625: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9625: $? = 0 >configure:9625: result: yes >configure:9635: checking whether vsnprintf is declared >configure:9635: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9635: $? = 0 >configure:9635: result: yes >configure:9645: checking whether asprintf is declared >configure:9645: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c: In function 'main': >conftest.c:151: error: 'asprintf' undeclared (first use in this function) >conftest.c:151: error: (Each undeclared identifier is reported only once >conftest.c:151: error: for each function it appears in.) >configure:9645: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| #ifndef asprintf >| #ifdef __cplusplus >| (void) asprintf; >| #else >| (void) asprintf; >| #endif >| #endif >| >| ; >| return 0; >| } >configure:9645: result: no >configure:9655: checking whether vasprintf is declared >configure:9655: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c: In function 'main': >conftest.c:152: error: 'vasprintf' undeclared (first use in this function) >conftest.c:152: error: (Each undeclared identifier is reported only once >conftest.c:152: error: for each function it appears in.) >configure:9655: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| #ifndef vasprintf >| #ifdef __cplusplus >| (void) vasprintf; >| #else >| (void) vasprintf; >| #endif >| #endif >| >| ; >| return 0; >| } >configure:9655: result: no >configure:9669: checking for snprintf >configure:9669: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:136: warning: conflicting types for built-in function 'snprintf' >configure:9669: $? = 0 >configure:9669: result: yes >configure:9669: checking for vsnprintf >configure:9669: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:137: warning: conflicting types for built-in function 'vsnprintf' >configure:9669: $? = 0 >configure:9669: result: yes >configure:9669: checking for asprintf >configure:9669: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .asprintf >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:9669: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| /* end confdefs.h. */ >| /* Define asprintf to an innocuous variant, in case <limits.h> declares asprintf. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define asprintf innocuous_asprintf >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char asprintf (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef asprintf >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char asprintf (); >| /* 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_asprintf || defined __stub___asprintf >| choke me >| #endif >| >| int >| main () >| { >| return asprintf (); >| ; >| return 0; >| } >configure:9669: result: no >configure:9669: checking for vasprintf >configure:9669: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .vasprintf >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:9669: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| /* end confdefs.h. */ >| /* Define vasprintf to an innocuous variant, in case <limits.h> declares vasprintf. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define vasprintf innocuous_vasprintf >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char vasprintf (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef vasprintf >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char vasprintf (); >| /* 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_vasprintf || defined __stub___vasprintf >| choke me >| #endif >| >| int >| main () >| { >| return vasprintf (); >| ; >| return 0; >| } >configure:9669: result: no >configure:9679: checking for C99 vsnprintf >configure:9724: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9724: $? = 0 >configure:9724: ./conftest >configure:9724: $? = 7 >configure: program exited with status 7 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #include <stdio.h> >| #include <stdarg.h> >| #include <stdlib.h> >| void foo(const char *format, ...) { >| va_list ap; >| int len; >| char buf[20]; >| long long l = 1234567890; >| l *= 100; >| >| va_start(ap, format); >| len = vsnprintf(buf, 0, format, ap); >| va_end(ap); >| if (len != 5) exit(1); >| >| va_start(ap, format); >| len = vsnprintf(0, 0, format, ap); >| va_end(ap); >| if (len != 5) exit(2); >| >| if (snprintf(buf, 3, "hello") != 5 || strcmp(buf, "he") != 0) exit(3); >| >| if (snprintf(buf, 20, "%lld", l) != 12 || strcmp(buf, "123456789000") != 0) exit(4); >| if (snprintf(buf, 20, "%zu", 123456789) != 9 || strcmp(buf, "123456789") != 0) exit(5); >| if (snprintf(buf, 20, "%2$d %1$d", 3, 4) != 3 || strcmp(buf, "4 3") != 0) exit(6); >| if (snprintf(buf, 20, "%s", 0) < 3) exit(7); >| >| exit(0); >| } >| main() { foo("hello"); } >| >configure:9734: result: no >configure:9743: checking for va_copy >configure:9761: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9761: $? = 0 >configure:9769: result: yes >configure:9813: checking for __FUNCTION__ macro >configure:9830: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9830: $? = 0 >configure:9837: result: yes >configure:9880: checking sys/param.h usability >configure:9880: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9880: $? = 0 >configure:9880: result: yes >configure:9880: checking sys/param.h presence >configure:9880: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:9880: $? = 0 >configure:9880: result: yes >configure:9880: checking for sys/param.h >configure:9880: result: yes >configure:9880: checking limits.h usability >configure:9880: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9880: $? = 0 >configure:9880: result: yes >configure:9880: checking limits.h presence >configure:9880: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:9880: $? = 0 >configure:9880: result: yes >configure:9880: checking for limits.h >configure:9880: result: yes >configure:9891: checking for comparison_fn_t >configure:9891: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c: In function 'main': >conftest.c:155: error: 'comparison_fn_t' undeclared (first use in this function) >conftest.c:155: error: (Each undeclared identifier is reported only once >conftest.c:155: error: for each function it appears in.) >configure:9891: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof (comparison_fn_t)) >| return 0; >| ; >| return 0; >| } >configure:9891: result: no >configure:9900: checking for setenv declaration >configure:9917: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9917: $? = 0 >configure:9924: result: yes >configure:9935: checking for setenv >configure:9935: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9935: $? = 0 >configure:9935: result: yes >configure:9935: checking for unsetenv >configure:9935: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9935: $? = 0 >configure:9935: result: yes >configure:9945: checking for environ declaration >configure:9962: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >In file included from conftest.c:122: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >configure:9962: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| /* end confdefs.h. */ >| #include <unistd.h> >| int >| main () >| { >| int i = (int)environ >| ; >| return 0; >| } >configure:9969: result: no >configure:9980: checking for strnlen >configure:9980: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9980: $? = 0 >configure:9980: result: yes >configure:9992: checking for strtoull >configure:9992: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9992: $? = 0 >configure:9992: result: yes >configure:9992: checking for __strtoull >configure:9992: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .__strtoull >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:9992: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| /* end confdefs.h. */ >| /* Define __strtoull to an innocuous variant, in case <limits.h> declares __strtoull. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define __strtoull innocuous___strtoull >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char __strtoull (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef __strtoull >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char __strtoull (); >| /* 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___strtoull || defined __stub_____strtoull >| choke me >| #endif >| >| int >| main () >| { >| return __strtoull (); >| ; >| return 0; >| } >configure:9992: result: no >configure:9992: checking for strtouq >configure:9992: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .strtouq >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:9992: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| /* end confdefs.h. */ >| /* Define strtouq to an innocuous variant, in case <limits.h> declares strtouq. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strtouq innocuous_strtouq >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strtouq (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strtouq >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char strtouq (); >| /* 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_strtouq || defined __stub___strtouq >| choke me >| #endif >| >| int >| main () >| { >| return strtouq (); >| ; >| return 0; >| } >configure:9992: result: no >configure:9992: checking for strtoll >configure:9992: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:9992: $? = 0 >configure:9992: result: yes >configure:9992: checking for __strtoll >configure:9992: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .__strtoll >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:9992: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| /* end confdefs.h. */ >| /* Define __strtoll to an innocuous variant, in case <limits.h> declares __strtoll. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define __strtoll innocuous___strtoll >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char __strtoll (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef __strtoll >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char __strtoll (); >| /* 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___strtoll || defined __stub_____strtoll >| choke me >| #endif >| >| int >| main () >| { >| return __strtoll (); >| ; >| return 0; >| } >configure:9992: result: no >configure:9992: checking for strtoq >configure:9992: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .strtoq >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:9992: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| /* end confdefs.h. */ >| /* Define strtoq to an innocuous variant, in case <limits.h> declares strtoq. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strtoq innocuous_strtoq >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strtoq (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strtoq >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char strtoq (); >| /* 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_strtoq || defined __stub___strtoq >| choke me >| #endif >| >| int >| main () >| { >| return strtoq (); >| ; >| return 0; >| } >configure:9992: result: no >configure:10004: checking for memmem >configure:10004: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10004: $? = 0 >configure:10004: result: yes >configure:10022: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:10022: $? = 0 >configure:10030: checking for sig_atomic_t type >configure:10053: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10053: $? = 0 >configure:10060: result: yes >configure:10069: checking for O_DIRECT flag to open(2) >configure:10090: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >In file included from conftest.c:129: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >conftest.c: In function 'main': >conftest.c:136: error: 'O_DIRECT' undeclared (first use in this function) >conftest.c:136: error: (Each undeclared identifier is reported only once >conftest.c:136: error: for each function it appears in.) >configure:10090: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| /* end confdefs.h. */ >| >| #include <unistd.h> >| #ifdef HAVE_FCNTL_H >| #include <fcntl.h> >| #endif >| int >| main () >| { >| int fd = open("/dev/null", O_DIRECT); >| ; >| return 0; >| } >configure:10097: result: no >configure:10106: checking that the C compiler understands volatile >configure:10123: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10123: $? = 0 >configure:10130: result: yes >configure:10142: checking for dirent.h that defines DIR >configure:10161: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10161: $? = 0 >configure:10169: result: yes >configure:10182: checking for library containing opendir >configure:10213: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10213: $? = 0 >configure:10230: result: none required >configure:10300: checking fcntl.h usability >configure:10300: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >In file included from /usr/include/fcntl.h:188, > from conftest.c:163: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >configure:10300: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <fcntl.h> >configure:10300: result: no >configure:10300: checking fcntl.h presence >configure:10300: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:10300: $? = 0 >configure:10300: result: yes >configure:10300: WARNING: fcntl.h: present but cannot be compiled >configure:10300: WARNING: fcntl.h: check for missing prerequisite headers? >configure:10300: WARNING: fcntl.h: see the Autoconf documentation >configure:10300: WARNING: fcntl.h: section "Present But Cannot Be Compiled" >configure:10300: WARNING: fcntl.h: proceeding with the compiler's result >configure:10300: checking for fcntl.h >configure:10300: result: no >configure:10300: checking sys/fcntl.h usability >configure:10300: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:163:23: error: sys/fcntl.h: No such file or directory >configure:10300: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/fcntl.h> >configure:10300: result: no >configure:10300: checking sys/fcntl.h presence >configure:10300: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:130:23: error: sys/fcntl.h: No such file or directory >configure:10300: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <sys/fcntl.h> >configure:10300: result: no >configure:10300: checking for sys/fcntl.h >configure:10300: result: no >configure:10300: checking sys/resource.h usability >configure:10300: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10300: $? = 0 >configure:10300: result: yes >configure:10300: checking sys/resource.h presence >configure:10300: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:10300: $? = 0 >configure:10300: result: yes >configure:10300: checking for sys/resource.h >configure:10300: result: yes >configure:10300: checking sys/ioctl.h usability >configure:10300: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10300: $? = 0 >configure:10300: result: yes >configure:10300: checking sys/ioctl.h presence >configure:10300: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:10300: $? = 0 >configure:10300: result: yes >configure:10300: checking for sys/ioctl.h >configure:10300: result: yes >configure:10300: checking sys/mode.h usability >configure:10300: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10300: $? = 0 >configure:10300: result: yes >configure:10300: checking sys/mode.h presence >configure:10300: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:10300: $? = 0 >configure:10300: result: yes >configure:10300: checking for sys/mode.h >configure:10300: result: yes >configure:10300: checking sys/filio.h usability >configure:10300: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:166:23: error: sys/filio.h: No such file or directory >configure:10300: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/filio.h> >configure:10300: result: no >configure:10300: checking sys/filio.h presence >configure:10300: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:133:23: error: sys/filio.h: No such file or directory >configure:10300: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| /* end confdefs.h. */ >| #include <sys/filio.h> >configure:10300: result: no >configure:10300: checking for sys/filio.h >configure:10300: result: no >configure:10300: checking sys/fs/s5param.h usability >configure:10300: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:166:28: error: sys/fs/s5param.h: No such file or directory >configure:10300: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/fs/s5param.h> >configure:10300: result: no >configure:10300: checking sys/fs/s5param.h presence >configure:10300: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:133:28: error: sys/fs/s5param.h: No such file or directory >configure:10300: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| /* end confdefs.h. */ >| #include <sys/fs/s5param.h> >configure:10300: result: no >configure:10300: checking for sys/fs/s5param.h >configure:10300: result: no >configure:10300: checking sys/filsys.h usability >configure:10300: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10300: $? = 0 >configure:10300: result: yes >configure:10300: checking sys/filsys.h presence >configure:10300: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:10300: $? = 0 >configure:10300: result: yes >configure:10300: checking for sys/filsys.h >configure:10300: result: yes >configure:10313: checking sys/acl.h usability >configure:10313: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10313: $? = 0 >configure:10313: result: yes >configure:10313: checking sys/acl.h presence >configure:10313: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:10313: $? = 0 >configure:10313: result: yes >configure:10313: checking for sys/acl.h >configure:10313: result: yes >configure:10313: checking acl/libacl.h usability >configure:10313: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:168:24: error: acl/libacl.h: No such file or directory >configure:10313: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <acl/libacl.h> >configure:10313: result: no >configure:10313: checking acl/libacl.h presence >configure:10313: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:135:24: error: acl/libacl.h: No such file or directory >configure:10313: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| /* end confdefs.h. */ >| #include <acl/libacl.h> >configure:10313: result: no >configure:10313: checking for acl/libacl.h >configure:10313: result: no >configure:10313: checking sys/file.h usability >configure:10313: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >In file included from /usr/include/sys/cred.h:49, > from /usr/include/sys/file.h:32, > from conftest.c:168: >/usr/include/sys/secattr.h:50: error: parse error before 'rid_t' >/usr/include/sys/secattr.h:65: error: parse error before '}' token >/usr/include/sys/secattr.h:70: error: parse error before 'authnum_t' >/usr/include/sys/secattr.h:76: error: parse error before 'aroles' >/usr/include/sys/secattr.h:77: error: parse error before '}' token >/usr/include/sys/secattr.h:121: error: field 'sc_attr' has incomplete type >In file included from /usr/include/sys/file.h:32, > from conftest.c:168: >/usr/include/sys/cred.h:335: error: parse error before 'rid_t' >/usr/include/sys/cred.h:350: error: parse error before '}' token >In file included from /usr/include/fcntl.h:188, > from /usr/include/sys/file.h:34, > from conftest.c:168: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >configure:10313: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/file.h> >configure:10313: result: no >configure:10313: checking sys/file.h presence >configure:10313: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:10313: $? = 0 >configure:10313: result: yes >configure:10313: WARNING: sys/file.h: present but cannot be compiled >configure:10313: WARNING: sys/file.h: check for missing prerequisite headers? >configure:10313: WARNING: sys/file.h: see the Autoconf documentation >configure:10313: WARNING: sys/file.h: section "Present But Cannot Be Compiled" >configure:10313: WARNING: sys/file.h: proceeding with the compiler's result >configure:10313: checking for sys/file.h >configure:10313: result: no >configure:10327: checking for sys/select.h >configure:10327: result: yes >configure:10341: checking poll.h usability >configure:10341: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10341: $? = 0 >configure:10341: result: yes >configure:10341: checking poll.h presence >configure:10341: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:10341: $? = 0 >configure:10341: result: yes >configure:10341: checking for poll.h >configure:10341: result: yes >configure:10353: checking for poll >configure:10353: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10353: $? = 0 >configure:10353: result: yes >configure:10369: checking for sys/time.h >configure:10369: result: yes >configure:10369: checking for utime.h >configure:10369: result: yes >configure:10379: checking whether time.h and sys/time.h may both be included >configure:10399: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10399: $? = 0 >configure:10406: result: yes >configure:10417: checking for utime >configure:10417: result: yes >configure:10417: checking for utimes >configure:10417: result: yes >configure:10427: checking if gettimeofday takes TZ argument >configure:10443: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >In file included from conftest.c:145: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >conftest.c: In function 'main': >conftest.c:146: warning: incompatible implicit declaration of built-in function 'exit' >configure:10443: $? = 1 >configure: program exited with status 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| /* end confdefs.h. */ >| >| #include <sys/time.h> >| #include <unistd.h> >| main() { struct timeval tv; exit(gettimeofday(&tv, NULL));} >configure:10453: result: no >configure:10462: checking for sys/wait.h that is POSIX.1 compatible >configure:10488: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10488: $? = 0 >configure:10495: result: yes >configure:10507: checking sys/capability.h usability >configure:10507: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:177:28: error: sys/capability.h: No such file or directory >configure:10507: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/capability.h> >configure:10507: result: no >configure:10507: checking sys/capability.h presence >configure:10507: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:144:28: error: sys/capability.h: No such file or directory >configure:10507: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| /* end confdefs.h. */ >| #include <sys/capability.h> >configure:10507: result: no >configure:10507: checking for sys/capability.h >configure:10507: result: no >configure:10608: checking grp.h usability >configure:10608: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10608: $? = 0 >configure:10608: result: yes >configure:10608: checking grp.h presence >configure:10608: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:10608: $? = 0 >configure:10608: result: yes >configure:10608: checking for grp.h >configure:10608: result: yes >configure:10608: checking sys/id.h usability >configure:10608: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10608: $? = 0 >configure:10608: result: yes >configure:10608: checking sys/id.h presence >configure:10608: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:10608: $? = 0 >configure:10608: result: yes >configure:10608: checking for sys/id.h >configure:10608: result: yes >configure:10608: checking compat.h usability >configure:10608: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:179:20: error: compat.h: No such file or directory >configure:10608: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <compat.h> >configure:10608: result: no >configure:10608: checking compat.h presence >configure:10608: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:146:20: error: compat.h: No such file or directory >configure:10608: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| /* end confdefs.h. */ >| #include <compat.h> >configure:10608: result: no >configure:10608: checking for compat.h >configure:10608: result: no >configure:10608: checking shadow.h usability >configure:10608: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:179:20: error: shadow.h: No such file or directory >configure:10608: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <shadow.h> >configure:10608: result: no >configure:10608: checking shadow.h presence >configure:10608: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:146:20: error: shadow.h: No such file or directory >configure:10608: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| /* end confdefs.h. */ >| #include <shadow.h> >configure:10608: result: no >configure:10608: checking for shadow.h >configure:10608: result: no >configure:10608: checking sys/priv.h usability >configure:10608: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10608: $? = 0 >configure:10608: result: yes >configure:10608: checking sys/priv.h presence >configure:10608: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:10608: $? = 0 >configure:10608: result: yes >configure:10608: checking for sys/priv.h >configure:10608: result: yes >configure:10608: checking pwd.h usability >configure:10608: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10608: $? = 0 >configure:10608: result: yes >configure:10608: checking pwd.h presence >configure:10608: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:10608: $? = 0 >configure:10608: result: yes >configure:10608: checking for pwd.h >configure:10608: result: yes >configure:10608: checking sys/security.h usability >configure:10608: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:181:26: error: sys/security.h: No such file or directory >configure:10608: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/security.h> >configure:10608: result: no >configure:10608: checking sys/security.h presence >configure:10608: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:148:26: error: sys/security.h: No such file or directory >configure:10608: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| /* end confdefs.h. */ >| #include <sys/security.h> >configure:10608: result: no >configure:10608: checking for sys/security.h >configure:10608: result: no >configure:10621: checking for getpwnam_r >configure:10621: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10621: $? = 0 >configure:10621: result: yes >configure:10621: checking for getpwuid_r >configure:10621: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10621: $? = 0 >configure:10621: result: yes >configure:10621: checking for getpwent_r >configure:10621: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10621: $? = 0 >configure:10621: result: yes >configure:10631: checking for getpwent_r declaration >configure:10651: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >In file included from conftest.c:152: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >conftest.c: In function 'main': >conftest.c:159: error: 'getpwent_r' undeclared (first use in this function) >conftest.c:159: error: (Each undeclared identifier is reported only once >conftest.c:159: error: for each function it appears in.) >configure:10651: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| /* end confdefs.h. */ >| >| #include <unistd.h> >| #include <pwd.h> >| >| int >| main () >| { >| int i = (int)getpwent_r >| ; >| return 0; >| } >configure:10658: result: no >configure:10666: checking for prototype struct passwd *getpwent_r(struct passwd *src, char *buf, int buflen) >configure:10690: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >In file included from conftest.c:186: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >conftest.c:193:3: error: #error missing getpwent_r prototype >configure:10690: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| /* end confdefs.h. */ >| >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <unistd.h> >| #include <pwd.h> >| >| struct passwd *getpwent_r(struct passwd *src, char *buf, int buflen) >| { >| >| #ifndef HAVE_GETPWENT_R_DECL >| #error missing getpwent_r prototype >| #endif >| return NULL; >| >| } >| >configure:10703: result: no >configure:10713: checking for prototype struct passwd *getpwent_r(struct passwd *src, char *buf, size_t buflen) >configure:10737: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >In file included from conftest.c:186: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >conftest.c:193:3: error: #error missing getpwent_r prototype >configure:10737: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| /* end confdefs.h. */ >| >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <unistd.h> >| #include <pwd.h> >| >| struct passwd *getpwent_r(struct passwd *src, char *buf, size_t buflen) >| { >| >| #ifndef HAVE_GETPWENT_R_DECL >| #error missing getpwent_r prototype >| #endif >| return NULL; >| >| } >| >configure:10750: result: no >configure:10763: checking for getgrnam_r >configure:10763: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10763: $? = 0 >configure:10763: result: yes >configure:10763: checking for getgrgid_r >configure:10763: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10763: $? = 0 >configure:10763: result: yes >configure:10763: checking for getgrent_r >configure:10763: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10763: $? = 0 >configure:10763: result: yes >configure:10773: checking for getgrent_r declaration >configure:10793: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >In file included from conftest.c:155: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >conftest.c: In function 'main': >conftest.c:162: error: 'getgrent_r' undeclared (first use in this function) >conftest.c:162: error: (Each undeclared identifier is reported only once >conftest.c:162: error: for each function it appears in.) >configure:10793: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| /* end confdefs.h. */ >| >| #include <unistd.h> >| #include <grp.h> >| >| int >| main () >| { >| int i = (int)getgrent_r >| ; >| return 0; >| } >configure:10800: result: no >configure:10808: checking for prototype struct group *getgrent_r(struct group *src, char *buf, int buflen) >configure:10832: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >In file included from conftest.c:189: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >conftest.c:196:3: error: #error missing getgrent_r prototype >configure:10832: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| /* end confdefs.h. */ >| >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <unistd.h> >| #include <grp.h> >| >| struct group *getgrent_r(struct group *src, char *buf, int buflen) >| { >| >| #ifndef HAVE_GETGRENT_R_DECL >| #error missing getgrent_r prototype >| #endif >| return NULL; >| >| } >| >configure:10845: result: no >configure:10856: checking for prototype struct group *getgrent_r(struct group *src, char *buf, size_t buflen) >configure:10880: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >In file included from conftest.c:189: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >conftest.c:196:3: error: #error missing getgrent_r prototype >configure:10880: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| /* end confdefs.h. */ >| >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <unistd.h> >| #include <grp.h> >| >| struct group *getgrent_r(struct group *src, char *buf, size_t buflen) >| { >| >| #ifndef HAVE_GETGRENT_R_DECL >| #error missing getgrent_r prototype >| #endif >| return NULL; >| >| } >| >configure:10893: result: no >configure:10905: checking for getgrouplist >configure:10905: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .getgrouplist >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:10905: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| /* end confdefs.h. */ >| /* Define getgrouplist to an innocuous variant, in case <limits.h> declares getgrouplist. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getgrouplist innocuous_getgrouplist >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getgrouplist (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef getgrouplist >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char getgrouplist (); >| /* 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_getgrouplist || defined __stub___getgrouplist >| choke me >| #endif >| >| int >| main () >| { >| return getgrouplist (); >| ; >| return 0; >| } >configure:10905: result: no >configure:10919: checking ctype.h usability >configure:10919: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10919: $? = 0 >configure:10919: result: yes >configure:10919: checking ctype.h presence >configure:10919: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:10919: $? = 0 >configure:10919: result: yes >configure:10919: checking for ctype.h >configure:10919: result: yes >configure:10919: checking locale.h usability >configure:10919: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10919: $? = 0 >configure:10919: result: yes >configure:10919: checking locale.h presence >configure:10919: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:10919: $? = 0 >configure:10919: result: yes >configure:10919: checking for locale.h >configure:10919: result: yes >configure:10919: checking langinfo.h usability >configure:10919: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10919: $? = 0 >configure:10919: result: yes >configure:10919: checking langinfo.h presence >configure:10919: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:10919: $? = 0 >configure:10919: result: yes >configure:10919: checking for langinfo.h >configure:10919: result: yes >configure:10933: checking fnmatch.h usability >configure:10933: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10933: $? = 0 >configure:10933: result: yes >configure:10933: checking fnmatch.h presence >configure:10933: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:10933: $? = 0 >configure:10933: result: yes >configure:10933: checking for fnmatch.h >configure:10933: result: yes >configure:10948: checking sys/ipc.h usability >configure:10948: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10948: $? = 0 >configure:10948: result: yes >configure:10948: checking sys/ipc.h presence >configure:10948: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:10948: $? = 0 >configure:10948: result: yes >configure:10948: checking for sys/ipc.h >configure:10948: result: yes >configure:10948: checking sys/mman.h usability >configure:10948: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10948: $? = 0 >configure:10948: result: yes >configure:10948: checking sys/mman.h presence >configure:10948: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:10948: $? = 0 >configure:10948: result: yes >configure:10948: checking for sys/mman.h >configure:10948: result: yes >configure:10948: checking sys/shm.h usability >configure:10948: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >In file included from /usr/include/sys/cred.h:49, > from /usr/include/jfs/jfsmount.h:36, > from /usr/include/jfs/ino.h:38, > from /usr/include/jfs/inode.h:11, > from /usr/include/sys/inode.h:36, > from /usr/include/sys/seg.h:32, > from /usr/include/sys/shm.h:39, > from conftest.c:193: >/usr/include/sys/secattr.h:50: error: parse error before 'rid_t' >/usr/include/sys/secattr.h:65: error: parse error before '}' token >/usr/include/sys/secattr.h:70: error: parse error before 'authnum_t' >/usr/include/sys/secattr.h:76: error: parse error before 'aroles' >/usr/include/sys/secattr.h:77: error: parse error before '}' token >/usr/include/sys/secattr.h:121: error: field 'sc_attr' has incomplete type >In file included from /usr/include/jfs/jfsmount.h:36, > from /usr/include/jfs/ino.h:38, > from /usr/include/jfs/inode.h:11, > from /usr/include/sys/inode.h:36, > from /usr/include/sys/seg.h:32, > from /usr/include/sys/shm.h:39, > from conftest.c:193: >/usr/include/sys/cred.h:335: error: parse error before 'rid_t' >/usr/include/sys/cred.h:350: error: parse error before '}' token >In file included from /usr/include/sys/buf.h:88, > from /usr/include/sys/vmuser.h:41, > from /usr/include/jfs/quota.h:36, > from /usr/include/jfs/jfsmount.h:37, > from /usr/include/jfs/ino.h:38, > from /usr/include/jfs/inode.h:11, > from /usr/include/sys/inode.h:36, > from /usr/include/sys/seg.h:32, > from /usr/include/sys/shm.h:39, > from conftest.c:193: >/usr/include/sys/ras.h:393: error: parse error before 'eye_catch8b_t' >/usr/include/sys/ras.h:397: error: parse error before '}' token >/usr/include/sys/ras.h:812: error: parse error before 'eye_catch4b_t' >/usr/include/sys/ras.h:818: error: parse error before '}' token >/usr/include/sys/ras.h:825: error: parse error before '*' token >In file included from /usr/include/sys/vmuser.h:41, > from /usr/include/jfs/quota.h:36, > from /usr/include/jfs/jfsmount.h:37, > from /usr/include/jfs/ino.h:38, > from /usr/include/jfs/inode.h:11, > from /usr/include/sys/inode.h:36, > from /usr/include/sys/seg.h:32, > from /usr/include/sys/shm.h:39, > from conftest.c:193: >/usr/include/sys/buf.h:211: error: parse error before 'eye_catch4b_t' >/usr/include/sys/buf.h:242: error: parse error before '}' token >configure:10948: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/shm.h> >configure:10948: result: no >configure:10948: checking sys/shm.h presence >configure:10948: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:10948: $? = 0 >configure:10948: result: yes >configure:10948: WARNING: sys/shm.h: present but cannot be compiled >configure:10948: WARNING: sys/shm.h: check for missing prerequisite headers? >configure:10948: WARNING: sys/shm.h: see the Autoconf documentation >configure:10948: WARNING: sys/shm.h: section "Present But Cannot Be Compiled" >configure:10948: WARNING: sys/shm.h: proceeding with the compiler's result >configure:10948: checking for sys/shm.h >configure:10948: result: no >configure:10963: checking termios.h usability >configure:10963: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10963: $? = 0 >configure:10963: result: yes >configure:10963: checking termios.h presence >configure:10963: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:10963: $? = 0 >configure:10963: result: yes >configure:10963: checking for termios.h >configure:10963: result: yes >configure:10963: checking termio.h usability >configure:10963: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10963: $? = 0 >configure:10963: result: yes >configure:10963: checking termio.h presence >configure:10963: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:10963: $? = 0 >configure:10963: result: yes >configure:10963: checking for termio.h >configure:10963: result: yes >configure:10963: checking sys/termio.h usability >configure:10963: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:10963: $? = 0 >configure:10963: result: yes >configure:10963: checking sys/termio.h presence >configure:10963: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:10963: $? = 0 >configure:10963: result: yes >configure:10963: checking for sys/termio.h >configure:10963: result: yes >configure:10979: checking for library containing dlopen >configure:11010: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:11010: $? = 0 >configure:11027: result: none required >configure:11038: checking dlfcn.h usability >configure:11038: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:11038: $? = 0 >configure:11038: result: yes >configure:11038: checking dlfcn.h presence >configure:11038: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:11038: $? = 0 >configure:11038: result: yes >configure:11038: checking for dlfcn.h >configure:11038: result: yes >configure:11051: checking for dlopen >configure:11051: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:11051: $? = 0 >configure:11051: result: yes >configure:11051: checking for dlsym >configure:11051: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:11051: $? = 0 >configure:11051: result: yes >configure:11051: checking for dlerror >configure:11051: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:11051: $? = 0 >configure:11051: result: yes >configure:11051: checking for dlclose >configure:11051: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:11051: $? = 0 >configure:11051: result: yes >configure:11064: checking for library containing shl_load >configure:11095: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .shl_load >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:11095: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char shl_load (); >| int >| main () >| { >| return shl_load (); >| ; >| return 0; >| } >configure:11095: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c -lsl >&5 >collect2: library libsl not found >configure:11095: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| /* end confdefs.h. */ >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char shl_load (); >| int >| main () >| { >| return shl_load (); >| ; >| return 0; >| } >configure:11112: result: no >configure:11122: checking dl.h usability >configure:11122: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:201:16: error: dl.h: No such file or directory >configure:11122: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <dl.h> >configure:11122: result: no >configure:11122: checking dl.h presence >configure:11122: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:168:16: error: dl.h: No such file or directory >configure:11122: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| /* end confdefs.h. */ >| #include <dl.h> >configure:11122: result: no >configure:11122: checking for dl.h >configure:11122: result: no >configure:11135: checking for shl_load >configure:11135: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .shl_load >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:11135: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| /* end confdefs.h. */ >| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define shl_load innocuous_shl_load >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char shl_load (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef shl_load >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char shl_load (); >| /* 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_shl_load || defined __stub___shl_load >| choke me >| #endif >| >| int >| main () >| { >| return shl_load (); >| ; >| return 0; >| } >configure:11135: result: no >configure:11135: checking for shl_unload >configure:11135: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .shl_unload >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:11135: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| /* end confdefs.h. */ >| /* Define shl_unload to an innocuous variant, in case <limits.h> declares shl_unload. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define shl_unload innocuous_shl_unload >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char shl_unload (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef shl_unload >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char shl_unload (); >| /* 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_shl_unload || defined __stub___shl_unload >| choke me >| #endif >| >| int >| main () >| { >| return shl_unload (); >| ; >| return 0; >| } >configure:11135: result: no >configure:11135: checking for shl_findsym >configure:11135: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .shl_findsym >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:11135: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| /* end confdefs.h. */ >| /* Define shl_findsym to an innocuous variant, in case <limits.h> declares shl_findsym. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define shl_findsym innocuous_shl_findsym >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char shl_findsym (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef shl_findsym >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char shl_findsym (); >| /* 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_shl_findsym || defined __stub___shl_findsym >| choke me >| #endif >| >| int >| main () >| { >| return shl_findsym (); >| ; >| return 0; >| } >configure:11135: result: no >configure:11147: checking for prototype void *dlopen(const char* filename, unsigned int flags) >configure:11167: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:206: error: conflicting types for 'dlopen' >/usr/include/dlfcn.h:54: error: previous declaration of 'dlopen' was here >configure:11167: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| /* end confdefs.h. */ >| >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <dlfcn.h> >| >| void *dlopen(const char* filename, unsigned int flags) >| { >| >| return 0; >| >| } >| >configure:11180: result: no >configure:11199: checking for getpass >configure:11199: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:11199: $? = 0 >configure:11199: result: yes >configure:11204: checking for getpassphrase >configure:11204: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .getpassphrase >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:11204: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| /* end confdefs.h. */ >| /* Define getpassphrase to an innocuous variant, in case <limits.h> declares getpassphrase. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getpassphrase innocuous_getpassphrase >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getpassphrase (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef getpassphrase >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char getpassphrase (); >| /* 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_getpassphrase || defined __stub___getpassphrase >| choke me >| #endif >| >| int >| main () >| { >| return getpassphrase (); >| ; >| return 0; >| } >configure:11204: result: no >configure:11219: checking whether getpass should be replaced >configure:11242: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt -I./../lib/replace/ conftest.c >&5 >In file included from ./../lib/replace/getpass.c:20, > from conftest.c:171: >./../lib/replace/replace.h:464:1: warning: "mkstemp" redefined >In file included from ./../lib/replace/replace.h:40, > from ./../lib/replace/getpass.c:20, > from conftest.c:171: >/opt/freeware/lib/gcc/powerpc-ibm-aix5.3.0.0/4.0.0/include/stdlib.h:467:1: warning: this is the location of the previous definition >In file included from ./../lib/replace/system/filesys.h:29, > from ./../lib/replace/getpass.c:21, > from conftest.c:171: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >configure:11242: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| /* end confdefs.h. */ >| >| #include "confdefs.h" >| #define NO_CONFIG_H >| #include "./../lib/replace/getpass.c" >| >| int >| main () >| { >| >| ; >| return 0; >| } >configure:11251: result: no >configure:11262: checking whether strptime is available and works >configure:11278: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >In file included from conftest.c:170: >./../lib/replace/test/strptime.c: In function 'libreplace_test_strptime': >./../lib/replace/test/strptime.c:31: warning: incompatible implicit declaration of built-in function 'memset' >configure:11278: $? = 0 >configure:11278: ./conftest >configure:11278: $? = 0 >configure:11289: result: yes >configure:11301: checking direct.h usability >configure:11301: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:201:20: error: direct.h: No such file or directory >configure:11301: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <direct.h> >configure:11301: result: no >configure:11301: checking direct.h presence >configure:11301: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:168:20: error: direct.h: No such file or directory >configure:11301: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| /* end confdefs.h. */ >| #include <direct.h> >configure:11301: result: no >configure:11301: checking for direct.h >configure:11301: result: no >configure:11301: checking windows.h usability >configure:11301: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:201:21: error: windows.h: No such file or directory >configure:11301: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <windows.h> >configure:11301: result: no >configure:11301: checking windows.h presence >configure:11301: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:168:21: error: windows.h: No such file or directory >configure:11301: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| /* end confdefs.h. */ >| #include <windows.h> >configure:11301: result: no >configure:11301: checking for windows.h >configure:11301: result: no >configure:11301: checking winsock2.h usability >configure:11301: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:201:22: error: winsock2.h: No such file or directory >configure:11301: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <winsock2.h> >configure:11301: result: no >configure:11301: checking winsock2.h presence >configure:11301: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:168:22: error: winsock2.h: No such file or directory >configure:11301: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| /* end confdefs.h. */ >| #include <winsock2.h> >configure:11301: result: no >configure:11301: checking for winsock2.h >configure:11301: result: no >configure:11301: checking ws2tcpip.h usability >configure:11301: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:201:22: error: ws2tcpip.h: No such file or directory >configure:11301: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <ws2tcpip.h> >configure:11301: result: no >configure:11301: checking ws2tcpip.h presence >configure:11301: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:168:22: error: ws2tcpip.h: No such file or directory >configure:11301: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| /* end confdefs.h. */ >| #include <ws2tcpip.h> >configure:11301: result: no >configure:11301: checking for ws2tcpip.h >configure:11301: result: no >configure:11314: checking whether mkdir supports mode >configure:11337: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:11337: $? = 0 >configure:11344: result: yes >configure:11356: checking for timegm >configure:11356: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .timegm >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:11356: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| /* end confdefs.h. */ >| /* Define timegm to an innocuous variant, in case <limits.h> declares timegm. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define timegm innocuous_timegm >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char timegm (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef timegm >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char timegm (); >| /* 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_timegm || defined __stub___timegm >| choke me >| #endif >| >| int >| main () >| { >| return timegm (); >| ; >| return 0; >| } >configure:11356: result: no >configure:11368: checking for broken readdir >configure:11383: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >In file included from ./../lib/replace/test/os2_delete.c:9, > from conftest.c:171: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >configure:11383: $? = 1 >configure: program exited with status 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| /* end confdefs.h. */ >| >| #define test_readdir_os2_delete main >| #include "./../lib/replace/test/os2_delete.c" >configure:11394: result: yes >configure:11399: checking for dirfd >configure:11399: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .dirfd >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:11399: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| /* end confdefs.h. */ >| /* Define dirfd to an innocuous variant, in case <limits.h> declares dirfd. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define dirfd innocuous_dirfd >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char dirfd (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef dirfd >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char dirfd (); >| /* 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_dirfd || defined __stub___dirfd >| choke me >| #endif >| >| int >| main () >| { >| return dirfd (); >| ; >| return 0; >| } >configure:11399: result: no >configure:11409: checking for dirfd declaration >configure:11426: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c: In function 'main': >conftest.c:174: error: 'dirfd' undeclared (first use in this function) >conftest.c:174: error: (Each undeclared identifier is reported only once >conftest.c:174: error: for each function it appears in.) >configure:11426: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| /* end confdefs.h. */ >| #include <dirent.h> >| int >| main () >| { >| int i = (int)dirfd >| ; >| return 0; >| } >configure:11433: result: no >configure:11448: checking for getdirentries >configure:11448: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:11448: $? = 0 >configure:11448: result: yes >configure:11457: checking for prototype long telldir(const DIR *dir) >configure:11477: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:208: error: conflicting types for 'telldir' >/usr/include/sys/dir.h:154: error: previous declaration of 'telldir' was here >configure:11477: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| /* end confdefs.h. */ >| >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <dirent.h> >| >| long telldir(const DIR *dir) >| { >| >| return 0; >| >| } >| >configure:11490: result: no >configure:11501: checking for prototype int seekdir(DIR *dir, long ofs) >configure:11521: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:208: error: conflicting types for 'seekdir' >/usr/include/sys/dir.h:153: error: previous declaration of 'seekdir' was here >configure:11521: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| /* end confdefs.h. */ >| >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <dirent.h> >| >| int seekdir(DIR *dir, long ofs) >| { >| >| return 0; >| >| } >| >configure:11534: result: no >configure:11544: checking for replacing readdir using getdirentries() >configure:11564: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >In file included from ./../lib/replace/repdir_getdirentries.c:53, > from conftest.c:172: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >In file included from conftest.c:172: >./../lib/replace/repdir_getdirentries.c: In function 'readdir': >./../lib/replace/repdir_getdirentries.c:107: warning: passing argument 4 of 'getdirentries' from incompatible pointer type >./../lib/replace/repdir_getdirentries.c: In function 'seekdir': >./../lib/replace/repdir_getdirentries.c:148: warning: passing argument 4 of 'getdirentries' from incompatible pointer type >./../lib/replace/repdir_getdirentries.c: At top level: >./../lib/replace/repdir_getdirentries.c:158: error: parse error before '(' token >./../lib/replace/repdir_getdirentries.c:158: error: parse error before 'long' >configure:11564: $? = 1 >configure: program exited with status 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| /* end confdefs.h. */ >| >| #define _LIBREPLACE_REPLACE_H >| #include "./../lib/replace/repdir_getdirentries.c" >| #define test_readdir_os2_delete main >| #include "./../lib/replace/test/os2_delete.c" >configure:11575: result: no >configure:11595: checking for getdents >configure:11595: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >ld: 0711-317 ERROR: Undefined symbol: .getdents >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. >collect2: ld returned 8 exit status >configure:11595: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| /* end confdefs.h. */ >| /* Define getdents to an innocuous variant, in case <limits.h> declares getdents. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getdents innocuous_getdents >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getdents (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef getdents >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char getdents (); >| /* 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 >| #endif >| >| int >| main () >| { >| return getdents (); >| ; >| return 0; >| } >configure:11595: result: no >configure:11604: checking for replacing readdir using getdents() >configure:11625: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:172:2: error: #error _donot_use_getdents_replacement_anymore >In file included from ./../lib/replace/repdir_getdents.c:51, > from conftest.c:173: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >In file included from conftest.c:173: >./../lib/replace/repdir_getdents.c:143: error: parse error before '(' token >./../lib/replace/repdir_getdents.c:143: error: parse error before 'long' >configure:11625: $? = 1 >configure: program exited with status 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| /* end confdefs.h. */ >| >| #define _LIBREPLACE_REPLACE_H >| #error _donot_use_getdents_replacement_anymore >| #include "./../lib/replace/repdir_getdents.c" >| #define test_readdir_os2_delete main >| #include "./../lib/replace/test/os2_delete.c" >configure:11636: result: no >configure:11650: checking a usable readdir() >configure:11653: result: no >configure:11655: WARNING: the provided readdir() is broken >configure:11666: checking crypt.h usability >configure:11666: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:11666: $? = 0 >configure:11666: result: yes >configure:11666: checking crypt.h presence >configure:11666: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:11666: $? = 0 >configure:11666: result: yes >configure:11666: checking for crypt.h >configure:11666: result: yes >configure:11676: checking for library containing crypt >configure:11702: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:11702: $? = 0 >configure:11738: result: none required >configure:11752: checking for CLOCK_MONOTONIC >configure:11778: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:11778: $? = 0 >configure:11780: result: yes >configure:11796: checking for CLOCK_PROCESS_CPUTIME_ID >configure:11822: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:11822: $? = 0 >configure:11824: result: yes >configure:11840: checking for CLOCK_REALTIME >configure:11866: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:11866: $? = 0 >configure:11868: result: yes >configure:11885: checking for struct timespec type >configure:11918: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:11918: $? = 0 >configure:11925: result: yes >configure:11936: checking for printf >configure:11936: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:199: warning: conflicting types for built-in function 'printf' >configure:11936: $? = 0 >configure:11936: result: yes >configure:11936: checking for memset >configure:11936: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:200: warning: conflicting types for built-in function 'memset' >configure:11936: $? = 0 >configure:11936: result: yes >configure:11936: checking for memcpy >configure:11936: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:201: warning: conflicting types for built-in function 'memcpy' >configure:11936: $? = 0 >configure:11936: result: yes >configure:11952: checking for syslog >configure:11952: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:11952: $? = 0 >configure:11952: result: yes >configure:11975: checking sys/socket.h usability >configure:11975: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:11975: $? = 0 >configure:11975: result: yes >configure:11975: checking sys/socket.h presence >configure:11975: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:11975: $? = 0 >configure:11975: result: yes >configure:11975: checking for sys/socket.h >configure:11975: result: yes >configure:11975: checking netinet/in.h usability >configure:11975: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:11975: $? = 0 >configure:11975: result: yes >configure:11975: checking netinet/in.h presence >configure:11975: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:11975: $? = 0 >configure:11975: result: yes >configure:11975: checking for netinet/in.h >configure:11975: result: yes >configure:11975: checking netdb.h usability >configure:11975: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:11975: $? = 0 >configure:11975: result: yes >configure:11975: checking netdb.h presence >configure:11975: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:11975: $? = 0 >configure:11975: result: yes >configure:11975: checking for netdb.h >configure:11975: result: yes >configure:11975: checking arpa/inet.h usability >configure:11975: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:11975: $? = 0 >configure:11975: result: yes >configure:11975: checking arpa/inet.h presence >configure:11975: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:11975: $? = 0 >configure:11975: result: yes >configure:11975: checking for arpa/inet.h >configure:11975: result: yes >configure:11987: checking netinet/in_systm.h usability >configure:11987: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:11987: $? = 0 >configure:11987: result: yes >configure:11987: checking netinet/in_systm.h presence >configure:11987: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:11987: $? = 0 >configure:11987: result: yes >configure:11987: checking for netinet/in_systm.h >configure:11987: result: yes >configure:11999: checking for netinet/ip.h >configure:11999: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:11999: $? = 0 >configure:11999: result: yes >configure:12021: checking netinet/tcp.h usability >configure:12021: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:12021: $? = 0 >configure:12021: result: yes >configure:12021: checking netinet/tcp.h presence >configure:12021: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:12021: $? = 0 >configure:12021: result: yes >configure:12021: checking for netinet/tcp.h >configure:12021: result: yes >configure:12021: checking netinet/in_ip.h usability >configure:12021: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:221:27: error: netinet/in_ip.h: No such file or directory >configure:12021: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <netinet/in_ip.h> >configure:12021: result: no >configure:12021: checking netinet/in_ip.h presence >configure:12021: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:188:27: error: netinet/in_ip.h: No such file or directory >configure:12021: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| /* end confdefs.h. */ >| #include <netinet/in_ip.h> >configure:12021: result: no >configure:12021: checking for netinet/in_ip.h >configure:12021: result: no >configure:12034: checking sys/sockio.h usability >configure:12034: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:221:24: error: sys/sockio.h: No such file or directory >configure:12034: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/sockio.h> >configure:12034: result: no >configure:12034: checking sys/sockio.h presence >configure:12034: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:188:24: error: sys/sockio.h: No such file or directory >configure:12034: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| /* end confdefs.h. */ >| #include <sys/sockio.h> >configure:12034: result: no >configure:12034: checking for sys/sockio.h >configure:12034: result: no >configure:12034: checking sys/un.h usability >configure:12034: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:12034: $? = 0 >configure:12034: result: yes >configure:12034: checking sys/un.h presence >configure:12034: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:12034: $? = 0 >configure:12034: result: yes >configure:12034: checking for sys/un.h >configure:12034: result: yes >configure:12046: checking sys/uio.h usability >configure:12046: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:12046: $? = 0 >configure:12046: result: yes >configure:12046: checking sys/uio.h presence >configure:12046: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:12046: $? = 0 >configure:12046: result: yes >configure:12046: checking for sys/uio.h >configure:12046: result: yes >configure:12057: checking for usable net/if.h >configure:12073: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >In file included from /usr/include/net/if.h:148, > from conftest.c:227: >/usr/include/net/route.h:308: error: parse error before 'eye_catch8b_t' >/usr/include/net/route.h:310: error: parse error before '}' token >configure:12073: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| /* end confdefs.h. */ >| >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #if HAVE_SYS_SOCKET_H >| # include <sys/socket.h> >| #endif >| #include <net/if.h> >| int main(void) {return 0;} >configure:12082: result: no >configure:12093: checking for socklen_t >configure:12111: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:12111: $? = 0 >configure:12119: result: yes >configure:12145: checking for sa_family_t >configure:12163: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:12163: $? = 0 >configure:12171: result: yes >configure:12197: checking for struct addrinfo >configure:12215: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:12215: $? = 0 >configure:12223: result: yes >configure:12249: checking for struct sockaddr >configure:12267: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:12267: $? = 0 >configure:12275: result: yes >configure:12301: checking for struct sockaddr_storage >configure:12323: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:12323: $? = 0 >configure:12331: result: yes >configure:12357: checking for struct sockaddr_in6 >configure:12379: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:12379: $? = 0 >configure:12387: result: yes >configure:12412: checking for struct sockaddr_storage.ss_family >configure:12412: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:12412: $? = 0 >configure:12412: result: yes >configure:12441: checking for sin_len in sock >configure:12464: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:12464: $? = 0 >configure:12476: result: yes >configure:12486: checking for unix domain sockets >configure:12512: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:12512: $? = 0 >configure:12524: result: yes >configure:12534: checking for connect >configure:12534: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:12534: $? = 0 >configure:12534: result: yes >configure:12821: checking for gethostbyname >configure:12821: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:12821: $? = 0 >configure:12821: result: yes >configure:13041: checking for if_nametoindex >configure:13041: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:13041: $? = 0 >configure:13041: result: yes >configure:13133: checking for socketpair >configure:13133: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt -I./../lib/replace conftest.c >&5 >configure:13133: $? = 0 >configure:13133: result: yes >configure:13145: checking for broken inet_ntoa >configure:13169: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt -I./../lib/replace conftest.c >&5 >In file included from conftest.c:205: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >conftest.c: In function 'main': >conftest.c:213: warning: incompatible implicit declaration of built-in function 'exit' >conftest.c:214: warning: incompatible implicit declaration of built-in function 'exit' >configure:13169: $? = 1 >configure: program exited with status 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| /* end confdefs.h. */ >| >| #include <stdio.h> >| #include <unistd.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:13179: result: no >configure:13184: checking for inet_ntoa >configure:13184: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt -I./../lib/replace conftest.c >&5 >configure:13184: $? = 0 >configure:13184: result: yes >configure:13204: checking for inet_aton >configure:13204: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt -I./../lib/replace conftest.c >&5 >configure:13204: $? = 0 >configure:13204: result: yes >configure:13218: checking for inet_ntop >configure:13218: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt -I./../lib/replace conftest.c >&5 >configure:13218: $? = 0 >configure:13218: result: yes >configure:13232: checking for inet_pton >configure:13232: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt -I./../lib/replace conftest.c >&5 >configure:13232: $? = 0 >configure:13232: result: yes >configure:13244: checking for getaddrinfo >configure:13280: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt -I./../lib/replace conftest.c >&5 >configure:13280: $? = 0 >configure:13288: result: yes >configure:13333: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt -I./../lib/replace conftest.c >&5 >configure:13333: $? = 0 >configure:13333: ./conftest >configure:13333: $? = 0 >configure:13363: checking ifaddrs.h usability >configure:13363: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt -I./../lib/replace conftest.c >&5 >conftest.c:244:21: error: ifaddrs.h: No such file or directory >configure:13363: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <ifaddrs.h> >configure:13363: result: no >configure:13363: checking ifaddrs.h presence >configure:13363: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt -I./../lib/replace conftest.c >conftest.c:211:21: error: ifaddrs.h: No such file or directory >configure:13363: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| /* end confdefs.h. */ >| #include <ifaddrs.h> >configure:13363: result: no >configure:13363: checking for ifaddrs.h >configure:13363: result: no >configure:13374: checking for struct sockaddr.sa_len >configure:13374: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt -I./../lib/replace conftest.c >&5 >configure:13374: $? = 0 >configure:13374: result: yes >configure:13388: checking for getifaddrs and freeifaddrs >configure:13419: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt -I./../lib/replace conftest.c >&5 >conftest.c:222:21: error: ifaddrs.h: No such file or directory >configure:13419: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| /* end confdefs.h. */ >| >| #include <sys/types.h> >| #if STDC_HEADERS >| #include <stdlib.h> >| #include <stddef.h> >| #endif >| #include <sys/socket.h> >| #include <netinet/in.h> >| #include <arpa/inet.h> >| #include <ifaddrs.h> >| #include <netdb.h> >| int >| main () >| { >| >| struct ifaddrs *ifp = NULL; >| int ret = getifaddrs (&ifp); >| freeifaddrs(ifp); >| >| ; >| return 0; >| } >configure:13427: result: no >configure:13444: checking for iface getifaddrs >configure:13467: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt -I./../lib/replace conftest.c >&5 >In file included from ./../lib/replace/replace.c:26, > from conftest.c:218: >./../lib/replace/replace.h:464:1: warning: "mkstemp" redefined >In file included from ./../lib/replace/replace.h:40, > from ./../lib/replace/replace.c:26, > from conftest.c:218: >/opt/freeware/lib/gcc/powerpc-ibm-aix5.3.0.0/4.0.0/include/stdlib.h:467:1: warning: this is the location of the previous definition >In file included from ./../lib/replace/system/filesys.h:29, > from ./../lib/replace/replace.c:28, > from conftest.c:218: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >In file included from conftest.c:218: >./../lib/replace/replace.c: In function 'rep_mkstemp': >./../lib/replace/replace.c:417: error: 'O_CREAT' undeclared (first use in this function) >./../lib/replace/replace.c:417: error: (Each undeclared identifier is reported only once >./../lib/replace/replace.c:417: error: for each function it appears in.) >./../lib/replace/replace.c:417: error: 'O_EXCL' undeclared (first use in this function) >./../lib/replace/replace.c:417: error: 'O_RDWR' undeclared (first use in this function) >configure:13467: $? = 1 >configure: program exited with status 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| /* end confdefs.h. */ >| >| #define HAVE_IFACE_GETIFADDRS 1 >| #define NO_CONFIG_H 1 >| #define AUTOCONF_TEST 1 >| #define SOCKET_WRAPPER_NOT_REPLACE >| #include "./../lib/replace/replace.c" >| #include "./../lib/replace/inet_ntop.c" >| #include "./../lib/replace/snprintf.c" >| #include "./../lib/replace/getifaddrs.c" >| #define getifaddrs_test main >| #include "./../lib/replace/test/getifaddrs.c" >configure:13477: result: no >configure:13489: checking for iface AIX >configure:13513: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt -I./../lib/replace conftest.c >&5 >In file included from ./../lib/replace/replace.c:26, > from conftest.c:219: >./../lib/replace/replace.h:464:1: warning: "mkstemp" redefined >In file included from ./../lib/replace/replace.h:40, > from ./../lib/replace/replace.c:26, > from conftest.c:219: >/opt/freeware/lib/gcc/powerpc-ibm-aix5.3.0.0/4.0.0/include/stdlib.h:467:1: warning: this is the location of the previous definition >In file included from ./../lib/replace/system/filesys.h:29, > from ./../lib/replace/replace.c:28, > from conftest.c:219: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >In file included from conftest.c:219: >./../lib/replace/replace.c: In function 'rep_mkstemp': >./../lib/replace/replace.c:417: error: 'O_CREAT' undeclared (first use in this function) >./../lib/replace/replace.c:417: error: (Each undeclared identifier is reported only once >./../lib/replace/replace.c:417: error: for each function it appears in.) >./../lib/replace/replace.c:417: error: 'O_EXCL' undeclared (first use in this function) >./../lib/replace/replace.c:417: error: 'O_RDWR' undeclared (first use in this function) >In file included from conftest.c:222: >./../lib/replace/getifaddrs.c: In function 'rep_getifaddrs': >./../lib/replace/getifaddrs.c:260: error: storage size of 'ifc' isn't known >./../lib/replace/getifaddrs.c:274: error: invalid application of 'sizeof' to incomplete type 'struct ifconf' >./../lib/replace/getifaddrs.c:287: error: dereferencing pointer to incomplete type >./../lib/replace/getifaddrs.c:289: error: invalid application of 'sizeof' to incomplete type 'struct oifreq' >./../lib/replace/getifaddrs.c:290: warning: passing argument 1 of 'freeaddrinfo' from incompatible pointer type >./../lib/replace/getifaddrs.c:301: error: dereferencing pointer to incomplete type >./../lib/replace/getifaddrs.c:302: error: dereferencing pointer to incomplete type >./../lib/replace/getifaddrs.c:308: error: invalid application of 'sizeof' to incomplete type 'struct oifreq' >./../lib/replace/getifaddrs.c:309: warning: passing argument 1 of 'freeaddrinfo' from incompatible pointer type >./../lib/replace/getifaddrs.c:313: error: dereferencing pointer to incomplete type >./../lib/replace/getifaddrs.c:315: error: invalid application of 'sizeof' to incomplete type 'struct oifreq' >./../lib/replace/getifaddrs.c:316: warning: passing argument 1 of 'freeaddrinfo' from incompatible pointer type >./../lib/replace/getifaddrs.c:320: error: dereferencing pointer to incomplete type >./../lib/replace/getifaddrs.c:332: error: dereferencing pointer to incomplete type >./../lib/replace/getifaddrs.c:333: error: dereferencing pointer to incomplete type >configure:13513: $? = 1 >configure: program exited with status 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| /* end confdefs.h. */ >| >| #define HAVE_IFACE_AIX 1 >| #define NO_CONFIG_H 1 >| #define AUTOCONF_TEST 1 >| #undef _XOPEN_SOURCE_EXTENDED >| #define SOCKET_WRAPPER_NOT_REPLACE >| #include "./../lib/replace/replace.c" >| #include "./../lib/replace/inet_ntop.c" >| #include "./../lib/replace/snprintf.c" >| #include "./../lib/replace/getifaddrs.c" >| #define getifaddrs_test main >| #include "./../lib/replace/test/getifaddrs.c" >configure:13523: result: no >configure:13534: checking for iface ifconf >configure:13557: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt -I./../lib/replace conftest.c >&5 >In file included from ./../lib/replace/replace.c:26, > from conftest.c:218: >./../lib/replace/replace.h:464:1: warning: "mkstemp" redefined >In file included from ./../lib/replace/replace.h:40, > from ./../lib/replace/replace.c:26, > from conftest.c:218: >/opt/freeware/lib/gcc/powerpc-ibm-aix5.3.0.0/4.0.0/include/stdlib.h:467:1: warning: this is the location of the previous definition >In file included from ./../lib/replace/system/filesys.h:29, > from ./../lib/replace/replace.c:28, > from conftest.c:218: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >In file included from conftest.c:218: >./../lib/replace/replace.c: In function 'rep_mkstemp': >./../lib/replace/replace.c:417: error: 'O_CREAT' undeclared (first use in this function) >./../lib/replace/replace.c:417: error: (Each undeclared identifier is reported only once >./../lib/replace/replace.c:417: error: for each function it appears in.) >./../lib/replace/replace.c:417: error: 'O_EXCL' undeclared (first use in this function) >./../lib/replace/replace.c:417: error: 'O_RDWR' undeclared (first use in this function) >In file included from conftest.c:221: >./../lib/replace/getifaddrs.c: In function 'rep_getifaddrs': >./../lib/replace/getifaddrs.c:83: error: storage size of 'ifc' isn't known >./../lib/replace/getifaddrs.c:99: error: invalid application of 'sizeof' to incomplete type 'struct ifconf' >./../lib/replace/getifaddrs.c:106: error: invalid application of 'sizeof' to incomplete type 'struct ifreq' >./../lib/replace/getifaddrs.c:110: error: invalid application of 'sizeof' to incomplete type 'struct oifreq' >./../lib/replace/getifaddrs.c:110: error: invalid use of undefined type 'struct ifreq' >./../lib/replace/getifaddrs.c:110: error: dereferencing pointer to incomplete type >./../lib/replace/getifaddrs.c:116: error: invalid use of undefined type 'struct ifreq' >./../lib/replace/getifaddrs.c:116: error: dereferencing pointer to incomplete type >./../lib/replace/getifaddrs.c:117: error: invalid use of undefined type 'struct ifreq' >./../lib/replace/getifaddrs.c:117: error: dereferencing pointer to incomplete type >./../lib/replace/getifaddrs.c:123: error: invalid application of 'sizeof' to incomplete type 'struct oifreq' >./../lib/replace/getifaddrs.c:123: error: invalid use of undefined type 'struct ifreq' >./../lib/replace/getifaddrs.c:123: error: dereferencing pointer to incomplete type >./../lib/replace/getifaddrs.c:124: error: invalid use of undefined type 'struct ifreq' >./../lib/replace/getifaddrs.c:124: error: dereferencing pointer to incomplete type >./../lib/replace/getifaddrs.c:128: error: invalid application of 'sizeof' to incomplete type 'struct oifreq' >./../lib/replace/getifaddrs.c:128: error: invalid use of undefined type 'struct ifreq' >./../lib/replace/getifaddrs.c:128: error: dereferencing pointer to incomplete type >./../lib/replace/getifaddrs.c:129: error: invalid use of undefined type 'struct ifreq' >./../lib/replace/getifaddrs.c:129: error: dereferencing pointer to incomplete type >configure:13557: $? = 1 >configure: program exited with status 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| /* end confdefs.h. */ >| >| #define HAVE_IFACE_IFCONF 1 >| #define NO_CONFIG_H 1 >| #define AUTOCONF_TEST 1 >| #define SOCKET_WRAPPER_NOT_REPLACE >| #include "./../lib/replace/replace.c" >| #include "./../lib/replace/inet_ntop.c" >| #include "./../lib/replace/snprintf.c" >| #include "./../lib/replace/getifaddrs.c" >| #define getifaddrs_test main >| #include "./../lib/replace/test/getifaddrs.c" >configure:13567: result: no >configure:13577: checking for iface ifreq >configure:13600: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt -I./../lib/replace conftest.c >&5 >In file included from ./../lib/replace/replace.c:26, > from conftest.c:218: >./../lib/replace/replace.h:464:1: warning: "mkstemp" redefined >In file included from ./../lib/replace/replace.h:40, > from ./../lib/replace/replace.c:26, > from conftest.c:218: >/opt/freeware/lib/gcc/powerpc-ibm-aix5.3.0.0/4.0.0/include/stdlib.h:467:1: warning: this is the location of the previous definition >In file included from ./../lib/replace/system/filesys.h:29, > from ./../lib/replace/replace.c:28, > from conftest.c:218: >/usr/include/unistd.h:924: error: parse error before '[' token >/usr/include/unistd.h:925: error: parse error before 'rid_t' >In file included from conftest.c:218: >./../lib/replace/replace.c: In function 'rep_mkstemp': >./../lib/replace/replace.c:417: error: 'O_CREAT' undeclared (first use in this function) >./../lib/replace/replace.c:417: error: (Each undeclared identifier is reported only once >./../lib/replace/replace.c:417: error: for each function it appears in.) >./../lib/replace/replace.c:417: error: 'O_EXCL' undeclared (first use in this function) >./../lib/replace/replace.c:417: error: 'O_RDWR' undeclared (first use in this function) >In file included from conftest.c:221: >./../lib/replace/getifaddrs.c: In function 'rep_getifaddrs': >./../lib/replace/getifaddrs.c:159: error: storage size of 'ifreq' isn't known >./../lib/replace/getifaddrs.c:173: error: invalid application of 'sizeof' to incomplete type 'struct ifconf' >./../lib/replace/getifaddrs.c:183: error: invalid application of 'sizeof' to incomplete type 'struct ifreq' >./../lib/replace/getifaddrs.c:183: warning: division by zero >./../lib/replace/getifaddrs.c:188: error: invalid application of 'sizeof' to incomplete type 'struct ifreq' >./../lib/replace/getifaddrs.c:197: error: invalid use of undefined type 'struct ifreq' >./../lib/replace/getifaddrs.c:197: error: dereferencing pointer to incomplete type >./../lib/replace/getifaddrs.c:206: error: invalid application of 'sizeof' to incomplete type 'struct oifreq' >./../lib/replace/getifaddrs.c:208: error: invalid application of 'sizeof' to incomplete type 'struct ifreq' >./../lib/replace/getifaddrs.c:216: error: invalid application of 'sizeof' to incomplete type 'struct oifreq' >./../lib/replace/getifaddrs.c:218: error: invalid application of 'sizeof' to incomplete type 'struct ifreq' >./../lib/replace/getifaddrs.c:231: error: invalid application of 'sizeof' to incomplete type 'struct oifreq' >./../lib/replace/getifaddrs.c:233: error: invalid application of 'sizeof' to incomplete type 'struct ifreq' >configure:13600: $? = 1 >configure: program exited with status 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| /* end confdefs.h. */ >| >| #define HAVE_IFACE_IFREQ 1 >| #define NO_CONFIG_H 1 >| #define AUTOCONF_TEST 1 >| #define SOCKET_WRAPPER_NOT_REPLACE >| #include "./../lib/replace/replace.c" >| #include "./../lib/replace/inet_ntop.c" >| #include "./../lib/replace/snprintf.c" >| #include "./../lib/replace/getifaddrs.c" >| #define getifaddrs_test main >| #include "./../lib/replace/test/getifaddrs.c" >configure:13610: result: no >configure:13619: checking for IPV6_V6ONLY support >configure:13646: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt -I./../lib/replace conftest.c >&5 >configure:13646: $? = 0 >configure:13658: result: yes >configure:13705: checking for ipv6 support >configure:13747: gcc -o conftest -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt -I./../lib/replace conftest.c >&5 >configure:13747: $? = 0 >configure:13760: result: yes >configure:13795: checking aio.h usability >configure:13795: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:13795: $? = 0 >configure:13795: result: yes >configure:13795: checking aio.h presence >configure:13795: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:13795: $? = 0 >configure:13795: result: yes >configure:13795: checking for aio.h >configure:13795: result: yes >configure:13795: checking for sys/fcntl.h >configure:13795: result: no >configure:13795: checking for sys/select.h >configure:13795: result: yes >configure:13795: checking for fcntl.h >configure:13795: result: no >configure:13795: checking for sys/time.h >configure:13795: result: yes >configure:13795: checking sys/unistd.h usability >configure:13795: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:250:24: error: sys/unistd.h: No such file or directory >configure:13795: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/unistd.h> >configure:13795: result: no >configure:13795: checking sys/unistd.h presence >configure:13795: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:217:24: error: sys/unistd.h: No such file or directory >configure:13795: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| /* end confdefs.h. */ >| #include <sys/unistd.h> >configure:13795: result: no >configure:13795: checking for sys/unistd.h >configure:13795: result: no >configure:13795: checking rpc/nettype.h usability >configure:13795: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:13795: $? = 0 >configure:13795: result: yes >configure:13795: checking rpc/nettype.h presence >configure:13795: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:13795: $? = 0 >configure:13795: result: yes >configure:13795: checking for rpc/nettype.h >configure:13795: result: yes >configure:13808: checking for unistd.h >configure:13808: result: no >configure:13808: checking for grp.h >configure:13808: result: yes >configure:13808: checking for sys/id.h >configure:13808: result: yes >configure:13808: checking for memory.h >configure:13808: result: yes >configure:13808: checking alloca.h usability >configure:13808: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:13808: $? = 0 >configure:13808: result: yes >configure:13808: checking alloca.h presence >configure:13808: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:13808: $? = 0 >configure:13808: result: yes >configure:13808: checking for alloca.h >configure:13808: result: yes >configure:13821: checking for limits.h >configure:13821: result: yes >configure:13821: checking float.h usability >configure:13821: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:13821: $? = 0 >configure:13821: result: yes >configure:13821: checking float.h presence >configure:13821: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:13821: $? = 0 >configure:13821: result: yes >configure:13821: checking for float.h >configure:13821: result: yes >configure:13821: checking libintl.h usability >configure:13821: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:13821: $? = 0 >configure:13821: result: yes >configure:13821: checking libintl.h presence >configure:13821: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:13821: $? = 0 >configure:13821: result: yes >configure:13821: checking for libintl.h >configure:13821: result: yes >configure:13834: checking rpc/rpc.h usability >configure:13834: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:13834: $? = 0 >configure:13834: result: yes >configure:13834: checking rpc/rpc.h presence >configure:13834: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:13834: $? = 0 >configure:13834: result: yes >configure:13834: checking for rpc/rpc.h >configure:13834: result: yes >configure:13834: checking rpcsvc/nis.h usability >configure:13834: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:259:24: error: rpcsvc/nis.h: No such file or directory >configure:13834: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <rpcsvc/nis.h> >configure:13834: result: no >configure:13834: checking rpcsvc/nis.h presence >configure:13834: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:226:24: error: rpcsvc/nis.h: No such file or directory >configure:13834: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_H 1 >| /* end confdefs.h. */ >| #include <rpcsvc/nis.h> >configure:13834: result: no >configure:13834: checking for rpcsvc/nis.h >configure:13834: result: no >configure:13834: checking rpcsvc/ypclnt.h usability >configure:13834: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:13834: $? = 0 >configure:13834: result: yes >configure:13834: checking rpcsvc/ypclnt.h presence >configure:13834: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:13834: $? = 0 >configure:13834: result: yes >configure:13834: checking for rpcsvc/ypclnt.h >configure:13834: result: yes >configure:13847: checking for sys/param.h >configure:13847: result: yes >configure:13847: checking for ctype.h >configure:13847: result: yes >configure:13847: checking for sys/wait.h >configure:13847: result: yes >configure:13847: checking for sys/resource.h >configure:13847: result: yes >configure:13847: checking for sys/ioctl.h >configure:13847: result: yes >configure:13847: checking for sys/ipc.h >configure:13847: result: yes >configure:13847: checking sys/prctl.h usability >configure:13847: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:266:23: error: sys/prctl.h: No such file or directory >configure:13847: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/prctl.h> >configure:13847: result: no >configure:13847: checking sys/prctl.h presence >configure:13847: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:233:23: error: sys/prctl.h: No such file or directory >configure:13847: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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 >| /* end confdefs.h. */ >| #include <sys/prctl.h> >configure:13847: result: no >configure:13847: checking for sys/prctl.h >configure:13847: result: no >configure:13847: checking sys/sysctl.h usability >configure:13847: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:266:24: error: sys/sysctl.h: No such file or directory >configure:13847: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/sysctl.h> >configure:13847: result: no >configure:13847: checking sys/sysctl.h presence >configure:13847: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:233:24: error: sys/sysctl.h: No such file or directory >configure:13847: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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 >| /* end confdefs.h. */ >| #include <sys/sysctl.h> >configure:13847: result: no >configure:13847: checking for sys/sysctl.h >configure:13847: result: no >configure:13860: checking for sys/mman.h >configure:13860: result: yes >configure:13860: checking for sys/filio.h >configure:13860: result: no >configure:13860: checking for sys/priv.h >configure:13860: result: yes >configure:13860: checking for sys/shm.h >configure:13860: result: no >configure:13860: checking for string.h >configure:13860: result: yes >configure:13860: checking for strings.h >configure:13860: result: yes >configure:13860: checking for stdlib.h >configure:13860: result: yes >configure:13873: checking for sys/mount.h >configure:13873: result: no >configure:13873: checking sys/vfs.h usability >configure:13873: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >In file included from /usr/include/sys/cred.h:49, > from /usr/include/sys/vfs.h:29, > from conftest.c:271: >/usr/include/sys/secattr.h:50: error: parse error before 'rid_t' >/usr/include/sys/secattr.h:65: error: parse error before '}' token >/usr/include/sys/secattr.h:70: error: parse error before 'authnum_t' >/usr/include/sys/secattr.h:76: error: parse error before 'aroles' >/usr/include/sys/secattr.h:77: error: parse error before '}' token >/usr/include/sys/secattr.h:121: error: field 'sc_attr' has incomplete type >In file included from /usr/include/sys/vfs.h:29, > from conftest.c:271: >/usr/include/sys/cred.h:335: error: parse error before 'rid_t' >/usr/include/sys/cred.h:350: error: parse error before '}' token >In file included from /usr/include/sys/ptrace.h:28, > from /usr/include/sys/proc.h:42, > from /usr/include/sys/aacct.h:22, > from /usr/include/sys/vfs.h:30, > from conftest.c:271: >/usr/include/sys/thread.h:934: error: parse error before 'cred_ext_t' >/usr/include/sys/thread.h:935: error: conflicting types for 'reserved' >/usr/include/sys/secattr.h:62: error: previous declaration of 'reserved' was here >/usr/include/sys/thread.h:936: error: parse error before '}' token >In file included from /usr/include/sys/vfs.h:31, > from conftest.c:271: >/usr/include/sys/ras.h:393: error: parse error before 'eye_catch8b_t' >/usr/include/sys/ras.h:397: error: parse error before '}' token >/usr/include/sys/ras.h:812: error: parse error before 'eye_catch4b_t' >/usr/include/sys/ras.h:818: error: parse error before '}' token >/usr/include/sys/ras.h:825: error: parse error before '*' token >In file included from conftest.c:271: >/usr/include/sys/vfs.h:178: error: parse error before 'eye_catch8b_t' >/usr/include/sys/vfs.h:187: error: parse error before '}' token >/usr/include/sys/vfs.h:208: error: parse error before 'fs_ahafsInfo_t' >configure:13873: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/vfs.h> >configure:13873: result: no >configure:13873: checking sys/vfs.h presence >configure:13873: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:13873: $? = 0 >configure:13873: result: yes >configure:13873: WARNING: sys/vfs.h: present but cannot be compiled >configure:13873: WARNING: sys/vfs.h: check for missing prerequisite headers? >configure:13873: WARNING: sys/vfs.h: see the Autoconf documentation >configure:13873: WARNING: sys/vfs.h: section "Present But Cannot Be Compiled" >configure:13873: WARNING: sys/vfs.h: proceeding with the compiler's result >configure:13873: checking for sys/vfs.h >configure:13873: result: no >configure:13873: checking for sys/fs/s5param.h >configure:13873: result: no >configure:13873: checking for sys/filsys.h >configure:13873: result: yes >configure:13873: checking for termios.h >configure:13873: result: yes >configure:13873: checking for termio.h >configure:13873: result: yes >configure:13886: checking for sys/termio.h >configure:13886: result: yes >configure:13886: checking sys/statfs.h usability >configure:13886: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:13886: $? = 0 >configure:13886: result: yes >configure:13886: checking sys/statfs.h presence >configure:13886: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:13886: $? = 0 >configure:13886: result: yes >configure:13886: checking for sys/statfs.h >configure:13886: result: yes >configure:13886: checking sys/dustat.h usability >configure:13886: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:276:24: error: sys/dustat.h: No such file or directory >configure:13886: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/dustat.h> >configure:13886: result: no >configure:13886: checking sys/dustat.h presence >configure:13886: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:243:24: error: sys/dustat.h: No such file or directory >configure:13886: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| /* end confdefs.h. */ >| #include <sys/dustat.h> >configure:13886: result: no >configure:13886: checking for sys/dustat.h >configure:13886: result: no >configure:13886: checking sys/statvfs.h usability >configure:13886: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:13886: $? = 0 >configure:13886: result: yes >configure:13886: checking sys/statvfs.h presence >configure:13886: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:13886: $? = 0 >configure:13886: result: yes >configure:13886: checking for sys/statvfs.h >configure:13886: result: yes >configure:13886: checking for stdarg.h >configure:13886: result: yes >configure:13898: checking sys/sysmacros.h usability >configure:13898: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:13898: $? = 0 >configure:13898: result: yes >configure:13898: checking sys/sysmacros.h presence >configure:13898: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >configure:13898: $? = 0 >configure:13898: result: yes >configure:13898: checking for sys/sysmacros.h >configure:13898: result: yes >configure:13911: checking for sys/syslog.h >configure:13911: result: yes >configure:13911: checking for syslog.h >configure:13911: result: yes >configure:13924: checking for langinfo.h >configure:13924: result: yes >configure:13924: checking for locale.h >configure:13924: result: yes >configure:13936: checking xfs/libxfs.h usability >configure:13936: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:283:24: error: xfs/libxfs.h: No such file or directory >configure:13936: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LOCALE_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <xfs/libxfs.h> >configure:13936: result: no >configure:13936: checking xfs/libxfs.h presence >configure:13936: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:250:24: error: xfs/libxfs.h: No such file or directory >configure:13936: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LOCALE_H 1 >| /* end confdefs.h. */ >| #include <xfs/libxfs.h> >configure:13936: result: no >configure:13936: checking for xfs/libxfs.h >configure:13936: result: no >configure:13948: checking netgroup.h usability >configure:13948: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:283:22: error: netgroup.h: No such file or directory >configure:13948: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LOCALE_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <netgroup.h> >configure:13948: result: no >configure:13948: checking netgroup.h presence >configure:13948: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:250:22: error: netgroup.h: No such file or directory >configure:13948: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LOCALE_H 1 >| /* end confdefs.h. */ >| #include <netgroup.h> >configure:13948: result: no >configure:13948: checking for netgroup.h >configure:13948: result: no >configure:13960: checking linux/falloc.h usability >configure:13960: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:283:26: error: linux/falloc.h: No such file or directory >configure:13960: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LOCALE_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <linux/falloc.h> >configure:13960: result: no >configure:13960: checking linux/falloc.h presence >configure:13960: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:250:26: error: linux/falloc.h: No such file or directory >configure:13960: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LOCALE_H 1 >| /* end confdefs.h. */ >| #include <linux/falloc.h> >configure:13960: result: no >configure:13960: checking for linux/falloc.h >configure:13960: result: no >configure:13973: checking md5.h usability >configure:13973: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:283:17: error: md5.h: No such file or directory >configure:13973: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LOCALE_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <md5.h> >configure:13973: result: no >configure:13973: checking md5.h presence >configure:13973: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:250:17: error: md5.h: No such file or directory >configure:13973: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LOCALE_H 1 >| /* end confdefs.h. */ >| #include <md5.h> >configure:13973: result: no >configure:13973: checking for md5.h >configure:13973: result: no >configure:14137: checking for rpcsvc/yp_prot.h >configure:14137: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >configure:14137: $? = 0 >configure:14137: result: yes >configure:14156: checking for sys/mode.h >configure:14156: result: yes >configure:14172: checking CoreFoundation/CFStringEncodingConverter.h usability >configure:14172: gcc -c -O -Iinclude -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:285:54: error: CoreFoundation/CFStringEncodingConverter.h: No such file or directory >configure:14172: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_RPCSVC_YP_PROT_H 1 >| #define HAVE_SYS_MODE_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <CoreFoundation/CFStringEncodingConverter.h> >configure:14172: result: no >configure:14172: checking CoreFoundation/CFStringEncodingConverter.h presence >configure:14172: gcc -E -Iinclude -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:252:54: error: CoreFoundation/CFStringEncodingConverter.h: No such file or directory >configure:14172: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_RPCSVC_YP_PROT_H 1 >| #define HAVE_SYS_MODE_H 1 >| /* end confdefs.h. */ >| #include <CoreFoundation/CFStringEncodingConverter.h> >configure:14172: result: no >configure:14172: checking for CoreFoundation/CFStringEncodingConverter.h >configure:14172: result: no >configure:14181: checking CFStringEncodingConverter.h usability >configure:14181: gcc -c -O -Iinclude -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:285:39: error: CFStringEncodingConverter.h: No such file or directory >configure:14181: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_RPCSVC_YP_PROT_H 1 >| #define HAVE_SYS_MODE_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <CFStringEncodingConverter.h> >configure:14181: result: no >configure:14181: checking CFStringEncodingConverter.h presence >configure:14181: gcc -E -Iinclude -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:252:39: error: CFStringEncodingConverter.h: No such file or directory >configure:14181: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_RPCSVC_YP_PROT_H 1 >| #define HAVE_SYS_MODE_H 1 >| /* end confdefs.h. */ >| #include <CFStringEncodingConverter.h> >configure:14181: result: no >configure:14181: checking for CFStringEncodingConverter.h >configure:14181: result: no >configure:14202: checking valgrind.h usability >configure:14202: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:285:22: error: valgrind.h: No such file or directory >configure:14202: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_RPCSVC_YP_PROT_H 1 >| #define HAVE_SYS_MODE_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <valgrind.h> >configure:14202: result: no >configure:14202: checking valgrind.h presence >configure:14202: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:252:22: error: valgrind.h: No such file or directory >configure:14202: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_RPCSVC_YP_PROT_H 1 >| #define HAVE_SYS_MODE_H 1 >| /* end confdefs.h. */ >| #include <valgrind.h> >configure:14202: result: no >configure:14202: checking for valgrind.h >configure:14202: result: no >configure:14202: checking valgrind/valgrind.h usability >configure:14202: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:285:31: error: valgrind/valgrind.h: No such file or directory >configure:14202: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_RPCSVC_YP_PROT_H 1 >| #define HAVE_SYS_MODE_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <valgrind/valgrind.h> >configure:14202: result: no >configure:14202: checking valgrind/valgrind.h presence >configure:14202: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:252:31: error: valgrind/valgrind.h: No such file or directory >configure:14202: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_RPCSVC_YP_PROT_H 1 >| #define HAVE_SYS_MODE_H 1 >| /* end confdefs.h. */ >| #include <valgrind/valgrind.h> >configure:14202: result: no >configure:14202: checking for valgrind/valgrind.h >configure:14202: result: no >configure:14202: checking valgrind/memcheck.h usability >configure:14202: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:285:31: error: valgrind/memcheck.h: No such file or directory >configure:14202: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_RPCSVC_YP_PROT_H 1 >| #define HAVE_SYS_MODE_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <valgrind/memcheck.h> >configure:14202: result: no >configure:14202: checking valgrind/memcheck.h presence >configure:14202: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:252:31: error: valgrind/memcheck.h: No such file or directory >configure:14202: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_RPCSVC_YP_PROT_H 1 >| #define HAVE_SYS_MODE_H 1 >| /* end confdefs.h. */ >| #include <valgrind/memcheck.h> >configure:14202: result: no >configure:14202: checking for valgrind/memcheck.h >configure:14202: result: no >configure:14254: checking for shadow.h >configure:14254: result: no >configure:14267: checking nss.h usability >configure:14267: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:285:17: error: nss.h: No such file or directory >configure:14267: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_RPCSVC_YP_PROT_H 1 >| #define HAVE_SYS_MODE_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <nss.h> >configure:14267: result: no >configure:14267: checking nss.h presence >configure:14267: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:252:17: error: nss.h: No such file or directory >configure:14267: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_RPCSVC_YP_PROT_H 1 >| #define HAVE_SYS_MODE_H 1 >| /* end confdefs.h. */ >| #include <nss.h> >configure:14267: result: no >configure:14267: checking for nss.h >configure:14267: result: no >configure:14267: checking nss_common.h usability >configure:14267: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:285:24: error: nss_common.h: No such file or directory >configure:14267: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_RPCSVC_YP_PROT_H 1 >| #define HAVE_SYS_MODE_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <nss_common.h> >configure:14267: result: no >configure:14267: checking nss_common.h presence >configure:14267: gcc -E -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >conftest.c:252:24: error: nss_common.h: No such file or directory >configure:14267: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_RPCSVC_YP_PROT_H 1 >| #define HAVE_SYS_MODE_H 1 >| /* end confdefs.h. */ >| #include <nss_common.h> >configure:14267: result: no >configure:14267: checking for nss_common.h >configure:14267: result: no >configure:14267: checking nsswitch.h usability >configure:14267: gcc -c -O -Iinclude -I./include -I. -I. -I./../lib/replace -I./../lib/tevent -I./librpc -I./.. -I./../lib/popt conftest.c >&5 >conftest.c:285:22: error: nsswitch.h: No such file or directory >configure:14267: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "Samba" >| #define PACKAGE_TARNAME "samba" >| #define PACKAGE_VERSION "3" >| #define PACKAGE_STRING "Samba 3" >| #define PACKAGE_BUGREPORT "samba-technical@samba.org" >| #define PACKAGE_URL "" >| #define CONFIG_H_IS_FROM_SAMBA 1 >| #define STDC_HEADERS 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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #ifndef _XOPEN_SOURCE_EXTENDED >| #define _XOPEN_SOURCE_EXTENDED 1 >| #endif >| #define _LARGE_FILES 1 >| #define BROKEN_STRNDUP 1 >| #define BROKEN_STRNLEN 1 >| #define HAVE_STANDARDS_H 1 >| #define HAVE_LONG_LONG 1 >| #define SIZEOF_INT 4 >| #define SIZEOF_CHAR 1 >| #define SIZEOF_SHORT 2 >| #define SIZEOF_LONG 4 >| #define SIZEOF_LONG_LONG 8 >| #define SIZEOF_OFF_T 8 >| #define SIZEOF_SIZE_T 4 >| #define SIZEOF_SSIZE_T 4 >| #define HAVE_INTPTR_T 1 >| #define HAVE_UINTPTR_T 1 >| #define HAVE_PTRDIFF_T 1 >| #define HAVE_IMMEDIATE_STRUCTURES 1 >| #define HAVE_STRUCT_STAT_ST_RDEV 1 >| #define HAVE_ST_RDEV 1 >| #define loff_t off_t >| #define HAVE_PIPE 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_RANDOM 1 >| #define HAVE_SRAND 1 >| #define HAVE_RAND 1 >| #define HAVE_USLEEP 1 >| #define HAVE_SETBUFFER 1 >| #define HAVE_LSTAT 1 >| #define HAVE_GETPGRP 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SETJMP_H 1 >| #define HAVE_UTIME_H 1 >| #define HAVE_BOOL 1 >| #define HAVE__Bool 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_STROPTS_H 1 >| #define HAVE_SETEUID 1 >| #define HAVE_SETEGID 1 >| #define HAVE_CHROOT 1 >| #define HAVE_BZERO 1 >| #define HAVE_STRERROR 1 >| #define HAVE_STRERROR_R 1 >| #define HAVE_SETLINEBUF 1 >| #define HAVE_MKTIME 1 >| #define HAVE_FTRUNCATE 1 >| #define HAVE_RENAME 1 >| #define HAVE_WAITPID 1 >| #define HAVE_WAIT4 1 >| #define HAVE_INITGROUPS 1 >| #define HAVE_MEMMOVE 1 >| #define HAVE_STRDUP 1 >| #define HAVE_PREAD 1 >| #define HAVE_PWRITE 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRTOK_R 1 >| #define HAVE_MKDTEMP 1 >| #define HAVE_DUP2 1 >| #define HAVE_DPRINTF 1 >| #define HAVE_ISATTY 1 >| #define HAVE_CHOWN 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LINK 1 >| #define HAVE_READLINK 1 >| #define HAVE_SYMLINK 1 >| #define HAVE_REALPATH 1 >| #define HAVE_FDATASYNC 1 >| #define HAVE_CLOCK_GETTIME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_ERRNO_DECL 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_DECL_SNPRINTF 1 >| #define HAVE_DECL_VSNPRINTF 1 >| #define HAVE_DECL_ASPRINTF 0 >| #define HAVE_DECL_VASPRINTF 0 >| #define HAVE_SNPRINTF 1 >| #define HAVE_VSNPRINTF 1 >| #define HAVE_VA_COPY 1 >| #define HAVE_FUNCTION_MACRO 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_SETENV_DECL 1 >| #define HAVE_SETENV 1 >| #define HAVE_UNSETENV 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_STRTOLL 1 >| #define HAVE_MEMMEM 1 >| #define HAVE__VA_ARGS__MACRO 1 >| #define HAVE_SIG_ATOMIC_T_TYPE 1 >| #define HAVE_VOLATILE 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_MODE_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_SYS_ACL_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_POLL 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_UTIME_H 1 >| #define TIME_WITH_SYS_TIME 1 >| #define HAVE_UTIME 1 >| #define HAVE_UTIMES 1 >| #define HAVE_SYS_WAIT_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_SYS_PRIV_H 1 >| #define HAVE_PWD_H 1 >| #define HAVE_GETPWNAM_R 1 >| #define HAVE_GETPWUID_R 1 >| #define HAVE_GETPWENT_R 1 >| #define HAVE_GETGRNAM_R 1 >| #define HAVE_GETGRGID_R 1 >| #define HAVE_GETGRENT_R 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_FNMATCH_H 1 >| #define HAVE_SYS_IPC_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_DLOPEN 1 >| #define HAVE_DLSYM 1 >| #define HAVE_DLERROR 1 >| #define HAVE_DLCLOSE 1 >| #define HAVE_MKDIR_MODE 1 >| #define HAVE_GETDIRENTRIES 1 >| #define HAVE_CRYPT_H 1 >| #define HAVE_CRYPT 1 >| #define HAVE_CLOCK_MONOTONIC 1 >| #define HAVE_CLOCK_PROCESS_CPUTIME_ID 1 >| #define HAVE_CLOCK_REALTIME 1 >| #define HAVE_STRUCT_TIMESPEC 1 >| #define HAVE_PRINTF 1 >| #define HAVE_MEMSET 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_SYSLOG 1 >| #define LIBREPLACE_NETWORK_CHECKS 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETINET_IN_SYSTM_H 1 >| #define HAVE_NETINET_IP_H 1 >| #define HAVE_NETINET_TCP_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_UIO_H 1 >| #define HAVE_SOCKLEN_T 1 >| #define HAVE_SA_FAMILY_T 1 >| #define HAVE_STRUCT_ADDRINFO 1 >| #define HAVE_STRUCT_SOCKADDR 1 >| #define HAVE_STRUCT_SOCKADDR_STORAGE 1 >| #define HAVE_STRUCT_SOCKADDR_IN6 1 >| #define HAVE_SS_FAMILY 1 >| #define HAVE_SOCK_SIN_LEN 1 >| #define HAVE_UNIXSOCKET 1 >| #define HAVE_CONNECT 1 >| #define HAVE_GETHOSTBYNAME 1 >| #define HAVE_IF_NAMETOINDEX 1 >| #define HAVE_SOCKETPAIR 1 >| #define HAVE_INET_NTOA 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_INET_NTOP 1 >| #define HAVE_INET_PTON 1 >| #define HAVE_GETADDRINFO 1 >| #define HAVE_GETNAMEINFO 1 >| #define HAVE_FREEADDRINFO 1 >| #define HAVE_GAI_STRERROR 1 >| #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 >| #define HAVE_SOCKADDR_SA_LEN 1 >| #define HAVE_IPV6 1 >| #define HAVE_AIO_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_RPC_NETTYPE_H 1 >| #define HAVE_GRP_H 1 >| #define HAVE_SYS_ID_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_LIBINTL_H 1 >| #define HAVE_RPC_RPC_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_PRIV_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_FILSYS_H 1 >| #define HAVE_TERMIOS_H 1 >| #define HAVE_TERMIO_H 1 >| #define HAVE_SYS_TERMIO_H 1 >| #define HAVE_SYS_STATFS_H 1 >| #define HAVE_SYS_STATVFS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_SYSMACROS_H 1 >| #define HAVE_SYS_SYSLOG_H 1 >| #define HAVE_SYSLOG_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_RPCSVC_YP_PROT_H 1 >| #define HAVE_SYS_MODE_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # in