[dovecot-cvs] dovecot/src/lib compat.h,1.30,1.31

cras at dovecot.org cras at dovecot.org
Thu Oct 20 12:27:57 EEST 2005


Update of /var/lib/cvs/dovecot/src/lib
In directory talvi:/tmp/cvs-serv20558

Modified Files:
	compat.h 
Log Message:
#ifdef TRU64 -> __osf__



Index: compat.h
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib/compat.h,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- compat.h	20 Oct 2005 09:15:57 -0000	1.30
+++ compat.h	20 Oct 2005 09:27:47 -0000	1.31
@@ -1,7 +1,7 @@
 #ifndef __COMPAT_H
 #define __COMPAT_H
 
-#if defined (HAVE_INTTYPES_H) && defined(TRU64)
+#if defined (HAVE_INTTYPES_H) && defined(__osf__)
 #  include <inttypes.h>
 #endif
 



More information about the dovecot-cvs mailing list