diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-02-04 14:09:54 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-02-04 14:09:54 +0100 |
commit | bd82d030011cd8b9655e5ded6b6df9343b42a6bd (patch) | |
tree | de82d886dfea0cb7dbb6e80436218a25cb211bc3 /include/libHX.h |
Imported Upstream version 3.22upstream/3.22
Diffstat (limited to 'include/libHX.h')
-rw-r--r-- | include/libHX.h | 27 |
1 files changed, 27 insertions, 0 deletions
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 <libHX/ctype_helper.h> +#include <libHX/defs.h> +#include <libHX/deque.h> +#include <libHX/list.h> +#include <libHX/init.h> +#include <libHX/io.h> +#include <libHX/map.h> +#include <libHX/misc.h> +#include <libHX/option.h> +#include <libHX/proc.h> +#include <libHX/string.h> + +/* not libxml_helper, because that requires libxml2 */ + +#endif /* _LIBHX_H */ |