[dovecot-cvs] dovecot configure.in,1.191,1.192

cras at dovecot.org cras at dovecot.org
Mon Dec 20 06:39:50 EET 2004


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

Modified Files:
	configure.in 
Log Message:
If strtoull() isn't supported, fallback to strtouq(). If that's not found
either, use our own implementation.



Index: configure.in
===================================================================
RCS file: /var/lib/cvs/dovecot/configure.in,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- configure.in	8 Nov 2004 02:45:59 -0000	1.191
+++ configure.in	20 Dec 2004 04:39:47 -0000	1.192
@@ -1,4 +1,4 @@
-AC_INIT(dovecot, 1.0-test52, [dovecot at dovecot.org])
+AC_INIT(dovecot, 1.0-test59, [dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
 AC_CONFIG_HEADERS([config.h])
@@ -258,7 +258,7 @@
 dnl * after -lsocket and -lnsl tests, inet_aton() may be in them
 AC_CHECK_FUNCS(fcntl flock lockf inet_aton sigaction getpagesize madvise \
                strcasecmp stricmp vsnprintf vsyslog writev pread \
-	       setrlimit setproctitle seteuid setreuid)
+	       setrlimit setproctitle seteuid setreuid strtoull strtouq)
 
 dnl * I/O loop function
 have_ioloop=no



More information about the dovecot-cvs mailing list