diff options
author | jbj <devnull@localhost> | 1999-03-31 20:37:55 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-03-31 20:37:55 +0000 |
commit | 5fbc0dd6c39f033ca0cd3a6975f1195b94f113db (patch) | |
tree | 16c2edd35762e65617630c8e5d6026326a68afc7 /acconfig.h | |
parent | 3fae8324504fc1b4c15d3fe5d3f6846191400b4f (diff) | |
download | librpm-tizen-5fbc0dd6c39f033ca0cd3a6975f1195b94f113db.tar.gz librpm-tizen-5fbc0dd6c39f033ca0cd3a6975f1195b94f113db.tar.bz2 librpm-tizen-5fbc0dd6c39f033ca0cd3a6975f1195b94f113db.zip |
add explicit macrofiles path to rpmrc.
CVS patchset: 2933
CVS date: 1999/03/31 20:37:55
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index 45584c6ac..0bec9b873 100644 --- a/acconfig.h +++ b/acconfig.h @@ -93,9 +93,12 @@ /* Full path to rpm locale directory (usually /usr/share/locale) */ #undef LOCALEDIR -/* Full path to rpm configuration directory (usually /usr/lib/rpm) */ +/* Full path to rpm global configuration directory (usually /usr/lib/rpm) */ #undef RPMCONFIGDIR +/* Full path to rpm system configuration directory (usually /etc/rpm) */ +#undef SYSCONFIGDIR + /* Full path to find-provides script (usually /usr/lib/rpm/find-provides) */ #undef FINDPROVIDES |