Change multiple header inclusion prevention definition to __ARES_BITNCMP_H
authorYang Tse <yangsita@gmail.com>
Wed, 26 Jul 2006 10:47:11 +0000 (10:47 +0000)
committerYang Tse <yangsita@gmail.com>
Wed, 26 Jul 2006 10:47:11 +0000 (10:47 +0000)
bitncmp.h

index b527e10..6d15123 100644 (file)
--- a/bitncmp.h
+++ b/bitncmp.h
@@ -1,3 +1,6 @@
+#ifndef __ARES_BITNCMP_H
+#define __ARES_BITNCMP_H
+
 /* $Id$ */
 
 /*
  * 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 */