mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
.
This commit is contained in:
10
aclocal.m4
vendored
10
aclocal.m4
vendored
@@ -3561,9 +3561,14 @@ main ()
|
|||||||
[Define to 1 if you have run the test for working tzset.])
|
[Define to 1 if you have run the test for working tzset.])
|
||||||
|
|
||||||
if test $gl_cv_func_tzset_clobber = yes; then
|
if test $gl_cv_func_tzset_clobber = yes; then
|
||||||
|
# Caution: the following few lines should be the same
|
||||||
|
# as those in gettimeofday.m4.
|
||||||
AC_LIBOBJ(gettimeofday)
|
AC_LIBOBJ(gettimeofday)
|
||||||
|
AC_DEFINE(gmtime, rpl_gmtime,
|
||||||
|
[Define to rpl_gmtime if the replacement function should be used.])
|
||||||
AC_DEFINE(localtime, rpl_localtime,
|
AC_DEFINE(localtime, rpl_localtime,
|
||||||
[Define to rpl_localtime if the replacement function should be used.])
|
[Define to rpl_localtime if the replacement function should be used.])
|
||||||
|
|
||||||
AC_DEFINE(tzset, rpl_tzset,
|
AC_DEFINE(tzset, rpl_tzset,
|
||||||
[Define to rpl_tzset if the wrapper function should be used.])
|
[Define to rpl_tzset if the wrapper function should be used.])
|
||||||
AC_DEFINE(TZSET_CLOBBERS_LOCALTIME_BUFFER, 1,
|
AC_DEFINE(TZSET_CLOBBERS_LOCALTIME_BUFFER, 1,
|
||||||
@@ -3913,9 +3918,14 @@ main ()
|
|||||||
jm_cv_func_gettimeofday_clobber=yes)
|
jm_cv_func_gettimeofday_clobber=yes)
|
||||||
])
|
])
|
||||||
if test $jm_cv_func_gettimeofday_clobber = yes; then
|
if test $jm_cv_func_gettimeofday_clobber = yes; then
|
||||||
|
# Caution: the following few lines should be the same
|
||||||
|
# as those in gettimeofday.m4.
|
||||||
AC_LIBOBJ(gettimeofday)
|
AC_LIBOBJ(gettimeofday)
|
||||||
|
AC_DEFINE(gmtime, rpl_gmtime,
|
||||||
|
[Define to rpl_gmtime if the replacement function should be used.])
|
||||||
AC_DEFINE(localtime, rpl_localtime,
|
AC_DEFINE(localtime, rpl_localtime,
|
||||||
[Define to rpl_localtime if the replacement function should be used.])
|
[Define to rpl_localtime if the replacement function should be used.])
|
||||||
|
|
||||||
AC_DEFINE(gettimeofday, rpl_gettimeofday,
|
AC_DEFINE(gettimeofday, rpl_gettimeofday,
|
||||||
[Define to rpl_gettimeofday if the replacement function should be used.])
|
[Define to rpl_gettimeofday if the replacement function should be used.])
|
||||||
AC_DEFINE(GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, 1,
|
AC_DEFINE(GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, 1,
|
||||||
|
|||||||
@@ -1372,6 +1372,9 @@
|
|||||||
/* Define to `int' if <sys/types.h> doesn't define. */
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
||||||
#undef gid_t
|
#undef gid_t
|
||||||
|
|
||||||
|
/* Define to rpl_gmtime if the replacement function should be used. */
|
||||||
|
#undef gmtime
|
||||||
|
|
||||||
/* Define as `__inline' if that's what the C compiler calls it, or to nothing
|
/* Define as `__inline' if that's what the C compiler calls it, or to nothing
|
||||||
if it is not supported. */
|
if it is not supported. */
|
||||||
#undef inline
|
#undef inline
|
||||||
|
|||||||
Reference in New Issue
Block a user