bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

no rpl_mktime in mktime.c


From: Patrice Dumas
Subject: no rpl_mktime in mktime.c
Date: Thu, 7 Jul 2005 09:00:17 +0200
User-agent: Mutt/1.4.2.1i

Hi,

There is no rpl_mktime defined in mktime.c, although in gl_FUNC_MKTIME
there is

AC_DEFUN([gl_FUNC_MKTIME],
[
  AC_REQUIRE([AC_FUNC_MKTIME])
  if test $ac_cv_func_working_mktime = no; then
    AC_DEFINE(mktime, rpl_mktime,
      [Define to rpl_mktime if the replacement function should be used.])
    gl_PREREQ_MKTIME
  fi
])

There seems to be the same issue with strtod.

--
Pat




reply via email to

[Prev in Thread] Current Thread [Next in Thread]