diff options
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 |