projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d15ed43
)
Change multiple header inclusion prevention definition to __ARES_BITNCMP_H
author
Yang Tse
<yangsita@gmail.com>
Wed, 26 Jul 2006 10:47:11 +0000
(10:47 +0000)
committer
Yang Tse
<yangsita@gmail.com>
Wed, 26 Jul 2006 10:47:11 +0000
(10:47 +0000)
ares/bitncmp.h
patch
|
blob
|
history
diff --git
a/ares/bitncmp.h
b/ares/bitncmp.h
index b527e10ced5f758a7ebdf438f2309071fe120943..6d15123d25404045675cd2d103a3b314e1ec5ea7 100644
(file)
--- 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 */