diff options
author | jbj <devnull@localhost> | 1998-11-22 19:48:48 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1998-11-22 19:48:48 +0000 |
commit | eb0436b4b23ebdc8d18d2745223b6ceaf9e9a94c (patch) | |
tree | 002437098b7dd9b121a90da5fceeb805fd348b77 /acconfig.h | |
parent | a15a36abd12dba7dcf5cab390100dfcbc16dd6b8 (diff) | |
download | librpm-tizen-eb0436b4b23ebdc8d18d2745223b6ceaf9e9a94c.tar.gz librpm-tizen-eb0436b4b23ebdc8d18d2745223b6ceaf9e9a94c.tar.bz2 librpm-tizen-eb0436b4b23ebdc8d18d2745223b6ceaf9e9a94c.zip |
Start abstracting compressed I/O.
CVS patchset: 2552
CVS date: 1998/11/22 19:48:48
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 74182e034..a2f04604a 100644 --- a/acconfig.h +++ b/acconfig.h @@ -90,6 +90,9 @@ /* Define this to be whatever root's primary group is, in double quotes */ #undef ROOT_GROUP +/* Full path to rpm locale directory (usually /usr/share/locale) */ +#undef LOCALEDIR + /* Full path to rpm configuration directory (usually /usr/lib/rpm) */ #undef RPMCONFIGDIR |