summaryrefslogtreecommitdiff
path: root/install.h
diff options
context:
space:
mode:
authorewt <devnull@localhost>1997-07-01 16:24:08 +0000
committerewt <devnull@localhost>1997-07-01 16:24:08 +0000
commitce8b1ddc6ef77e8bdf9ccaee5aba3eb54ca5aa53 (patch)
tree384e407e161cd914e063f8fa6470d0979ed40402 /install.h
parentaaea587060aed238d70b9470a8e78c6af824349f (diff)
downloadrpm-ce8b1ddc6ef77e8bdf9ccaee5aba3eb54ca5aa53.tar.gz
rpm-ce8b1ddc6ef77e8bdf9ccaee5aba3eb54ca5aa53.tar.bz2
rpm-ce8b1ddc6ef77e8bdf9ccaee5aba3eb54ca5aa53.zip
Added install time prerequisite checking
CVS patchset: 1724 CVS date: 1997/07/01 16:24:08
Diffstat (limited to 'install.h')
-rw-r--r--install.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.h b/install.h
index effffbe88..a845d9159 100644
--- a/install.h
+++ b/install.h
@@ -6,6 +6,7 @@
#define INSTALL_PERCENT (1 << 0)
#define INSTALL_HASH (1 << 1)
#define INSTALL_NODEPS (1 << 2)
+#define INSTALL_NOORDER (1 << 3)
#define UNINSTALL_NODEPS (1 << 0)
#define UNINSTALL_ALLMATCHES (1 << 1)