summaryrefslogtreecommitdiff
path: root/rpmqv.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2002-01-28 16:16:27 +0000
committerjbj <devnull@localhost>2002-01-28 16:16:27 +0000
commit64e5b924aaa72ac46440f9bb3fc27db118cff671 (patch)
treea4731c14217461ded3a0d451735aef79fff3af82 /rpmqv.c
parente1a7a8a081480bb938fa94118d2686f657516f87 (diff)
downloadlibrpm-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-xrpmqv.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/rpmqv.c b/rpmqv.c
index 8fe95aa2c..d51bd313a 100755
--- a/rpmqv.c
+++ b/rpmqv.c
@@ -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 {