diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-11-12 11:39:34 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-11-12 11:39:34 +0000 |
commit | 2603405406a9065839e28d938b63f4ce2816fdc2 (patch) | |
tree | 54db24ec845ba446eacad4bc82cb44db6665fb66 /src | |
parent | 62c0818fac14b6e6ceecef3c655c09f8eb26ff57 (diff) |
Added HAVE_SYS_STATVFS_H to the os.h file for Linux, as it has had this
support for a long time. Removed HAVE_SYS_VFS_H.
Diffstat (limited to 'src')
-rw-r--r-- | src/OS/os.h-Linux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/OS/os.h-Linux b/src/OS/os.h-Linux index f89ea7adb..9607c16b6 100644 --- a/src/OS/os.h-Linux +++ b/src/OS/os.h-Linux @@ -1,11 +1,11 @@ -/* $Cambridge: exim/src/OS/os.h-Linux,v 1.1 2004/10/06 15:07:39 ph10 Exp $ */ +/* $Cambridge: exim/src/OS/os.h-Linux,v 1.2 2004/11/12 11:39:34 ph10 Exp $ */ /* Exim: OS-specific C header file for Linux */ #define CRYPT_H #define GLIBC_IP_OPTIONS #define HAVE_MMAP -#define HAVE_SYS_VFS_H +#define HAVE_SYS_STATVFS_H #define NO_IP_VAR_H #define SIOCGIFCONF_GIVES_ADDR #define SIG_IGN_WORKS |