Skip to content
GitLab
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
8d7c26c8
Commit
8d7c26c8
authored
Jan 07, 1995
by
Per Cederqvist
Browse files
Portability fix for Dynix:
(AC_TYPE_PID_T): Added. (AC_REPLACE_FUNCS(setsid)): Added.
parent
45a75347
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
8d7c26c8
dnl $Id: configure.in,v 1.2
4
1995/01/0
1
19:
31:27
ceder Exp $
dnl $Id: configure.in,v 1.2
5
1995/01/0
7
19:
16:41
ceder Exp $
dnl Configuration for LysKOM
dnl Copyright (C) 1993, 1994, 1995 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.2
4
$)
AC_REVISION($Revision: 1.2
5
$)
AC_INIT(src/server/lyskomd.h)
AC_PROG_CC
AC_SUBST(CFLAGS)
...
...
@@ -45,6 +45,7 @@ AC_MSG_CHECKING([flag to get dependencies])
AC_MSG_RESULT([$DEPENDFLAG])
AC_C_CONST
AC_HEADER_STDC
AC_TYPE_PID_T
AC_MSG_CHECKING([if _HPUX_SOURCE needs to be defined])
AC_CACHE_VAL([kom_cv_sys_hpux_source],
[AC_TRY_LINK(
...
...
@@ -87,7 +88,7 @@ AC_CHECK_LIB(nsl,gethostbyname) dnl Low-level networking code on Solaris 2.
AC_CHECK_LIB(i,setlocale) dnl For setlocale() on Ultrix.
AC_CHECK_FUNCS(difftime getdtablesize sysconf strchr getcwd vfprintf)
AC_CHECK_FUNCS(setrlimit)
AC_REPLACE_FUNCS(memcpy strerror remove memset memchr)
AC_REPLACE_FUNCS(memcpy strerror remove memset memchr
setsid
)
dnl
dnl I don't know how to test for buggy inet_ntoa functions
dnl programmatically, but the supplied substitute should always work,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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