Skip to content
  • David Anderson's avatar
    - client: fixed bug that broke idle detection on Unix. · 625b129a
    David Anderson authored
        The problem: the various checks were surrounded by things like
        #ifdef HAVE__DEV_MOUSE
        If the host on which the client is built doesn't have a mouse
        (as is the case with our build machine)
        then the resulting executable doesn't check /dev/mouse,
        even if it exists on the target host.
    - removed configure checks for /dev/mouse, /dev/kbd, and /dev/tty1
    
    svn path=/trunk/boinc/; revision=13947
    625b129a