Skip to content

Commit

Permalink
* resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Aug 24, 2007
1 parent cb5ba30 commit 88f61aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2007-08-24 Ulrich Drepper <drepper@redhat.com>

* resolv/arpa/nameser.h (NS_OPT_DNSSEC_OK): Define.

* sysdeps/unix/sysv/linux/i386/syscalls.list: No reason to mark
fallocate64 as EXTRA< it is not referenced if the symbol isn't
defined.
Expand Down
5 changes: 5 additions & 0 deletions resolv/arpa/nameser.h
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,11 @@ typedef enum __ns_cert_types {
#define NS_NXT_BIT_ISSET(n,p) (p[(n)/NS_NXT_BITS] & (0x80>>((n)%NS_NXT_BITS)))
#define NS_NXT_MAX 127

/*
* EDNS0 extended flags, host order.
*/
#define NS_OPT_DNSSEC_OK 0x8000U

/*
* Inline versions of get/put short/long. Pointer is advanced.
*/
Expand Down

0 comments on commit 88f61aa

Please sign in to comment.