Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jul 2013 04:50:50 GMT
From:      gb <100019749@qq.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   i386/180647: cherokee 
Message-ID:  <201307190450.r6J4ooR0067637@oldred.freebsd.org>
Resent-Message-ID: <201307190500.r6J500vP063008@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         180647
>Category:       i386
>Synopsis:       cherokee
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-i386
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 19 05:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     gb
>Release:        FreeBSD 8.3-RELEASE-p3
>Organization:
panaos
>Environment:
FreeBSD BSD8.3 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Mon Jun 11 23:52:38 UTC 2012     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
checking size of sig_atomic_t... configure: error: in `/usr/ports/www/cherokee/work/cherokee-1.2.101':
configure: error: cannot compute sizeof (sig_atomic_t)
See `config.log' for more details
===>  Script "configure" failed unexpectedly.
Please report the problem to c.petrik.sosa@gmail.com [maintainer] and attach
the "/usr/ports/www/cherokee/work/cherokee-1.2.101/config.log" including the
output of the failure of your make command. Also, it might be a good idea to
provide an overview of all packages installed on your system (e.g. a
/usr/sbin/pkg_info -Ea).
*** Error code 1

Stop in /usr/ports/www/cherokee.
*** Error code 1

Stop in /usr/ports/www/cherokee.
BSD8# pkg_info -Ea
GeoIP-1.4.8_3
dialog4ports-0.1.5_1
gettext-0.18.3
gmake-3.82_1
libiconv-1.14_1
libtool-2.4.2
pcre-8.33
pkgconf-0.9.2_1
python27-2.7.5_1

>How-To-Repeat:

>Fix:


Patch attached with submission follows:


| #define CHEROKEE_CONFIG_ARGS " '--with-wwwroot=/usr/local/www/cherokee' '--localstatedir=/var' '--disable-static' '--with-wwwuser=www' '--with-wwwgroup=www' '--disable-ipv6' '--with-mysql=no' '--with-ldap=no' '--with-geoip=yes' '--with-ffmpeg=no' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd8.3' 'build_alias=i386-portbld-freebsd8.3' 'CC=cc' 'CFLAGS=-O2 -pipe -fno-strict-aliasing' 'LDFLAGS= -L/usr/local/lib -pthread -Wl,-rpath=/usr/lib:/usr/local/lib' 'CPPFLAGS=-I/usr/local/include' 'CPP=cpp'"
| #define PACKAGE_PATCH_VERSION ""
| #define CPU_CACHE_LINE 32
| #define OS_TYPE "UNIX"
| #define SO_SUFFIX "so"
| #define MOD_SUFFIX "so"
| #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 HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_VPRINTF 1
| #define HAVE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_GRP_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 <winsock.h>
configure:14829: result: no
configure:14829: checking winsock.h presence
configure:14829: cpp -I/usr/local/include conftest.c
conftest.c:69:21: error: winsock.h: No such file or directory
configure:14829: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cherokee"
| #define PACKAGE_TARNAME "cherokee"
| #define PACKAGE_VERSION "1.2.101"
| #define PACKAGE_STRING "cherokee 1.2.101"
| #define PACKAGE_BUGREPORT "http://bugs.cherokee-project.com/"
| #define PACKAGE_URL ""
| #define PACKAGE_MAJOR_VERSION "1"
| #define PACKAGE_MINOR_VERSION "2"
| #define PACKAGE_MICRO_VERSION "101"
| #define CHEROKEE_CONFIG_ARGS " '--with-wwwroot=/usr/local/www/cherokee' '--localstatedir=/var' '--disable-static' '--with-wwwuser=www' '--with-wwwgroup=www' '--disable-ipv6' '--with-mysql=no' '--with-ldap=no' '--with-geoip=yes' '--with-ffmpeg=no' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd8.3' 'build_alias=i386-portbld-freebsd8.3' 'CC=cc' 'CFLAGS=-O2 -pipe -fno-strict-aliasing' 'LDFLAGS= -L/usr/local/lib -pthread -Wl,-rpath=/usr/lib:/usr/local/lib' 'CPPFLAGS=-I/usr/local/include' 'CPP=cpp'"
| #define PACKAGE_PATCH_VERSION ""
| #define CPU_CACHE_LINE 32
| #define OS_TYPE "UNIX"
| #define SO_SUFFIX "so"
| #define MOD_SUFFIX "so"
| #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 HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_VPRINTF 1
| #define HAVE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_GRP_H 1
| /* end confdefs.h.  */
| #include <winsock.h>
configure:14829: result: no
configure:14829: checking for winsock.h
configure:14829: result: no
configure:14842: checking for winsock.h
configure:14842: result: no
configure:14842: checking winsock2.h usability
configure:14842: cc -std=gnu99 -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
conftest.c:102:22: error: winsock2.h: No such file or directory
configure:14842: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cherokee"
| #define PACKAGE_TARNAME "cherokee"
| #define PACKAGE_VERSION "1.2.101"
| #define PACKAGE_STRING "cherokee 1.2.101"
| #define PACKAGE_BUGREPORT "http://bugs.cherokee-project.com/"
| #define PACKAGE_URL ""
| #define PACKAGE_MAJOR_VERSION "1"
| #define PACKAGE_MINOR_VERSION "2"
| #define PACKAGE_MICRO_VERSION "101"
| #define CHEROKEE_CONFIG_ARGS " '--with-wwwroot=/usr/local/www/cherokee' '--localstatedir=/var' '--disable-static' '--with-wwwuser=www' '--with-wwwgroup=www' '--disable-ipv6' '--with-mysql=no' '--with-ldap=no' '--with-geoip=yes' '--with-ffmpeg=no' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd8.3' 'build_alias=i386-portbld-freebsd8.3' 'CC=cc' 'CFLAGS=-O2 -pipe -fno-strict-aliasing' 'LDFLAGS= -L/usr/local/lib -pthread -Wl,-rpath=/usr/lib:/usr/local/lib' 'CPPFLAGS=-I/usr/local/include' 'CPP=cpp'"
| #define PACKAGE_PATCH_VERSION ""
| #define CPU_CACHE_LINE 32
| #define OS_TYPE "UNIX"
| #define SO_SUFFIX "so"
| #define MOD_SUFFIX "so"
| #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 HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_VPRINTF 1
| #define HAVE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_GRP_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 <winsock2.h>
configure:14842: result: no
configure:14842: checking winsock2.h presence
configure:14842: cpp -I/usr/local/include conftest.c
conftest.c:69:22: error: winsock2.h: No such file or directory
configure:14842: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cherokee"
| #define PACKAGE_TARNAME "cherokee"
| #define PACKAGE_VERSION "1.2.101"
| #define PACKAGE_STRING "cherokee 1.2.101"
| #define PACKAGE_BUGREPORT "http://bugs.cherokee-project.com/"
| #define PACKAGE_URL ""
| #define PACKAGE_MAJOR_VERSION "1"
| #define PACKAGE_MINOR_VERSION "2"
| #define PACKAGE_MICRO_VERSION "101"
| #define CHEROKEE_CONFIG_ARGS " '--with-wwwroot=/usr/local/www/cherokee' '--localstatedir=/var' '--disable-static' '--with-wwwuser=www' '--with-wwwgroup=www' '--disable-ipv6' '--with-mysql=no' '--with-ldap=no' '--with-geoip=yes' '--with-ffmpeg=no' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd8.3' 'build_alias=i386-portbld-freebsd8.3' 'CC=cc' 'CFLAGS=-O2 -pipe -fno-strict-aliasing' 'LDFLAGS= -L/usr/local/lib -pthread -Wl,-rpath=/usr/lib:/usr/local/lib' 'CPPFLAGS=-I/usr/local/include' 'CPP=cpp'"
| #define PACKAGE_PATCH_VERSION ""
| #define CPU_CACHE_LINE 32
| #define OS_TYPE "UNIX"
| #define SO_SUFFIX "so"
| #define MOD_SUFFIX "so"
| #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 HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_VPRINTF 1
| #define HAVE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_GRP_H 1
| /* end confdefs.h.  */
| #include <winsock2.h>
configure:14842: result: no
configure:14842: checking for winsock2.h
configure:14842: result: no
configure:14842: checking for sched.h
configure:14842: result: yes
configure:14842: checking execinfo.h usability
configure:14842: cc -std=gnu99 -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
conftest.c:103:22: error: execinfo.h: No such file or directory
configure:14842: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cherokee"
| #define PACKAGE_TARNAME "cherokee"
| #define PACKAGE_VERSION "1.2.101"
| #define PACKAGE_STRING "cherokee 1.2.101"
| #define PACKAGE_BUGREPORT "http://bugs.cherokee-project.com/"
| #define PACKAGE_URL ""
| #define PACKAGE_MAJOR_VERSION "1"
| #define PACKAGE_MINOR_VERSION "2"
| #define PACKAGE_MICRO_VERSION "101"
| #define CHEROKEE_CONFIG_ARGS " '--with-wwwroot=/usr/local/www/cherokee' '--localstatedir=/var' '--disable-static' '--with-wwwuser=www' '--with-wwwgroup=www' '--disable-ipv6' '--with-mysql=no' '--with-ldap=no' '--with-geoip=yes' '--with-ffmpeg=no' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd8.3' 'build_alias=i386-portbld-freebsd8.3' 'CC=cc' 'CFLAGS=-O2 -pipe -fno-strict-aliasing' 'LDFLAGS= -L/usr/local/lib -pthread -Wl,-rpath=/usr/lib:/usr/local/lib' 'CPPFLAGS=-I/usr/local/include' 'CPP=cpp'"
| #define PACKAGE_PATCH_VERSION ""
| #define CPU_CACHE_LINE 32
| #define OS_TYPE "UNIX"
| #define SO_SUFFIX "so"
| #define MOD_SUFFIX "so"
| #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 HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_VPRINTF 1
| #define HAVE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SCHED_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 <execinfo.h>
configure:14842: result: no
configure:14842: checking execinfo.h presence
configure:14842: cpp -I/usr/local/include conftest.c
conftest.c:70:22: error: execinfo.h: No such file or directory
configure:14842: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cherokee"
| #define PACKAGE_TARNAME "cherokee"
| #define PACKAGE_VERSION "1.2.101"
| #define PACKAGE_STRING "cherokee 1.2.101"
| #define PACKAGE_BUGREPORT "http://bugs.cherokee-project.com/"
| #define PACKAGE_URL ""
| #define PACKAGE_MAJOR_VERSION "1"
| #define PACKAGE_MINOR_VERSION "2"
| #define PACKAGE_MICRO_VERSION "101"
| #define CHEROKEE_CONFIG_ARGS " '--with-wwwroot=/usr/local/www/cherokee' '--localstatedir=/var' '--disable-static' '--with-wwwuser=www' '--with-wwwgroup=www' '--disable-ipv6' '--with-mysql=no' '--with-ldap=no' '--with-geoip=yes' '--with-ffmpeg=no' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd8.3' 'build_alias=i386-portbld-freebsd8.3' 'CC=cc' 'CFLAGS=-O2 -pipe -fno-strict-aliasing' 'LDFLAGS= -L/usr/local/lib -pthread -Wl,-rpath=/usr/lib:/usr/local/lib' 'CPPFLAGS=-I/usr/local/include' 'CPP=cpp'"
| #define PACKAGE_PATCH_VERSION ""
| #define CPU_CACHE_LINE 32
| #define OS_TYPE "UNIX"
| #define SO_SUFFIX "so"
| #define MOD_SUFFIX "so"
| #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 HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_VPRINTF 1
| #define HAVE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SCHED_H 1
| /* end confdefs.h.  */
| #include <execinfo.h>
configure:14842: result: no
configure:14842: checking for execinfo.h
configure:14842: result: no
configure:14860: checking for special C compiler options needed for large files
configure:14905: result: no
configure:14911: checking for _FILE_OFFSET_BITS value needed for large files
configure:14936: cc -std=gnu99 -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:14936: $? = 0
configure:14968: result: no
configure:15052: checking for size_t
configure:15052: result: yes
configure:15063: checking for uid_t in sys/types.h
configure:15082: result: yes
configure:15093: checking for mode_t
configure:15093: result: yes
configure:15104: checking for off_t
configure:15104: result: yes
configure:15115: checking for size_t
configure:15115: result: yes
configure:15126: checking for pid_t
configure:15126: result: yes
configure:15137: checking for struct stat.st_rdev
configure:15137: cc -std=gnu99 -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:15137: $? = 0
configure:15137: result: yes
configure:15150: checking for ino_t
configure:15150: cc -std=gnu99 -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:15150: $? = 0
configure:15150: cc -std=gnu99 -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:108: error: expected expression before ')' token
configure:15150: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cherokee"
| #define PACKAGE_TARNAME "cherokee"
| #define PACKAGE_VERSION "1.2.101"
| #define PACKAGE_STRING "cherokee 1.2.101"
| #define PACKAGE_BUGREPORT "http://bugs.cherokee-project.com/"
| #define PACKAGE_URL ""
| #define PACKAGE_MAJOR_VERSION "1"
| #define PACKAGE_MINOR_VERSION "2"
| #define PACKAGE_MICRO_VERSION "101"
| #define CHEROKEE_CONFIG_ARGS " '--with-wwwroot=/usr/local/www/cherokee' '--localstatedir=/var' '--disable-static' '--with-wwwuser=www' '--with-wwwgroup=www' '--disable-ipv6' '--with-mysql=no' '--with-ldap=no' '--with-geoip=yes' '--with-ffmpeg=no' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd8.3' 'build_alias=i386-portbld-freebsd8.3' 'CC=cc' 'CFLAGS=-O2 -pipe -fno-strict-aliasing' 'LDFLAGS= -L/usr/local/lib -pthread -Wl,-rpath=/usr/lib:/usr/local/lib' 'CPPFLAGS=-I/usr/local/include' 'CPP=cpp'"
| #define PACKAGE_PATCH_VERSION ""
| #define CPU_CACHE_LINE 32
| #define OS_TYPE "UNIX"
| #define SO_SUFFIX "so"
| #define MOD_SUFFIX "so"
| #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 HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_VPRINTF 1
| #define HAVE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SCHED_H 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:15150: result: yes
configure:15161: checking for loff_t
configure:15161: cc -std=gnu99 -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:108: error: 'loff_t' undeclared (first use in this function)
conftest.c:108: error: (Each undeclared identifier is reported only once
conftest.c:108: error: for each function it appears in.)
configure:15161: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cherokee"
| #define PACKAGE_TARNAME "cherokee"
| #define PACKAGE_VERSION "1.2.101"
| #define PACKAGE_STRING "cherokee 1.2.101"
| #define PACKAGE_BUGREPORT "http://bugs.cherokee-project.com/"
| #define PACKAGE_URL ""
| #define PACKAGE_MAJOR_VERSION "1"
| #define PACKAGE_MINOR_VERSION "2"
| #define PACKAGE_MICRO_VERSION "101"
| #define CHEROKEE_CONFIG_ARGS " '--with-wwwroot=/usr/local/www/cherokee' '--localstatedir=/var' '--disable-static' '--with-wwwuser=www' '--with-wwwgroup=www' '--disable-ipv6' '--with-mysql=no' '--with-ldap=no' '--with-geoip=yes' '--with-ffmpeg=no' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd8.3' 'build_alias=i386-portbld-freebsd8.3' 'CC=cc' 'CFLAGS=-O2 -pipe -fno-strict-aliasing' 'LDFLAGS= -L/usr/local/lib -pthread -Wl,-rpath=/usr/lib:/usr/local/lib' 'CPPFLAGS=-I/usr/local/include' 'CPP=cpp'"
| #define PACKAGE_PATCH_VERSION ""
| #define CPU_CACHE_LINE 32
| #define OS_TYPE "UNIX"
| #define SO_SUFFIX "so"
| #define MOD_SUFFIX "so"
| #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 HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_VPRINTF 1
| #define HAVE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SCHED_H 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:15161: result: no
configure:15172: checking for offset_t
configure:15172: cc -std=gnu99 -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:109: error: 'offset_t' undeclared (first use in this function)
conftest.c:109: error: (Each undeclared identifier is reported only once
conftest.c:109: error: for each function it appears in.)
configure:15172: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cherokee"
| #define PACKAGE_TARNAME "cherokee"
| #define PACKAGE_VERSION "1.2.101"
| #define PACKAGE_STRING "cherokee 1.2.101"
| #define PACKAGE_BUGREPORT "http://bugs.cherokee-project.com/"
| #define PACKAGE_URL ""
| #define PACKAGE_MAJOR_VERSION "1"
| #define PACKAGE_MINOR_VERSION "2"
| #define PACKAGE_MICRO_VERSION "101"
| #define CHEROKEE_CONFIG_ARGS " '--with-wwwroot=/usr/local/www/cherokee' '--localstatedir=/var' '--disable-static' '--with-wwwuser=www' '--with-wwwgroup=www' '--disable-ipv6' '--with-mysql=no' '--with-ldap=no' '--with-geoip=yes' '--with-ffmpeg=no' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd8.3' 'build_alias=i386-portbld-freebsd8.3' 'CC=cc' 'CFLAGS=-O2 -pipe -fno-strict-aliasing' 'LDFLAGS= -L/usr/local/lib -pthread -Wl,-rpath=/usr/lib:/usr/local/lib' 'CPPFLAGS=-I/usr/local/include' 'CPP=cpp'"
| #define PACKAGE_PATCH_VERSION ""
| #define CPU_CACHE_LINE 32
| #define OS_TYPE "UNIX"
| #define SO_SUFFIX "so"
| #define MOD_SUFFIX "so"
| #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 HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_VPRINTF 1
| #define HAVE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SCHED_H 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:15172: result: no
configure:15183: checking for ssize_t
configure:15183: result: yes
configure:15194: checking for wchar_t
configure:15194: result: yes
configure:15210: checking size of int
configure:15215: cc -std=gnu99 -o conftest -O2 -pipe -fno-strict-aliasing -I/usr/local/include  -L/usr/local/lib -pthread -Wl,-rpath=/usr/lib:/usr/local/lib conftest.c   >&5
configure:15215: $? = 0
configure:15215: ./conftest
configure:15215: $? = 0
configure:15229: result: 4
configure:15243: checking size of long
configure:15248: cc -std=gnu99 -o conftest -O2 -pipe -fno-strict-aliasing -I/usr/local/include  -L/usr/local/lib -pthread -Wl,-rpath=/usr/lib:/usr/local/lib conftest.c   >&5
configure:15248: $? = 0
configure:15248: ./conftest
configure:15248: $? = 0
configure:15262: result: 4
configure:15276: checking size of unsigned int
configure:15281: cc -std=gnu99 -o conftest -O2 -pipe -fno-strict-aliasing -I/usr/local/include  -L/usr/local/lib -pthread -Wl,-rpath=/usr/lib:/usr/local/lib conftest.c   >&5
configure:15281: $? = 0
configure:15281: ./conftest
configure:15281: $? = 0
configure:15295: result: 4
configure:15309: checking size of unsigned long
configure:15314: cc -std=gnu99 -o conftest -O2 -pipe -fno-strict-aliasing -I/usr/local/include  -L/usr/local/lib -pthread -Wl,-rpath=/usr/lib:/usr/local/lib conftest.c   >&5
configure:15314: $? = 0
configure:15314: ./conftest
configure:15314: $? = 0
configure:15328: result: 4
configure:15342: checking size of unsigned long long
configure:15347: cc -std=gnu99 -o conftest -O2 -pipe -fno-strict-aliasing -I/usr/local/include  -L/usr/local/lib -pthread -Wl,-rpath=/usr/lib:/usr/local/lib conftest.c   >&5
configure:15347: $? = 0
configure:15347: ./conftest
configure:15347: $? = 0
configure:15361: result: 8
configure:15375: checking size of unsigned int
configure:15394: result: 4
configure:15408: checking size of off_t
configure:15413: cc -std=gnu99 -o conftest -O2 -pipe -fno-strict-aliasing -I/usr/local/include  -L/usr/local/lib -pthread -Wl,-rpath=/usr/lib:/usr/local/lib conftest.c   >&5
configure:15413: $? = 0
configure:15413: ./conftest
configure:15413: $? = 0
configure:15427: result: 8
configure:15441: checking size of size_t
configure:15446: cc -std=gnu99 -o conftest -O2 -pipe -fno-strict-aliasing -I/usr/local/include  -L/usr/local/lib -pthread -Wl,-rpath=/usr/lib:/usr/local/lib conftest.c   >&5
configure:15446: $? = 0
configure:15446: ./conftest
configure:15446: $? = 0
configure:15460: result: 4
configure:15474: checking size of sig_atomic_t
configure:15479: cc -std=gnu99 -o conftest -O2 -pipe -fno-strict-aliasing -I/usr/local/include  -L/usr/local/lib -pthread -Wl,-rpath=/usr/lib:/usr/local/lib conftest.c   >&5
conftest.c: In function 'longval':
conftest.c:115: error: 'sig_atomic_t' undeclared (first use in this function)
conftest.c:115: error: (Each undeclared identifier is reported only once
conftest.c:115: error: for each function it appears in.)
conftest.c: In function 'ulongval':
conftest.c:116: error: 'sig_atomic_t' undeclared (first use in this function)
conftest.c: In function 'main':
conftest.c:126: error: 'sig_atomic_t' undeclared (first use in this function)
configure:15479: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cherokee"
| #define PACKAGE_TARNAME "cherokee"
| #define PACKAGE_VERSION "1.2.101"
| #define PACKAGE_STRING "cherokee 1.2.101"
| #define PACKAGE_BUGREPORT "http://bugs.cherokee-project.com/"
| #define PACKAGE_URL ""
| #define PACKAGE_MAJOR_VERSION "1"
| #define PACKAGE_MINOR_VERSION "2"
| #define PACKAGE_MICRO_VERSION "101"
| #define CHEROKEE_CONFIG_ARGS " '--with-wwwroot=/usr/local/www/cherokee' '--localstatedir=/var' '--disable-static' '--with-wwwuser=www' '--with-wwwgroup=www' '--disable-ipv6' '--with-mysql=no' '--with-ldap=no' '--with-geoip=yes' '--with-ffmpeg=no' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd8.3' 'build_alias=i386-portbld-freebsd8.3' 'CC=cc' 'CFLAGS=-O2 -pipe -fno-strict-aliasing' 'LDFLAGS= -L/usr/local/lib -pthread -Wl,-rpath=/usr/lib:/usr/local/lib' 'CPPFLAGS=-I/usr/local/include' 'CPP=cpp'"
| #define PACKAGE_PATCH_VERSION ""
| #define CPU_CACHE_LINE 32
| #define OS_TYPE "UNIX"
| #define SO_SUFFIX "so"
| #define MOD_SUFFIX "so"
| #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 HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_VPRINTF 1
| #define HAVE_INLINE 1
| #define STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_MACHINE_ENDIAN_H 1
| #define HAVE_SYS_ENDIAN_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_SYS_POLL_H 1
| #define HAVE_POLL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_STDARG_H 1
| #define HAVE_SYS_FILIO_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_GRP_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRUCT_STAT_ST_RDEV 1
| #define HAVE_ST_RDEV 1
| #define loff_t off_t
| #define offset_t loff_t
| #define SIZEOF_INT 4
| #define SIZEOF_LONG 4
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define SIZEOF_UNSIGNED_LONG_LONG 8
| #define SIZEOF_UNSIGNED_INT 4
| #define SIZEOF_OFF_T 8
| #define SIZEOF_SIZE_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
| static long int longval () { return (long int) (sizeof (sig_atomic_t)); }
| static unsigned long int ulongval () { return (long int) (sizeof (sig_atomic_t)); }
| #include <stdio.h>
| #include <stdlib.h>
| int
| main ()
| {
| 
|   FILE *f = fopen ("conftest.val", "w");
|   if (! f)
|     return 1;
|   if (((long int) (sizeof (sig_atomic_t))) < 0)
|     {
|       long int i = longval ();
|       if (i != ((long int) (sizeof (sig_atomic_t))))
| 	return 1;
|       fprintf (f, "%ld", i);
|     }
|   else
|     {
|       unsigned long int i = ulongval ();
|       if (i != ((long int) (sizeof (sig_atomic_t))))
| 	return 1;
|       fprintf (f, "%lu", i);
|     }
|   /* Do not output a trailing newline, as this causes \r\n confusion
|      on some platforms.  */
|   return ferror (f) || fclose (f) != 0;
| 
|   ;
|   return 0;
| }
configure:15483: error: in `/usr/ports/www/cherokee/work/cherokee-1.2.101':
configure:15486: error: cannot compute sizeof (sig_atomic_t)
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i386-portbld-freebsd8.3
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O2 -pipe -fno-strict-aliasing'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-I/usr/local/include
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value=cpp
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=' -L/usr/local/lib -pthread -Wl,-rpath=/usr/lib:/usr/local/lib'
ac_cv_env_LIBS_set=''
ac_cv_env_LIBS_value=''
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i386-portbld-freebsd8.3
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__doprnt=no
ac_cv_func_alloca=yes
ac_cv_func_alloca_works=yes
ac_cv_func_argz_count=no
ac_cv_func_argz_next=no
ac_cv_func_argz_stringify=no
ac_cv_func_asprintf=yes
ac_cv_func_btowc=yes
ac_cv_func_chown=yes
ac_cv_func_clock_gettime=yes
ac_cv_func_closedir_void=no
ac_cv_func_dlopen=yes
ac_cv_func_dup2=yes
ac_cv_func_fork=yes
ac_cv_func_fpurge=yes
ac_cv_func_fwprintf=yes
ac_cv_func_getcwd=yes
ac_cv_func_getdtablesize=yes
ac_cv_func_getegid=yes
ac_cv_func_geteuid=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_gethostname=yes
ac_cv_func_getopt=yes
ac_cv_func_getopt_long_only=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getrusage=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getuid=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_isblank=yes
ac_cv_func_iswblank=yes
ac_cv_func_iswcntrl=yes
ac_cv_func_iswctype=yes
ac_cv_func_link=yes
ac_cv_func_lstat=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_mbrtowc=yes
ac_cv_func_mbsinit=yes
ac_cv_func_memchr=yes
ac_cv_func_memcmp=yes
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_mkdtemp=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mlock=yes
ac_cv_func_mmap=yes
ac_cv_func_mprotect=yes
ac_cv_func_munlock=yes
ac_cv_func_munmap=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_obstacks=no
ac_cv_func_pathconf=yes
ac_cv_func_pipe=yes
ac_cv_func_posix_spawn=yes
ac_cv_func_pread=yes
ac_cv_func_pstat_getdynamic=no
ac_cv_func_pthread_cond_broadcast=yes
ac_cv_func_pthread_cond_destroy=yes
ac_cv_func_pthread_cond_init=yes
ac_cv_func_pthread_cond_signal=yes
ac_cv_func_pthread_cond_timedwait=yes
ac_cv_func_pthread_cond_wait=yes
ac_cv_func_pthread_equal=yes
ac_cv_func_pthread_exit=yes
ac_cv_func_pthread_mutex_destroy=yes
ac_cv_func_pthread_mutex_init=yes
ac_cv_func_pthread_mutex_lock=yes
ac_cv_func_pthread_mutex_unlock=yes
ac_cv_func_pthread_self=yes
ac_cv_func_putenv=yes
ac_cv_func_pwrite=yes
ac_cv_func_raise=yes
ac_cv_func_rawmemchr=no
ac_cv_func_readlink=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_realpath=yes
ac_cv_func_sched_yield=yes
ac_cv_func_select=yes
ac_cv_func_setenv=yes
ac_cv_func_setlocale=yes
ac_cv_func_setrlimit=yes
ac_cv_func_shl_load=no
ac_cv_func_shmget=yes
ac_cv_func_sigaction=yes
ac_cv_func_sigaltstack=yes
ac_cv_func_siginterrupt=yes
ac_cv_func_sigprocmask=yes
ac_cv_func_snprintf=yes
ac_cv_func_stpcpy=yes
ac_cv_func_strbrk=yes
ac_cv_func_strcasecmp=yes
ac_cv_func_strcspn=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strftime=yes
ac_cv_func_strlen=yes
ac_cv_func_strndup=yes
ac_cv_func_strnlen=yes
ac_cv_func_strnlen_working=yes
ac_cv_func_strpbrk=yes
ac_cv_func_strsignal=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoul=yes
ac_cv_func_symlink=yes
ac_cv_func_sysconf=yes
ac_cv_func_tsearch=yes
ac_cv_func_unsetenv=yes
ac_cv_func_utime=yes
ac_cv_func_utimes=yes
ac_cv_func_vasprintf=yes
ac_cv_func_vfork=yes
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_waitpid=yes
ac_cv_func_wcrtomb=yes
ac_cv_func_wcscoll=yes
ac_cv_func_wcslen=yes
ac_cv_func_wcsnlen=yes
ac_cv_func_wctob=yes
ac_cv_func_wcwidth=yes
ac_cv_func_yield=no
ac_cv_have_decl_alarm=yes
ac_cv_have_decl_clearerr_unlocked=yes
ac_cv_have_decl_feof_unlocked=yes
ac_cv_have_decl_ferror_unlocked=yes
ac_cv_have_decl_fpurge=yes
ac_cv_have_decl_frexpl=yes
ac_cv_have_decl_fseeko=yes
ac_cv_have_decl_ftello=yes
ac_cv_have_decl_getc_unlocked=yes
ac_cv_have_decl_getenv=yes
ac_cv_have_decl_getpagesize=yes
ac_cv_have_decl_isblank=yes
ac_cv_have_decl_putc_unlocked=yes
ac_cv_have_decl_setenv=yes
ac_cv_have_decl_sigaltstack=yes
ac_cv_have_decl_snprintf=yes
ac_cv_have_decl_strdup=yes
ac_cv_have_decl_strerror_r=yes
ac_cv_have_decl_strndup=yes
ac_cv_have_decl_strnlen=yes
ac_cv_have_decl_strsignal=yes
ac_cv_have_decl_strtod=yes
ac_cv_have_decl_sys_siglist=yes
ac_cv_have_decl_unsetenv=yes
ac_cv_have_decl_wctob=yes
ac_cv_header_alloca_h=no
ac_cv_header_argz_h=no
ac_cv_header_arpa_inet_h=yes
ac_cv_header_byteswap_h=no
ac_cv_header_ctype_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_dl_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_endian_h=no
ac_cv_header_errno_h=yes
ac_cv_header_error_h=no
ac_cv_header_execinfo_h=no
ac_cv_header_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_machine_endian_h=yes
ac_cv_header_malloc_h=no
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_net_if_h=yes
ac_cv_header_net_if_media_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_random_h=no
ac_cv_header_resource_h=no
ac_cv_header_sched_h=yes
ac_cv_header_search_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_spawn_h=yes
ac_cv_header_stdarg_h=yes
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_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=yes
ac_cv_header_sys_fcntl_h=yes
ac_cv_header_sys_filio_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_isa_defs_h=no
ac_cv_header_sys_machine_h=no
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_ofcntl_h=no
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_poll_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_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_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_varargs_h=no
ac_cv_header_sys_wait_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_time=yes
ac_cv_header_time_h=yes
ac_cv_header_ucontext_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_wchar_h=yes
ac_cv_header_wctype_h=yes
ac_cv_header_winsock2_h=no
ac_cv_header_winsock_h=no
ac_cv_host=i386-portbld-freebsd8.3
ac_cv_lib_dld_shl_load=no
ac_cv_member_struct_sigaction_sa_sigaction=yes
ac_cv_member_struct_stat_st_blksize=yes
ac_cv_member_struct_stat_st_rdev=yes
ac_cv_objext=o
ac_cv_path_BZIP2=/usr/bin/bzip2
ac_cv_path_EGREP=/usr/bin/egrep
ac_cv_path_FGREP=/usr/bin/fgrep
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_GZIP=/usr/bin/gzip
ac_cv_path_MKTEMP_COMMAND=/usr/bin/mktemp
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_install=/usr/bin/install
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=/usr/bin/awk
ac_cv_prog_CPP=cpp
ac_cv_prog_SED=/usr/bin/sed
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=''
ac_cv_prog_cc_c99=-std=gnu99
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=-std=gnu99
ac_cv_prog_make_gmake_set=yes
ac_cv_search_opendir='none required'
ac_cv_sizeof_int=4
ac_cv_sizeof_long=4
ac_cv_sizeof_off_t=8
ac_cv_sizeof_size_t=4
ac_cv_sizeof_unsigned_int=4
ac_cv_sizeof_unsigned_long=4
ac_cv_sizeof_unsigned_long_long=8
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_sys_stack_overflow_works=yes
ac_cv_type__Bool=yes
ac_cv_type_char=yes
ac_cv_type_char_p=yes
ac_cv_type_ino_t=yes
ac_cv_type_int16_t=yes
ac_cv_type_int32_t=yes
ac_cv_type_int=yes
ac_cv_type_intmax_t=yes
ac_cv_type_loff_t=no
ac_cv_type_long=yes
ac_cv_type_long_long_int=yes
ac_cv_type_mbstate_t=yes
ac_cv_type_mode_t=yes
ac_cv_type_nlink_t=yes
ac_cv_type_off_t=yes
ac_cv_type_offset_t=no
ac_cv_type_pid_t=yes
ac_cv_type_posix_spawn_file_actions_t=yes
ac_cv_type_posix_spawnattr_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_short=yes
ac_cv_type_sig_atomic_t=yes
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
ac_cv_type_stack_t=yes
ac_cv_type_u_char=yes
ac_cv_type_u_int16_t=yes
ac_cv_type_u_int32_t=yes
ac_cv_type_u_int8_t=yes
ac_cv_type_u_int=yes
ac_cv_type_u_long=yes
ac_cv_type_u_short=yes
ac_cv_type_uid_t=yes
ac_cv_type_unsigned_char=yes
ac_cv_type_unsigned_int=yes
ac_cv_type_unsigned_long=yes
ac_cv_type_unsigned_long_long=yes
ac_cv_type_unsigned_long_long_int=yes
ac_cv_type_unsigned_short=yes
ac_cv_type_volatile_sig_atomic_t=yes
ac_cv_type_wchar_t=yes
ac_cv_type_wint_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_prog_tar_ustar=/usr/bin/tar
cl_cv_prog_LN=/bin/ln
cl_cv_prog_cp='/bin/cp -p'
gl_cv_decl_null_works=yes
gl_cv_decl_readlink_works=yes
gl_cv_func_btowc_eof=yes
gl_cv_func_btowc_nul=yes
gl_cv_func_btowc_works=yes
gl_cv_func_dup2_works=yes
gl_cv_func_fcntl_f_dupfd_cloexec=yes
gl_cv_func_fcntl_f_dupfd_works=yes
gl_cv_func_fopen_slash=yes
gl_cv_func_fpurge_works=yes
gl_cv_func_frexp_no_libm=yes
gl_cv_func_fseeko=yes
gl_cv_func_ftello=yes
gl_cv_func_ftello_works=yes
gl_cv_func_getopt_posix=yes
gl_cv_func_isnand_no_libm=yes
gl_cv_func_iswcntrl_works=yes
gl_cv_func_ldexp_no_libm=yes
gl_cv_func_link_works=yes
gl_cv_func_lseek_pipe=yes
gl_cv_func_malloc_0_nonnull=1
gl_cv_func_malloc_posix=yes
gl_cv_func_mbrtowc_incomplete_state=yes
gl_cv_func_mbrtowc_nul_retval=yes
gl_cv_func_mbrtowc_null_arg1=yes
gl_cv_func_mbrtowc_null_arg2=yes
gl_cv_func_mbrtowc_retval=yes
gl_cv_func_mbrtowc_sanitycheck=yes
gl_cv_func_memchr_works=yes
gl_cv_func_nl_langinfo_yesexpr_works=yes
gl_cv_func_open_slash=yes
gl_cv_func_posix_spawn_works=yes
gl_cv_func_printf_directive_a=yes
gl_cv_func_printf_directive_f=yes
gl_cv_func_printf_directive_ls=yes
gl_cv_func_printf_directive_n=yes
gl_cv_func_printf_flag_grouping=yes
gl_cv_func_printf_flag_leftadjust=yes
gl_cv_func_printf_flag_zero=yes
gl_cv_func_printf_infinite=yes
gl_cv_func_printf_long_double=yes
gl_cv_func_printf_positions=yes
gl_cv_func_printf_precision=yes
gl_cv_func_printf_sizes_c99=yes
gl_cv_func_readlink_works=yes
gl_cv_func_realpath_works=yes
gl_cv_func_rename_dest_works=yes
gl_cv_func_rename_link_works=yes
gl_cv_func_rename_slash_dst_works=yes
gl_cv_func_rename_slash_src_works=yes
gl_cv_func_rmdir_works=yes
gl_cv_func_setenv_works=yes
gl_cv_func_sigprocmask=1
gl_cv_func_snprintf_retval_c99=yes
gl_cv_func_snprintf_size1=yes
gl_cv_func_snprintf_usable=yes
gl_cv_func_spawnattr_setschedparam=yes
gl_cv_func_spawnattr_setschedpolicy=yes
gl_cv_func_stat_dir_slash=yes
gl_cv_func_stat_file_slash=yes
gl_cv_func_strndup_works=yes
gl_cv_func_strstr_works_always=yes
gl_cv_func_strtod_works=yes
gl_cv_func_symlink_works=yes
gl_cv_func_ungetc_works=yes
gl_cv_func_unsetenv_works=yes
gl_cv_func_va_copy=yes
gl_cv_func_wcrtomb_retval=yes
gl_cv_func_wctob_works=yes
gl_cv_have_include_next=yes
gl_cv_have_raw_decl_memcpy=no
gl_cv_have_raw_decl_memmem=yes
gl_cv_have_raw_decl_memrchr=yes
gl_cv_have_raw_decl_rawmemchr=yes
gl_cv_have_raw_decl_stpcpy=yes
gl_cv_have_raw_decl_stpncpy=yes
gl_cv_have_raw_decl_strcasestr=yes
gl_cv_have_raw_decl_strdup=yes
gl_cv_have_raw_decl_strncat=yes
gl_cv_have_raw_decl_strndup=yes
gl_cv_have_raw_decl_strnlen=yes
gl_cv_have_raw_decl_strpbrk=yes
gl_cv_have_raw_decl_strsep=yes
gl_cv_have_raw_decl_strsignal=yes
gl_cv_have_raw_decl_strtok_r=yes
gl_cv_have_raw_decl_strverscmp=no
gl_cv_header_errno_h_complete=yes
gl_cv_header_inttypes_h=yes
gl_cv_header_langinfo_codeset=yes
gl_cv_header_langinfo_era=yes
gl_cv_header_langinfo_t_fmt_ampm=yes
gl_cv_header_langinfo_yesexpr=yes
gl_cv_header_math_huge_val_works=yes
gl_cv_header_math_nan_works=yes
gl_cv_header_stdint_h=yes
gl_cv_header_wchar_h_correct_inline=yes
gl_cv_sigaltstack_low_base=yes
gl_cv_size_max=yes
gl_cv_sys_struct_timespec_in_time_h=yes
gl_cv_sys_struct_timeval=yes
gl_cv_type_wctrans_t=yes
gl_cv_type_wctype_t=yes
gt_cv_c_wchar_t=yes
gt_cv_c_wint_t=yes
gt_cv_func_unsetenv_ret=int
gt_cv_ssize_t=yes
lt_cv_ar_at_file=no
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=''
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=no
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=''
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_MAGIC_CMD=/usr/bin/file
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'
lt_cv_sys_max_cmd_len=262144
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /usr/ports/www/cherokee/work/cherokee-1.2.101/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/ports/www/cherokee/work/cherokee-1.2.101/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /usr/ports/www/cherokee/work/cherokee-1.2.101/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/ports/www/cherokee/work/cherokee-1.2.101/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/ports/www/cherokee/work/cherokee-1.2.101/missing --run automake-1.11'
AWK='/usr/bin/awk'
CC='cc -std=gnu99'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O2 -pipe -fno-strict-aliasing'
CGI_ROOT=''
CHEROKEE_AGE='0'
CHEROKEE_CURRENT='0'
CHEROKEE_REVISION='1'
COMPILE_EPOLL_FALSE=''
COMPILE_EPOLL_TRUE=''
COMPILE_KQUEUE_FALSE=''
COMPILE_KQUEUE_TRUE=''
COMPILE_POLL_FALSE=''
COMPILE_POLL_TRUE=''
COMPILE_PORT_FALSE=''
COMPILE_PORT_TRUE=''
COMPILE_SELECT_FALSE=''
COMPILE_SELECT_TRUE=''
COMPILE_WIN32_SELECT_FALSE=''
COMPILE_WIN32_SELECT_TRUE=''
CPP='cpp'
CPPFLAGS='-I/usr/local/include'
CRYPT_CFLAGS=''
CRYPT_LIBS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/egrep'
ETR_SOCKET_LIBS=''
EXEEXT=''
FFMPEG_CFLAGS=''
FFMPEG_LIBS=''
FGREP='/usr/bin/fgrep'
GETTEXT_MACRO_VERSION=''
GMSGFMT=''
GMSGFMT_015=''
GREP='/usr/bin/grep'
HAVE_FFMPEG_FALSE=''
HAVE_FFMPEG_TRUE=''
HAVE_GEOIP_FALSE=''
HAVE_GEOIP_TRUE=''
HAVE_GETOPT_LONG_FALSE=''
HAVE_GETOPT_LONG_TRUE=''
HAVE_LDAP_FALSE=''
HAVE_LDAP_TRUE=''
HAVE_MSGFMT=''
HAVE_MYSQL_FALSE=''
HAVE_MYSQL_TRUE=''
HAVE_PAM_FALSE=''
HAVE_PAM_TRUE=''
HaveRtldGlobal=''
HaveRtldLocal=''
HaveRtldNext=''
HaveRtldNow=''
INSTALL_ADMIN_FALSE=''
INSTALL_ADMIN_TRUE=''
INSTALL_DATA='install  -o root -g wheel -m 444'
INSTALL_PROGRAM='install  -s -o root -g wheel -m 555'
INSTALL_SCRIPT='install  -o root -g wheel -m 555'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld'
LDFLAGS=' -L/usr/local/lib -pthread -Wl,-rpath=/usr/lib:/usr/local/lib'
LIBOBJS=''
LIBS=' '
LIBSSL_CFLAGS=''
LIBSSL_LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[^_].*"'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /usr/ports/www/cherokee/work/cherokee-1.2.101/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
MSGFMT=''
MSGFMT_015=''
MSGMERGE=''
MYSQL_CFLAGS=''
MYSQL_CONFIG=''
MYSQL_LDFLAGS=''
MYSQL_VERSION=''
NLS_ENABLED_FALSE=''
NLS_ENABLED_TRUE=''
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='cherokee'
PACKAGE_BUGREPORT='http://bugs.cherokee-project.com/'
PACKAGE_MAJOR_VERSION='1'
PACKAGE_MICRO_VERSION='101'
PACKAGE_MINOR_VERSION='2'
PACKAGE_NAME='cherokee'
PACKAGE_PATCH_VERSION=''
PACKAGE_STRING='cherokee 1.2.101'
PACKAGE_TARNAME='cherokee'
PACKAGE_URL=''
PACKAGE_VERSION='1.2.101'
PATH_SEPARATOR=':'
PHPCGI=''
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE='#'
PTHREAD_CFLAGS=''
PTHREAD_LIBS=''
PYTHON='/usr/local/bin/python2.7'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STATIC_BALANCER_FAILOVER_FALSE=''
STATIC_BALANCER_FAILOVER_TRUE=''
STATIC_BALANCER_IP_HASH_FALSE=''
STATIC_BALANCER_IP_HASH_TRUE=''
STATIC_BALANCER_ROUND_ROBIN_FALSE=''
STATIC_BALANCER_ROUND_ROBIN_TRUE=''
STATIC_COLLECTOR_RRD_FALSE=''
STATIC_COLLECTOR_RRD_TRUE=''
STATIC_CRYPTOR_LIBSSL_FALSE=''
STATIC_CRYPTOR_LIBSSL_TRUE=''
STATIC_ENCODER_DEFLATE_FALSE=''
STATIC_ENCODER_DEFLATE_TRUE=''
STATIC_ENCODER_GZIP_FALSE=''
STATIC_ENCODER_GZIP_TRUE=''
STATIC_GEN_EVHOST_FALSE=''
STATIC_GEN_EVHOST_TRUE=''
STATIC_HANDLER_ADMIN_FALSE=''
STATIC_HANDLER_ADMIN_TRUE=''
STATIC_HANDLER_CGI_FALSE=''
STATIC_HANDLER_CGI_TRUE=''
STATIC_HANDLER_COMMON_FALSE=''
STATIC_HANDLER_COMMON_TRUE=''
STATIC_HANDLER_CUSTOM_ERROR_FALSE=''
STATIC_HANDLER_CUSTOM_ERROR_TRUE=''
STATIC_HANDLER_DBSLAYER_FALSE=''
STATIC_HANDLER_DBSLAYER_TRUE=''
STATIC_HANDLER_DIRLIST_FALSE=''
STATIC_HANDLER_DIRLIST_TRUE=''
STATIC_HANDLER_DROP_FALSE=''
STATIC_HANDLER_DROP_TRUE=''
STATIC_HANDLER_EMPTY_GIF_FALSE=''
STATIC_HANDLER_EMPTY_GIF_TRUE=''
STATIC_HANDLER_ERROR_NN_FALSE=''
STATIC_HANDLER_ERROR_NN_TRUE=''
STATIC_HANDLER_ERROR_REDIR_FALSE=''
STATIC_HANDLER_ERROR_REDIR_TRUE=''
STATIC_HANDLER_FCGI_FALSE=''
STATIC_HANDLER_FCGI_TRUE=''
STATIC_HANDLER_FILE_FALSE=''
STATIC_HANDLER_FILE_TRUE=''
STATIC_HANDLER_PROXY_FALSE=''
STATIC_HANDLER_PROXY_TRUE=''
STATIC_HANDLER_REDIR_FALSE=''
STATIC_HANDLER_REDIR_TRUE=''
STATIC_HANDLER_RENDER_RRD_FALSE=''
STATIC_HANDLER_RENDER_RRD_TRUE=''
STATIC_HANDLER_SCGI_FALSE=''
STATIC_HANDLER_SCGI_TRUE=''
STATIC_HANDLER_SECDOWNLOAD_FALSE=''
STATIC_HANDLER_SECDOWNLOAD_TRUE=''
STATIC_HANDLER_SERVER_INFO_FALSE=''
STATIC_HANDLER_SERVER_INFO_TRUE=''
STATIC_HANDLER_SSI_FALSE=''
STATIC_HANDLER_SSI_TRUE=''
STATIC_HANDLER_STREAMING_FALSE=''
STATIC_HANDLER_STREAMING_TRUE=''
STATIC_HANDLER_UWSGI_FALSE=''
STATIC_HANDLER_UWSGI_TRUE=''
STATIC_LOGGER_COMBINED_FALSE=''
STATIC_LOGGER_COMBINED_TRUE=''
STATIC_LOGGER_CUSTOM_FALSE=''
STATIC_LOGGER_CUSTOM_TRUE=''
STATIC_LOGGER_NCSA_FALSE=''
STATIC_LOGGER_NCSA_TRUE=''
STATIC_POST_REPORT_FALSE=''
STATIC_POST_REPORT_TRUE=''
STATIC_POST_TRACK_FALSE=''
STATIC_POST_TRACK_TRUE=''
STATIC_RULE_AND_FALSE=''
STATIC_RULE_AND_TRUE=''
STATIC_RULE_BIND_FALSE=''
STATIC_RULE_BIND_TRUE=''
STATIC_RULE_DIRECTORY_FALSE=''
STATIC_RULE_DIRECTORY_TRUE=''
STATIC_RULE_EXISTS_FALSE=''
STATIC_RULE_EXISTS_TRUE=''
STATIC_RULE_EXTENSIONS_FALSE=''
STATIC_RULE_EXTENSIONS_TRUE=''
STATIC_RULE_FROM_FALSE=''
STATIC_RULE_FROM_TRUE=''
STATIC_RULE_FULL_PATH_FALSE=''
STATIC_RULE_FULL_PATH_TRUE=''
STATIC_RULE_GEOIP_FALSE=''
STATIC_RULE_GEOIP_TRUE=''
STATIC_RULE_HEADER_FALSE=''
STATIC_RULE_HEADER_TRUE=''
STATIC_RULE_METHOD_FALSE=''
STATIC_RULE_METHOD_TRUE=''
STATIC_RULE_NOT_FALSE=''
STATIC_RULE_NOT_TRUE=''
STATIC_RULE_OR_FALSE=''
STATIC_RULE_OR_TRUE=''
STATIC_RULE_REQUEST_FALSE=''
STATIC_RULE_REQUEST_TRUE=''
STATIC_RULE_TLS_FALSE=''
STATIC_RULE_TLS_TRUE=''
STATIC_RULE_URL_ARG_FALSE=''
STATIC_RULE_URL_ARG_TRUE=''
STATIC_VALIDATOR_AUTHLIST_FALSE=''
STATIC_VALIDATOR_AUTHLIST_TRUE=''
STATIC_VALIDATOR_HTDIGEST_FALSE=''
STATIC_VALIDATOR_HTDIGEST_TRUE=''
STATIC_VALIDATOR_HTPASSWD_FALSE=''
STATIC_VALIDATOR_HTPASSWD_TRUE=''
STATIC_VALIDATOR_LDAP_FALSE=''
STATIC_VALIDATOR_LDAP_TRUE=''
STATIC_VALIDATOR_MYSQL_FALSE=''
STATIC_VALIDATOR_MYSQL_TRUE=''
STATIC_VALIDATOR_PAM_FALSE=''
STATIC_VALIDATOR_PAM_TRUE=''
STATIC_VALIDATOR_PLAIN_FALSE=''
STATIC_VALIDATOR_PLAIN_TRUE=''
STATIC_VRULE_OR_FALSE=''
STATIC_VRULE_OR_TRUE=''
STATIC_VRULE_REHOST_FALSE=''
STATIC_VRULE_REHOST_TRUE=''
STATIC_VRULE_TARGET_IP_FALSE=''
STATIC_VRULE_TARGET_IP_TRUE=''
STATIC_VRULE_WILDCARD_FALSE=''
STATIC_VRULE_WILDCARD_TRUE=''
STRIP='strip'
USE_CRYPT_FALSE=''
USE_CRYPT_TRUE=''
USE_INTERNAL_PCRE_FALSE=''
USE_INTERNAL_PCRE_TRUE=''
USE_NLS=''
USE_OPENSSL_FALSE=''
USE_OPENSSL_TRUE=''
USE_PTHREAD_FALSE=''
USE_PTHREAD_TRUE=''
USE_SYSV_SEMAPHORES_FALSE=''
USE_SYSV_SEMAPHORES_TRUE=''
VERSION='1.2.101'
WWW_GROUP=''
WWW_ROOT=''
WWW_USER=''
XGETTEXT=''
XGETTEXT_015=''
XGETTEXT_EXTRA_OPTIONS=''
ac_ct_AR='ar'
ac_ct_CC='cc'
ac_ct_DUMPBIN=''
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 -'
bindir='${exec_prefix}/bin'
build='i386-portbld-freebsd8.3'
build_alias='i386-portbld-freebsd8.3'
build_cpu='i386'
build_os='freebsd8.3'
build_vendor='portbld'
cherokeepath=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i386-portbld-freebsd8.3'
host_alias=''
host_cpu='i386'
host_os='freebsd8.3'
host_vendor='portbld'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='/usr/local/info'
install_sh='${SHELL} /usr/ports/www/cherokee/work/cherokee-1.2.101/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var'
mandir='/usr/local/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=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "cherokee"
#define PACKAGE_TARNAME "cherokee"
#define PACKAGE_VERSION "1.2.101"
#define PACKAGE_STRING "cherokee 1.2.101"
#define PACKAGE_BUGREPORT "http://bugs.cherokee-project.com/"
#define PACKAGE_URL ""
#define PACKAGE_MAJOR_VERSION "1"
#define PACKAGE_MINOR_VERSION "2"
#define PACKAGE_MICRO_VERSION "101"
#define CHEROKEE_CONFIG_ARGS " '--with-wwwroot=/usr/local/www/cherokee' '--localstatedir=/var' '--disable-static' '--with-wwwuser=www' '--with-wwwgroup=www' '--disable-ipv6' '--with-mysql=no' '--with-ldap=no' '--with-geoip=yes' '--with-ffmpeg=no' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=i386-portbld-freebsd8.3' 'build_alias=i386-portbld-freebsd8.3' 'CC=cc' 'CFLAGS=-O2 -pipe -fno-strict-aliasing' 'LDFLAGS= -L/usr/local/lib -pthread -Wl,-rpath=/usr/lib:/usr/local/lib' 'CPPFLAGS=-I/usr/local/include' 'CPP=cpp'"
#define PACKAGE_PATCH_VERSION ""
#define CPU_CACHE_LINE 32
#define OS_TYPE "UNIX"
#define SO_SUFFIX "so"
#define MOD_SUFFIX "so"
#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 HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_DIRENT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define HAVE_STDLIB_H 1
#define HAVE_REALLOC 1
#define HAVE_VPRINTF 1
#define HAVE_INLINE 1
#define STDC_HEADERS 1
#define HAVE_DIRENT_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_MACHINE_ENDIAN_H 1
#define HAVE_SYS_ENDIAN_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_SYS_POLL_H 1
#define HAVE_POLL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_FCNTL_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_STDINT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_PWD_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_NETDB_H 1
#define HAVE_STDARG_H 1
#define HAVE_SYS_FILIO_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_GRP_H 1
#define HAVE_SCHED_H 1
#define HAVE_STRUCT_STAT_ST_RDEV 1
#define HAVE_ST_RDEV 1
#define loff_t off_t
#define offset_t loff_t
#define SIZEOF_INT 4
#define SIZEOF_LONG 4
#define SIZEOF_UNSIGNED_INT 4
#define SIZEOF_UNSIGNED_LONG 4
#define SIZEOF_UNSIGNED_LONG_LONG 8
#define SIZEOF_UNSIGNED_INT 4
#define SIZEOF_OFF_T 8
#define SIZEOF_SIZE_T 4

configure: exit 77


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307190450.r6J4ooR0067637>