removed tag definitions (moved to rpmlib.h)

CVS patchset: 9
CVS date: 1995/12/12 17:49:04
This commit is contained in:
root 1995-12-12 17:49:04 +00:00
parent 63b7e447d4
commit 173314bce5
1 changed files with 0 additions and 24 deletions

View File

@ -58,28 +58,4 @@ int addEntry(Header h, int_32 tag, int_32 type, void *p, int_32 c);
#define INT64_TYPE 5 #define INT64_TYPE 5
#define STRING_TYPE 6 #define STRING_TYPE 6
/* Entries */
#define NAME 1
#define VERSION 2
#define RELEASE 3
#define SHORT_DESCRIPTION 4
#define LONG_DESCRIPTION 5
#define COPYRIGHT 6
#define DISTRIBUTION 7
#define VENDOR 8
#define PACKAGER 9
#define BUILD_DATE 10
#define BUILD_HOST 11
#define INSTALL_DATE 12
#define GROUP 13
#define SIZE 14
#define URL 15
#define OS 16
#define ARCH 17
#define CHANGELOG 18
#define ICON 19
#define SOURCE 20
#define PATCH 21
#endif _header_h #endif _header_h