Imported Upstream version 1.1.11
[platform/upstream/cdrkit.git] / icedax / exitcodes.h
1 /*
2  * This file has been modified for the cdrkit suite.
3  *
4  * The behaviour and appearence of the program code below can differ to a major
5  * extent from the version distributed by the original author(s).
6  *
7  * For details, see Changelog file distributed with the cdrkit package. If you
8  * received this file from another source then ask the distributing person for
9  * a log of modifications.
10  *
11  */
12
13 /* @(#)exitcodes.h      1.1 02/11/21 Copyright 2002 Heiko Eissfeldt */
14 /* header file for system wide exit codes. */
15 #ifndef exitcodes_h
16 #define exitcodes_h
17
18 #define NO_ERROR        0
19 #define SYNTAX_ERROR    1
20 #define PERM_ERROR      2
21 #define READ_ERROR      3
22 #define WRITE_ERROR     4
23 #define SOUND_ERROR     5
24 #define STAT_ERROR      6
25 #define SIGPIPE_ERROR   7
26 #define SETSIG_ERROR    8
27 #define SHMMEM_ERROR    9
28 #define NOMEM_ERROR     10
29 #define MEDIA_ERROR     11
30 #define DEVICEOPEN_ERROR        12
31 #define RACE_ERROR      13
32 #define DEVICE_ERROR    14
33 #define INTERNAL_ERROR  15
34 #define SEMAPHORE_ERROR 16
35 #define SETUPSCSI_ERROR 17
36 #define PIPE_ERROR      18
37 #endif