Added HAVE_SYS_STATVFS_H to the os.h file for Linux, as it has had this
authorPhilip Hazel <ph10@hermes.cam.ac.uk>
Fri, 12 Nov 2004 11:39:34 +0000 (11:39 +0000)
committerPhilip Hazel <ph10@hermes.cam.ac.uk>
Fri, 12 Nov 2004 11:39:34 +0000 (11:39 +0000)
support for a long time. Removed HAVE_SYS_VFS_H.

doc/doc-txt/ChangeLog
src/OS/os.h-Linux

index 3be581e3a8be42429b82594b76ab9c7c3c00d05a..74485e0a6c1833b242daf79a5fa23528e09fde87 100644 (file)
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.24 2004/11/12 11:28:15 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.25 2004/11/12 11:39:34 ph10 Exp $
 
 Change log file for Exim from version 4.21
 -------------------------------------------
 
 Change log file for Exim from version 4.21
 -------------------------------------------
@@ -99,6 +99,9 @@ Exim version 4.44
     The maildirsize information is now recalculated if the size or filecount
     end up negative.
 
     The maildirsize information is now recalculated if the size or filecount
     end up negative.
 
+27. 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.
+
 
 Exim version 4.43
 -----------------
 
 Exim version 4.43
 -----------------
index f89ea7adb6d7ed983ab8f5d4d905d716167725a4..9607c16b68c60b0b48e625408e1f3540d63f9773 100644 (file)
@@ -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
 
 /* 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
 #define NO_IP_VAR_H
 #define SIOCGIFCONF_GIVES_ADDR
 #define SIG_IGN_WORKS