diff --git a/configure.in b/configure.in index 8916202c81..5507d74b23 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.197 2004-05-02 08:53:23 skidder Exp $ +dnl $Id: configure.in,v 1.198 2004-05-03 11:31:54 eku Exp $ dnl ############################# INITIALISATION ############################### @@ -377,7 +377,6 @@ AC_CHECK_LIB(stdc++, main,,, $LIBS) dnl Check for functions -AC_CHECK_FUNCS(strlcpy strlcat) AC_CHECK_FUNCS(gettimeofday) if test "$ac_cv_func_gettimeofday" = "yes"; then dnl EKU: SINIX-Z has no prototype for gettimeofday() so the following test diff --git a/src/include/gen/autoconfig_msvc.h b/src/include/gen/autoconfig_msvc.h index cd49aae8a1..87b8d18ba3 100644 --- a/src/include/gen/autoconfig_msvc.h +++ b/src/include/gen/autoconfig_msvc.h @@ -128,8 +128,6 @@ /* Functions */ -#undef HAVE_STRLCPY -#undef HAVE_STRLCAT #undef HAVE_GETTIMEOFDAY #undef HAVE_TIME #undef HAVE_TIMES