|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T r
Length: 2714 (0xa9a) Types: TextFile Names: »response.h«
└─⟦87ddcff64⟧ Bits:30001253 CPHDIST85 Tape, 1985 Autumn Conference Copenhagen └─⟦this⟧ »cph85dist/rman/daemon/response.h«
/* * $Header: response.h,v 1.5 85/08/27 15:17:16 broome Exp $ */ /* * $Log: response.h,v $ * Revision 1.5 85/08/27 15:17:16 broome * Last cleanup before release. * * Revision 1.4 85/08/04 16:36:54 broome * Added new responses OK_TYPE and ERR_TYPE for "type" command. * * Revision 1.3 85/08/03 18:40:24 broome * Fixed several codes for consistency ... * * Revision 1.2 85/07/02 21:05:32 broome * * Revision 1.1 85/06/25 11:23:27 broome * Initial revision */ #define INFO_HELP 100 /* in front of help message */ #define INFO_TYPE 123 /* showing currently selected cpu type */ #define INFO_FMT 141 /* nroffing file now */ #define INFO_DONE 142 /* finished formatting */ #define OK_HELLO 210 /* opening banner */ #define OK_GOODBYE 211 /* closing banner */ #define OK_COMING 221 /* man page on its way */ #define OK_STAT 222 /* named page exists in formatted form */ #define OK_TYPE 223 /* reconfiguring for specified cpu type */ #define ERR_TIMEOUT 412 /* connection timed out after idle time */ #define ERR_NOSUBJ 405 /* specified section but no subject */ #define ERR_NOTSEC 421 /* no entry for subject in this section */ #define ERR_STAT 422 /* don't have file in *formatted* form */ #define ERR_TYPE 423 /* no config file for specified cpu type */ #define ERR_HLPFILE 424 /* cannot open help file */ #define ERR_PERM 425 /* cannot open file - permission denied */ #define ERR_OUTPUT 461 /* cannot create output file for formatting */ #define ERR_EXEC 462 /* exec failed in format routine */ #define ERR_CORE 463 /* nroff dumped core */ #define ERR_EXIT 465 /* nroff returned non-zero exit status */ #define ERR_FMT 465 /* unknown formatting error */ #define ERR_COMMAND 501 /* command not recognized or command not found */ #define ERR_SYNTAX 502 /* syntax error - argument count */ #define ERR_NOHELP 504 /* no help available for this command */ #define ERR_CNI 506 /* command not implemented yet */ #define ERR_HELLO 510 /* your host is denied access */ #define ERR_NOENT 521 /* no entry for subject */ #define ERR_NOFILE 522 /* cannot open the named file */