Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../usr/include/bind9/dns
File: edns.h
/*
[0] Fix | Delete
* Copyright (C) Internet Systems Consortium, Inc. ("ISC")
[1] Fix | Delete
*
[2] Fix | Delete
* This Source Code Form is subject to the terms of the Mozilla Public
[3] Fix | Delete
* License, v. 2.0. If a copy of the MPL was not distributed with this
[4] Fix | Delete
* file, you can obtain one at https://mozilla.org/MPL/2.0/.
[5] Fix | Delete
*
[6] Fix | Delete
* See the COPYRIGHT file distributed with this work for additional
[7] Fix | Delete
* information regarding copyright ownership.
[8] Fix | Delete
*/
[9] Fix | Delete
[10] Fix | Delete
#ifndef DNS_EDNS_H
[11] Fix | Delete
#define DNS_EDNS_H 1
[12] Fix | Delete
[13] Fix | Delete
/*%
[14] Fix | Delete
* The maximum version on EDNS supported by this build.
[15] Fix | Delete
*/
[16] Fix | Delete
#define DNS_EDNS_VERSION 0
[17] Fix | Delete
#ifdef DRAFT_ANDREWS_EDNS1
[18] Fix | Delete
#undef DNS_EDNS_VERSION
[19] Fix | Delete
/*
[20] Fix | Delete
* Warning: this currently disables sending COOKIE requests in resolver.c
[21] Fix | Delete
*/
[22] Fix | Delete
#define DNS_EDNS_VERSION 1 /* draft-andrews-edns1 */
[23] Fix | Delete
#endif
[24] Fix | Delete
[25] Fix | Delete
#endif
[26] Fix | Delete
[27] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function