summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2004-10-15 05:46:56 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2004-10-15 05:46:56 +0000
commit0d28f2ec4ee791dd12e0a7097d6093fab7b7501b (patch)
tree0645bb89072241188a914baf35668eaa6f7df10c /config.h.in
parentaf054965320354eb72ff050b6ad3905d4942fbec (diff)
downloadlibxslt-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.in4
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