mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
s3-nmbd: move SYNC_DNS to nmbd.h
Guenther
This commit is contained in:
parent
102a70e809
commit
d0a6c32add
@ -762,10 +762,6 @@ enum flush_reason_enum {
|
||||
#define PASSWORD_LENGTH 8
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_PIPE
|
||||
#define SYNC_DNS 1
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_CRYPT16) && defined(HAVE_GETAUTHUID)
|
||||
#define ULTRIX_AUTH 1
|
||||
#endif
|
||||
|
@ -1,2 +1,5 @@
|
||||
#ifndef HAVE_PIPE
|
||||
#define SYNC_DNS 1
|
||||
#endif
|
||||
|
||||
#include "nmbd/nmbd_proto.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user