diff options
author | jbj <devnull@localhost> | 2002-01-28 16:16:27 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-01-28 16:16:27 +0000 |
commit | 64e5b924aaa72ac46440f9bb3fc27db118cff671 (patch) | |
tree | a4731c14217461ded3a0d451735aef79fff3af82 /rpmqv.c | |
parent | e1a7a8a081480bb938fa94118d2686f657516f87 (diff) | |
download | librpm-tizen-64e5b924aaa72ac46440f9bb3fc27db118cff671.tar.gz librpm-tizen-64e5b924aaa72ac46440f9bb3fc27db118cff671.tar.bz2 librpm-tizen-64e5b924aaa72ac46440f9bb3fc27db118cff671.zip |
popt PAIN, sigh.
CVS patchset: 5283
CVS date: 2002/01/28 16:16:27
Diffstat (limited to 'rpmqv.c')
-rwxr-xr-x | rpmqv.c | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -13,15 +13,15 @@ #include <rpmcli.h> #include <rpmbuild.h> -#define POPT_NODEPS -1025 -#define POPT_FORCE -1026 -#define POPT_NOMD5 -1027 -#define POPT_NOSCRIPTS -1028 +#define POPT_NODEPS 1025 +#define POPT_FORCE 1026 +#define POPT_NOMD5 1027 +#define POPT_NOSCRIPTS 1028 #ifdef IAM_RPMBT #include "build.h" -#define GETOPT_REBUILD -1003 -#define GETOPT_RECOMPILE -1004 +#define GETOPT_REBUILD 1003 +#define GETOPT_RECOMPILE 1004 #endif #if defined(IAM_RPMBT) || defined(IAM_RPMK) @@ -30,12 +30,12 @@ #include "debug.h" -#define GETOPT_DBPATH -1010 -#define GETOPT_SHOWRC -1018 -#define GETOPT_DEFINEMACRO -1020 -#define GETOPT_EVALMACRO -1021 +#define GETOPT_DBPATH 1010 +#define GETOPT_SHOWRC 1018 +#define GETOPT_DEFINEMACRO 1020 +#define GETOPT_EVALMACRO 1021 #ifdef NOTYET -#define GETOPT_RCFILE -1022 +#define GETOPT_RCFILE 1022 #endif enum modes { |