summaryrefslogtreecommitdiff
path: root/bitncmp.h
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
commit30d25aad3e55eb17e257c67dd0f7d7d73ad794c1 (patch)
tree39ef429413b5f3f2bf135b2df1760cf9b6392f6d /bitncmp.h
parent962f710089dab6bf75d222718327f7c4bf765e6c (diff)
downloadc-ares-30d25aad3e55eb17e257c67dd0f7d7d73ad794c1.tar.gz
c-ares-30d25aad3e55eb17e257c67dd0f7d7d73ad794c1.tar.bz2
c-ares-30d25aad3e55eb17e257c67dd0f7d7d73ad794c1.zip
Change multiple header inclusion prevention definition to __ARES_BITNCMP_H
Diffstat (limited to 'bitncmp.h')
-rw-r--r--bitncmp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/bitncmp.h b/bitncmp.h
index b527e10..6d15123 100644
--- a/bitncmp.h
+++ b/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 */