Hello,

The timer code in src/shell.c relies heavily on getrusage(). Some
platforms, Minix for example, don't have getrusage() yet, but it may
get it in the future. The attached patch "patch-configure.ac" adds a
check for the getrusage function. The other attached patch
"patch-src_shell.c" disables the timer code (beginTimer, endTimer,
etc) on platforms that don't have HAVE_GETRUSAGE defined.

Thomas
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to