]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: lua: remove some #define
authorThierry FOURNIER <tfournier@exceliance.fr>
Wed, 4 Mar 2015 15:48:34 +0000 (16:48 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 4 Mar 2015 16:58:52 +0000 (17:58 +0100)
commita718b29b6d4566a601d70ef039db5cd5f3c4562c
tree1f96e86e60ded556c1180662707c5a859544e3be
parent5c49aeb1b032ab6de4c1bbf922c575d5665a7731
MINOR: lua: remove some #define

The #define compilation directives are centralized in the hlua
include files. This permits to remove ome #ifdef from the haproxy
main code.
include/proto/hlua.h
include/types/hlua.h
include/types/session.h
include/types/stream_interface.h
src/haproxy.c
src/hlua.c
src/session.c