mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-17 00:44:33 +00:00
REORG: include: move http_rules.h to haproxy/http_rules.h
There was no include file. This one still includes types/proxy.h.
This commit is contained in:
parent
8efbdfb77b
commit
c761f843da
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* include/proto/http_rules.h
|
||||
* include/haproxy/http_rules.h
|
||||
* This file contains "http" rules definitions
|
||||
*
|
||||
* Copyright (C) 2000-2018 Willy Tarreau - w@1wt.eu
|
||||
@ -19,8 +19,8 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifndef _PROTO_HTTP_RULES_H
|
||||
#define _PROTO_HTTP_RULES_H
|
||||
#ifndef _HAPROXY_HTTP_RULES_H
|
||||
#define _HAPROXY_HTTP_RULES_H
|
||||
|
||||
#include <haproxy/api.h>
|
||||
#include <haproxy/list.h>
|
||||
@ -52,7 +52,7 @@ static inline void http_after_res_keywords_register(struct action_kw_list *kw_li
|
||||
LIST_ADDQ(&http_after_res_keywords.list, &kw_list->list);
|
||||
}
|
||||
|
||||
#endif /* _PROTO_HTTP_RULES_H */
|
||||
#endif /* _HAPROXY_HTTP_RULES_H */
|
||||
|
||||
/*
|
||||
* Local variables:
|
@ -13,6 +13,7 @@
|
||||
#include <haproxy/action-t.h>
|
||||
#include <haproxy/api.h>
|
||||
#include <haproxy/http_htx.h>
|
||||
#include <haproxy/http_rules.h>
|
||||
#include <haproxy/shctx.h>
|
||||
#include <import/eb32tree.h>
|
||||
#include <import/sha1.h>
|
||||
@ -25,7 +26,6 @@
|
||||
#include <proto/cli.h>
|
||||
#include <proto/proxy.h>
|
||||
#include <proto/filters.h>
|
||||
#include <proto/http_rules.h>
|
||||
#include <proto/http_ana.h>
|
||||
#include <proto/log.h>
|
||||
#include <proto/stream.h>
|
||||
|
@ -17,12 +17,12 @@
|
||||
#include <haproxy/capture-t.h>
|
||||
#include <haproxy/compression-t.h>
|
||||
#include <haproxy/http_htx.h>
|
||||
#include <haproxy/http_rules.h>
|
||||
#include <types/stats.h>
|
||||
|
||||
#include <proto/acl.h>
|
||||
#include <proto/checks.h>
|
||||
#include <proto/connection.h>
|
||||
#include <proto/http_rules.h>
|
||||
#include <proto/listener.h>
|
||||
#include <haproxy/protocol.h>
|
||||
#include <proto/proxy.h>
|
||||
|
@ -42,6 +42,7 @@
|
||||
#include <haproxy/dns.h>
|
||||
#include <haproxy/errors.h>
|
||||
#include <haproxy/frontend.h>
|
||||
#include <haproxy/http_rules.h>
|
||||
#include <haproxy/mailers-t.h>
|
||||
#include <haproxy/obj_type-t.h>
|
||||
#include <haproxy/pool.h>
|
||||
@ -62,7 +63,6 @@
|
||||
#include <proto/checks.h>
|
||||
#include <proto/stats.h>
|
||||
#include <proto/filters.h>
|
||||
#include <proto/http_rules.h>
|
||||
#include <proto/lb_chash.h>
|
||||
#include <proto/lb_fas.h>
|
||||
#include <proto/lb_fwlc.h>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <common/cfgparse.h>
|
||||
#include <haproxy/dns.h>
|
||||
#include <haproxy/errors.h>
|
||||
#include <haproxy/http_rules.h>
|
||||
#include <haproxy/time.h>
|
||||
#include <haproxy/ticks.h>
|
||||
#include <haproxy/net_helper.h>
|
||||
@ -38,7 +39,6 @@
|
||||
#include <proto/checks.h>
|
||||
#include <haproxy/fd.h>
|
||||
#include <proto/http_ana.h>
|
||||
#include <proto/http_rules.h>
|
||||
#include <proto/log.h>
|
||||
#include <proto/sample.h>
|
||||
#include <proto/server.h>
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include <haproxy/api.h>
|
||||
#include <common/cfgparse.h>
|
||||
#include <haproxy/frontend.h>
|
||||
#include <haproxy/http_rules.h>
|
||||
#include <haproxy/thread.h>
|
||||
#include <haproxy/pool.h>
|
||||
#include <haproxy/time.h>
|
||||
@ -29,7 +30,6 @@
|
||||
#include <proto/backend.h>
|
||||
#include <proto/filters.h>
|
||||
#include <haproxy/freq_ctr.h>
|
||||
#include <proto/http_rules.h>
|
||||
#include <proto/log.h>
|
||||
#include <proto/http_ana.h>
|
||||
#include <proto/proxy.h>
|
||||
|
@ -89,6 +89,7 @@
|
||||
#include <haproxy/dynbuf.h>
|
||||
#include <haproxy/errors.h>
|
||||
#include <haproxy/hlua.h>
|
||||
#include <haproxy/http_rules.h>
|
||||
#include <haproxy/pool.h>
|
||||
#include <haproxy/list.h>
|
||||
#include <haproxy/namespace.h>
|
||||
@ -117,7 +118,6 @@
|
||||
#include <proto/connection.h>
|
||||
#include <haproxy/fd.h>
|
||||
#include <proto/filters.h>
|
||||
#include <proto/http_rules.h>
|
||||
#include <proto/listener.h>
|
||||
#include <proto/log.h>
|
||||
#include <proto/mworker.h>
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include <haproxy/h1.h>
|
||||
#include <haproxy/hlua.h>
|
||||
#include <haproxy/hlua_fcn.h>
|
||||
#include <haproxy/http_rules.h>
|
||||
#include <haproxy/obj_type.h>
|
||||
#include <haproxy/tools.h>
|
||||
|
||||
@ -46,7 +47,6 @@
|
||||
#include <proto/connection.h>
|
||||
#include <proto/stats.h>
|
||||
#include <proto/http_fetch.h>
|
||||
#include <proto/http_rules.h>
|
||||
#include <proto/map.h>
|
||||
#include <proto/queue.h>
|
||||
#include <proto/pattern.h>
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <haproxy/chunk.h>
|
||||
#include <haproxy/http.h>
|
||||
#include <haproxy/http_htx.h>
|
||||
#include <haproxy/http_rules.h>
|
||||
#include <haproxy/pool.h>
|
||||
#include <haproxy/regex.h>
|
||||
#include <haproxy/tools.h>
|
||||
@ -33,7 +34,6 @@
|
||||
|
||||
#include <proto/acl.h>
|
||||
#include <haproxy/arg.h>
|
||||
#include <proto/http_rules.h>
|
||||
#include <proto/log.h>
|
||||
#include <proto/http_ana.h>
|
||||
#include <proto/pattern.h>
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <common/cfgparse.h>
|
||||
#include <haproxy/chunk.h>
|
||||
#include <haproxy/http.h>
|
||||
#include <haproxy/http_rules.h>
|
||||
#include <haproxy/pool.h>
|
||||
#include <haproxy/tools.h>
|
||||
#include <haproxy/version.h>
|
||||
@ -30,7 +31,6 @@
|
||||
|
||||
#include <proto/acl.h>
|
||||
#include <haproxy/arg.h>
|
||||
#include <proto/http_rules.h>
|
||||
#include <proto/http_ana.h>
|
||||
#include <proto/sample.h>
|
||||
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include <haproxy/action-t.h>
|
||||
#include <haproxy/api.h>
|
||||
#include <haproxy/errors.h>
|
||||
#include <haproxy/http_rules.h>
|
||||
#include <haproxy/list.h>
|
||||
#include <haproxy/tools.h>
|
||||
#include <haproxy/namespace.h>
|
||||
@ -45,7 +46,6 @@
|
||||
#include <proto/channel.h>
|
||||
#include <proto/connection.h>
|
||||
#include <haproxy/fd.h>
|
||||
#include <proto/http_rules.h>
|
||||
#include <proto/listener.h>
|
||||
#include <proto/log.h>
|
||||
#include <haproxy/port_range.h>
|
||||
|
@ -70,12 +70,12 @@
|
||||
*/
|
||||
|
||||
#include <haproxy/api.h>
|
||||
#include <haproxy/http_rules.h>
|
||||
#include <haproxy/pool.h>
|
||||
#include <haproxy/time.h>
|
||||
#include <haproxy/thread.h>
|
||||
#include <import/eb32tree.h>
|
||||
|
||||
#include <proto/http_rules.h>
|
||||
#include <proto/http_ana.h>
|
||||
#include <proto/queue.h>
|
||||
#include <proto/sample.h>
|
||||
|
@ -48,6 +48,7 @@
|
||||
#include <haproxy/chunk.h>
|
||||
#include <haproxy/errors.h>
|
||||
#include <haproxy/frontend.h>
|
||||
#include <haproxy/http_rules.h>
|
||||
#include <haproxy/openssl-compat.h>
|
||||
#include <haproxy/shctx.h>
|
||||
#include <haproxy/tools.h>
|
||||
@ -71,7 +72,6 @@
|
||||
#include <proto/cli.h>
|
||||
#include <haproxy/fd.h>
|
||||
#include <haproxy/freq_ctr.h>
|
||||
#include <proto/http_rules.h>
|
||||
#include <proto/listener.h>
|
||||
#include <proto/pattern.h>
|
||||
#include <proto/proto_tcp.h>
|
||||
|
@ -16,6 +16,7 @@
|
||||
|
||||
#include <haproxy/api.h>
|
||||
#include <common/cfgparse.h>
|
||||
#include <haproxy/http_rules.h>
|
||||
#include <haproxy/pool.h>
|
||||
#include <haproxy/list.h>
|
||||
#include <haproxy/net_helper.h>
|
||||
@ -31,7 +32,6 @@
|
||||
|
||||
#include <haproxy/arg.h>
|
||||
#include <proto/cli.h>
|
||||
#include <proto/http_rules.h>
|
||||
#include <proto/log.h>
|
||||
#include <proto/http_ana.h>
|
||||
#include <proto/proto_tcp.h>
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <haproxy/dynbuf.h>
|
||||
#include <haproxy/frontend.h>
|
||||
#include <haproxy/hlua.h>
|
||||
#include <haproxy/http_rules.h>
|
||||
#include <haproxy/istbuf.h>
|
||||
#include <haproxy/thread.h>
|
||||
#include <haproxy/htx.h>
|
||||
@ -46,7 +47,6 @@
|
||||
#include <haproxy/fd.h>
|
||||
#include <proto/filters.h>
|
||||
#include <haproxy/freq_ctr.h>
|
||||
#include <proto/http_rules.h>
|
||||
#include <proto/listener.h>
|
||||
#include <proto/log.h>
|
||||
#include <proto/session.h>
|
||||
|
@ -3,12 +3,12 @@
|
||||
#include <haproxy/api.h>
|
||||
#include <common/cfgparse.h>
|
||||
#include <haproxy/http.h>
|
||||
#include <haproxy/http_rules.h>
|
||||
#include <haproxy/list.h>
|
||||
|
||||
#include <types/vars.h>
|
||||
|
||||
#include <haproxy/arg.h>
|
||||
#include <proto/http_rules.h>
|
||||
#include <proto/http_ana.h>
|
||||
#include <proto/sample.h>
|
||||
#include <proto/stream.h>
|
||||
|
Loading…
Reference in New Issue
Block a user