ircd-ratbox -> charybdis
This commit is contained in:
parent
e1db84d87d
commit
ec86417cee
2 changed files with 2 additions and 2 deletions
|
@ -315,7 +315,7 @@ fi
|
||||||
AC_C_BIGENDIAN
|
AC_C_BIGENDIAN
|
||||||
|
|
||||||
dnl Check for stdarg.h - if we can't find it, halt configure
|
dnl Check for stdarg.h - if we can't find it, halt configure
|
||||||
AC_CHECK_HEADER(stdarg.h, , [AC_MSG_ERROR([** stdarg.h could not be found - ircd-ratbox will not compile without it **])])
|
AC_CHECK_HEADER(stdarg.h, , [AC_MSG_ERROR([** stdarg.h could not be found - charybdis will not compile without it **])])
|
||||||
|
|
||||||
dnl Checks for the existence of strlcat, strlcpy, basename...
|
dnl Checks for the existence of strlcat, strlcpy, basename...
|
||||||
dnl This more reliable test only works with gcc though.
|
dnl This more reliable test only works with gcc though.
|
||||||
|
|
|
@ -188,7 +188,7 @@ init_sys(void)
|
||||||
if(maxconnections <= MAX_BUFFER)
|
if(maxconnections <= MAX_BUFFER)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "ERROR: Shell FD limits are too low.\n");
|
fprintf(stderr, "ERROR: Shell FD limits are too low.\n");
|
||||||
fprintf(stderr, "ERROR: ircd-ratbox reserves %d FDs, shell limits must be above this\n", MAX_BUFFER);
|
fprintf(stderr, "ERROR: charybdis reserves %d FDs, shell limits must be above this\n", MAX_BUFFER);
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue