8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 19:23:02 +01:00

Remainings of ib_stdio

This commit is contained in:
eku 2004-05-03 11:31:57 +00:00
parent 91aff3ac7f
commit 3dd652eea7
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -128,8 +128,6 @@
/* Functions */
#undef HAVE_STRLCPY
#undef HAVE_STRLCAT
#undef HAVE_GETTIMEOFDAY
#undef HAVE_TIME
#undef HAVE_TIMES