From bd82d030011cd8b9655e5ded6b6df9343b42a6bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 4 Feb 2015 14:09:54 +0100 Subject: Imported Upstream version 3.22 --- include/libHX.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 include/libHX.h (limited to 'include/libHX.h') diff --git a/include/libHX.h b/include/libHX.h new file mode 100644 index 0000000..a334871 --- /dev/null +++ b/include/libHX.h @@ -0,0 +1,27 @@ +#ifndef _LIBHX_H +#define _LIBHX_H 20110115 + +/* + * This file is for programs that really need about everything. The presence of + * this file is undocumented, but you can rely on its presence and that it + * always includes a given feature set. (Once an "#include" is added, it shall + * be considered documented behavior that feature xyz is available merely by + * inclusion of this file. Henceforth, "#includes" may not be removed from here + * unless the implementation really went away. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +/* not libxml_helper, because that requires libxml2 */ + +#endif /* _LIBHX_H */ -- cgit v1.2.3