This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.53.  Invocation command line was

  $ ./configure --enable-ssl --enable-ziplinks --enable-prefixaq --with-listen=5 --with-dpath=/home/sources/cvs/Unreal3.2-cvs --with-spath=/home/sources/cvs/Unreal3.2-cvs/src/ircd --with-nick-history=3000 --with-sendq=9000000 --with-bufferpool=18 --with-hostname=shitbox --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-linking

## --------- ##
## Platform. ##
## --------- ##

hostname = shitbox
uname -m = i686
uname -r = 2.4.26
uname -s = Linux
uname -v = #6 Mon Jun 14 19:07:27 PDT 2004

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/kde/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /opt/www/htdig/bin
PATH: /usr/lib/java/bin
PATH: /usr/lib/java/jre/bin
PATH: /opt/kde/bin
PATH: /usr/lib/qt/bin
PATH: /usr/share/texmf/bin
PATH: .


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1271: checking for gcc
configure:1287: found /usr/bin/gcc
configure:1297: result: gcc
configure:1541: checking for C compiler version
configure:1544: gcc --version </dev/null >&5
gcc (GCC) 3.3.4
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:1547: $? = 0
configure:1549: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-slackware-linux/3.3.4/specs
Configured with: ../gcc-3.3.4/configure --prefix=/usr --enable-shared --enable-threads=posix --enable-__cxa_atexit --disable-checking --with-gnu-ld --verbose --target=i486-slackware-linux --host=i486-slackware-linux
Thread model: posix
gcc version 3.3.4
configure:1552: $? = 0
configure:1554: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1557: $? = 1
configure:1583: checking for C compiler default output
configure:1586: gcc    conftest.c  >&5
configure:1589: $? = 0
configure:1622: result: a.out
configure:1627: checking whether the C compiler works
configure:1633: ./a.out
configure:1636: $? = 0
configure:1651: result: yes
configure:1658: checking whether we are cross compiling
configure:1660: result: no
configure:1663: checking for suffix of executables
configure:1665: gcc -o conftest    conftest.c  >&5
configure:1668: $? = 0
configure:1690: result: 
configure:1696: checking for suffix of object files
configure:1720: gcc -c   conftest.c >&5
configure:1723: $? = 0
configure:1742: result: o
configure:1746: checking whether we are using the GNU C compiler
configure:1773: gcc -c   conftest.c >&5
configure:1776: $? = 0
configure:1779: test -s conftest.o
configure:1782: $? = 0
configure:1794: result: yes
configure:1800: checking whether gcc accepts -g
configure:1824: gcc -c -g  conftest.c >&5
configure:1827: $? = 0
configure:1830: test -s conftest.o
configure:1833: $? = 0
configure:1843: result: yes
configure:1870: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:1873: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:1985: checking if gcc has a working -pipe
configure:2013: gcc -c -g -O2 -funsigned-char -pipe  conftest.c >&5
configure:2016: $? = 0
configure:2019: test -s conftest.o
configure:2022: $? = 0
configure:2034: result: yes
configure:2043: checking for rm
configure:2061: found /usr/bin/rm
configure:2073: result: /usr/bin/rm
configure:2082: checking for cp
configure:2100: found /usr/bin/cp
configure:2112: result: /usr/bin/cp
configure:2121: checking for touch
configure:2139: found /usr/bin/touch
configure:2151: result: /usr/bin/touch
configure:2160: checking for openssl
configure:2178: found /usr/bin/openssl
configure:2190: result: /usr/bin/openssl
configure:2199: checking for install
configure:2217: found /usr/bin/install
configure:2229: result: /usr/bin/install
configure:2238: checking for gmake
configure:2254: found /usr/bin/gmake
configure:2265: result: gmake
configure:2274: checking for gmake
configure:2292: found /usr/bin/gmake
configure:2304: result: /usr/bin/gmake
configure:2313: checking for gunzip
configure:2331: found /usr/bin/gunzip
configure:2343: result: /usr/bin/gunzip
configure:2352: checking for pkg-config
configure:2370: found /usr/bin/pkg-config
configure:2382: result: /usr/bin/pkg-config
configure:2390: checking for crypt in -ldescrypt
configure:2423: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c -ldescrypt   >&5
/usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld: cannot find -ldescrypt
collect2: ld returned 1 exit status
configure:2426: $? = 1
configure: failed program was:
#line 2397 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char crypt ();
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
crypt ();
  ;
  return 0;
}
configure:2443: result: no
configure:2451: checking for crypt in -lcrypt
configure:2484: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c -lcrypt   >&5
configure:2487: $? = 0
configure:2490: test -s conftest
configure:2493: $? = 0
configure:2504: result: yes
configure:2515: checking for socket in -lsocket
configure:2548: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c -lsocket   >&5
/usr/lib/gcc-lib/i486-slackware-linux/3.3.4/../../../../i486-slackware-linux/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure:2551: $? = 1
configure: failed program was:
#line 2522 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char socket ();
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
socket ();
  ;
  return 0;
}
configure:2568: result: no
configure:2574: checking for inet_ntoa in -lnsl
configure:2607: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c -lnsl   >&5
configure:2610: $? = 0
configure:2613: test -s conftest
configure:2616: $? = 0
configure:2627: result: yes
configure:2644: checking how to run the C preprocessor
configure:2670: gcc -E  conftest.c
configure:2676: $? = 0
configure:2703: gcc -E  conftest.c
configure:2699:28: ac_nonexistent.h: No such file or directory
configure:2709: $? = 1
configure: failed program was:
#line 2698 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2746: result: gcc -E
configure:2761: gcc -E  conftest.c
configure:2767: $? = 0
configure:2794: gcc -E  conftest.c
configure:2790:28: ac_nonexistent.h: No such file or directory
configure:2800: $? = 1
configure: failed program was:
#line 2789 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:2840: checking for ANSI C header files
configure:2854: gcc -E  conftest.c
configure:2860: $? = 0
configure:2945: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:2948: $? = 0
configure:2950: ./conftest
configure:2953: $? = 0
configure:2967: result: yes
configure:2991: checking for sys/types.h
configure:3004: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:3007: $? = 0
configure:3010: test -s conftest.o
configure:3013: $? = 0
configure:3023: result: yes
configure:2991: checking for sys/stat.h
configure:3004: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:3007: $? = 0
configure:3010: test -s conftest.o
configure:3013: $? = 0
configure:3023: result: yes
configure:2991: checking for stdlib.h
configure:3004: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:3007: $? = 0
configure:3010: test -s conftest.o
configure:3013: $? = 0
configure:3023: result: yes
configure:2991: checking for string.h
configure:3004: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:3007: $? = 0
configure:3010: test -s conftest.o
configure:3013: $? = 0
configure:3023: result: yes
configure:2991: checking for memory.h
configure:3004: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:3007: $? = 0
configure:3010: test -s conftest.o
configure:3013: $? = 0
configure:3023: result: yes
configure:2991: checking for strings.h
configure:3004: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:3007: $? = 0
configure:3010: test -s conftest.o
configure:3013: $? = 0
configure:3023: result: yes
configure:2991: checking for inttypes.h
configure:3004: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:3007: $? = 0
configure:3010: test -s conftest.o
configure:3013: $? = 0
configure:3023: result: yes
configure:2991: checking for stdint.h
configure:3004: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:3007: $? = 0
configure:3010: test -s conftest.o
configure:3013: $? = 0
configure:3023: result: yes
configure:2991: checking for unistd.h
configure:3004: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:3007: $? = 0
configure:3010: test -s conftest.o
configure:3013: $? = 0
configure:3023: result: yes
configure:3045: checking sys/param.h usability
configure:3054: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:3057: $? = 0
configure:3060: test -s conftest.o
configure:3063: $? = 0
configure:3072: result: yes
configure:3076: checking sys/param.h presence
configure:3083: gcc -E  conftest.c
configure:3089: $? = 0
configure:3107: result: yes
configure:3125: checking for sys/param.h
configure:3132: result: yes
configure:3145: checking for stdlib.h
configure:3150: result: yes
configure:3263: checking stddef.h usability
configure:3272: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:3275: $? = 0
configure:3278: test -s conftest.o
configure:3281: $? = 0
configure:3290: result: yes
configure:3294: checking stddef.h presence
configure:3301: gcc -E  conftest.c
configure:3307: $? = 0
configure:3325: result: yes
configure:3343: checking for stddef.h
configure:3350: result: yes
configure:3372: checking sys/syslog.h usability
configure:3381: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:3384: $? = 0
configure:3387: test -s conftest.o
configure:3390: $? = 0
configure:3399: result: yes
configure:3403: checking sys/syslog.h presence
configure:3410: gcc -E  conftest.c
configure:3416: $? = 0
configure:3434: result: yes
configure:3452: checking for sys/syslog.h
configure:3459: result: yes
configure:3472: checking for unistd.h
configure:3477: result: yes
configure:3581: checking for string.h
configure:3586: result: yes
configure:3690: checking for strings.h
configure:3695: result: yes
configure:3808: checking malloc.h usability
configure:3817: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:3820: $? = 0
configure:3823: test -s conftest.o
configure:3826: $? = 0
configure:3835: result: yes
configure:3839: checking malloc.h presence
configure:3846: gcc -E  conftest.c
configure:3852: $? = 0
configure:3870: result: yes
configure:3888: checking for malloc.h
configure:3895: result: yes
configure:3917: checking sys/rusage.h usability
configure:3926: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:3954:24: sys/rusage.h: No such file or directory
configure:3929: $? = 1
configure: failed program was:
#line 3919 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <sys/rusage.h>
configure:3944: result: no
configure:3948: checking sys/rusage.h presence
configure:3955: gcc -E  conftest.c
configure:3951:24: sys/rusage.h: No such file or directory
configure:3961: $? = 1
configure: failed program was:
#line 3950 "configure"
#include "confdefs.h"
#include <sys/rusage.h>
configure:3979: result: no
configure:3997: checking for sys/rusage.h
configure:4004: result: no
configure:4026: checking glob.h usability
configure:4035: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:4038: $? = 0
configure:4041: test -s conftest.o
configure:4044: $? = 0
configure:4053: result: yes
configure:4057: checking glob.h presence
configure:4064: gcc -E  conftest.c
configure:4070: $? = 0
configure:4088: result: yes
configure:4106: checking for glob.h
configure:4113: result: yes
configure:4125: checking for gcc option to accept ANSI C
configure:4188: gcc  -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:4191: $? = 0
configure:4194: test -s conftest.o
configure:4197: $? = 0
configure:4214: result: none needed
configure:4222: checking for an ANSI C-conforming const
configure:4292: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:4295: $? = 0
configure:4298: test -s conftest.o
configure:4301: $? = 0
configure:4311: result: yes
configure:4321: checking for inline
configure:4338: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:4341: $? = 0
configure:4344: test -s conftest.o
configure:4347: $? = 0
configure:4358: result: inline
configure:4373: checking for size_t
configure:4400: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:4403: $? = 0
configure:4406: test -s conftest.o
configure:4409: $? = 0
configure:4419: result: yes
configure:4431: checking whether time.h and sys/time.h may both be included
configure:4459: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:4462: $? = 0
configure:4465: test -s conftest.o
configure:4468: $? = 0
configure:4478: result: yes
configure:4488: checking whether struct tm is in sys/time.h or time.h
configure:4514: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:4517: $? = 0
configure:4520: test -s conftest.o
configure:4523: $? = 0
configure:4533: result: time.h
configure:4543: checking for uid_t in sys/types.h
configure:4563: result: yes
configure:4578: checking for short
configure:4605: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:4608: $? = 0
configure:4611: test -s conftest.o
configure:4614: $? = 0
configure:4624: result: yes
configure:4627: checking size of short
configure:4905: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:4908: $? = 0
configure:4910: ./conftest
configure:4913: $? = 0
configure:4933: result: 2
configure:4940: checking for int
configure:4967: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:4970: $? = 0
configure:4973: test -s conftest.o
configure:4976: $? = 0
configure:4986: result: yes
configure:4989: checking size of int
configure:5267: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:5270: $? = 0
configure:5272: ./conftest
configure:5275: $? = 0
configure:5295: result: 4
configure:5302: checking for long
configure:5329: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:5332: $? = 0
configure:5335: test -s conftest.o
configure:5338: $? = 0
configure:5348: result: yes
configure:5351: checking size of long
configure:5629: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:5632: $? = 0
configure:5634: ./conftest
configure:5637: $? = 0
configure:5657: result: 4
configure:5782: checking for int16_t
configure:5809: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:5812: $? = 0
configure:5815: test -s conftest.o
configure:5818: $? = 0
configure:5828: result: yes
configure:5840: checking for u_int16_t
configure:5867: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:5870: $? = 0
configure:5873: test -s conftest.o
configure:5876: $? = 0
configure:5886: result: yes
configure:5904: checking for int32_t
configure:5931: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:5934: $? = 0
configure:5937: test -s conftest.o
configure:5940: $? = 0
configure:5950: result: yes
configure:5962: checking for u_int32_t
configure:5989: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:5992: $? = 0
configure:5995: test -s conftest.o
configure:5998: $? = 0
configure:6008: result: yes
configure:6259: checking for rlim_t
configure:6286: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure: In function `main':
configure:6308: error: `rlim_t' undeclared (first use in this function)
configure:6308: error: (Each undeclared identifier is reported only once
configure:6308: error: for each function it appears in.)
configure:6308: error: parse error before ')' token
configure:6289: $? = 1
configure: failed program was:
#line 6264 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
if ((rlim_t *) 0)
  return 0;
if (sizeof (rlim_t))
  return 0;
  ;
  return 0;
}
configure:6305: result: no
configure:6308: checking size of rlim_t
configure:6614: result: 0
configure:6629: checking what kind of nonblocking sockets you have
configure:6673: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c   >&5
configure: In function `main':
configure:6659: warning: passing arg 2 of `signal' from incompatible pointer type
configure:6676: $? = 0
configure:6678: ./conftest
configure:6681: $? = 0
configure:6804: result: O_NONBLOCK
configure:6824: checking whether gcc needs -traditional
configure:6860: result: no
configure:6867: checking whether setpgrp takes no argument
configure:6902: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure: In function `main':
configure:6894: error: too many arguments to function `setpgrp'
configure:6905: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 6877 "configure"
#include "confdefs.h"
#if HAVE_UNISTD_H
# include <unistd.h>
#endif

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* If this system has a BSD-style setpgrp which takes arguments,
  setpgrp(1, 1) will fail with ESRCH and return -1, in that case
  exit successfully. */
  exit (setpgrp (1,1) == -1 ? 0 : 1);
  ;
  return 0;
}
configure:6923: result: yes
configure:6933: checking whether setvbuf arguments are reversed
configure:6961: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure: In function `main':
configure:6952: warning: passing arg 2 of `setvbuf' makes pointer from integer without a cast
configure:6952: warning: passing arg 3 of `setvbuf' makes integer from pointer without a cast
configure:6964: $? = 0
configure:6966: ./conftest
configure:6969: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 6943 "configure"
#include "confdefs.h"
#include <stdio.h>
/* If setvbuf has the reversed format, exit 0. */
int
main ()
{
  /* This call has the arguments reversed.
     A reversed system may check and see that the address of main
     is not _IOLBF, _IONBF, or _IOFBF, and return nonzero.  */
  if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0)
    exit(1);
  putc('\r', stdout);
  exit(0);			/* Non-reversed systems segv here.  */
}
configure:6983: result: no
configure:6995: checking for working alloca.h
configure:7019: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:7022: $? = 0
configure:7025: test -s conftest
configure:7028: $? = 0
configure:7038: result: yes
configure:7048: checking for alloca
configure:7092: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:7095: $? = 0
configure:7098: test -s conftest
configure:7101: $? = 0
configure:7111: result: yes
configure:7305: checking for snprintf
configure:7348: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:7320: warning: conflicting types for built-in function `snprintf'
configure:7351: $? = 0
configure:7354: test -s conftest
configure:7357: $? = 0
configure:7367: result: yes
configure:7384: checking for vsnprintf
configure:7427: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:7399: warning: conflicting types for built-in function `vsnprintf'
configure:7430: $? = 0
configure:7433: test -s conftest
configure:7436: $? = 0
configure:7446: result: yes
configure:7463: checking for strlcpy
configure:7506: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
/tmp/ccaKjD7d.o(.text+0xf): In function `main':
/home/sources/cvs/Unreal3.2-cvs/configure:7496: undefined reference to `strlcpy'
collect2: ld returned 1 exit status
configure:7509: $? = 1
configure: failed program was:
#line 7468 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strlcpy (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char strlcpy ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strlcpy) || defined (__stub___strlcpy)
choke me
#else
f = strlcpy;
#endif

  ;
  return 0;
}
configure:7525: result: no
configure:7542: checking for strlcat
configure:7585: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
/tmp/ccoUSXoh.o(.text+0xf): In function `main':
/home/sources/cvs/Unreal3.2-cvs/configure:7575: undefined reference to `strlcat'
collect2: ld returned 1 exit status
configure:7588: $? = 1
configure: failed program was:
#line 7547 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strlcat (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char strlcat ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strlcat) || defined (__stub___strlcat)
choke me
#else
f = strlcat;
#endif

  ;
  return 0;
}
configure:7604: result: no
configure:7621: checking for strlncat
configure:7664: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
/tmp/ccC4LjVm.o(.text+0xf): In function `main':
/home/sources/cvs/Unreal3.2-cvs/configure:7654: undefined reference to `strlncat'
collect2: ld returned 1 exit status
configure:7667: $? = 1
configure: failed program was:
#line 7626 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strlncat (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char strlncat ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strlncat) || defined (__stub___strlncat)
choke me
#else
f = strlncat;
#endif

  ;
  return 0;
}
configure:7683: result: no
configure:7700: checking for inet_pton
configure:7743: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:7746: $? = 0
configure:7749: test -s conftest
configure:7752: $? = 0
configure:7762: result: yes
configure:7779: checking for inet_ntop
configure:7822: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:7825: $? = 0
configure:7828: test -s conftest
configure:7831: $? = 0
configure:7841: result: yes
configure:7854: checking if C99 variable length arrays are supported
configure:7885: gcc -c -pipe -g -O2 -funsigned-char  conftest.c >&5
configure:7888: $? = 0
configure:7891: test -s conftest.o
configure:7894: $? = 0
configure:7905: result: yes
configure:7913: checking if we can set the core size to unlimited
configure:7941: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:7944: $? = 0
configure:7946: ./conftest
configure:7949: $? = 0
configure:7963: result: yes
configure:7975: checking for vprintf
configure:8018: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:7990: warning: conflicting types for built-in function `vprintf'
configure:8021: $? = 0
configure:8024: test -s conftest
configure:8027: $? = 0
configure:8037: result: yes
configure:8044: checking for _doprnt
configure:8087: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
/tmp/cckorSJT.o(.text+0xf): In function `main':
/home/sources/cvs/Unreal3.2-cvs/configure:8077: undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:8090: $? = 1
configure: failed program was:
#line 8049 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char _doprnt (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char _doprnt ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub__doprnt) || defined (__stub____doprnt)
choke me
#else
f = _doprnt;
#endif

  ;
  return 0;
}
configure:8106: result: no
configure:8124: checking for gettimeofday
configure:8167: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:8170: $? = 0
configure:8173: test -s conftest
configure:8176: $? = 0
configure:8186: result: yes
configure:8283: checking for getrusage
configure:8326: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:8329: $? = 0
configure:8332: test -s conftest
configure:8335: $? = 0
configure:8345: result: yes
configure:8442: checking for setproctitle
configure:8485: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
/tmp/ccV3Q3Ld.o(.text+0xf): In function `main':
/home/sources/cvs/Unreal3.2-cvs/configure:8475: undefined reference to `setproctitle'
collect2: ld returned 1 exit status
configure:8488: $? = 1
configure: failed program was:
#line 8447 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char setproctitle (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char setproctitle ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_setproctitle) || defined (__stub___setproctitle)
choke me
#else
f = setproctitle;
#endif

  ;
  return 0;
}
configure:8504: result: no
configure:8516: checking for setproctitle in -lutil
configure:8549: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c -lutil   >&5
/tmp/ccGhOwNg.o(.text+0xa): In function `main':
/home/sources/cvs/Unreal3.2-cvs/configure:8541: undefined reference to `setproctitle'
collect2: ld returned 1 exit status
configure:8552: $? = 1
configure: failed program was:
#line 8523 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char setproctitle ();
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
setproctitle ();
  ;
  return 0;
}
configure:8569: result: no
configure:8579:22: sys/exec.h: No such file or directory
configure:8596: checking for pstat
configure:8639: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
/tmp/ccZhpYrd.o(.text+0xf): In function `main':
/home/sources/cvs/Unreal3.2-cvs/configure:8629: undefined reference to `pstat'
collect2: ld returned 1 exit status
configure:8642: $? = 1
configure: failed program was:
#line 8601 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char pstat (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char pstat ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_pstat) || defined (__stub___pstat)
choke me
#else
f = pstat;
#endif

  ;
  return 0;
}
configure:8658: result: no
configure:8682: checking what type of signals you have
configure:8704: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:8707: $? = 0
configure:8709: ./conftest
configure:8712: $? = 0
configure:8773: result: POSIX
configure:8796: checking for strtoken
configure:8839: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
/tmp/cce0khWr.o(.text+0xf): In function `main':
/home/sources/cvs/Unreal3.2-cvs/configure:8829: undefined reference to `strtoken'
collect2: ld returned 1 exit status
configure:8842: $? = 1
configure: failed program was:
#line 8801 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char strtoken (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char strtoken ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_strtoken) || defined (__stub___strtoken)
choke me
#else
f = strtoken;
#endif

  ;
  return 0;
}
configure:8858: result: no
configure:8877: checking for strtok
configure:8920: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:8923: $? = 0
configure:8926: test -s conftest
configure:8929: $? = 0
configure:8939: result: yes
configure:8958: checking for strerror
configure:9001: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:9004: $? = 0
configure:9007: test -s conftest
configure:9010: $? = 0
configure:9020: result: yes
configure:9039: checking for index
configure:9082: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:9054: warning: conflicting types for built-in function `index'
configure:9085: $? = 0
configure:9088: test -s conftest
configure:9091: $? = 0
configure:9101: result: yes
configure:9120: checking for strtoul
configure:9163: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:9166: $? = 0
configure:9169: test -s conftest
configure:9172: $? = 0
configure:9182: result: yes
configure:9198: checking for bcopy
configure:9241: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:9244: $? = 0
configure:9247: test -s conftest
configure:9250: $? = 0
configure:9260: result: yes
configure:9279: checking for bcmp
configure:9322: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:9294: warning: conflicting types for built-in function `bcmp'
configure:9325: $? = 0
configure:9328: test -s conftest
configure:9331: $? = 0
configure:9341: result: yes
configure:9360: checking for bzero
configure:9403: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:9375: warning: conflicting types for built-in function `bzero'
configure:9406: $? = 0
configure:9409: test -s conftest
configure:9412: $? = 0
configure:9422: result: yes
configure:9441: checking for strcasecmp
configure:9484: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:9487: $? = 0
configure:9490: test -s conftest
configure:9493: $? = 0
configure:9503: result: yes
configure:9522: checking for inet_addr
configure:9565: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c   -lnsl >&5
configure:9568: $? = 0
configure:9571: test -s conftest
configure:9574: $? = 0
configure:9584: result: yes
configure:9603: checking for inet_ntoa
configure:9646: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c   -lnsl >&5
configure:9649: $? = 0
configure:9652: test -s conftest
configure:9655: $? = 0
configure:9665: result: yes
configure:9684: checking for inet_netof
configure:9727: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c   -lnsl >&5
configure:9730: $? = 0
configure:9733: test -s conftest
configure:9736: $? = 0
configure:9746: result: yes
configure:9766: checking for syslog
configure:9809: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:9812: $? = 0
configure:9815: test -s conftest
configure:9818: $? = 0
configure:9828: result: yes
configure:9845: checking for vsyslog
configure:9888: gcc -o conftest -pipe -g -O2 -funsigned-char   conftest.c  >&5
configure:9891: $? = 0
configure:9894: test -s conftest
configure:9897: $? = 0
configure:9907: result: yes
configure:10134: checking for openssl
configure:10139: result: found in /usr/include/openssl
configure:10180: checking for zlib
configure:10185: result: found in /usr
configure:10234: checking for dlopen
configure:10278: gcc -o conftest -pipe -g -O2 -funsigned-char -DZIP_LINKS   conftest.c  >&5
/tmp/cc1ot4iF.o(.text+0xf): In function `main':
/home/sources/cvs/Unreal3.2-cvs/configure:10268: undefined reference to `dlopen'
collect2: ld returned 1 exit status
configure:10281: $? = 1
configure: failed program was:
#line 10239 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes
else
  which can conflict with char dlopen (); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char dlopen ();
char (*f) ();

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_dlopen) || defined (__stub___dlopen)
choke me
#else
f = dlopen;
#endif

  ;
  return 0;
}
configure:10297: result: no
configure:10302: checking for dlopen in -ldl
configure:10335: gcc -o conftest -pipe -g -O2 -funsigned-char -DZIP_LINKS   conftest.c -ldl   >&5
configure:10338: $? = 0
configure:10341: test -s conftest
configure:10344: $? = 0
configure:10355: result: yes
configure:10375: checking if we need the -export-dynamic flag
configure:10400: gcc -o conftest -pipe -g -O2 -funsigned-char -DZIP_LINKS -export-dynamic   conftest.c  >&5
configure:10403: $? = 0
configure:10406: test -s conftest
configure:10409: $? = 0
configure:10419: result: yes
configure:10425: checking for compiler option to produce PIC
configure:10450: result: -fPIC -DPIC -shared
configure:10452: checking if your system prepends an underscore on symbols
configure:10472: result: no
configure:10557: checking if FD_SETSIZE is large enough to allow 1024 file descriptors
configure:10578: gcc -o conftest -pipe -g -O2 -funsigned-char -DZIP_LINKS -export-dynamic   conftest.c  >&5
configure:10581: $? = 0
configure:10583: ./conftest
configure:10586: $? = 0
configure:10588: result: yes
configure:10616: result: extracting TRE regex library
configure:10629: result: configuring TRE regex library
configure:10633: result: compiling TRE regex library
configure:10636: result: installing TRE regex library
configure:10729: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.53.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on shitbox

config.status:583: creating Makefile
config.status:583: creating src/modules/Makefile
config.status:583: creating unreal
config.status:583: creating ircdcron/ircdchk
config.status:686: 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_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_export_dynamic=yes
ac_cv_force_core=yes
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=no
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_pstat=no
ac_cv_func_setpgrp_void=yes
ac_cv_func_setproctitle=no
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=no
ac_cv_func_strlcpy=no
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=yes
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_dl_dlopen=yes
ac_cv_lib_nsl_inet_ntoa=yes
ac_cv_lib_socket_socket=no
ac_cv_lib_util_setproctitle=no
ac_cv_nonblocking=O_NONBLOCK
ac_cv_objext=o
ac_cv_path_CP=/usr/bin/cp
ac_cv_path_GMAKE=/usr/bin/gmake
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/bin/pkg-config
ac_cv_path_RM=/usr/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_g=yes
ac_cv_prog_cc_stdc=
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=0
ac_cv_sizeof_short=2
ac_cv_struct_tm=time.h
ac_cv_type_int=yes
ac_cv_type_int16_t=yes
ac_cv_type_int32_t=yes
ac_cv_type_long=yes
ac_cv_type_rlim_t=no
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=yes

## ----------- ##
## 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_STDINT_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 <malloc.h>
#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 0
#define NBLOCK_POSIX 1
#define SETPGRP_VOID 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_SNPRINTF 1
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_VSNPRINTF 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 FORCE_CORE 1
#define HAVE_VPRINTF 1
#define HAVE_GETTIMEOFDAY 1
#define GETTIMEOFDAY 1
#define HAVE_GETRUSAGE 1
#define GETRUSAGE_2 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 3000
#define MAXSENDQLENGTH 9000000
#define BUFFERPOOL (18 * MAXSENDQLENGTH)
#define DOMAINNAME "shitbox"
#define MYOSNAME "Linux shitbox 2.4.26 #6 Mon Jun 14 19:07:27 PDT 2004 i686 unknown unknown GNU/Linux"
#define DEFAULT_PERMISSIONS 0600
#define DPATH "/home/sources/cvs/Unreal3.2-cvs"
#define MAXCONNECTIONS 1024
#define SPATH "/home/sources/cvs/Unreal3.2-cvs/src/ircd"
#define PREFIX_AQ 1
#define USE_SSL 1
#define DYNAMIC_LINKING 1

configure: exit 0
