summaryrefslogtreecommitdiffstats
path: root/source/lib/replace/replace.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-12 07:05:41 +0000
committerStefan Metzmacher <metze@samba.org>2006-09-12 07:05:41 +0000
commitb353feaedf98a186b5f08d717299708eabb6e05f (patch)
tree8c0a243e6ff997bec98f67d81f9f41760cc30235 /source/lib/replace/replace.h
parentc95b6ce4e4a43f04318fa2ffa3137a44d3858357 (diff)
downloadsamba-b353feaedf98a186b5f08d717299708eabb6e05f.tar.gz
samba-b353feaedf98a186b5f08d717299708eabb6e05f.tar.xz
samba-b353feaedf98a186b5f08d717299708eabb6e05f.zip
r18419: fix include paths of the configure tests
metze
Diffstat (limited to 'source/lib/replace/replace.h')
-rw-r--r--source/lib/replace/replace.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/lib/replace/replace.h b/source/lib/replace/replace.h
index 70fd89e3b9a..0c37b60febb 100644
--- a/source/lib/replace/replace.h
+++ b/source/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 */