Description: Workaround curlpp requiring HAVE_CONFIG_H to be defined
 See http://code.google.com/p/curlpp/issues/detail?id=25 for details
Author: infinity0@gmx.com
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/include/curlpp/internal/global.h
+++ b/include/curlpp/internal/global.h
@@ -24,10 +24,6 @@
 #ifndef CURLPP_GLOBAL_H
 #define CURLPP_GLOBAL_H
 
-#ifndef HAVE_CONFIG_H
-	#include "curlpp/config.win32.h"
-#else
-	#include "curlpp/config.h"
-#endif
+#include "curlpp/config.h"
 
 #endif // #ifndef CURLPP_GLOBAL_H
