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

#define GETDNS_EXTENSION_TRUE   1000

Definition at line 320 of file getdns.h.

#define GETDNS_EXTENSION_TRUE_TEXT   "Turn on the extension"

Definition at line 321 of file getdns.h.

#define GETDNS_EXTENSION_FALSE   1001

Definition at line 322 of file getdns.h.

#define GETDNS_EXTENSION_FALSE_TEXT   "Do not turn on the extension"

Definition at line 323 of file getdns.h.