- add flag parameter to http_build_url(); slightly breaks parameter order
[m6w6/ext-http] / http_info_api.c
index 0136a423f040e61b67d9b8b423d04d1bec9d64d7..8e45de36cd8b1179866c59371c403ac40f73dc4a 100644 (file)
@@ -6,16 +6,12 @@
     | modification, are permitted provided that the conditions mentioned |
     | in the accompanying LICENSE file are met.                          |
     +--------------------------------------------------------------------+
-    | Copyright (c) 2004-2005, Michael Wallner <mike@php.net>            |
+    | Copyright (c) 2004-2006, Michael Wallner <mike@php.net>            |
     +--------------------------------------------------------------------+
 */
 
 /* $Id$ */
 
-#ifdef HAVE_CONFIG_H
-#      include "config.h"
-#endif
-
 #include "php_http.h"
 
 #include "php_http_api.h"