Ignore:
Timestamp:
Nov 25, 2016, 8:04:54 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/lib/util/debug.c

    r988 r989  
    103103};
    104104
    105 #if defined(WITH_SYSLOG) || defined(HAVE_LIBSYSTEMD_JOURNAL)
     105#if defined(WITH_SYSLOG) || defined(HAVE_LIBSYSTEMD_JOURNAL) || defined(HAVE_LIBSYSTEMD)
    106106static int debug_level_to_priority(int level)
    107107{
     
    180180#endif /* WITH_SYSLOG */
    181181
    182 #ifdef HAVE_LIBSYSTEMD_JOURNAL
     182#if defined(HAVE_LIBSYSTEMD_JOURNAL) || defined(HAVE_LIBSYSTEMD)
    183183#include <systemd/sd-journal.h>
    184184static void debug_systemd_log(int msg_level,
     
    252252#endif
    253253
    254 #ifdef HAVE_LIBSYSTEMD_JOURNAL
     254#if defined(HAVE_LIBSYSTEMD_JOURNAL) || defined(HAVE_LIBSYSTEMD)
    255255        {
    256256                .name = "systemd",
Note: See TracChangeset for help on using the changeset viewer.