Update of /cvsroot/srvx/services
In directory usw-pr-cvs1:/tmp/cvs-serv13880
Modified Files:
configure.in README
Log Message:
#include all ANSI C headers from compat.h
minimize #includes in other files
implement a generic command handler framework, including "free-form" aliases
Index: configure.in
===================================================================
RCS file: /cvsroot/srvx/services/configure.in,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -r1.51 -r1.52
*** configure.in 8 Jul 2002 15:19:30 -0000 1.51
--- configure.in 30 Jul 2002 02:15:12 -0000 1.52
***************
*** 80,84 ****
dnl Would rather not bail on headers, BSD has alot of the functions elsewhere. -Jedi
! AC_CHECK_HEADERS(ctype.h errno.h fcntl.h malloc.h math.h netdb.h netinet/in.h setjmp.h signal.h stdarg.h stdio.h stdlib.h sys/resource.h sys/timeb.h sys/times.h string.h sys/param.h sys/socket.h sys/time.h sys/types.h sys/wait.h time.h unistd.h getopt.h memory.h regex.h alloca.h arpa/inet.h,,)
dnl portability stuff, hurray! -Jedi
--- 80,84 ----
dnl Would rather not bail on headers, BSD has alot of the functions elsewhere. -Jedi
! AC_CHECK_HEADERS(fcntl.h malloc.h netdb.h netinet/in.h sys/resource.h sys/timeb.h sys/times.h sys/param.h sys/socket.h sys/time.h sys/types.h sys/wait.h unistd.h getopt.h memory.h regex.h alloca.h arpa/inet.h,,)
dnl portability stuff, hurray! -Jedi
Index: README
===================================================================
RCS file: /cvsroot/srvx/services/README,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** README 6 May 2002 23:33:14 -0000 1.6
--- README 30 Jul 2002 02:15:12 -0000 1.7
***************
*** 3,7 ****
Description:
~~~~~~~~~~~
! srvx is a complete set of services for IRCu 2.10.10+ based
networks. It aims to be both highly efficient and extensible. Features
include Wingate, SOCKS4, and SOCKS5 proxy detection and all the
--- 3,7 ----
Description:
~~~~~~~~~~~
! srvx is a complete set of services for IRCu 2.10.09+ based
networks. It aims to be both highly efficient and extensible. Features
include Wingate, SOCKS4, and SOCKS5 proxy detection and all the
|