diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-03-18 19:53:55 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-03-18 19:53:55 +0000 |
commit | 79d36ecd2998a2b9314cbfcda87c7bf35136793f (patch) | |
tree | 361bc3586d9514eea510e597efb4dc8dc454bfd0 /libexslt/saxon.c | |
parent | 2abd71732c5d4cb31a3177262c605920918d7b54 (diff) | |
download | libxslt-79d36ecd2998a2b9314cbfcda87c7bf35136793f.tar.gz libxslt-79d36ecd2998a2b9314cbfcda87c7bf35136793f.tar.bz2 libxslt-79d36ecd2998a2b9314cbfcda87c7bf35136793f.zip |
preparing 1.0.14 updated rebuilt implemented the IN_LIBXSLT and
* configure.in: preparing 1.0.14
* doc/*: updated rebuilt
* libxslt/*.c libexslt/*.c libxslt/libxslt.h libexslt/libexslt.h:
implemented the IN_LIBXSLT and IN_LIBEXSLT mechanism discussed
with the Windows maintainers
Daniel
Diffstat (limited to 'libexslt/saxon.c')
-rw-r--r-- | libexslt/saxon.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libexslt/saxon.c b/libexslt/saxon.c index c8016015..30ec5144 100644 --- a/libexslt/saxon.c +++ b/libexslt/saxon.c @@ -1,3 +1,4 @@ +#define IN_LIBEXSLT #include "libexslt/libexslt.h" #if defined(WIN32) && !defined (__CYGWIN__) |