summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-12-03 12:12:27 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-12-03 12:12:27 +0000
commitebe48c60cc941881718222e69fabf604fe23e43d (patch)
treeab0bf4c601623fb68808c1f335311c5382738015 /config.h.in
parentb3de70c28294f6c7f7ef8ec0033fb302b0dfbe26 (diff)
downloadlibxml2-ebe48c60cc941881718222e69fabf604fe23e43d.tar.gz
fix bug #128401 affecting regexp quantifiers Daniel
* config.h.in configure.in xmlregexp.c: fix bug #128401 affecting regexp quantifiers Daniel
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 6ce26072..915ef0c8 100644
--- a/config.h.in
+++ b/config.h.in
@@ -107,6 +107,9 @@
/* Have compression library */
#undef HAVE_LIBZ
+/* Define to 1 if you have the <limits.h> header file. */
+#undef HAVE_LIMITS_H
+
/* Define to 1 if you have the `localtime' function. */
#undef HAVE_LOCALTIME