repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 8193bf2070d0f92a1bc49ce3ec9fabae3579021b:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 8193bf2070d0f92a1bc49ce3ec9fabae3579021b
Author: Alexander Barton 
Date:   Thu Dec 26 13:20:07 2002 +0000

    - added tests for strlcpy() and strlcat().

diff --git a/configure.in b/configure.in
index 5f1afe1d5194a3e8493d837c5f3e18ef70554a39..
index ..30d6c06b7c1b57b785dfa522bcfcfe4d99dc41d1 100644
--- a/configure.in
+++ b/configure.in
@@ -9,7 +9,7 @@
 # Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
 # der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
 #
-# $Id: configure.in,v 1.70 2002/12/25 13:23:11 alex Exp $
+# $Id: configure.in,v 1.71 2002/12/26 13:20:07 alex Exp $
 #

 # -- Initialisierung --
@@ -122,7 +122,7 @@ AC_CHECK_FUNCS([ \
 	strstr waitpid \
 	],,AC_MSG_ERROR([required function missing!]))

-AC_CHECK_FUNCS(inet_aton isdigit sigaction snprintf vsnprintf)
+AC_CHECK_FUNCS(inet_aton isdigit sigaction snprintf vsnprintf strlcpy strlcat)

 # -- Konfigurationsoptionen --

-----END OF PAGE-----