This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure --with-showlistmodes --with-listen=5 --with-dpath=/home/digi198816/Unreal3.2 --with-spath=/home/digi198816/Unreal3.2/src/ircd --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-hostname=ircd3.thehostbusters.com --with-permissions=0600 --with-fd-setsize=100 --enable-dynamic-linking ## --------- ## ## Platform. ## ## --------- ## hostname = ircd3.thehostbusters.com uname -m = i386 uname -r = 4.10-RELEASE uname -s = FreeBSD uname -v = FreeBSD 4.10-RELEASE #1: Sun Feb 13 00:33:53 CST 2005 Allan@ircd3.thehostbusters.com:/usr/src/sys/compile/IRCD3 /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /home/digi198816/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1791: checking for gcc configure:1807: found /usr/bin/gcc configure:1818: result: gcc configure:2056: checking for C compiler version configure:2063: gcc --version >&5 2.95.4 configure:2066: $? = 0 configure:2073: gcc -v >&5 Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] configure:2076: $? = 0 configure:2083: gcc -V >&5 gcc: argument to `-V' is missing configure:2086: $? = 1 configure:2109: checking for C compiler default output file name configure:2136: gcc conftest.c >&5 configure:2139: $? = 0 configure:2177: result: a.out configure:2194: checking whether the C compiler works configure:2204: ./a.out configure:2207: $? = 0 configure:2224: result: yes configure:2231: checking whether we are cross compiling configure:2233: result: no configure:2236: checking for suffix of executables configure:2243: gcc -o conftest conftest.c >&5 configure:2246: $? = 0 configure:2270: result: configure:2276: checking for suffix of object files configure:2302: gcc -c conftest.c >&5 configure:2305: $? = 0 configure:2328: result: o configure:2332: checking whether we are using the GNU C compiler configure:2361: gcc -c conftest.c >&5 configure:2367: $? = 0 configure:2384: result: yes configure:2389: checking whether gcc accepts -g configure:2419: gcc -c -g conftest.c >&5 configure:2425: $? = 0 configure:2524: result: yes configure:2541: checking for gcc option to accept ISO C89 configure:2615: gcc -c -g -O2 conftest.c >&5 configure:2621: $? = 0 configure:2644: result: none needed configure:2665: checking if gcc has a working -pipe configure:2694: gcc -c -g -O2 -funsigned-char -pipe conftest.c >&5 configure:2700: $? = 0 configure:2717: result: yes configure:2735: checking for rm configure:2753: found /bin/rm configure:2765: result: /bin/rm configure:2775: checking for cp configure:2793: found /bin/cp configure:2805: result: /bin/cp configure:2815: checking for touch configure:2833: found /usr/bin/touch configure:2845: result: /usr/bin/touch configure:2855: checking for openssl configure:2873: found /usr/bin/openssl configure:2885: result: /usr/bin/openssl configure:2895: checking for install configure:2913: found /usr/bin/install configure:2925: result: /usr/bin/install configure:2935: checking for gmake configure:2951: found /usr/local/bin/gmake configure:2963: result: gmake configure:2973: checking for gmake configure:2991: found /usr/local/bin/gmake configure:3003: result: /usr/local/bin/gmake configure:3013: checking for gunzip configure:3031: found /usr/bin/gunzip configure:3043: result: /usr/bin/gunzip configure:3053: checking for pkg-config configure:3071: found /usr/local/bin/pkg-config configure:3083: result: /usr/local/bin/pkg-config configure:3092: checking for crypt in -ldescrypt configure:3127: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c -ldescrypt >&5 /usr/libexec/elf/ld: cannot find -ldescrypt configure:3133: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char crypt (); | int | main () | { | return crypt (); | ; | return 0; | } configure:3151: result: no configure:3159: checking for crypt in -lcrypt configure:3194: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c -lcrypt >&5 configure:3200: $? = 0 configure:3218: result: yes configure:3229: checking for socket in -lsocket configure:3264: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c -lsocket >&5 /usr/libexec/elf/ld: cannot find -lsocket configure:3270: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_CRYPT 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char socket (); | int | main () | { | return socket (); | ; | return 0; | } configure:3288: result: no configure:3294: checking for inet_ntoa in -lnsl configure:3329: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c -lnsl >&5 /usr/libexec/elf/ld: cannot find -lnsl configure:3335: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_CRYPT 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char inet_ntoa (); | int | main () | { | return inet_ntoa (); | ; | return 0; | } configure:3353: result: no configure:3371: checking how to run the C preprocessor configure:3411: gcc -E conftest.c configure:3417: $? = 0 configure:3448: gcc -E conftest.c conftest.c:9: ac_nonexistent.h: No such file or directory configure:3454: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_CRYPT 1 | /* end confdefs.h. */ | #include configure:3487: result: gcc -E configure:3516: gcc -E conftest.c configure:3522: $? = 0 configure:3553: gcc -E conftest.c conftest.c:9: ac_nonexistent.h: No such file or directory configure:3559: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_CRYPT 1 | /* end confdefs.h. */ | #include configure:3597: checking for grep that handles long lines and -e configure:3671: result: /usr/bin/grep configure:3676: checking for egrep configure:3754: result: /usr/bin/grep -E configure:3759: checking for ANSI C header files configure:3789: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:3795: $? = 0 configure:3891: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:3894: $? = 0 configure:3900: ./conftest configure:3903: $? = 0 configure:3920: result: yes configure:3944: checking for sys/types.h configure:3965: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:3971: $? = 0 configure:3987: result: yes configure:3944: checking for sys/stat.h configure:3965: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:3971: $? = 0 configure:3987: result: yes configure:3944: checking for stdlib.h configure:3965: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:3971: $? = 0 configure:3987: result: yes configure:3944: checking for string.h configure:3965: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:3971: $? = 0 configure:3987: result: yes configure:3944: checking for memory.h configure:3965: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:3971: $? = 0 configure:3987: result: yes configure:3944: checking for strings.h configure:3965: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:3971: $? = 0 configure:3987: result: yes configure:3944: checking for inttypes.h configure:3965: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:3971: $? = 0 configure:3987: result: yes configure:3944: checking for stdint.h configure:3965: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 conftest.c:51: stdint.h: No such file or directory configure:3971: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_CRYPT 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | | #include configure:3987: result: no configure:3944: checking for unistd.h configure:3965: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:3971: $? = 0 configure:3987: result: yes configure:4009: checking sys/param.h usability configure:4026: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:4032: $? = 0 configure:4046: result: yes configure:4050: checking sys/param.h presence configure:4065: gcc -E conftest.c configure:4071: $? = 0 configure:4085: result: yes configure:4113: checking for sys/param.h configure:4120: result: yes configure:4133: checking for stdlib.h configure:4138: result: yes configure:4275: checking stddef.h usability configure:4292: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:4298: $? = 0 configure:4312: result: yes configure:4316: checking stddef.h presence configure:4331: gcc -E conftest.c configure:4337: $? = 0 configure:4351: result: yes configure:4379: checking for stddef.h configure:4386: result: yes configure:4408: checking sys/syslog.h usability configure:4425: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:4431: $? = 0 configure:4445: result: yes configure:4449: checking sys/syslog.h presence configure:4464: gcc -E conftest.c configure:4470: $? = 0 configure:4484: result: yes configure:4512: checking for sys/syslog.h configure:4519: result: yes configure:4532: checking for unistd.h configure:4537: result: yes configure:4665: checking for string.h configure:4670: result: yes configure:4798: checking for strings.h configure:4803: result: yes configure:4940: checking malloc.h usability configure:4957: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 In file included from conftest.c:58: /usr/include/malloc.h:2: warning: #warning "this file includes which is deprecated, use instead" configure:4963: $? = 0 configure:4977: result: yes configure:4981: checking malloc.h presence configure:4996: gcc -E conftest.c In file included from conftest.c:25: /usr/include/malloc.h:2: warning: #warning "this file includes which is deprecated, use instead" configure:5002: $? = 0 configure:5016: result: yes configure:5044: checking for malloc.h configure:5051: result: yes configure:5073: checking sys/rusage.h usability configure:5090: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 conftest.c:59: sys/rusage.h: No such file or directory configure:5096: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_CRYPT 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define PARAMH 1 | #define STDLIBH 1 | #define STDDEFH 1 | #define SYSSYSLOGH 1 | #define UNISTDH 1 | #define STRINGH 1 | #define STRINGSH 1 | #define MALLOCH | /* end confdefs.h. */ | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:5110: result: no configure:5114: checking sys/rusage.h presence configure:5129: gcc -E conftest.c conftest.c:26: sys/rusage.h: No such file or directory configure:5135: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_CRYPT 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define PARAMH 1 | #define STDLIBH 1 | #define STDDEFH 1 | #define SYSSYSLOGH 1 | #define UNISTDH 1 | #define STRINGH 1 | #define STRINGSH 1 | #define MALLOCH | /* end confdefs.h. */ | #include configure:5149: result: no configure:5177: checking for sys/rusage.h configure:5184: result: no configure:5206: checking glob.h usability configure:5223: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:5229: $? = 0 configure:5243: result: yes configure:5247: checking glob.h presence configure:5262: gcc -E conftest.c configure:5268: $? = 0 configure:5282: result: yes configure:5310: checking for glob.h configure:5317: result: yes configure:5329: checking for an ANSI C-conforming const configure:5404: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:5410: $? = 0 configure:5425: result: yes configure:5435: checking for inline configure:5461: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:5467: $? = 0 configure:5485: result: inline configure:5504: checking for size_t configure:5534: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:5540: $? = 0 configure:5555: result: yes configure:5567: checking whether time.h and sys/time.h may both be included configure:5597: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:5603: $? = 0 configure:5618: result: yes configure:5628: checking whether struct tm is in sys/time.h or time.h configure:5658: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:5664: $? = 0 configure:5679: result: time.h configure:5689: checking for uid_t in sys/types.h configure:5712: result: yes configure:5727: checking for short configure:5757: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:5763: $? = 0 configure:5778: result: yes configure:5785: checking size of short configure:6087: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:6090: $? = 0 configure:6096: ./conftest configure:6099: $? = 0 configure:6122: result: 2 configure:6132: checking for int configure:6162: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:6168: $? = 0 configure:6183: result: yes configure:6190: checking size of int configure:6492: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:6495: $? = 0 configure:6501: ./conftest configure:6504: $? = 0 configure:6527: result: 4 configure:6537: checking for long configure:6567: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:6573: $? = 0 configure:6588: result: yes configure:6595: checking size of long configure:6897: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:6900: $? = 0 configure:6906: ./conftest configure:6909: $? = 0 configure:6932: result: 4 configure:7070: checking for int16_t configure:7100: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:7106: $? = 0 configure:7121: result: yes configure:7133: checking for u_int16_t configure:7163: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:7169: $? = 0 configure:7184: result: yes configure:7202: checking for int32_t configure:7232: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:7238: $? = 0 configure:7253: result: yes configure:7265: checking for u_int32_t configure:7295: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:7301: $? = 0 configure:7316: result: yes configure:7587: checking for rlim_t configure:7617: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:7623: $? = 0 configure:7638: result: yes configure:7645: checking size of rlim_t configure:7947: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:7950: $? = 0 configure:7956: ./conftest configure:7959: $? = 0 configure:7982: result: 8 configure:8000: checking what kind of nonblocking sockets you have configure:8054: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 conftest.c: In function `main': conftest.c:49: warning: passing arg 2 of `signal' from incompatible pointer type configure:8057: $? = 0 configure:8063: ./conftest configure:8066: $? = 0 configure:8226: result: O_NONBLOCK configure:8246: checking whether gcc needs -traditional conftest.c:34: termio.h: No such file or directory configure:8288: result: no configure:8295: checking whether setpgrp takes no argument configure:8329: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:8332: $? = 0 configure:8338: ./conftest configure:8341: $? = 0 configure:8357: result: no configure:8367: checking for function prototypes configure:8370: result: yes configure:8387: checking whether setvbuf arguments are reversed configure:8417: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 conftest.c:38: conflicting types for `setvbuf' /usr/include/stdio.h:237: previous declaration of `setvbuf' configure:8423: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_CRYPT 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define PARAMH 1 | #define STDLIBH 1 | #define STDDEFH 1 | #define SYSSYSLOGH 1 | #define UNISTDH 1 | #define STRINGH 1 | #define STRINGSH 1 | #define MALLOCH | #define GLOBH 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_RLIM_T 8 | #define LONG_LONG_RLIM_T 1 | #define NBLOCK_POSIX 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | /* end confdefs.h. */ | #include | # ifdef PROTOTYPES | int (setvbuf) (FILE *, int, char *, size_t); | # endif | int | main () | { | char buf; return setvbuf (stdout, _IOLBF, &buf, 1); | ; | return 0; | } configure:8544: result: no configure:8556: checking for working alloca.h configure:8583: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 conftest.c:36: alloca.h: No such file or directory configure:8589: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_CRYPT 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define PARAMH 1 | #define STDLIBH 1 | #define STDDEFH 1 | #define SYSSYSLOGH 1 | #define UNISTDH 1 | #define STRINGH 1 | #define STRINGSH 1 | #define MALLOCH | #define GLOBH 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_RLIM_T 8 | #define LONG_LONG_RLIM_T 1 | #define NBLOCK_POSIX 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | /* end confdefs.h. */ | #include | int | main () | { | char *p = (char *) alloca (2 * sizeof (int)); | if (p) return 0; | ; | return 0; | } configure:8606: result: no configure:8616: checking for alloca configure:8663: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:8669: $? = 0 configure:8686: result: yes configure:8917: checking for snprintf configure:8973: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:8979: $? = 0 configure:8997: result: yes configure:9014: checking for vsnprintf configure:9070: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:9076: $? = 0 configure:9094: result: yes configure:9111: checking for strlcpy configure:9167: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:9173: $? = 0 configure:9191: result: yes configure:9208: checking for strlcat configure:9264: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:9270: $? = 0 configure:9288: result: yes configure:9305: checking for strlncat configure:9361: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 /tmp/ccJIkBac.o: In function `main': /home/digi198816/Unreal3.2/conftest.c:79: undefined reference to `strlncat' configure:9367: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_CRYPT 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define PARAMH 1 | #define STDLIBH 1 | #define STDDEFH 1 | #define SYSSYSLOGH 1 | #define UNISTDH 1 | #define STRINGH 1 | #define STRINGSH 1 | #define MALLOCH | #define GLOBH 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_RLIM_T 8 | #define LONG_LONG_RLIM_T 1 | #define NBLOCK_POSIX 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCAT 1 | /* end confdefs.h. */ | /* Define strlncat to an innocuous variant, in case declares strlncat. | For example, HP-UX 11i declares gettimeofday. */ | #define strlncat innocuous_strlncat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strlncat (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strlncat | | /* 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 strlncat (); | /* 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_strlncat || defined __stub___strlncat | choke me | #endif | | int | main () | { | return strlncat (); | ; | return 0; | } configure:9385: result: no configure:9402: checking for inet_pton configure:9458: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:9464: $? = 0 configure:9482: result: yes configure:9499: checking for inet_ntop configure:9555: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:9561: $? = 0 configure:9579: result: yes configure:9592: checking if C99 variable length arrays are supported configure:9625: gcc -c -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:9631: $? = 0 configure:9647: result: yes configure:9655: checking if we can set the core size to unlimited configure:9693: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:9696: $? = 0 configure:9702: ./conftest configure:9705: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_CRYPT 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define PARAMH 1 | #define STDLIBH 1 | #define STDDEFH 1 | #define SYSSYSLOGH 1 | #define UNISTDH 1 | #define STRINGH 1 | #define STRINGSH 1 | #define MALLOCH | #define GLOBH 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_RLIM_T 8 | #define LONG_LONG_RLIM_T 1 | #define NBLOCK_POSIX 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCAT 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_NTOP 1 | #define HAVE_C99_VARLEN_ARRAY 1 | /* end confdefs.h. */ | | #include | #include | #include | int main() { | struct rlimit corelim; | corelim.rlim_cur = corelim.rlim_max = RLIM_INFINITY; | if (setrlimit(RLIMIT_CORE, &corelim)) | exit(1); | exit(0); | } | configure:9722: result: no configure:9734: checking for vprintf configure:9790: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:9796: $? = 0 configure:9814: result: yes configure:9821: checking for _doprnt configure:9877: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 /tmp/ccQFFJbi.o: In function `main': /home/digi198816/Unreal3.2/conftest.c:85: undefined reference to `_doprnt' configure:9883: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_CRYPT 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define PARAMH 1 | #define STDLIBH 1 | #define STDDEFH 1 | #define SYSSYSLOGH 1 | #define UNISTDH 1 | #define STRINGH 1 | #define STRINGSH 1 | #define MALLOCH | #define GLOBH 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_RLIM_T 8 | #define LONG_LONG_RLIM_T 1 | #define NBLOCK_POSIX 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCAT 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_NTOP 1 | #define HAVE_C99_VARLEN_ARRAY 1 | #define HAVE_VPRINTF 1 | /* end confdefs.h. */ | /* Define _doprnt to an innocuous variant, in case declares _doprnt. | For example, HP-UX 11i declares gettimeofday. */ | #define _doprnt innocuous__doprnt | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _doprnt (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef _doprnt | | /* 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 _doprnt (); | /* 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__doprnt || defined __stub____doprnt | choke me | #endif | | int | main () | { | return _doprnt (); | ; | return 0; | } configure:9900: result: no configure:9918: checking for gettimeofday configure:9974: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:9980: $? = 0 configure:9998: result: yes configure:10113: checking for getrusage configure:10169: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:10175: $? = 0 configure:10193: result: yes configure:10308: checking for setproctitle configure:10364: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:10370: $? = 0 configure:10388: result: yes configure:10593: checking what type of signals you have configure:10625: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:10628: $? = 0 configure:10634: ./conftest configure:10637: $? = 0 configure:10718: result: POSIX configure:10741: checking for strtoken configure:10797: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 /tmp/cc35Ey49.o: In function `main': /home/digi198816/Unreal3.2/conftest.c:92: undefined reference to `strtoken' configure:10803: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define HAVE_CRYPT 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define PARAMH 1 | #define STDLIBH 1 | #define STDDEFH 1 | #define SYSSYSLOGH 1 | #define UNISTDH 1 | #define STRINGH 1 | #define STRINGSH 1 | #define MALLOCH | #define GLOBH 1 | #define TIME_WITH_SYS_TIME 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_RLIM_T 8 | #define LONG_LONG_RLIM_T 1 | #define NBLOCK_POSIX 1 | #define PROTOTYPES 1 | #define __PROTOTYPES 1 | #define HAVE_ALLOCA 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCPY 1 | #define HAVE_STRLCAT 1 | #define HAVE_STRLCAT 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_PTON 1 | #define HAVE_INET_NTOP 1 | #define HAVE_INET_NTOP 1 | #define HAVE_C99_VARLEN_ARRAY 1 | #define HAVE_VPRINTF 1 | #define HAVE_GETTIMEOFDAY 1 | #define GETTIMEOFDAY 1 | #define HAVE_GETRUSAGE 1 | #define GETRUSAGE_2 1 | #define HAVE_SETPROCTITLE 1 | #define HAVE_SETPROCTITLE 1 | #define POSIX_SIGNALS 1 | /* end confdefs.h. */ | /* Define strtoken to an innocuous variant, in case declares strtoken. | For example, HP-UX 11i declares gettimeofday. */ | #define strtoken innocuous_strtoken | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strtoken (); below. | Prefer to if __STDC__ is defined, since | exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include | #else | # include | #endif | | #undef strtoken | | /* 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 strtoken (); | /* 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_strtoken || defined __stub___strtoken | choke me | #endif | | int | main () | { | return strtoken (); | ; | return 0; | } configure:10821: result: no configure:10840: checking for strtok configure:10896: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:10902: $? = 0 configure:10920: result: yes configure:10939: checking for strerror configure:10995: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:11001: $? = 0 configure:11019: result: yes configure:11038: checking for index configure:11094: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:11100: $? = 0 configure:11118: result: yes configure:11137: checking for strtoul configure:11193: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:11199: $? = 0 configure:11217: result: yes configure:11233: checking for bcopy configure:11289: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:11295: $? = 0 configure:11313: result: yes configure:11332: checking for bcmp configure:11388: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:11394: $? = 0 configure:11412: result: yes configure:11431: checking for bzero configure:11487: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:11493: $? = 0 configure:11511: result: yes configure:11530: checking for strcasecmp configure:11586: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:11592: $? = 0 configure:11610: result: yes configure:11629: checking for inet_addr configure:11685: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:11691: $? = 0 configure:11709: result: yes configure:11728: checking for inet_ntoa configure:11784: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:11790: $? = 0 configure:11808: result: yes configure:11827: checking for inet_netof configure:11883: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:11889: $? = 0 configure:11907: result: yes configure:11927: checking for syslog configure:11983: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:11989: $? = 0 configure:12007: result: yes configure:12024: checking for vsyslog configure:12080: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:12086: $? = 0 configure:12104: result: yes configure:12452: checking for dlopen configure:12508: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing conftest.c >&5 configure:12514: $? = 0 configure:12531: result: yes configure:12615: checking if we need the -export-dynamic flag configure:12642: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -export-dynamic conftest.c >&5 configure:12648: $? = 0 configure:12665: result: yes configure:12671: checking for compiler option to produce PIC configure:12696: result: -fPIC -DPIC -shared configure:12698: checking if your system prepends an underscore on symbols configure:12718: result: no configure:12882: checking if FD_SETSIZE is large enough to allow 100 file descriptors configure:12913: gcc -o conftest -pipe -g -O2 -funsigned-char -fno-strict-aliasing -export-dynamic conftest.c >&5 configure:12916: $? = 0 configure:12922: ./conftest configure:12925: $? = 0 configure:12927: result: yes configure:12958: result: extracting TRE regex library configure:12971: result: configuring TRE regex library configure:12975: result: compiling TRE regex library configure:12978: result: installing TRE regex library configure:12993: result: extracting c-ares resolver library configure:13006: result: configuring c-ares library configure:13010: result: compiling c-ares resolver library configure:13013: result: installing c-ares resolver library configure:13131: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on ircd3.thehostbusters.com config.status:619: creating Makefile config.status:619: creating src/modules/Makefile config.status:619: creating unreal config.status:619: creating ircdcron/ircdchk config.status:619: creating include/setup.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## 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_export_dynamic=yes ac_cv_force_core=no ac_cv_func__doprnt=no ac_cv_func_alloca_works=yes ac_cv_func_bcmp=yes ac_cv_func_bcopy=yes ac_cv_func_bzero=yes ac_cv_func_dlopen=yes ac_cv_func_getrusage=yes ac_cv_func_gettimeofday=yes ac_cv_func_index=yes ac_cv_func_inet_addr=yes ac_cv_func_inet_netof=yes ac_cv_func_inet_ntoa=yes ac_cv_func_inet_ntop=yes ac_cv_func_inet_pton=yes ac_cv_func_setpgrp_void=no ac_cv_func_setproctitle=yes ac_cv_func_setvbuf_reversed=no ac_cv_func_snprintf=yes ac_cv_func_strcasecmp=yes ac_cv_func_strerror=yes ac_cv_func_strlcat=yes ac_cv_func_strlcpy=yes ac_cv_func_strlncat=no ac_cv_func_strtok=yes ac_cv_func_strtoken=no ac_cv_func_strtoul=yes ac_cv_func_syslog=yes ac_cv_func_vprintf=yes ac_cv_func_vsnprintf=yes ac_cv_func_vsyslog=yes ac_cv_header_glob_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_rusage_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_syslog_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_lib_crypt_crypt=yes ac_cv_lib_descrypt_crypt=no ac_cv_lib_nsl_inet_ntoa=no ac_cv_lib_socket_socket=no ac_cv_nonblocking=O_NONBLOCK ac_cv_objext=o ac_cv_path_CP=/bin/cp ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_GMAKE=/usr/local/bin/gmake ac_cv_path_GREP=/usr/bin/grep ac_cv_path_GUNZIP=/usr/bin/gunzip ac_cv_path_INSTALL=/usr/bin/install ac_cv_path_OPENSSLPATH=/usr/bin/openssl ac_cv_path_PKGCONFIG=/usr/local/bin/pkg-config ac_cv_path_RM=/bin/rm ac_cv_path_TOUCH=/usr/bin/touch ac_cv_pic='-fPIC -DPIC -shared' ac_cv_pipe=yes ac_cv_prog_CPP='gcc -E' ac_cv_prog_MAKER=gmake ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_gcc_traditional=no ac_cv_sigtype=POSIX ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_rlim_t=8 ac_cv_sizeof_short=2 ac_cv_struct_tm=time.h ac_cv_type_int16_t=yes ac_cv_type_int32_t=yes ac_cv_type_int=yes ac_cv_type_long=yes ac_cv_type_rlim_t=yes ac_cv_type_short=yes ac_cv_type_size_t=yes ac_cv_type_u_int16_t=yes ac_cv_type_u_int32_t=yes ac_cv_type_uid_t=yes ac_cv_underscore=no ac_cv_varlen_arrays=yes ac_cv_working_alloca_h=no ## ----------------- ## ## Output variables. ## ## ----------------- ## ALLOCA='' BINDIR='/home/digi198816/Unreal3.2/src/ircd' CARESINCDIR='/home/digi198816/Unreal3.2/extras/c-ares/include' CARESLIBDIR='-L../extras/c-ares/lib' CARESLIBS='' CC='gcc' CFLAGS='-pipe -g -O2 -funsigned-char -fno-strict-aliasing -export-dynamic' CP='/bin/cp' CPP='gcc -E' CPPFLAGS='' CRYPTOLIB='' DEFS='-DHAVE_CONFIG_H' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' FD_SETSIZE='' GMAKE='/usr/local/bin/gmake' GREP='/usr/bin/grep' GUNZIP='/usr/bin/gunzip' HAVE_ZLIB='' INSTALL='/usr/bin/install' IRCDDIR='/home/digi198816/Unreal3.2' IRCDLIBS='-lcrypt ' LDFLAGS='' LIBOBJS='' LIBS='' LTLIBOBJS='' MAKER='gmake' MKPASSWDLIBS='-lcrypt' MODULEFLAGS='-fPIC -DPIC -shared' OBJEXT='o' OPENSSLPATH='/usr/bin/openssl' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PKGCONFIG='/usr/local/bin/pkg-config' RM='/bin/rm' SHELL='/usr/local/bin/bash' STRTOUL='' TOUCH='/usr/bin/touch' TREINCDIR='/home/digi198816/Unreal3.2/extras/regexp/include' TRELIBS='-L/home/digi198816/Unreal3.2/extras/regexp/lib -ltre ' URL='' ac_ct_CC='gcc' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' 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. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define HAVE_CRYPT 1 #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_UNISTD_H 1 #define PARAMH 1 #define STDLIBH 1 #define STDDEFH 1 #define SYSSYSLOGH 1 #define UNISTDH 1 #define STRINGH 1 #define STRINGSH 1 #define MALLOCH #define GLOBH 1 #define TIME_WITH_SYS_TIME 1 #define SIZEOF_SHORT 2 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_RLIM_T 8 #define LONG_LONG_RLIM_T 1 #define NBLOCK_POSIX 1 #define PROTOTYPES 1 #define __PROTOTYPES 1 #define HAVE_ALLOCA 1 #define HAVE_SNPRINTF 1 #define HAVE_SNPRINTF 1 #define HAVE_VSNPRINTF 1 #define HAVE_VSNPRINTF 1 #define HAVE_STRLCPY 1 #define HAVE_STRLCPY 1 #define HAVE_STRLCAT 1 #define HAVE_STRLCAT 1 #define HAVE_INET_PTON 1 #define HAVE_INET_PTON 1 #define HAVE_INET_NTOP 1 #define HAVE_INET_NTOP 1 #define HAVE_C99_VARLEN_ARRAY 1 #define HAVE_VPRINTF 1 #define HAVE_GETTIMEOFDAY 1 #define GETTIMEOFDAY 1 #define HAVE_GETRUSAGE 1 #define GETRUSAGE_2 1 #define HAVE_SETPROCTITLE 1 #define HAVE_SETPROCTITLE 1 #define POSIX_SIGNALS 1 #define NEED_STRTOKEN 1 #define HAVE_STRTOK 1 #define HAVE_STRERROR 1 #define HAVE_INDEX 1 #define HAVE_STRTOUL 1 #define HAVE_BCOPY 1 #define HAVE_BCMP 1 #define HAVE_BZERO 1 #define HAVE_STRCASECMP 1 #define GOT_STRCASECMP 1 #define HAVE_INET_ADDR 1 #define HAVE_INET_NTOA 1 #define HAVE_INET_NETOF 1 #define HAVE_SYSLOG 1 #define HAVE_SYSLOG 1 #define HAVE_VSYSLOG 1 #define HAVE_VSYSLOG 1 #define LISTEN_SIZE 5 #define NICKNAMEHISTORYLENGTH 2000 #define MAXSENDQLENGTH 3000000 #define BUFFERPOOL (18 * MAXSENDQLENGTH) #define DOMAINNAME "ircd3.thehostbusters.com" #define DEFAULT_PERMISSIONS 0600 #define DPATH "/home/digi198816/Unreal3.2" #define MAXCONNECTIONS 100 #define SPATH "/home/digi198816/Unreal3.2/src/ircd" #define LIST_SHOW_MODES 1 #define DYNAMIC_LINKING 1 configure: exit 0