summaryrefslogtreecommitdiff
path: root/source4/lib/replace/replace.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-12 07:05:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:26 -0500
commit68201cc76b430c1122c0f3c665c9af649ba54311 (patch)
tree4072c4ecdd179f562d4c60cac37b8ad8986341d2 /source4/lib/replace/replace.h
parent566466319e3113ab872499c2ed7eb430ac2260ab (diff)
downloadsamba-68201cc76b430c1122c0f3c665c9af649ba54311.tar.gz
samba-68201cc76b430c1122c0f3c665c9af649ba54311.tar.bz2
samba-68201cc76b430c1122c0f3c665c9af649ba54311.zip
r18419: fix include paths of the configure tests
metze (This used to be commit 8774eeb0dc8a72a9871d42bf1652ce4f7d4a29b7)
Diffstat (limited to 'source4/lib/replace/replace.h')
-rw-r--r--source4/lib/replace/replace.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/lib/replace/replace.h b/source4/lib/replace/replace.h
index 70fd89e3b9..0c37b60feb 100644
--- a/source4/lib/replace/replace.h
+++ b/source4/lib/replace/replace.h
@@ -25,8 +25,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#ifndef _replace_h
-#define _replace_h
+#ifndef _LIBREPLACE_REPLACE_H
+#define _LIBREPLACE_REPLACE_H
#include "config.h"
@@ -360,4 +360,4 @@ typedef int bool;
#undef HAVE_MMAP
#endif
-#endif
+#endif /* _LIBREPLACE_REPLACE_H */