empiremud/cnf/
empiremud/doc/
empiremud/lib/boards/
empiremud/lib/etc/
empiremud/lib/misc/
empiremud/lib/plralias/F-J/
empiremud/lib/plralias/K-O/
empiremud/lib/plralias/P-T/
empiremud/lib/plralias/U-Z/
empiremud/lib/plrobjs/
empiremud/lib/plrobjs/F-J/
empiremud/lib/plrobjs/K-O/
empiremud/lib/plrobjs/P-T/
empiremud/lib/plrobjs/U-Z/
empiremud/lib/world/
empiremud/lib/world/mob/
empiremud/lib/world/obj/
empiremud/log/
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:540: checking for less
configure:573: checking for gcc
configure:686: checking whether the C compiler (gcc  ) works
configure:702: gcc -o conftest    conftest.c  1>&5
configure:728: checking whether the C compiler (gcc  ) is a cross-compiler
configure:733: checking whether we are using GNU C
configure:742: gcc -E conftest.c
configure:761: checking whether gcc accepts -g
configure:796: checking whether gcc -Wall also needs -Wno-char-subscripts
configure:815: gcc -c -g -O2 -Wall -Werror  conftest.c 1>&5
configure:832: checking whether gcc accepts -Wno-char-subscripts
configure:847: gcc -c -g -O2 -Wno-char-subscripts  conftest.c 1>&5
configure:880: checking for gethostbyaddr
configure:908: gcc -o conftest -g -O2   conftest.c  1>&5
configure:969: checking for socket
configure:997: gcc -o conftest -g -O2   conftest.c  1>&5
configure:1058: checking for malloc
configure:1086: gcc -o conftest -g -O2   conftest.c  1>&5
configure:1154: checking for crypt
configure:1182: gcc -o conftest -g -O2   conftest.c  1>&5
/tmp/ccv0KzYN.o: In function `main':
/home/mud/aod/empire/aod/configure:1176: undefined reference to `crypt'
collect2: ld returned 1 exit status
configure: failed program was:
#line 1159 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char crypt(); below.  */
#include <assert.h>
/* Override any gcc2 internal prototype to avoid an error.  */
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char crypt();

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_crypt) || defined (__stub___crypt)
choke me
#else
crypt();
#endif

; return 0; }
configure:1203: checking for crypt in -lcrypt
configure:1222: gcc -o conftest -g -O2   conftest.c -lcrypt   1>&5
configure:1250: checking how to run the C preprocessor
configure:1271: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1330: checking for ANSI C header files
configure:1343: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1410: gcc -o conftest -g -O2   conftest.c  1>&5
configure:1434: checking for sys/wait.h that is POSIX.1 compatible
configure:1455: gcc -c -g -O2  conftest.c 1>&5
configure:1479: checking for fcntl.h
configure:1489: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1479: checking for sys/fcntl.h
configure:1489: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1479: checking for errno.h
configure:1489: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1479: checking for net/errno.h
configure:1489: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1485: net/errno.h: No such file or directory
configure: failed program was:
#line 1484 "configure"
#include "confdefs.h"
#include <net/errno.h>
configure:1479: checking for string.h
configure:1489: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1479: checking for strings.h
configure:1489: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1519: checking for limits.h
configure:1529: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1519: checking for sys/time.h
configure:1529: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1519: checking for sys/select.h
configure:1529: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1519: checking for sys/types.h
configure:1529: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1519: checking for unistd.h
configure:1529: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1559: checking for memory.h
configure:1569: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1559: checking for crypt.h
configure:1569: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1559: checking for assert.h
configure:1569: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1559: checking for arpa/telnet.h
configure:1569: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1559: checking for arpa/inet.h
configure:1569: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1599: checking for sys/stat.h
configure:1609: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1599: checking for sys/socket.h
configure:1609: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1599: checking for sys/resource.h
configure:1609: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1599: checking for netinet/in.h
configure:1609: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1599: checking for netdb.h
configure:1609: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1639: checking for signal.h
configure:1649: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1639: checking for sys/uio.h
configure:1649: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1678: checking whether crypt needs over 10 characters
configure:1717: gcc -o conftest -g -O2   conftest.c -lcrypt  1>&5
configure: failed program was:
#line 1694 "configure"
#include "confdefs.h"

