Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
f7be9168
Commit
f7be9168
authored
Jun 23, 2000
by
David Lawrence
Browse files
does not need lwres/lang.h
parent
cf203e0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/lwres/include/lwres/int.h
View file @
f7be9168
...
@@ -15,15 +15,11 @@
...
@@ -15,15 +15,11 @@
* SOFTWARE.
* SOFTWARE.
*/
*/
/* $Id: int.h,v 1.
3
2000/06/2
2 21:59:4
5 tale Exp $ */
/* $Id: int.h,v 1.
4
2000/06/2
3 03:11:2
5 tale Exp $ */
#ifndef LWRES_INT_H
#ifndef LWRES_INT_H
#define LWRES_INT_H 1
#define LWRES_INT_H 1
#include <lwres/lang.h>
LWRES_LANG_BEGINDECLS
typedef
char
lwres_int8_t
;
typedef
char
lwres_int8_t
;
typedef
unsigned
char
lwres_uint8_t
;
typedef
unsigned
char
lwres_uint8_t
;
typedef
short
lwres_int16_t
;
typedef
short
lwres_int16_t
;
...
@@ -33,6 +29,4 @@ typedef unsigned int lwres_uint32_t;
...
@@ -33,6 +29,4 @@ typedef unsigned int lwres_uint32_t;
typedef
long
long
lwres_int64_t
;
typedef
long
long
lwres_int64_t
;
typedef
unsigned
long
long
lwres_uint64_t
;
typedef
unsigned
long
long
lwres_uint64_t
;
LWRES_LANG_ENDDECLS
#endif
/* LWRES_INT_H */
#endif
/* LWRES_INT_H */
lib/lwres/include/lwres/ipv6.h
View file @
f7be9168
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
* SOFTWARE.
* SOFTWARE.
*/
*/
/* $Id: ipv6.h,v 1.
3
2000/06/2
2 21:59
:4
6
tale Exp $ */
/* $Id: ipv6.h,v 1.
4
2000/06/2
3 03:12
:4
2
tale Exp $ */
#ifndef LWRES_IPV6_H
#ifndef LWRES_IPV6_H
#define LWRES_IPV6_H 1
#define LWRES_IPV6_H 1
...
@@ -32,11 +32,8 @@
...
@@ -32,11 +32,8 @@
*** Imports.
*** Imports.
***/
***/
#include <lwres/lang.h>
#include <lwres/int.h>
#include <lwres/int.h>
LWRES_LANG_BEGINDECLS
/***
/***
*** Types.
*** Types.
***/
***/
...
@@ -117,6 +114,4 @@ struct in6_pktinfo {
...
@@ -117,6 +114,4 @@ struct in6_pktinfo {
((a)->s6_addr32[1] == 0) && \
((a)->s6_addr32[1] == 0) && \
((a)->s6_addr32[2] == htonl(0x0000ffff)))
((a)->s6_addr32[2] == htonl(0x0000ffff)))
LWRES_LANG_ENDDECLS
#endif
/* LWRES_IPV6_H */
#endif
/* LWRES_IPV6_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment