diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-08-15 13:21:46 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-08-15 13:21:46 +0000 |
commit | 307550093f660df6f9fd96bace12d9d701fbf702 (patch) | |
tree | df102721ac53bb584588f13f9e1daf64db26f666 /config.h.in | |
parent | 6a4dc180f23ce156e6dd3a8b8fdb814c0f58b4f0 (diff) | |
download | libxslt-307550093f660df6f9fd96bace12d9d701fbf702.tar.gz libxslt-307550093f660df6f9fd96bace12d9d701fbf702.tar.bz2 libxslt-307550093f660df6f9fd96bace12d9d701fbf702.zip |
release of 1.0.2 cleaning of Makefiles pointed out by make distcheck
* Makefile.am config.h.in configure.in libxslt/xsltwin32config.h:
release of 1.0.2
* tests/docs/Makefile.am libexslt/Makefile.am
tests/documents/Makefile.am tests/general/Makefile.am
xsltproc/Makefile.am: cleaning of Makefiles pointed out
by make distcheck
Daniel
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index db211355..cd82f1b0 100644 --- a/config.h.in +++ b/config.h.in @@ -27,6 +27,9 @@ /* Define if you have the <ansidecl.h> header file. */ #undef HAVE_ANSIDECL_H +/* Define if you have the <dlfcn.h> header file. */ +#undef HAVE_DLFCN_H + /* Define if you have the <float.h> header file. */ #undef HAVE_FLOAT_H |