From d0a6c32add2e934174771750cdc1893f146d53cf Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 27 Aug 2010 00:07:25 +0200 Subject: s3-nmbd: move SYNC_DNS to nmbd.h Guenther --- source3/include/includes.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index 7626a53abc..a17e014ca9 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -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 -- cgit