This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-goldedplus/goldlib/uulib/uustring.h
2000-02-25 10:15:17 +00:00

35 lines
1.1 KiB
C

/* extracted from Id: uustring.c,v 1.1 2000/01/27 18:44:38 asa Exp */
#define S_NOT_OPEN_SOURCE 1
#define S_NOT_OPEN_TARGET 2
#define S_NOT_OPEN_FILE 3
#define S_NOT_STAT_FILE 4
#define S_SOURCE_READ_ERR 5
#define S_READ_ERROR 6
#define S_IO_ERR_TARGET 7
#define S_WR_ERR_TARGET 8
#define S_WR_ERR_TEMP 9
#define S_TMP_NOT_REMOVED 10
#define S_OUT_OF_MEMORY 11
#define S_TARGET_EXISTS 12
#define S_NOT_RENAME 13
#define S_ERR_ENCODING 14
#define S_STAT_ONE_PART 15
#define S_PARM_CHECK 16
#define S_SHORT_BINHEX 17
#define S_DECODE_CANCEL 18
#define S_ENCODE_CANCEL 19
#define S_SCAN_CANCEL 20
#define S_LOADED_PART 21
#define S_NO_DATA_FOUND 22
#define S_NO_BIN_FILE 23
#define S_STRIPPED_SETUID 24
#define S_DATA_SUSPICIOUS 25
#define S_NO_TEMP_NAME 26
#define S_BINHEX_SIZES 27
#define S_BINHEX_BOTH 28
#define S_SMERGE_MERGED 29
#define S_MIME_NO_BOUNDARY 30
#define S_MIME_B_NOT_FOUND 31
#define S_MIME_MULTI_DEPTH 32
#define S_MIME_PART_MULTI 33