diff options
author | William M. Brack <wbrack@src.gnome.org> | 2004-10-15 05:46:56 +0000 |
---|---|---|
committer | William M. Brack <wbrack@src.gnome.org> | 2004-10-15 05:46:56 +0000 |
commit | 0d28f2ec4ee791dd12e0a7097d6093fab7b7501b (patch) | |
tree | 0645bb89072241188a914baf35668eaa6f7df10c /config.h.in | |
parent | af054965320354eb72ff050b6ad3905d4942fbec (diff) | |
download | libxslt-0d28f2ec4ee791dd12e0a7097d6093fab7b7501b.tar.gz libxslt-0d28f2ec4ee791dd12e0a7097d6093fab7b7501b.tar.bz2 libxslt-0d28f2ec4ee791dd12e0a7097d6093fab7b7501b.zip |
changed date.c to use gmtime_r if available (bug 129983) fixed a namespace
* configure.in, config.h.in, libexslt/date.c: changed date.c to use
gmtime_r if available (bug 129983)
* libexslt/functions.c: fixed a namespace problem concerning a
function with a namespace-qualified name (bug 155197)
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in index 279d248d..1b61d2bb 100644 --- a/config.h.in +++ b/config.h.in @@ -33,8 +33,8 @@ /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY -/* Define to 1 if you have the `gmtime' function. */ -#undef HAVE_GMTIME +/* Define to 1 if you have the `gmtime_r' function. */ +#undef HAVE_GMTIME_R /* Define to 1 if you have the <ieeefp.h> header file. */ #undef HAVE_IEEEFP_H |