summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-03-03 08:08:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:12 -0500
commitf2ab61b129f425b09d61842f2744c17139701d17 (patch)
tree5a56e232133790947f1b8c0f94d3027a108d6ded /source4/include
parentde3867e71257c88412c6d74f3c646661e717bf24 (diff)
downloadsamba-f2ab61b129f425b09d61842f2744c17139701d17.tar.gz
samba-f2ab61b129f425b09d61842f2744c17139701d17.tar.bz2
samba-f2ab61b129f425b09d61842f2744c17139701d17.zip
r13808: remove unused define
metze (This used to be commit b639b814d912891d32c31f0995df7c06d6a10522)
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/includes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h
index 8bede51721..7c724ef2e8 100644
--- a/source4/include/includes.h
+++ b/source4/include/includes.h
@@ -125,10 +125,6 @@ enum brl_type {READ_LOCK, WRITE_LOCK, PENDING_READ_LOCK, PENDING_WRITE_LOCK};
#include "util/safe_string.h"
-#ifndef HAVE_PIPE
-#define SYNC_DNS 1
-#endif
-
extern int DEBUGLEVEL;
#if defined(VALGRIND)