summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-03-22 18:36:23 +0000
committerjbj <devnull@localhost>1999-03-22 18:36:23 +0000
commita1058e3d9ed9fda442a89d7529a3c09e3e564449 (patch)
treedf2c6b1c6d371f51c6749c29f2db4cdee2039d5c /acconfig.h
parentbd3990b81cbd1df9b5b5164ef32e44158288e95f (diff)
downloadlibrpm-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.h9
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: