Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Sat, 9 Apr 2005 19:59:27 +0000 (19:59 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Sat, 9 Apr 2005 19:59:27 +0000 (19:59 +0000)
commitaa612d0210da1dd883e65a27011efe0137badc47
tree502c0536a6fde09f705f3d95d7abe1e4bddaaf04
parent28c3b9ad484011c975df85aae85462dc4daf2299
Author: Kev <klmitch@mit.edu>
Log message:

ircd.c must include sys/resource.h in order to define RLIMIT_CORE.  If
RLIMIT_CORE is not defined, set_core_limit() never gets defined or called.
If set_core_limit() never gets defined or called, ircd never raises the
soft limit on cores.  If the soft limit on cores never gets raised, ircd
never dumps core.  If ircd never dumps core, well, we can't debug ircd,
now, can we?  :)

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1360 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
ChangeLog
config.h.in
configure
configure.in
ircd/ircd.c