apt-key del: Ignore case when checking if a keyid exists in a keyring.
[ntk/apt.git] / buildlib / statvfs.h.in
CommitLineData
101030ab 1/* Compatibility for systems with out Single Unix Spec statvfs */
b819effd
AL
2#include <config.h>
3
4#ifdef HAVE_VFS_H
101030ab 5#include <sys/vfs.h>
b819effd
AL
6#endif
7
8#ifdef HAVE_MOUNT_H
9#include <sys/param.h>
10#include <sys/mount.h>
11#endif
101030ab
AL
12
13#define statvfs statfs