#define _XOPEN_SOURCE
#include <string.h>
#include <unistd.h>
#include <crypt.h>

int main(void)
{
  char pwd[11], pwd2[11];

  strncpy(pwd, (char *)crypt("FooBar", "BazQux"), 10);
  pwd[10] = '\0';
  strncpy(pwd2, (char *)crypt("xyzzy", "BazQux"), 10);
  pwd2[10] = '\0';
  if (strcmp(pwd, pwd2) == 0)
    exit(0);
  exit(1);
}


configure:1744: checking for working const
configure:1798: gcc -c -g -O2  conftest.c 1>&5
configure:1819: checking for pid_t
configure:1852: checking for size_t
configure:1885: checking for ssize_t
configure:1918: checking whether time.h and sys/time.h may both be included
configure:1932: gcc -c -g -O2  conftest.c 1>&5
configure:1968: checking for struct in_addr
configure:1980: gcc -c -g -O2  conftest.c 1>&5
configure:2007: checking for typedef socklen_t
configure:2019: gcc -c -g -O2  conftest.c 1>&5
configure:2043: checking return type of signal handlers
configure:2065: gcc -c -g -O2  conftest.c 1>&5
configure:2089: checking for inet_addr
configure:2117: gcc -o conftest -g -O2   conftest.c   1>&5
configure:2089: checking for inet_aton
configure:2117: gcc -o conftest -g -O2   conftest.c   1>&5
configure:2149: checking if accept is prototyped
configure:2171: gcc -c -g -O2  conftest.c 1>&5
configure:2164: conflicting types for `accept'
/usr/include/sys/socket.h:189: previous declaration of `accept'
configure: failed program was:
#line 2155 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef accept
  error - already defined!
