View | Details | Raw Unified | Return to bug 1013
Collapse All | Expand All

(-)log.h (+1 lines)
Lines 15-20 Link Here
15
#ifndef SSH_LOG_H
15
#ifndef SSH_LOG_H
16
#define SSH_LOG_H
16
#define SSH_LOG_H
17
17
18
#include "defines.h"
18
#include <syslog.h> /* Needed for LOG_AUTHPRIV (if present) */
19
#include <syslog.h> /* Needed for LOG_AUTHPRIV (if present) */
19
20
20
/* Supported syslog facilities and levels. */
21
/* Supported syslog facilities and levels. */

Return to bug 1013