[dovecot-cvs] dovecot/src/lib compat.h,1.16,1.17

cras at procontrol.fi cras at procontrol.fi
Mon Jan 6 13:15:28 EET 2003


Update of /home/cvs/dovecot/src/lib
In directory danu:/tmp/cvs-serv20554/src/lib

Modified Files:
	compat.h 
Log Message:
Use separate check for uint_fast32_t.



Index: compat.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib/compat.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- compat.h	5 Jan 2003 13:09:51 -0000	1.16
+++ compat.h	6 Jan 2003 11:15:26 -0000	1.17
@@ -23,7 +23,9 @@
 #  else
 typedef unsigned long uintmax_t;
 #  endif
+#endif
 
+#ifndef HAVE_UINT_FAST32_T
 #  if SIZEOF_INT >= 4
 typedef unsigned int uint_fast32_t;
 #  else




More information about the dovecot-cvs mailing list