Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- This file contains any messages produced by compilers while
- running configure, to aid debugging if configure makes a mistake.
- It was created by vpopmail configure 5.4.32, which was
- generated by GNU Autoconf 2.65. Invocation command line was
- $ ./configure --enable-logging=v
- ## --------- ##
- ## Platform. ##
- ## --------- ##
- hostname = xxxx.domain.com
- uname -m = x86_64
- uname -r = 2.6.18-194.26.1.el5
- uname -s = Linux
- uname -v = #1 SMP Tue Nov 9 12:54:20 EST 2010
- /usr/bin/uname -p = unknown
- /bin/uname -X = unknown
- /bin/arch = x86_64
- /usr/bin/arch -k = unknown
- /usr/convex/getsysinfo = unknown
- /usr/bin/hostinfo = unknown
- /bin/machine = unknown
- /usr/bin/oslevel = unknown
- /bin/universe = unknown
- PATH: /usr/kerberos/sbin
- PATH: /usr/kerberos/bin
- PATH: /usr/local/sbin
- PATH: /usr/local/bin
- PATH: /sbin
- PATH: /bin
- PATH: /usr/sbin
- PATH: /usr/bin
- PATH: /root/bin
- ## ----------- ##
- ## Core tests. ##
- ## ----------- ##
- configure:2311: checking for a BSD-compatible install
- configure:2379: result: /usr/bin/install -c
- configure:2390: checking whether build environment is sane
- configure:2440: result: yes
- configure:2581: checking for a thread-safe mkdir -p
- configure:2620: result: /bin/mkdir -p
- configure:2633: checking for gawk
- configure:2649: found /bin/gawk
- configure:2660: result: gawk
- configure:2671: checking whether make sets $(MAKE)
- configure:2693: result: yes
- configure:2778: checking build system type
- configure:2792: result: x86_64-unknown-linux-gnu
- configure:2812: checking host system type
- configure:2825: result: x86_64-unknown-linux-gnu
- configure:2872: checking for gawk
- configure:2899: result: gawk
- configure:2958: checking for gcc
- configure:2974: found /usr/bin/gcc
- configure:2985: result: gcc
- configure:3214: checking for C compiler version
- configure:3223: gcc --version >&5
- gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48)
- Copyright (C) 2006 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:3234: $? = 0
- configure:3223: gcc -v >&5
- Using built-in specs.
- Target: x86_64-redhat-linux
- Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
- Thread model: posix
- gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)
- configure:3234: $? = 0
- configure:3223: gcc -V >&5
- gcc: '-V' option must have argument
- configure:3234: $? = 1
- configure:3223: gcc -qversion >&5
- gcc: unrecognized option '-qversion'
- gcc: no input files
- configure:3234: $? = 1
- configure:3254: checking whether the C compiler works
- configure:3276: gcc conftest.c >&5
- configure:3280: $? = 0
- configure:3329: result: yes
- configure:3332: checking for C compiler default output file name
- configure:3334: result: a.out
- configure:3340: checking for suffix of executables
- configure:3347: gcc -o conftest conftest.c >&5
- configure:3351: $? = 0
- configure:3373: result:
- configure:3395: checking whether we are cross compiling
- configure:3403: gcc -o conftest conftest.c >&5
- configure:3407: $? = 0
- configure:3414: ./conftest
- configure:3418: $? = 0
- configure:3433: result: no
- configure:3438: checking for suffix of object files
- configure:3460: gcc -c conftest.c >&5
- configure:3464: $? = 0
- configure:3485: result: o
- configure:3489: checking whether we are using the GNU C compiler
- configure:3508: gcc -c conftest.c >&5
- configure:3508: $? = 0
- configure:3517: result: yes
- configure:3526: checking whether gcc accepts -g
- configure:3546: gcc -c -g conftest.c >&5
- configure:3546: $? = 0
- configure:3587: result: yes
- configure:3604: checking for gcc option to accept ISO C89
- configure:3668: gcc -c conftest.c >&5
- configure:3668: $? = 0
- configure:3681: result: none needed
- configure:3712: checking for style of include used by make
- configure:3740: result: GNU
- configure:3765: checking dependency style of gcc
- configure:3875: result: none
- configure:3934: checking for ranlib
- configure:3950: found /usr/bin/ranlib
- configure:3961: result: ranlib
- configure:3986: checking for library containing strerror
- configure:4017: gcc -o conftest conftest.c >&5
- configure:4017: $? = 0
- configure:4034: result: none required
- configure:4045: checking for crypt in -lcrypt
- configure:4070: gcc -o conftest conftest.c -lcrypt >&5
- configure:4070: $? = 0
- configure:4079: result: yes
- configure:4098: checking for dirent.h that defines DIR
- configure:4117: gcc -c conftest.c >&5
- configure:4117: $? = 0
- configure:4125: result: yes
- configure:4139: checking for library containing opendir
- configure:4170: gcc -o conftest conftest.c -lcrypt >&5
- configure:4170: $? = 0
- configure:4187: result: none required
- configure:4259: checking how to run the C preprocessor
- configure:4290: gcc -E conftest.c
- configure:4290: $? = 0
- configure:4304: gcc -E conftest.c
- conftest.c:13:28: error: ac_nonexistent.h: No such file or directory
- configure:4304: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "vpopmail"
- | #define PACKAGE_TARNAME "vpopmail"
- | #define PACKAGE_VERSION "5.4.32"
- | #define PACKAGE_STRING "vpopmail 5.4.32"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "vpopmail"
- | #define VERSION "5.4.32"
- | #define HAVE_LIBCRYPT 1
- | #define HAVE_DIRENT_H 1
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:4329: result: gcc -E
- configure:4349: gcc -E conftest.c
- configure:4349: $? = 0
- configure:4363: gcc -E conftest.c
- conftest.c:13:28: error: ac_nonexistent.h: No such file or directory
- configure:4363: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "vpopmail"
- | #define PACKAGE_TARNAME "vpopmail"
- | #define PACKAGE_VERSION "5.4.32"
- | #define PACKAGE_STRING "vpopmail 5.4.32"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "vpopmail"
- | #define VERSION "5.4.32"
- | #define HAVE_LIBCRYPT 1
- | #define HAVE_DIRENT_H 1
- | /* end confdefs.h. */
- | #include <ac_nonexistent.h>
- configure:4392: checking for grep that handles long lines and -e
- configure:4450: result: /bin/grep
- configure:4455: checking for egrep
- configure:4517: result: /bin/grep -E
- configure:4522: checking for ANSI C header files
- configure:4542: gcc -c conftest.c >&5
- configure:4542: $? = 0
- configure:4615: gcc -o conftest conftest.c -lcrypt >&5
- configure:4615: $? = 0
- configure:4615: ./conftest
- configure:4615: $? = 0
- configure:4626: result: yes
- configure:4634: checking for sys/wait.h that is POSIX.1 compatible
- configure:4660: gcc -c conftest.c >&5
- configure:4660: $? = 0
- configure:4667: result: yes
- configure:4680: checking for sys/types.h
- configure:4680: gcc -c conftest.c >&5
- configure:4680: $? = 0
- configure:4680: result: yes
- configure:4680: checking for sys/stat.h
- configure:4680: gcc -c conftest.c >&5
- configure:4680: $? = 0
- configure:4680: result: yes
- configure:4680: checking for stdlib.h
- configure:4680: gcc -c conftest.c >&5
- configure:4680: $? = 0
- configure:4680: result: yes
- configure:4680: checking for string.h
- configure:4680: gcc -c conftest.c >&5
- configure:4680: $? = 0
- configure:4680: result: yes
- configure:4680: checking for memory.h
- configure:4680: gcc -c conftest.c >&5
- configure:4680: $? = 0
- configure:4680: result: yes
- configure:4680: checking for strings.h
- configure:4680: gcc -c conftest.c >&5
- configure:4680: $? = 0
- configure:4680: result: yes
- configure:4680: checking for inttypes.h
- configure:4680: gcc -c conftest.c >&5
- configure:4680: $? = 0
- configure:4680: result: yes
- configure:4680: checking for stdint.h
- configure:4680: gcc -c conftest.c >&5
- configure:4680: $? = 0
- configure:4680: result: yes
- configure:4680: checking for unistd.h
- configure:4680: gcc -c conftest.c >&5
- configure:4680: $? = 0
- configure:4680: result: yes
- configure:4696: checking for inttypes.h
- configure:4696: result: yes
- configure:4696: checking arpa/inet.h usability
- configure:4696: gcc -c conftest.c >&5
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking arpa/inet.h presence
- configure:4696: gcc -E conftest.c
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking for arpa/inet.h
- configure:4696: result: yes
- configure:4696: checking endian.h usability
- configure:4696: gcc -c conftest.c >&5
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking endian.h presence
- configure:4696: gcc -E conftest.c
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking for endian.h
- configure:4696: result: yes
- configure:4696: checking byteswap.h usability
- configure:4696: gcc -c conftest.c >&5
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking byteswap.h presence
- configure:4696: gcc -E conftest.c
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking for byteswap.h
- configure:4696: result: yes
- configure:4696: checking fcntl.h usability
- configure:4696: gcc -c conftest.c >&5
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking fcntl.h presence
- configure:4696: gcc -E conftest.c
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking for fcntl.h
- configure:4696: result: yes
- configure:4696: checking for memory.h
- configure:4696: result: yes
- configure:4696: checking sys/endian.h usability
- configure:4696: gcc -c conftest.c >&5
- conftest.c:63:24: error: sys/endian.h: No such file or directory
- configure:4696: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "vpopmail"
- | #define PACKAGE_TARNAME "vpopmail"
- | #define PACKAGE_VERSION "5.4.32"
- | #define PACKAGE_STRING "vpopmail 5.4.32"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "vpopmail"
- | #define VERSION "5.4.32"
- | #define HAVE_LIBCRYPT 1
- | #define HAVE_DIRENT_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_WAIT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_ARPA_INET_H 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_BYTESWAP_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_MEMORY_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/endian.h>
- configure:4696: result: no
- configure:4696: checking sys/endian.h presence
- configure:4696: gcc -E conftest.c
- conftest.c:30:24: error: sys/endian.h: No such file or directory
- configure:4696: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "vpopmail"
- | #define PACKAGE_TARNAME "vpopmail"
- | #define PACKAGE_VERSION "5.4.32"
- | #define PACKAGE_STRING "vpopmail 5.4.32"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "vpopmail"
- | #define VERSION "5.4.32"
- | #define HAVE_LIBCRYPT 1
- | #define HAVE_DIRENT_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_WAIT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_ARPA_INET_H 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_BYTESWAP_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_MEMORY_H 1
- | /* end confdefs.h. */
- | #include <sys/endian.h>
- configure:4696: result: no
- configure:4696: checking for sys/endian.h
- configure:4696: result: no
- configure:4696: checking machine/endian.h usability
- configure:4696: gcc -c conftest.c >&5
- conftest.c:63:28: error: machine/endian.h: No such file or directory
- configure:4696: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "vpopmail"
- | #define PACKAGE_TARNAME "vpopmail"
- | #define PACKAGE_VERSION "5.4.32"
- | #define PACKAGE_STRING "vpopmail 5.4.32"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "vpopmail"
- | #define VERSION "5.4.32"
- | #define HAVE_LIBCRYPT 1
- | #define HAVE_DIRENT_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_WAIT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_ARPA_INET_H 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_BYTESWAP_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_MEMORY_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 <machine/endian.h>
- configure:4696: result: no
- configure:4696: checking machine/endian.h presence
- configure:4696: gcc -E conftest.c
- conftest.c:30:28: error: machine/endian.h: No such file or directory
- configure:4696: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "vpopmail"
- | #define PACKAGE_TARNAME "vpopmail"
- | #define PACKAGE_VERSION "5.4.32"
- | #define PACKAGE_STRING "vpopmail 5.4.32"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "vpopmail"
- | #define VERSION "5.4.32"
- | #define HAVE_LIBCRYPT 1
- | #define HAVE_DIRENT_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_WAIT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_ARPA_INET_H 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_BYTESWAP_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_MEMORY_H 1
- | /* end confdefs.h. */
- | #include <machine/endian.h>
- configure:4696: result: no
- configure:4696: checking for machine/endian.h
- configure:4696: result: no
- configure:4696: checking netinet/in.h usability
- configure:4696: gcc -c conftest.c >&5
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking netinet/in.h presence
- configure:4696: gcc -E conftest.c
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking for netinet/in.h
- configure:4696: result: yes
- configure:4696: checking shadow.h usability
- configure:4696: gcc -c conftest.c >&5
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking shadow.h presence
- configure:4696: gcc -E conftest.c
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking for shadow.h
- configure:4696: result: yes
- configure:4696: checking for stdlib.h
- configure:4696: result: yes
- configure:4696: checking for string.h
- configure:4696: result: yes
- configure:4696: checking sys/file.h usability
- configure:4696: gcc -c conftest.c >&5
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking sys/file.h presence
- configure:4696: gcc -E conftest.c
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking for sys/file.h
- configure:4696: result: yes
- configure:4696: checking sys/param.h usability
- configure:4696: gcc -c conftest.c >&5
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking sys/param.h presence
- configure:4696: gcc -E conftest.c
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking for sys/param.h
- configure:4696: result: yes
- configure:4696: checking sys/socket.h usability
- configure:4696: gcc -c conftest.c >&5
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking sys/socket.h presence
- configure:4696: gcc -E conftest.c
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking for sys/socket.h
- configure:4696: result: yes
- configure:4696: checking sys/time.h usability
- configure:4696: gcc -c conftest.c >&5
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking sys/time.h presence
- configure:4696: gcc -E conftest.c
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking for sys/time.h
- configure:4696: result: yes
- configure:4696: checking syslog.h usability
- configure:4696: gcc -c conftest.c >&5
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking syslog.h presence
- configure:4696: gcc -E conftest.c
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking for syslog.h
- configure:4696: result: yes
- configure:4696: checking for unistd.h
- configure:4696: result: yes
- configure:4696: checking utime.h usability
- configure:4696: gcc -c conftest.c >&5
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking utime.h presence
- configure:4696: gcc -E conftest.c
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking for utime.h
- configure:4696: result: yes
- configure:4696: checking crypt.h usability
- configure:4696: gcc -c conftest.c >&5
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking crypt.h presence
- configure:4696: gcc -E conftest.c
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking for crypt.h
- configure:4696: result: yes
- configure:4696: checking err.h usability
- configure:4696: gcc -c conftest.c >&5
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking err.h presence
- configure:4696: gcc -E conftest.c
- configure:4696: $? = 0
- configure:4696: result: yes
- configure:4696: checking for err.h
- configure:4696: result: yes
- configure:4711: checking for an ANSI C-conforming const
- configure:4776: gcc -c conftest.c >&5
- configure:4776: $? = 0
- configure:4783: result: yes
- configure:4791: checking for uid_t in sys/types.h
- configure:4810: result: yes
- configure:4821: checking for inline
- configure:4837: gcc -c conftest.c >&5
- configure:4837: $? = 0
- configure:4845: result: inline
- configure:4863: checking for mode_t
- configure:4863: gcc -c conftest.c >&5
- configure:4863: $? = 0
- configure:4863: gcc -c conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:79: error: expected expression before ')' token
- configure:4863: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "vpopmail"
- | #define PACKAGE_TARNAME "vpopmail"
- | #define PACKAGE_VERSION "5.4.32"
- | #define PACKAGE_STRING "vpopmail 5.4.32"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "vpopmail"
- | #define VERSION "5.4.32"
- | #define HAVE_LIBCRYPT 1
- | #define HAVE_DIRENT_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_WAIT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_ARPA_INET_H 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_BYTESWAP_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_NETINET_IN_H 1
- | #define HAVE_SHADOW_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_FILE_H 1
- | #define HAVE_SYS_PARAM_H 1
- | #define HAVE_SYS_SOCKET_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_SYSLOG_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_UTIME_H 1
- | #define HAVE_CRYPT_H 1
- | #define HAVE_ERR_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 ((mode_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:4863: result: yes
- configure:4874: checking for off_t
- configure:4874: gcc -c conftest.c >&5
- configure:4874: $? = 0
- configure:4874: gcc -c conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:79: error: expected expression before ')' token
- configure:4874: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "vpopmail"
- | #define PACKAGE_TARNAME "vpopmail"
- | #define PACKAGE_VERSION "5.4.32"
- | #define PACKAGE_STRING "vpopmail 5.4.32"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "vpopmail"
- | #define VERSION "5.4.32"
- | #define HAVE_LIBCRYPT 1
- | #define HAVE_DIRENT_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_WAIT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_ARPA_INET_H 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_BYTESWAP_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_NETINET_IN_H 1
- | #define HAVE_SHADOW_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_FILE_H 1
- | #define HAVE_SYS_PARAM_H 1
- | #define HAVE_SYS_SOCKET_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_SYSLOG_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_UTIME_H 1
- | #define HAVE_CRYPT_H 1
- | #define HAVE_ERR_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 ((off_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:4874: result: yes
- configure:4885: checking for pid_t
- configure:4885: gcc -c conftest.c >&5
- configure:4885: $? = 0
- configure:4885: gcc -c conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:79: error: expected expression before ')' token
- configure:4885: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "vpopmail"
- | #define PACKAGE_TARNAME "vpopmail"
- | #define PACKAGE_VERSION "5.4.32"
- | #define PACKAGE_STRING "vpopmail 5.4.32"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "vpopmail"
- | #define VERSION "5.4.32"
- | #define HAVE_LIBCRYPT 1
- | #define HAVE_DIRENT_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_WAIT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_ARPA_INET_H 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_BYTESWAP_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_NETINET_IN_H 1
- | #define HAVE_SHADOW_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_FILE_H 1
- | #define HAVE_SYS_PARAM_H 1
- | #define HAVE_SYS_SOCKET_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_SYSLOG_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_UTIME_H 1
- | #define HAVE_CRYPT_H 1
- | #define HAVE_ERR_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 ((pid_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:4885: result: yes
- configure:4896: checking for size_t
- configure:4896: gcc -c conftest.c >&5
- configure:4896: $? = 0
- configure:4896: gcc -c conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:79: error: expected expression before ')' token
- configure:4896: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "vpopmail"
- | #define PACKAGE_TARNAME "vpopmail"
- | #define PACKAGE_VERSION "5.4.32"
- | #define PACKAGE_STRING "vpopmail 5.4.32"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "vpopmail"
- | #define VERSION "5.4.32"
- | #define HAVE_LIBCRYPT 1
- | #define HAVE_DIRENT_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_WAIT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_ARPA_INET_H 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_BYTESWAP_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_NETINET_IN_H 1
- | #define HAVE_SHADOW_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_FILE_H 1
- | #define HAVE_SYS_PARAM_H 1
- | #define HAVE_SYS_SOCKET_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_SYSLOG_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_UTIME_H 1
- | #define HAVE_CRYPT_H 1
- | #define HAVE_ERR_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 ((size_t)))
- | return 0;
- | ;
- | return 0;
- | }
- configure:4896: result: yes
- configure:4908: checking whether struct tm is in sys/time.h or time.h
- configure:4928: gcc -c conftest.c >&5
- configure:4928: $? = 0
- configure:4935: result: time.h
- configure:4948: checking whether closedir returns void
- configure:4972: gcc -o conftest conftest.c -lcrypt >&5
- configure:4972: $? = 0
- configure:4972: ./conftest
- configure:4972: $? = 0
- configure:4982: result: no
- configure:4995: checking return type of signal handlers
- configure:5013: gcc -c conftest.c >&5
- conftest.c: In function 'main':
- conftest.c:49: error: void value not ignored as it ought to be
- configure:5013: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "vpopmail"
- | #define PACKAGE_TARNAME "vpopmail"
- | #define PACKAGE_VERSION "5.4.32"
- | #define PACKAGE_STRING "vpopmail 5.4.32"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "vpopmail"
- | #define VERSION "5.4.32"
- | #define HAVE_LIBCRYPT 1
- | #define HAVE_DIRENT_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_WAIT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_ARPA_INET_H 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_BYTESWAP_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_NETINET_IN_H 1
- | #define HAVE_SHADOW_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_FILE_H 1
- | #define HAVE_SYS_PARAM_H 1
- | #define HAVE_SYS_SOCKET_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_SYSLOG_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_UTIME_H 1
- | #define HAVE_CRYPT_H 1
- | #define HAVE_ERR_H 1
- | /* end confdefs.h. */
- | #include <sys/types.h>
- | #include <signal.h>
- |
- | int
- | main ()
- | {
- | return *(signal (0, 0)) (0) == 1;
- | ;
- | return 0;
- | }
- configure:5020: result: void
- configure:5035: checking for utime.h
- configure:5035: result: yes
- configure:5050: checking whether utime accepts a null argument
- configure:5079: gcc -o conftest conftest.c -lcrypt >&5
- configure:5079: $? = 0
- configure:5079: ./conftest
- configure:5079: $? = 0
- configure:5089: result: yes
- configure:5102: checking for htonll
- configure:5102: gcc -o conftest conftest.c -lcrypt >&5
- /tmp/cc4Njiol.o: In function `main':
- conftest.c:(.text+0xa): undefined reference to `htonll'
- collect2: ld returned 1 exit status
- configure:5102: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "vpopmail"
- | #define PACKAGE_TARNAME "vpopmail"
- | #define PACKAGE_VERSION "5.4.32"
- | #define PACKAGE_STRING "vpopmail 5.4.32"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "vpopmail"
- | #define VERSION "5.4.32"
- | #define HAVE_LIBCRYPT 1
- | #define HAVE_DIRENT_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_WAIT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_ARPA_INET_H 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_BYTESWAP_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_NETINET_IN_H 1
- | #define HAVE_SHADOW_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_FILE_H 1
- | #define HAVE_SYS_PARAM_H 1
- | #define HAVE_SYS_SOCKET_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_SYSLOG_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_UTIME_H 1
- | #define HAVE_CRYPT_H 1
- | #define HAVE_ERR_H 1
- | #define RETSIGTYPE void
- | #define HAVE_UTIME_H 1
- | #define HAVE_UTIME_NULL 1
- | /* end confdefs.h. */
- | /* Define htonll to an innocuous variant, in case <limits.h> declares htonll.
- | For example, HP-UX 11i <limits.h> declares gettimeofday. */
- | #define htonll innocuous_htonll
- |
- | /* System header to define __stub macros and hopefully few prototypes,
- | which can conflict with char htonll (); 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 htonll
- |
- | /* 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 htonll ();
- | /* 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_htonll || defined __stub___htonll
- | choke me
- | #endif
- |
- | int
- | main ()
- | {
- | return htonll ();
- | ;
- | return 0;
- | }
- configure:5102: result: no
- configure:5102: checking for ntohll
- configure:5102: gcc -o conftest conftest.c -lcrypt >&5
- /tmp/ccwIijOo.o: In function `main':
- conftest.c:(.text+0xa): undefined reference to `ntohll'
- collect2: ld returned 1 exit status
- configure:5102: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "vpopmail"
- | #define PACKAGE_TARNAME "vpopmail"
- | #define PACKAGE_VERSION "5.4.32"
- | #define PACKAGE_STRING "vpopmail 5.4.32"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "vpopmail"
- | #define VERSION "5.4.32"
- | #define HAVE_LIBCRYPT 1
- | #define HAVE_DIRENT_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_WAIT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_ARPA_INET_H 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_BYTESWAP_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_NETINET_IN_H 1
- | #define HAVE_SHADOW_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_FILE_H 1
- | #define HAVE_SYS_PARAM_H 1
- | #define HAVE_SYS_SOCKET_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_SYSLOG_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_UTIME_H 1
- | #define HAVE_CRYPT_H 1
- | #define HAVE_ERR_H 1
- | #define RETSIGTYPE void
- | #define HAVE_UTIME_H 1
- | #define HAVE_UTIME_NULL 1
- | /* end confdefs.h. */
- | /* Define ntohll to an innocuous variant, in case <limits.h> declares ntohll.
- | For example, HP-UX 11i <limits.h> declares gettimeofday. */
- | #define ntohll innocuous_ntohll
- |
- | /* System header to define __stub macros and hopefully few prototypes,
- | which can conflict with char ntohll (); 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 ntohll
- |
- | /* 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 ntohll ();
- | /* 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_ntohll || defined __stub___ntohll
- | choke me
- | #endif
- |
- | int
- | main ()
- | {
- | return ntohll ();
- | ;
- | return 0;
- | }
- configure:5102: result: no
- configure:5102: checking for bzero
- configure:5102: gcc -o conftest conftest.c -lcrypt >&5
- conftest.c:69: warning: conflicting types for built-in function 'bzero'
- configure:5102: $? = 0
- configure:5102: result: yes
- configure:5102: checking for dup2
- configure:5102: gcc -o conftest conftest.c -lcrypt >&5
- configure:5102: $? = 0
- configure:5102: result: yes
- configure:5102: checking for fdatasync
- configure:5102: gcc -o conftest conftest.c -lcrypt >&5
- configure:5102: $? = 0
- configure:5102: result: yes
- configure:5102: checking for getcwd
- configure:5102: gcc -o conftest conftest.c -lcrypt >&5
- configure:5102: $? = 0
- configure:5102: result: yes
- configure:5102: checking for gethostname
- configure:5102: gcc -o conftest conftest.c -lcrypt >&5
- configure:5102: $? = 0
- configure:5102: result: yes
- configure:5102: checking for getpass
- configure:5102: gcc -o conftest conftest.c -lcrypt >&5
- configure:5102: $? = 0
- configure:5102: result: yes
- configure:5102: checking for getspnam
- configure:5102: gcc -o conftest conftest.c -lcrypt >&5
- configure:5102: $? = 0
- configure:5102: result: yes
- configure:5102: checking for memset
- configure:5102: gcc -o conftest conftest.c -lcrypt >&5
- conftest.c:76: warning: conflicting types for built-in function 'memset'
- configure:5102: $? = 0
- configure:5102: result: yes
- configure:5102: checking for mkdir
- configure:5102: gcc -o conftest conftest.c -lcrypt >&5
- configure:5102: $? = 0
- configure:5102: result: yes
- configure:5102: checking for putenv
- configure:5102: gcc -o conftest conftest.c -lcrypt >&5
- configure:5102: $? = 0
- configure:5102: result: yes
- configure:5102: checking for rmdir
- configure:5102: gcc -o conftest conftest.c -lcrypt >&5
- configure:5102: $? = 0
- configure:5102: result: yes
- configure:5102: checking for socket
- configure:5102: gcc -o conftest conftest.c -lcrypt >&5
- configure:5102: $? = 0
- configure:5102: result: yes
- configure:5102: checking for strchr
- configure:5102: gcc -o conftest conftest.c -lcrypt >&5
- conftest.c:81: warning: conflicting types for built-in function 'strchr'
- configure:5102: $? = 0
- configure:5102: result: yes
- configure:5102: checking for strdup
- configure:5102: gcc -o conftest conftest.c -lcrypt >&5
- conftest.c:82: warning: conflicting types for built-in function 'strdup'
- configure:5102: $? = 0
- configure:5102: result: yes
- configure:5102: checking for strerror
- configure:5102: gcc -o conftest conftest.c -lcrypt >&5
- configure:5102: $? = 0
- configure:5102: result: yes
- configure:5102: checking for strncasecmp
- configure:5102: gcc -o conftest conftest.c -lcrypt >&5
- conftest.c:84: warning: conflicting types for built-in function 'strncasecmp'
- configure:5102: $? = 0
- configure:5102: result: yes
- configure:5102: checking for strrchr
- configure:5102: gcc -o conftest conftest.c -lcrypt >&5
- conftest.c:85: warning: conflicting types for built-in function 'strrchr'
- configure:5102: $? = 0
- configure:5102: result: yes
- configure:5102: checking for strspn
- configure:5102: gcc -o conftest conftest.c -lcrypt >&5
- conftest.c:86: warning: conflicting types for built-in function 'strspn'
- configure:5102: $? = 0
- configure:5102: result: yes
- configure:5102: checking for strstr
- configure:5102: gcc -o conftest conftest.c -lcrypt >&5
- conftest.c:87: warning: conflicting types for built-in function 'strstr'
- configure:5102: $? = 0
- configure:5102: result: yes
- configure:5102: checking for utime
- configure:5102: gcc -o conftest conftest.c -lcrypt >&5
- configure:5102: $? = 0
- configure:5102: result: yes
- configure:5102: checking for warn
- configure:5102: gcc -o conftest conftest.c -lcrypt >&5
- configure:5102: $? = 0
- configure:5102: result: yes
- configure:5112: checking for bswap64
- configure:5132: gcc -o conftest conftest.c -lcrypt >&5
- /tmp/ccwwt9d6.o: In function `main':
- conftest.c:(.text+0xf): undefined reference to `bswap64'
- collect2: ld returned 1 exit status
- configure:5132: $? = 1
- configure: failed program was:
- | /* confdefs.h */
- | #define PACKAGE_NAME "vpopmail"
- | #define PACKAGE_TARNAME "vpopmail"
- | #define PACKAGE_VERSION "5.4.32"
- | #define PACKAGE_STRING "vpopmail 5.4.32"
- | #define PACKAGE_BUGREPORT ""
- | #define PACKAGE_URL ""
- | #define PACKAGE "vpopmail"
- | #define VERSION "5.4.32"
- | #define HAVE_LIBCRYPT 1
- | #define HAVE_DIRENT_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_WAIT_H 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_ARPA_INET_H 1
- | #define HAVE_ENDIAN_H 1
- | #define HAVE_BYTESWAP_H 1
- | #define HAVE_FCNTL_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_NETINET_IN_H 1
- | #define HAVE_SHADOW_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_SYS_FILE_H 1
- | #define HAVE_SYS_PARAM_H 1
- | #define HAVE_SYS_SOCKET_H 1
- | #define HAVE_SYS_TIME_H 1
- | #define HAVE_SYSLOG_H 1
- | #define HAVE_UNISTD_H 1
- | #define HAVE_UTIME_H 1
- | #define HAVE_CRYPT_H 1
- | #define HAVE_ERR_H 1
- | #define RETSIGTYPE void
- | #define HAVE_UTIME_H 1
- | #define HAVE_UTIME_NULL 1
- | #define HAVE_BZERO 1
- | #define HAVE_DUP2 1
- | #define HAVE_FDATASYNC 1
- | #define HAVE_GETCWD 1
- | #define HAVE_GETHOSTNAME 1
- | #define HAVE_GETPASS 1
- | #define HAVE_GETSPNAM 1
- | #define HAVE_MEMSET 1
- | #define HAVE_MKDIR 1
- | #define HAVE_PUTENV 1
- | #define HAVE_RMDIR 1
- | #define HAVE_SOCKET 1
- | #define HAVE_STRCHR 1
- | #define HAVE_STRDUP 1
- | #define HAVE_STRERROR 1
- | #define HAVE_STRNCASECMP 1
- | #define HAVE_STRRCHR 1
- | #define HAVE_STRSPN 1
- | #define HAVE_STRSTR 1
- | #define HAVE_UTIME 1
- | #define HAVE_WARN 1
- | /* end confdefs.h. */
- |
- | #ifdef HAVE_SYS_ENDIAN_H
- | #include <sys/endian.h>
- | #endif
- | #ifdef HAVE_MACHINE_ENDIAN_H
- | #include <machine/endian.h>
- | #endif
- |
- | int
- | main ()
- | {
- | bswap64(0);
- | ;
- | return 0;
- | }
- configure:5142: result: no
- configure:5151: checking vpopmail configure options
- configure:5153: result: ok
- configure:5295: checking if we're building on Solaris
- configure:5445: result: no
- configure:5453: checking whether we can locate the qmail directory
- configure:5480: result: yes
- configure:5490: checking whether we can locate the qmail-newu program
- configure:5525: result: yes
- configure:5535: checking whether we can locate the qmail-inject program
- configure:5570: result: yes
- configure:5580: checking whether we can locate the qmail-newmrh program
- configure:5615: result: yes
- configure:5625: checking for valid vpopmail user and group
- configure:5674: result: yes
- configure:5677: checking whether password file entry for the vpopmail user exists
- configure:5732: gcc -o conftest conftest.c -lcrypt >&5
- conftest.c: In function 'main':
- conftest.c:97: warning: incompatible implicit declaration of built-in function 'strlen'
- configure:5732: $? = 0
- configure:5732: ./conftest
- configure:5732: $? = 0
- configure:5733: result: yes
- configure:5809: checking whether roaming-users has been enabled
- configure:5987: result: no
- configure:5994: checking whether learn-passwords is enabled
- configure:6019: result: no
- configure:6026: checking whether md5-passwords is enabled
- configure:6041: result: yes
- configure:6058: checking whether file-locking is enabled
- configure:6073: result: yes
- configure:6090: checking whether file-sync is enabled
- configure:6115: result: no
- configure:6122: checking whether make-seekable is enabled
- configure:6137: result: yes
- configure:6154: checking whether clear-passwd is enabled
- configure:6169: result: yes
- configure:6186: checking whether user-big-dir is enabled
- configure:6201: result: yes
- configure:6218: checking whether sqwebmail-pass is enabled
- configure:6243: result: no
- configure:6250: checking whether qmail-ext is enabled
- configure:6275: result: no
- configure:6282: checking whether ip-alias-domains is enabled
- configure:6307: result: no
- configure:6314: checking whether onchange script is enabled
- configure:6339: result: no
- configure:6349: checking whether spamassassin is enabled
- configure:6364: result: no
- configure:6423: checking whether maildrop is enabled
- configure:6438: result: no
- configure:6496: checking whether domainquotas is enabled
- configure:6511: result: no
- configure:6590: checking whether an auth module has been specified
- configure:6605: result: no, so default to cdb
- configure:6795: checking whether system accounts have been enabled
- configure:6846: result: no
- configure:6854: checking whether /etc/shadow exists
- configure:6858: result: yes
- configure:6873: checking whether logging is enabled
- configure:6918: result: verbose, all with password
- configure:6956: checking whether auth-logging is enabled
- configure:6971: result: yes
- configure:6988: checking whether sql-logging is enabled
- configure:7018: result: no
- configure:7025: checking whether mysql-limits is enabled
- configure:7055: result: no
- configure:7062: checking whether mysql-replication is enabled
- configure:7092: result: no
- configure:7099: checking whether valias is enabled
- configure:7132: result: no
- configure:7139: checking whether many-domains is enabled
- configure:7154: result: yes
- configure:7177: checking whether any discontinued --enable commands have been used
- configure:7297: result: no
- configure:7422: creating ./config.status
- ## ---------------------- ##
- ## Running config.status. ##
- ## ---------------------- ##
- This file was extended by vpopmail config.status 5.4.32, which was
- generated by GNU Autoconf 2.65. Invocation command line was
- CONFIG_FILES =
- CONFIG_HEADERS =
- CONFIG_LINKS =
- CONFIG_COMMANDS =
- $ ./config.status
- on advanced.anonns.com
- config.status:936: creating Makefile
- config.status:936: creating config.h
- config.status:1108: config.h is unchanged
- config.status:1156: executing depfiles commands
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=x86_64-unknown-linux-gnu
- ac_cv_c_compiler_gnu=yes
- ac_cv_c_const=yes
- ac_cv_c_inline=inline
- ac_cv_env_CC_set=
- ac_cv_env_CC_value=
- ac_cv_env_CFLAGS_set=
- ac_cv_env_CFLAGS_value=
- ac_cv_env_CPPFLAGS_set=
- ac_cv_env_CPPFLAGS_value=
- ac_cv_env_CPP_set=
- ac_cv_env_CPP_value=
- ac_cv_env_LDFLAGS_set=
- ac_cv_env_LDFLAGS_value=
- ac_cv_env_LIBS_set=
- ac_cv_env_LIBS_value=
- ac_cv_env_build_alias_set=
- ac_cv_env_build_alias_value=
- ac_cv_env_host_alias_set=
- ac_cv_env_host_alias_value=
- ac_cv_env_target_alias_set=
- ac_cv_env_target_alias_value=
- ac_cv_func_bzero=yes
- ac_cv_func_closedir_void=no
- ac_cv_func_dup2=yes
- ac_cv_func_fdatasync=yes
- ac_cv_func_getcwd=yes
- ac_cv_func_gethostname=yes
- ac_cv_func_getpass=yes
- ac_cv_func_getspnam=yes
- ac_cv_func_htonll=no
- ac_cv_func_memset=yes
- ac_cv_func_mkdir=yes
- ac_cv_func_ntohll=no
- ac_cv_func_putenv=yes
- ac_cv_func_rmdir=yes
- ac_cv_func_socket=yes
- ac_cv_func_strchr=yes
- ac_cv_func_strdup=yes
- ac_cv_func_strerror=yes
- ac_cv_func_strncasecmp=yes
- ac_cv_func_strrchr=yes
- ac_cv_func_strspn=yes
- ac_cv_func_strstr=yes
- ac_cv_func_utime=yes
- ac_cv_func_utime_null=yes
- ac_cv_func_warn=yes
- ac_cv_header_arpa_inet_h=yes
- ac_cv_header_byteswap_h=yes
- ac_cv_header_crypt_h=yes
- ac_cv_header_dirent_dirent_h=yes
- ac_cv_header_endian_h=yes
- ac_cv_header_err_h=yes
- ac_cv_header_fcntl_h=yes
- ac_cv_header_inttypes_h=yes
- ac_cv_header_machine_endian_h=no
- ac_cv_header_memory_h=yes
- ac_cv_header_netinet_in_h=yes
- ac_cv_header_shadow_h=yes
- ac_cv_header_stdc=yes
- ac_cv_header_stdint_h=yes
- ac_cv_header_stdlib_h=yes
- ac_cv_header_string_h=yes
- ac_cv_header_strings_h=yes
- ac_cv_header_sys_endian_h=no
- ac_cv_header_sys_file_h=yes
- ac_cv_header_sys_param_h=yes
- ac_cv_header_sys_socket_h=yes
- ac_cv_header_sys_stat_h=yes
- ac_cv_header_sys_time_h=yes
- ac_cv_header_sys_types_h=yes
- ac_cv_header_sys_wait_h=yes
- ac_cv_header_syslog_h=yes
- ac_cv_header_unistd_h=yes
- ac_cv_header_utime_h=yes
- ac_cv_host=x86_64-unknown-linux-gnu
- ac_cv_lib_crypt_crypt=yes
- ac_cv_objext=o
- ac_cv_path_EGREP='/bin/grep -E'
- ac_cv_path_GREP=/bin/grep
- ac_cv_path_install='/usr/bin/install -c'
- ac_cv_path_mkdir=/bin/mkdir
- ac_cv_prog_AWK=gawk
- ac_cv_prog_CPP='gcc -E'
- ac_cv_prog_ac_ct_CC=gcc
- ac_cv_prog_ac_ct_RANLIB=ranlib
- ac_cv_prog_cc_c89=
- ac_cv_prog_cc_g=yes
- ac_cv_prog_make_make_set=yes
- ac_cv_search_opendir='none required'
- ac_cv_search_strerror='none required'
- ac_cv_struct_tm=time.h
- ac_cv_type_mode_t=yes
- ac_cv_type_off_t=yes
- ac_cv_type_pid_t=yes
- ac_cv_type_signal=void
- ac_cv_type_size_t=yes
- ac_cv_type_uid_t=yes
- am_cv_CC_dependencies_compiler_type=none
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- ACLOCAL='${SHELL} /var/src/vpopmail-5.4.32/missing --run aclocal-1.11'
- AMDEPBACKSLASH='\'
- AMDEP_FALSE='#'
- AMDEP_TRUE=''
- AMTAR='${SHELL} /var/src/vpopmail-5.4.32/missing --run tar'
- AUTOCONF='${SHELL} /var/src/vpopmail-5.4.32/missing --run autoconf'
- AUTOHEADER='${SHELL} /var/src/vpopmail-5.4.32/missing --run autoheader'
- AUTOMAKE='${SHELL} /var/src/vpopmail-5.4.32/missing --run automake-1.11'
- AWK='gawk'
- CC='gcc'
- CCDEPMODE='depmode=none'
- CFLAGS=''
- CPP='gcc -E'
- CPPFLAGS=''
- CYGPATH_W='echo'
- DEFS='-DHAVE_CONFIG_H'
- DEPDIR='.deps'
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP='/bin/grep -E'
- EXEEXT=''
- GREP='/bin/grep'
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
- LDFLAGS=''
- LIBOBJS=''
- LIBS='-lcrypt '
- LTLIBOBJS=''
- MAKEINFO='${SHELL} /var/src/vpopmail-5.4.32/missing --run makeinfo'
- MKDIR_P='/bin/mkdir -p'
- OBJEXT='o'
- PACKAGE='vpopmail'
- PACKAGE_BUGREPORT=''
- PACKAGE_NAME='vpopmail'
- PACKAGE_STRING='vpopmail 5.4.32'
- PACKAGE_TARNAME='vpopmail'
- PACKAGE_URL=''
- PACKAGE_VERSION='5.4.32'
- PATH_SEPARATOR=':'
- RANLIB='ranlib'
- SET_MAKE=''
- SHELL='/bin/sh'
- STRIP=''
- USE_MYSQL=''
- VERSION='5.4.32'
- ac_ct_CC='gcc'
- am__EXEEXT_FALSE=''
- am__EXEEXT_TRUE='#'
- am__fastdepCC_FALSE=''
- am__fastdepCC_TRUE='#'
- am__include='include'
- am__isrc=''
- am__leading_dot='.'
- am__quote=''
- am__tar='${AMTAR} chof - "$$tardir"'
- am__untar='${AMTAR} xf -'
- auth_inc='-Icdb'
- auth_libs=''
- authlib=''
- bindir='${exec_prefix}/bin'
- build='x86_64-unknown-linux-gnu'
- build_alias=''
- build_cpu='x86_64'
- build_os='linux-gnu'
- build_vendor='unknown'
- datadir='${datarootdir}'
- datarootdir='${prefix}/share'
- docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
- domains_dir='domains'
- dvidir='${docdir}'
- exec_prefix='${prefix}'
- host='x86_64-unknown-linux-gnu'
- host_alias=''
- host_cpu='x86_64'
- host_os='linux-gnu'
- host_vendor='unknown'
- htmldir='${docdir}'
- includedir='${prefix}/include'
- infodir='${datarootdir}/info'
- install_sh='${SHELL} /var/src/vpopmail-5.4.32/install-sh'
- libdir=''
- libexecdir='${exec_prefix}/libexec'
- localedir='${datarootdir}/locale'
- localstatedir='${prefix}/var'
- mandir='${datarootdir}/man'
- mkdir_p='/bin/mkdir -p'
- oldincludedir='/usr/include'
- pdfdir='${docdir}'
- prefix='/usr/local'
- program_transform_name='s,x,x,'
- psdir='${docdir}'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='${prefix}/etc'
- target_alias=''
- vpopgroup='vchkpw'
- vpopmaildir='/home/vpopmail'
- vpopuser='vpopmail'
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- /* confdefs.h */
- #define PACKAGE_NAME "vpopmail"
- #define PACKAGE_TARNAME "vpopmail"
- #define PACKAGE_VERSION "5.4.32"
- #define PACKAGE_STRING "vpopmail 5.4.32"
- #define PACKAGE_BUGREPORT ""
- #define PACKAGE_URL ""
- #define PACKAGE "vpopmail"
- #define VERSION "5.4.32"
- #define HAVE_LIBCRYPT 1
- #define HAVE_DIRENT_H 1
- #define STDC_HEADERS 1
- #define HAVE_SYS_WAIT_H 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRING_H 1
- #define HAVE_MEMORY_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_ARPA_INET_H 1
- #define HAVE_ENDIAN_H 1
- #define HAVE_BYTESWAP_H 1
- #define HAVE_FCNTL_H 1
- #define HAVE_MEMORY_H 1
- #define HAVE_NETINET_IN_H 1
- #define HAVE_SHADOW_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRING_H 1
- #define HAVE_SYS_FILE_H 1
- #define HAVE_SYS_PARAM_H 1
- #define HAVE_SYS_SOCKET_H 1
- #define HAVE_SYS_TIME_H 1
- #define HAVE_SYSLOG_H 1
- #define HAVE_UNISTD_H 1
- #define HAVE_UTIME_H 1
- #define HAVE_CRYPT_H 1
- #define HAVE_ERR_H 1
- #define RETSIGTYPE void
- #define HAVE_UTIME_H 1
- #define HAVE_UTIME_NULL 1
- #define HAVE_BZERO 1
- #define HAVE_DUP2 1
- #define HAVE_FDATASYNC 1
- #define HAVE_GETCWD 1
- #define HAVE_GETHOSTNAME 1
- #define HAVE_GETPASS 1
- #define HAVE_GETSPNAM 1
- #define HAVE_MEMSET 1
- #define HAVE_MKDIR 1
- #define HAVE_PUTENV 1
- #define HAVE_RMDIR 1
- #define HAVE_SOCKET 1
- #define HAVE_STRCHR 1
- #define HAVE_STRDUP 1
- #define HAVE_STRERROR 1
- #define HAVE_STRNCASECMP 1
- #define HAVE_STRRCHR 1
- #define HAVE_STRSPN 1
- #define HAVE_STRSTR 1
- #define HAVE_UTIME 1
- #define HAVE_WARN 1
- #define PS_COMMAND "ps axww"
- #define QMAILDIR "/var/qmail"
- #define QMAILNEWU "/var/qmail/bin/qmail-newu"
- #define QMAILINJECT "/var/qmail/bin/qmail-inject"
- #define QMAILNEWMRH "/var/qmail/bin/qmail-newmrh"
- #define VPOPUSER "vpopmail"
- #define VPOPGROUP "vchkpw"
- #define VPOPMAILDIR "/home/vpopmail"
- #define VPOPMAILUID 89
- #define VPOPMAILGID 89
- #define MD5_PASSWORDS 1
- #define FILE_LOCKING 1
- #define MAKE_SEEKABLE 1
- #define CLEAR_PASS 1
- #define USERS_BIG_DIR 1
- #define VLIMITS_DEFAULT_FILE "/home/vpopmail/etc/vlimits.default"
- #define DOMAINS_DIR "domains"
- #define USE_CDB 1
- #define HAS_SHADOW 1
- #define ENABLE_LOGGING 4
- #define LOG_NAME "vpopmail"
- #define ENABLE_AUTH_LOGGING 1
- #define MANY_DOMAINS 1
- configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment