summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-10-11 11:38:40 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:24 -0500
commit9830fc431babfe251ab079087b58ea55120a515d (patch)
treeafdaea85cc386cf119e1890bf5056c6059fb947e /source3/include
parent960894349ffac47fabb33436bcefa979a01108fb (diff)
downloadsamba-9830fc431babfe251ab079087b58ea55120a515d.tar.gz
samba-9830fc431babfe251ab079087b58ea55120a515d.tar.bz2
samba-9830fc431babfe251ab079087b58ea55120a515d.zip
r19240: move the NO_CONFIG_H check to libreplace
this fixes the quota detection configure and maybe more configure tests metze (This used to be commit a3a082c42ccb21cb16d2e53991808ef3224efc6c)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/includes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 811d0372e0..0f7b2d86d0 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -26,9 +26,7 @@
#undef SIZEOF_LONG
#endif
-#ifndef NO_CONFIG_H /* for some tests */
#include "lib/replace/replace.h"
-#endif
/* only do the C++ reserved word check when we compile
to include --with-developer since too many systems