Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
d8830c2e
Commit
d8830c2e
authored
Sep 09, 2002
by
Per Cederqvist
Browse files
Check for rlim_t.
parent
7a06c9aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
d8830c2e
dnl $Id: configure.in,v 1.8
8
2002/09/0
8
1
0:40:26
ceder Exp $
dnl $Id: configure.in,v 1.8
9
2002/09/0
9
1
8:16:14
ceder Exp $
dnl Configuration for LysKOM
dnl Copyright (C) 1993-2002 Lysator Academic Computer Association.
dnl
...
...
@@ -18,7 +18,7 @@ dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
dnl
dnl Please mail bug reports to bug-lyskom@lysator.liu.se.
dnl
AC_REVISION($Revision: 1.8
8
$)
AC_REVISION($Revision: 1.8
9
$)
AC_PREREQ(2.53)
AC_INIT([lyskom-server], [2.0.7])
AC_CONFIG_SRCDIR([src/server/lyskomd.h])
...
...
@@ -241,6 +241,10 @@ then]
from a signal handler if your OS lacks sig_atomic_t.])
[fi]
dnl
AC_CHECK_TYPE([rlim_t],AC_DEFINE([HAVE_RLIM_T]),,[
#include <sys/resource.h>
])
dnl
# FIXME (bug 209): is this needed now that we use AM_C_PROTOTYPES?
AC_MSG_CHECKING([if _HPUX_SOURCE needs to be defined])
AC_CACHE_VAL([kom_cv_sys_hpux_source],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment