diff options
author | jbj <devnull@localhost> | 1999-03-22 18:36:23 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-03-22 18:36:23 +0000 |
commit | a1058e3d9ed9fda442a89d7529a3c09e3e564449 (patch) | |
tree | df2c6b1c6d371f51c6749c29f2db4cdee2039d5c /acconfig.h | |
parent | bd3990b81cbd1df9b5b5164ef32e44158288e95f (diff) | |
download | librpm-tizen-a1058e3d9ed9fda442a89d7529a3c09e3e564449.tar.gz librpm-tizen-a1058e3d9ed9fda442a89d7529a3c09e3e564449.tar.bz2 librpm-tizen-a1058e3d9ed9fda442a89d7529a3c09e3e564449.zip |
more DU 4.0D fiddles (Shing-Gene Yung).
CVS patchset: 2910
CVS date: 1999/03/22 18:36:23
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index a2f04604a..45584c6ac 100644 --- a/acconfig.h +++ b/acconfig.h @@ -111,6 +111,15 @@ /* Full path to macros configuration file (usually /usr/lib/rpm/macros) */ #undef MACROFILES +/* statfs in <sys/vfs.h> (for linux systems) */ +#undef STATFS_IN_SYS_VFS + +/* statfs in <sys/mount.h> (for Digital Unix 4.0D systems) */ +#undef STATFS_IN_SYS_MOUNT + +/* statfs in <sys/statfs.h> (for Irix 6.4 systems) */ +#undef STATFS_IN_SYS_STATFS + ^L /* Leave that blank line there!! Autoheader needs it. If you're adding to this file, keep in mind: |