1
0
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:
Günther Deschner 2010-08-27 00:07:25 +02:00
parent 102a70e809
commit d0a6c32add
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -1,2 +1,5 @@
#ifndef HAVE_PIPE
#define SYNC_DNS 1
#endif
#include "nmbd/nmbd_proto.h"