No change was needed.
#include <proto/action.h>
#include <proto/applet.h>
#include <proto/backend.h>
-#include <proto/compression.h>
+#include <haproxy/compression.h>
#include <proto/frontend.h>
#include <proto/listener.h>
#include <proto/http_htx.h>
/*
- * include/types/compression.h
+ * include/haproxy/compression-t.h
* This file defines everything related to compression.
*
* Copyright 2012 Exceliance, David Du Colombier <dducolombier@exceliance.fr>
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef _TYPES_COMP_H
-#define _TYPES_COMP_H
+#ifndef _HAPROXY_COMP_T_H
+#define _HAPROXY_COMP_T_H
#if defined(USE_SLZ)
#ifdef USE_ZLIB
};
-#endif /* _TYPES_COMP_H */
+#endif /* _HAPROXY_COMP_T_H */
/*
* Local variables:
/*
- * include/proto/compression.h
+ * include/haproxy/compression.h
* This file defines function prototypes for compression.
*
* Copyright 2012 (C) Exceliance, David Du Colombier <dducolombier@exceliance.fr>
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef _PROTO_COMP_H
-#define _PROTO_COMP_H
+#ifndef _HAPROXY_COMP_H
+#define _HAPROXY_COMP_H
-#include <types/compression.h>
+#include <haproxy/compression-t.h>
extern unsigned int compress_min_idle;
extern long zlib_used_memory;
#endif /* USE_ZLIB */
-#endif /* _PROTO_COMP_H */
+#endif /* _HAPROXY_COMP_H */
/*
* Local variables:
#include <unistd.h>
#include <common/cfgparse.h>
-#include <proto/compression.h>
+#include <haproxy/compression.h>
/*
* parse a line in a <global> section. Returns the error code, 0 if OK, or
#include <common/uri_auth.h>
#include <types/capture.h>
-#include <types/compression.h>
+#include <haproxy/compression-t.h>
#include <types/stats.h>
#include <proto/acl.h>
#include <proto/channel.h>
#include <proto/checks.h>
#include <proto/cli.h>
-#include <proto/compression.h>
+#include <haproxy/compression.h>
#include <proto/stats.h>
#include <haproxy/fd.h>
#include <haproxy/freq_ctr.h>
#include <haproxy/pool.h>
#include <types/global.h>
-#include <types/compression.h>
+#include <haproxy/compression-t.h>
#include <proto/acl.h>
-#include <proto/compression.h>
+#include <haproxy/compression.h>
#include <haproxy/freq_ctr.h>
#include <proto/stream.h>
#include <types/filters.h>
#include <types/http_ana.h>
-#include <proto/compression.h>
+#include <haproxy/compression.h>
#include <proto/filters.h>
#include <proto/flt_http_comp.h>
#include <proto/http_htx.h>
*/
#include <haproxy/api.h>
+#include <haproxy/compression.h>
#include <haproxy/dynbuf.h>
#include <haproxy/http.h>
#include <common/cfgparse.h>
#include <haproxy/list.h>
#include <haproxy/tools.h>
-#include <types/compression.h>
#include <types/filters.h>
#include <types/proxy.h>
#include <types/sample.h>
-#include <proto/compression.h>
#include <proto/filters.h>
#include <proto/http_htx.h>
#include <proto/http_ana.h>
#include <haproxy/api.h>
#include <common/cfgparse.h>
+#include <haproxy/compression.h>
#include <haproxy/debug.h>
#include <haproxy/http.h>
#include <haproxy/htx.h>
#include <proto/channel.h>
#include <proto/checks.h>
#include <proto/cli.h>
-#include <proto/compression.h>
#include <proto/dns.h>
#include <proto/stats.h>
#include <haproxy/fd.h>