summaryrefslogtreecommitdiff
path: root/include/libxml/xmlversion.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/libxml/xmlversion.h.in')
-rw-r--r--include/libxml/xmlversion.h.in15
1 files changed, 1 insertions, 14 deletions
diff --git a/include/libxml/xmlversion.h.in b/include/libxml/xmlversion.h.in
index 00a836f..ddd4633 100644
--- a/include/libxml/xmlversion.h.in
+++ b/include/libxml/xmlversion.h.in
@@ -98,15 +98,6 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
#endif
/**
- * LIBXML_THREAD_ALLOC_ENABLED:
- *
- * Whether the allocation hooks are per-thread
- */
-#if @WITH_THREAD_ALLOC@
-#define LIBXML_THREAD_ALLOC_ENABLED
-#endif
-
-/**
* LIBXML_TREE_ENABLED:
*
* Whether the DOM like tree manipulation API support is configured in
@@ -421,11 +412,7 @@ XMLPUBFUN void XMLCALL xmlCheckVersion(int version);
*/
#ifndef ATTRIBUTE_UNUSED
-# if ((__GNUC__ > 2) || ((__GNUC__ == 2) && (__GNUC_MINOR__ >= 7)))
-# define ATTRIBUTE_UNUSED __attribute__((unused))
-# else
-# define ATTRIBUTE_UNUSED
-# endif
+#define ATTRIBUTE_UNUSED __attribute__((unused))
#endif
/**