Skip to content
Success

Changes

Summary

  1. Add --disable-syslog-logging configure option (details)
Commit 3d33c24a98d701a59201c3b095b4219acdc38166 by Pau Espin Pedrol
Add --disable-syslog-logging configure option

Right now syslog logging support is built in automatically based on
syslog.h being built at compile time. That's not desirable; as with
other dependencies make sure there's an explicit configure option for
it. Leave it enabled by default since most systems come with syslog.h
and it's a feature nice to have by default.

Take the chance to completelly skip compiling the logging_syslog.c file
if support for syslog logging is disabled.

Change-Id: Ifc54d60e24547696b3059b6eb75572f8c84874d0
The file was modifiedsrc/core/logging.c
The file was modifiedsrc/core/Makefile.am
The file was modifiedsrc/vty/logging_vty.c
The file was modifiedconfigure.ac
The file was modifiedsrc/core/logging_syslog.c