Revision 9090,
1.1 KB
checked in by ghudson, 28 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r9089,
which included commits to RCS files with non-trunk default branches.
|
Rev | Line | |
---|
[9089] | 1 | /* Copyright Milan Technology Inc. 1991, 1992 */ |
---|
| 2 | /* DO NOT EDIT THIS FILE. EDIT errors.init */ |
---|
| 3 | typedef enum { |
---|
| 4 | ERR_ZERO = 0 , |
---|
| 5 | ERR_READING = 1 , |
---|
| 6 | ERR_ILLFILE = 2 , |
---|
| 7 | ERR_UNIXSKT = 3 , |
---|
| 8 | ERR_SNDFILE = 4 , |
---|
| 9 | ERR_WRITE = 5 , |
---|
| 10 | ERR_MAGIC = 6 , |
---|
| 11 | ERR_PIPE = 7 , |
---|
| 12 | ERR_DOMAIN = 8 , |
---|
| 13 | ERR_HOSTNAME = 9 , |
---|
| 14 | ERR_CONFIG = 10 , |
---|
| 15 | ERR_MAIL = 11 , |
---|
| 16 | ERR_GENERIC = 12 , |
---|
| 17 | ERR_FORK = 13 , |
---|
| 18 | ERR_ASCII = 14 , |
---|
| 19 | ERR_NOPRINTER = 15 , |
---|
| 20 | ERR_NORESPONSE = 16 , |
---|
| 21 | ERR_BOGUS } err_list; |
---|
| 22 | #ifdef G_ERRORS |
---|
| 23 | char *g_errors[] = { |
---|
| 24 | "Unknown (bogus) error message 0.", |
---|
| 25 | "Error in reading file.", |
---|
| 26 | "File not found or access denied.", |
---|
| 27 | "Connecting of unix socket.", |
---|
| 28 | "Error in sending file.", |
---|
| 29 | "Error on write.", |
---|
| 30 | "Error on read of magic number.", |
---|
| 31 | "Cannot create a pipe for external program.", |
---|
| 32 | "Unix domain socket error.", |
---|
| 33 | "Hostname lookup error.", |
---|
| 34 | "Configuration file does not exist.", |
---|
| 35 | "Error in sending mail.", |
---|
| 36 | "Unknown (bogus) error message 12.", |
---|
| 37 | "Error on fork/exec.", |
---|
| 38 | "Non-postscript file as input. Printer may not print.", |
---|
| 39 | "No printer specified. Job not printed.", |
---|
| 40 | "No response from any printer. Job not printed.", |
---|
| 41 | "Bogus error message."}; |
---|
| 42 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.