Skip to content
Snippets Groups Projects
Commit b7186686e891 authored by Igor Zlatkovic's avatar Igor Zlatkovic
Browse files

windows build cleanup, removed obsolete checks

parent a3b891ab110d
Branches
No related tags found
No related merge requests found
......@@ -3,7 +3,4 @@
#include <libxml/xmlversion.h>
#if defined(WIN32) && !defined (__CYGWIN__) && (!__MINGW32__)
#include <win32config.h>
#else
#include "config.h"
......@@ -9,3 +6,2 @@
#include "config.h"
#endif
......@@ -11,5 +7,2 @@
#if defined(WIN32) && defined(_MSC_VER)
#include <libxslt/xsltwin32config.h>
#else
#include <libxslt/xsltconfig.h>
......@@ -15,5 +8,4 @@
#include <libxslt/xsltconfig.h>
#endif
#include <libxslt/extensions.h>
#include "exsltconfig.h"
......
......@@ -15,8 +15,5 @@
#include "config.h"
#endif
#if defined(WIN32) && !defined(__CYGWIN__) && !defined (__MINGW32__)
#include "xsltwin32config.h"
#else
#include "xsltconfig.h"
#include <libxml/xmlversion.h>
......@@ -21,6 +18,5 @@
#include "xsltconfig.h"
#include <libxml/xmlversion.h>
#endif
#if !defined LIBEXSLT_PUBLIC
#if (defined (__CYGWIN__) || defined _MSC_VER) && !defined IN_LIBEXSLT && !defined LIBEXSLT_STATIC
......
......@@ -16,8 +16,5 @@
#include "config.h"
#endif
#if defined(WIN32) && !defined(__CYGWIN__) && !defined (__MINGW32__)
#include "xsltwin32config.h"
#else
#include "xsltconfig.h"
#include <libxml/xmlversion.h>
......@@ -22,6 +19,5 @@
#include "xsltconfig.h"
#include <libxml/xmlversion.h>
#endif
#if !defined LIBXSLT_PUBLIC
#if (defined (__CYGWIN__) || defined _MSC_VER) && !defined IN_LIBXSLT && !defined LIBXSLT_STATIC
......
......@@ -11,6 +11,7 @@
#define HAVE_CTYPE_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDARG_H 1
#define HAVE_MALLOC_H 1
#define HAVE_TIME_H 1
#define HAVE_LOCALTIME 1
......
......@@ -12,7 +12,4 @@
#ifndef __XML_XSLTUTILS_H__
#define __XML_XSLTUTILS_H__
#if defined(WIN32) && defined(_MSC_VER)
#include <libxslt/xsltwin32config.h>
#else
#include <libxslt/xsltconfig.h>
......@@ -18,5 +15,4 @@
#include <libxslt/xsltconfig.h>
#endif
#ifdef HAVE_STDARG_H
#include <stdarg.h>
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment