diff options
author | jbj <devnull@localhost> | 2002-12-07 22:29:21 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-12-07 22:29:21 +0000 |
commit | 9e737c3f6d48a94140f64bcb8b108c6f98709005 (patch) | |
tree | 0f830e6406ce9c35e47c6b8f4adadd611c0dd417 /build/rpmfc.h | |
parent | bb2c78fdba1cc6ea151936c5547e8cee92d02169 (diff) | |
download | rpm-9e737c3f6d48a94140f64bcb8b108c6f98709005.tar.gz rpm-9e737c3f6d48a94140f64bcb8b108c6f98709005.tar.bz2 rpm-9e737c3f6d48a94140f64bcb8b108c6f98709005.zip |
Insturment auto request/provide disabling.
CVS patchset: 5921
CVS date: 2002/12/07 22:29:21
Diffstat (limited to 'build/rpmfc.h')
-rw-r--r-- | build/rpmfc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/rpmfc.h b/build/rpmfc.h index 1f91fb0ef..984cc99b9 100644 --- a/build/rpmfc.h +++ b/build/rpmfc.h @@ -19,6 +19,8 @@ struct rpmfc_s { int fknown; /*!< no. of classified files */ int fwhite; /*!< no. of "white" files */ int ix; /*!< current file index */ + int skipProv; /*!< don't auto-generate Provides:? */ + int skipReq; /*!< don't auto-generate Requires:? */ ARGV_t fn; /*!< (#files) file names */ ARGI_t fcolor; /*!< (#files) file colors */ |