summaryrefslogtreecommitdiff
path: root/bundle/libxml/libxml.h
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/libxml/libxml.h')
-rw-r--r--bundle/libxml/libxml.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/bundle/libxml/libxml.h b/bundle/libxml/libxml.h
deleted file mode 100644
index d34dd10444..0000000000
--- a/bundle/libxml/libxml.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * libxml.h: internal header only used during the compilation of libxml
- *
- * See COPYRIGHT for the status of this software
- *
- * Author: breese@users.sourceforge.net
- */
-
-#ifndef __XML_LIBXML_H__
-#define __XML_LIBXML_H__
-
-#include "php_config.h"
-#include <libxml/xmlversion.h>
-
-#ifndef WITH_TRIO
-#include <stdio.h>
-#else
-/**
- * TRIO_REPLACE_STDIO:
- *
- * This macro is defined if teh trio string formatting functions are to
- * be used instead of the default stdio ones.
- */
-#define TRIO_REPLACE_STDIO
-#include "trio.h"
-#endif
-
-#endif /* ! __XML_LIBXML_H__ */