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
ea712cd8
Commit
ea712cd8
authored
Jun 05, 1999
by
Per Cederqvist
Browse files
Commented out AC_REPLACE_FUNCS(strdup).
parent
d032bd8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
ea712cd8
dnl $Id: configure.in,v 1.6
4
1999/06/0
3 22:11:37
ceder Exp $
dnl $Id: configure.in,v 1.6
5
1999/06/0
5 19:51:23
ceder Exp $
dnl Configuration for LysKOM
dnl Copyright (C) 1993-1999 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.6
4
$)
AC_REVISION($Revision: 1.6
5
$)
AC_INIT(src/server/lyskomd.h)
AM_CONFIG_HEADER(config.h)
AC_CONFIG_AUX_DIR(scripts)
...
...
@@ -238,7 +238,13 @@ AC_CHECK_LIB(i,setlocale) dnl For setlocale() on Ultrix.
AC_CHECK_LIB(crypt,crypt) dnl For crypt() on Sparc NetBSD 1.1
AC_CHECK_FUNCS(difftime getdtablesize sysconf strchr getcwd vfprintf)
AC_CHECK_FUNCS(setrlimit)
AC_REPLACE_FUNCS(memcpy strerror remove memset memchr memcmp setsid strdup)
AC_REPLACE_FUNCS(memcpy strerror remove memset memchr memcmp setsid)
dnl
dnl strdup() is not currently used, but we have a replacement function
dnl since it was used a while ago. No need to take up time looking
dnl for it, though. Remove strdup.c from EXTRA_DIST in
dnl src/libraries/libansi/Makefile.am if strdup is ever used again.
dnl AC_REPLACE_FUNCS(strdup)
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
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