#endif
void accept(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:2201: checking if atoi is prototyped
configure:2223: gcc -c -g -O2  conftest.c 1>&5
configure:2216: conflicting types for `atoi'
/usr/include/stdlib.h:310: previous declaration of `atoi'
configure: failed program was:
#line 2207 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef atoi
  error - already defined!
#endif
void atoi(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:2253: checking if atol is prototyped
configure:2275: gcc -c -g -O2  conftest.c 1>&5
configure:2268: conflicting types for `atol'
/usr/include/stdlib.h:315: previous declaration of `atol'
configure: failed program was:
#line 2259 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef atol
  error - already defined!
#endif
void atol(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:2305: checking if bind is prototyped
configure:2327: gcc -c -g -O2  conftest.c 1>&5
configure:2320: conflicting types for `bind'
/usr/include/sys/socket.h:110: previous declaration of `bind'
configure: failed program was:
#line 2311 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef bind
  error - already defined!
#endif
void bind(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:2357: checking if bzero is prototyped
configure:2379: gcc -c -g -O2  conftest.c 1>&5
configure:2372: conflicting types for `bzero'
/usr/include/strings.h:35: previous declaration of `bzero'
configure: failed program was:
#line 2363 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef bzero
  error - already defined!
#endif
void bzero(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:2409: checking if chdir is prototyped
configure:2431: gcc -c -g -O2  conftest.c 1>&5
configure:2424: conflicting types for `chdir'
/usr/include/unistd.h:405: previous declaration of `chdir'
configure: failed program was:
#line 2415 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef chdir
  error - already defined!
#endif
void chdir(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:2461: checking if close is prototyped
configure:2483: gcc -c -g -O2  conftest.c 1>&5
configure:2476: conflicting types for `close'
/usr/include/unistd.h:296: previous declaration of `close'
configure: failed program was:
#line 2467 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef close
  error - already defined!
#endif
void close(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:2513: checking if crypt is prototyped
configure:2535: gcc -c -g -O2  conftest.c 1>&5
configure:2528: conflicting types for `crypt'
/usr/include/crypt.h:33: previous declaration of `crypt'
configure: failed program was:
#line 2519 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef crypt
  error - already defined!
#endif
void crypt(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:2565: checking if fclose is prototyped
configure:2587: gcc -c -g -O2  conftest.c 1>&5
configure:2580: conflicting types for `fclose'
/usr/include/stdio.h:165: previous declaration of `fclose'
configure: failed program was:
#line 2571 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef fclose
  error - already defined!
#endif
void fclose(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:2617: checking if fcntl is prototyped
configure:2639: gcc -c -g -O2  conftest.c 1>&5
configure:2632: conflicting types for `fcntl'
/usr/include/fcntl.h:61: previous declaration of `fcntl'
configure: failed program was:
#line 2623 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef fcntl
  error - already defined!
#endif
void fcntl(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:2669: checking if fflush is prototyped
configure:2691: gcc -c -g -O2  conftest.c 1>&5
configure:2684: conflicting types for `fflush'
/usr/include/stdio.h:167: previous declaration of `fflush'
configure: failed program was:
#line 2675 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef fflush
  error - already defined!
#endif
void fflush(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:2721: checking if fprintf is prototyped
configure:2743: gcc -c -g -O2  conftest.c 1>&5
configure:2736: conflicting types for `fprintf'
/usr/include/stdio.h:252: previous declaration of `fprintf'
configure: failed program was:
#line 2727 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef fprintf
  error - already defined!
#endif
void fprintf(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:2773: checking if fputc is prototyped
configure:2795: gcc -c -g -O2  conftest.c 1>&5
configure:2788: conflicting types for `fputc'
/usr/include/stdio.h:361: previous declaration of `fputc'
configure: failed program was:
#line 2779 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef fputc
  error - already defined!
#endif
void fputc(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:2825: checking if fputs is prototyped
configure:2847: gcc -c -g -O2  conftest.c 1>&5
configure:2840: conflicting types for `fputs'
/usr/include/stdio.h:429: previous declaration of `fputs'
configure: failed program was:
#line 2831 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef fputs
  error - already defined!
#endif
void fputs(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:2877: checking if fread is prototyped
configure:2899: gcc -c -g -O2  conftest.c 1>&5
configure:2892: conflicting types for `fread'
/usr/include/stdio.h:447: previous declaration of `fread'
configure: failed program was:
#line 2883 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef fread
  error - already defined!
#endif
void fread(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:2929: checking if fscanf is prototyped
configure:2951: gcc -c -g -O2  conftest.c 1>&5
configure:2944: conflicting types for `fscanf'
/usr/include/stdio.h:311: previous declaration of `fscanf'
configure: failed program was:
#line 2935 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef fscanf
  error - already defined!
#endif
void fscanf(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:2981: checking if fseek is prototyped
configure:3003: gcc -c -g -O2  conftest.c 1>&5
configure:2996: conflicting types for `fseek'
/usr/include/stdio.h:463: previous declaration of `fseek'
configure: failed program was:
#line 2987 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef fseek
  error - already defined!
#endif
void fseek(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:3033: checking if fwrite is prototyped
configure:3055: gcc -c -g -O2  conftest.c 1>&5
configure:3048: conflicting types for `fwrite'
/usr/include/stdio.h:450: previous declaration of `fwrite'
configure: failed program was:
#line 3039 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef fwrite
  error - already defined!
#endif
void fwrite(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:3085: checking if getpeername is prototyped
configure:3107: gcc -c -g -O2  conftest.c 1>&5
configure:3100: conflicting types for `getpeername'
/usr/include/sys/socket.h:128: previous declaration of `getpeername'
configure: failed program was:
#line 3091 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef getpeername
  error - already defined!
#endif
void getpeername(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:3137: checking if getpid is prototyped
configure:3159: gcc -c -g -O2  conftest.c 1>&5
configure:3152: conflicting types for `getpid'
/usr/include/unistd.h:516: previous declaration of `getpid'
configure: failed program was:
#line 3143 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef getpid
  error - already defined!
#endif
void getpid(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:3189: checking if getrlimit is prototyped
configure:3211: gcc -c -g -O2  conftest.c 1>&5
configure:3204: conflicting types for `getrlimit'
/usr/include/sys/resource.h:33: previous declaration of `getrlimit'
configure: failed program was:
#line 3195 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef getrlimit
  error - already defined!
#endif
void getrlimit(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:3241: checking if getsockname is prototyped
configure:3263: gcc -c -g -O2  conftest.c 1>&5
configure:3256: conflicting types for `getsockname'
/usr/include/sys/socket.h:114: previous declaration of `getsockname'
configure: failed program was:
#line 3247 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef getsockname
  error - already defined!
#endif
void getsockname(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:3293: checking if gettimeofday is prototyped
configure:3315: gcc -c -g -O2  conftest.c 1>&5
configure:3308: conflicting types for `gettimeofday'
/usr/include/sys/time.h:58: previous declaration of `gettimeofday'
configure: failed program was:
#line 3299 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef gettimeofday
  error - already defined!
#endif
void gettimeofday(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:3345: checking if htonl is prototyped
configure:3367: gcc -c -g -O2  conftest.c 1>&5
configure:3360: macro `htonl' used with too many (8) args
configure: failed program was:
#line 3351 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef htonl
  error - already defined!
#endif
void htonl(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:3397: checking if htons is prototyped
configure:3419: gcc -c -g -O2  conftest.c 1>&5
configure:3412: macro `htons' used with too many (8) args
configure: failed program was:
#line 3403 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef htons
  error - already defined!
#endif
void htons(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:3449: checking if inet_addr is prototyped
configure:3471: gcc -c -g -O2  conftest.c 1>&5
configure:3464: conflicting types for `inet_addr'
/usr/include/arpa/inet.h:31: previous declaration of `inet_addr'
configure: failed program was:
#line 3455 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef inet_addr
  error - already defined!
#endif
void inet_addr(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:3501: checking if inet_aton is prototyped
configure:3523: gcc -c -g -O2  conftest.c 1>&5
configure:3516: conflicting types for `inet_aton'
/usr/include/arpa/inet.h:35: previous declaration of `inet_aton'
configure: failed program was:
#line 3507 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef inet_aton
  error - already defined!
#endif
void inet_aton(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:3553: checking if inet_ntoa is prototyped
configure:3575: gcc -c -g -O2  conftest.c 1>&5
configure:3568: conflicting types for `inet_ntoa'
/usr/include/arpa/inet.h:69: previous declaration of `inet_ntoa'
configure: failed program was:
#line 3559 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef inet_ntoa
  error - already defined!
#endif
void inet_ntoa(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:3605: checking if listen is prototyped
configure:3627: gcc -c -g -O2  conftest.c 1>&5
configure:3620: conflicting types for `listen'
/usr/include/sys/socket.h:181: previous declaration of `listen'
configure: failed program was:
#line 3611 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef listen
  error - already defined!
#endif
void listen(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:3657: checking if ntohl is prototyped
configure:3679: gcc -c -g -O2  conftest.c 1>&5
configure:3672: macro `ntohl' used with too many (8) args
configure: failed program was:
#line 3663 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef ntohl
  error - already defined!
#endif
void ntohl(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:3709: checking if perror is prototyped
configure:3731: gcc -c -g -O2  conftest.c 1>&5
configure:3724: conflicting types for `perror'
/usr/include/stdio.h:551: previous declaration of `perror'
configure: failed program was:
#line 3715 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef perror
  error - already defined!
#endif
void perror(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:3761: checking if printf is prototyped
configure:3783: gcc -c -g -O2  conftest.c 1>&5
configure:3776: conflicting types for `printf'
/usr/include/stdio.h:254: previous declaration of `printf'
configure: failed program was:
#line 3767 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef printf
  error - already defined!
#endif
void printf(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:3813: checking if qsort is prototyped
configure:3835: gcc -c -g -O2  conftest.c 1>&5
configure:3828: conflicting types for `qsort'
/usr/include/stdlib.h:619: previous declaration of `qsort'
configure: failed program was:
#line 3819 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef qsort
  error - already defined!
#endif
void qsort(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:3865: checking if read is prototyped
configure:3887: gcc -c -g -O2  conftest.c 1>&5
configure:3880: conflicting types for `read'
/usr/include/unistd.h:301: previous declaration of `read'
configure: failed program was:
#line 3871 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef read
  error - already defined!
#endif
void read(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:3917: checking if remove is prototyped
configure:3939: gcc -c -g -O2  conftest.c 1>&5
configure:3932: conflicting types for `remove'
/usr/include/stdio.h:124: previous declaration of `remove'
configure: failed program was:
#line 3923 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef remove
  error - already defined!
#endif
void remove(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:3969: checking if rewind is prototyped
configure:3991: gcc -c -g -O2  conftest.c 1>&5
configure:3984: conflicting types for `rewind'
/usr/include/stdio.h:467: previous declaration of `rewind'
configure: failed program was:
#line 3975 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef rewind
  error - already defined!
#endif
void rewind(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:4021: checking if select is prototyped
configure:4043: gcc -c -g -O2  conftest.c 1>&5
configure:4036: conflicting types for `select'
/usr/include/sys/select.h:79: previous declaration of `select'
configure: failed program was:
#line 4027 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef select
  error - already defined!
#endif
void select(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:4073: checking if setitimer is prototyped
configure:4095: gcc -c -g -O2  conftest.c 1>&5
configure:4088: conflicting types for `setitimer'
/usr/include/sys/time.h:108: previous declaration of `setitimer'
configure: failed program was:
#line 4079 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef setitimer
  error - already defined!
#endif
void setitimer(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:4125: checking if setrlimit is prototyped
configure:4147: gcc -c -g -O2  conftest.c 1>&5
configure:4140: conflicting types for `setrlimit'
/usr/include/sys/resource.h:53: previous declaration of `setrlimit'
configure: failed program was:
#line 4131 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef setrlimit
  error - already defined!
#endif
void setrlimit(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:4177: checking if setsockopt is prototyped
configure:4199: gcc -c -g -O2  conftest.c 1>&5
configure:4192: conflicting types for `setsockopt'
/usr/include/sys/socket.h:175: previous declaration of `setsockopt'
configure: failed program was:
#line 4183 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef setsockopt
  error - already defined!
#endif
void setsockopt(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:4229: checking if socket is prototyped
configure:4251: gcc -c -g -O2  conftest.c 1>&5
configure:4244: conflicting types for `socket'
/usr/include/sys/socket.h:100: previous declaration of `socket'
configure: failed program was:
#line 4235 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef socket
  error - already defined!
#endif
void socket(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:4281: checking if sprintf is prototyped
configure:4303: gcc -c -g -O2  conftest.c 1>&5
configure:4296: conflicting types for `sprintf'
/usr/include/stdio.h:257: previous declaration of `sprintf'
configure: failed program was:
#line 4287 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef sprintf
  error - already defined!
#endif
void sprintf(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:4333: checking if sscanf is prototyped
configure:4355: gcc -c -g -O2  conftest.c 1>&5
configure:4348: conflicting types for `sscanf'
/usr/include/stdio.h:316: previous declaration of `sscanf'
configure: failed program was:
#line 4339 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef sscanf
  error - already defined!
#endif
void sscanf(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:4385: checking if strerror is prototyped
configure:4407: gcc -c -g -O2  conftest.c 1>&5
configure:4400: conflicting types for `strerror'
/usr/include/string.h:217: previous declaration of `strerror'
configure: failed program was:
#line 4391 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef strerror
  error - already defined!
#endif
void strerror(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:4437: checking if system is prototyped
configure:4459: gcc -c -g -O2  conftest.c 1>&5
configure:4452: conflicting types for `system'
/usr/include/stdlib.h:578: previous declaration of `system'
configure: failed program was:
#line 4443 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef system
  error - already defined!
#endif
void system(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:4489: checking if time is prototyped
configure:4511: gcc -c -g -O2  conftest.c 1>&5
configure:4504: conflicting types for `time'
/usr/include/time.h:122: previous declaration of `time'
configure: failed program was:
#line 4495 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef time
  error - already defined!
#endif
void time(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:4541: checking if unlink is prototyped
configure:4563: gcc -c -g -O2  conftest.c 1>&5
configure:4556: conflicting types for `unlink'
/usr/include/unistd.h:691: previous declaration of `unlink'
configure: failed program was:
#line 4547 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef unlink
  error - already defined!
#endif
void unlink(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }
configure:4593: checking if write is prototyped
configure:4615: gcc -c -g -O2  conftest.c 1>&5
configure:4608: conflicting types for `write'
/usr/include/unistd.h:305: previous declaration of `write'
configure: failed program was:
#line 4599 "configure"
#include "confdefs.h"

#define NO_LIBRARY_PROTOTYPES
#define __COMM_C__
#define __ACT_OTHER_C__
#include "src/sysdep.h"
#ifdef write
  error - already defined!
#endif
void write(int a, char b, int c, char d, int e, char f, int g, char h);

int main() {

; return 0; }