aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2006-07-26 10:47:11 +0000
committerYang Tse <yangsita@gmail.com>2006-07-26 10:47:11 +0000
commitcb86a302d8804aa55fcf72bd05f72ac19face6ab (patch)
tree576b5031288dc34e4dab015222028bc719664756 /ares
parentd15ed439ae9052bb659ff6b0231ad1000dd8e0f1 (diff)
Change multiple header inclusion prevention definition to __ARES_BITNCMP_H
Diffstat (limited to 'ares')
-rw-r--r--ares/bitncmp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ares/bitncmp.h b/ares/bitncmp.h
index b527e10ce..6d15123d2 100644
--- a/ares/bitncmp.h
+++ b/ares/bitncmp.h
@@ -1,3 +1,6 @@
+#ifndef __ARES_BITNCMP_H
+#define __ARES_BITNCMP_H
+
/* $Id$ */
/*
@@ -14,13 +17,10 @@
* without express or implied warranty.
*/
-#ifndef BITNCMP_H
-#define BITNCMP_H
-
#ifndef HAVE_BITNCMP
int ares_bitncmp(const void *l, const void *r, int n);
#else
#define ares_bitncmp(x,y,z) bitncmp(x,y,z)
#endif
-#endif /* BITNCMP_H */
+#endif /* __ARES_BITNCMP_H */