1 #ifndef HEADER_MESSAGES
2 #define HEADER_MESSAGES
3 
4 #define M_DNS_ERROR_UNKNOWN "The specified host is unknown."
5 #define M_DNS_ERROR_NOIP "The requested name is valid but does not have an IP address."
6 #define M_DNS_ERROR_NORECOVER "A non-recoverable name server error occured."
7 #define M_DNS_ERROR_TEMPORARY "A temporary error occured on an authoritative name server.  Try again later."
8 #define M_NO_MAIN_WINDOW "Evil Error!  No main window found!"
9 #define M_OUT_OF_MEMORY "Out of memory! Dying unpleasantly :(\n"
10 
11 #define M_TCL_TK_INIT_FAILED "Unable to initialize the Tcl/Tk interpreter.\n"
12 #define M_ERROR_INFINITE_LOOP "Eek!  An infinite loop within the error system.  I'm going to exit now so I\ndon't core.  If it wasn't your code that caused me, please send the following\ninformation to the author.\n"
13 #define M_ERROR_INFO "ERROR Info"
14 #define M_ERROR_CODE "ERROR Code"
15 #define M_ERROR_ADDITIONAL "ERROR Additional Info"
16 #define M_ERROR_NO_FORMAT "*** Unable to format error messages.  Please ensure that ERROR_INFO, ERROR_CODE,\nand ERROR_ADDITIONAL are all fset to valid formats.\n"
17 
18 #endif
19