diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-11-05 13:34:01 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-11-05 13:34:01 +0000 |
commit | a33af2fb965f9c0b369eb7d527e01097d8f1c138 (patch) | |
tree | d469e2d3bf2d8d24f28d30674517fcf8ec353693 /acconfig.h | |
parent | 5ba477c4348fb723adc727c9f5a8025680aa0e9a (diff) | |
download | libxslt-a33af2fb965f9c0b369eb7d527e01097d8f1c138.tar.gz libxslt-a33af2fb965f9c0b369eb7d527e01097d8f1c138.tar.bz2 libxslt-a33af2fb965f9c0b369eb7d527e01097d8f1c138.zip |
Applied Keith Isdale patch for the debugger support, make it the default,
* Makefile.am acconfig.h config.h.in configure.in
xsltproc/Makefile.am breakpoint/* libxslt/transform.[ch]
libxslt/xsltconfig.h.in: Applied Keith Isdale patch for
the debugger support, make it the default, added the
WITH_XSLT_DEBUGGER define to xsltconfig.h.in, small cleanups
Daniel
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,3 +3,4 @@ #undef HAVE_POW #undef HAVE_FLOOR #undef HAVE_FABS +#undef WITH_DEBUGGER |