Values associated with extensions and texts

Macros

#define GETDNS_EXTENSION_TRUE   1000
 
#define GETDNS_EXTENSION_TRUE_TEXT   "Turn on the extension"
 
#define GETDNS_EXTENSION_FALSE   1001
 
#define GETDNS_EXTENSION_FALSE_TEXT   "Do not turn on the extension"
 

Detailed Description

Macro Definition Documentation

◆ GETDNS_EXTENSION_TRUE

#define GETDNS_EXTENSION_TRUE   1000

Definition at line 333 of file getdns.h.

◆ GETDNS_EXTENSION_TRUE_TEXT

#define GETDNS_EXTENSION_TRUE_TEXT   "Turn on the extension"

Definition at line 334 of file getdns.h.

◆ GETDNS_EXTENSION_FALSE

#define GETDNS_EXTENSION_FALSE   1001

Definition at line 335 of file getdns.h.

◆ GETDNS_EXTENSION_FALSE_TEXT

#define GETDNS_EXTENSION_FALSE_TEXT   "Do not turn on the extension"

Definition at line 336 of file getdns.h.