0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 04:02:15 +02:00
openvpn3/openvpn/compress
Razvan Cojocaru 272d0ef07d Fix LOG_{DEBUG, INFO} conflicts with syslog.h
The syslog.h UNIX header already #defines LOG_{DEBUG, INFO} as
log-level constants, which means that we can't have code that
includes both openvpn/log/logger.hpp and syslog.h.

This patch renames all the LOG_<LEVEL>() macros to
OVPN_LOG_<LEVEL>(), to hopefully eliminate "macro already defined"
conflicts in the future.

Signed-off-by: Razvan Cojocaru <razvan.cojocaru@openvpn.com>
2024-05-30 08:45:08 +03:00
..
compnull.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
compress.hpp Refactor compression to allow setting log level at runtime 2024-04-17 14:48:50 +00:00
compstub.hpp Fix LOG_{DEBUG, INFO} conflicts with syslog.h 2024-05-30 08:45:08 +03:00
lz4.hpp Fix LOG_{DEBUG, INFO} conflicts with syslog.h 2024-05-30 08:45:08 +03:00
lzo.hpp Fix LOG_{DEBUG, INFO} conflicts with syslog.h 2024-05-30 08:45:08 +03:00
lzoasym_impl.hpp lzo_asym_impl: fix unaligned access 2023-02-28 13:45:16 +01:00
lzoasym.hpp Fix LOG_{DEBUG, INFO} conflicts with syslog.h 2024-05-30 08:45:08 +03:00
lzoselect.hpp Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
snappy.hpp Fix LOG_{DEBUG, INFO} conflicts with syslog.h 2024-05-30 08:45:08 +03:00