Update of /cvsroot/solidircd/solidircd-stable/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12522/include
Modified Files:
config.h
Log Message:
If openssl was disabled ircd wont compile, fixed.
Index: config.h
===================================================================
RCS file: /cvsroot/solidircd/solidircd-stable/include/config.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** config.h 26 Dec 2005 05:21:38 -0000 1.15
--- config.h 30 Dec 2005 21:29:28 -0000 1.16
***************
*** 292,296 ****
* services that are not noquit compliant.
*/
! #define NOQUIT
/*
--- 292,296 ----
* services that are not noquit compliant.
*/
! #undef NOQUIT
/*
|