Changeset 4981:42ff2a53e084 in roaraudio for configure


Ignore:
Timestamp:
05/19/11 15:23:18 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

test for reboot()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r4976 r4981  
    13701370test_lib_defmake ROAR_HAVE_H_SYS_IOCTL   %            sys/ioctl.h   c          -- sys/ioctl.h 
    13711371test_lib_defmake ROAR_HAVE_H_SYS_STAT    %            sys/stat.h    c          -- sys/types.h sys/stat.h 
     1372test_lib_defmake ROAR_HAVE_H_SYS_REBOOT  %            sys/reboot.h  c          -- sys/reboot.h 
    13721373test_lib_defmake ROAR_HAVE_H_TIME        %            time.h        c          -- time.h 
    13731374test_lib_defmake ROAR_HAVE_H_FCNTL       %            fcntl.h       c          -- fcntl.h 
     
    13811382test_lib_defmake ROAR_HAVE_H_ICONV       %            iconv.h       c          -- iconv.h 
    13821383test_lib_defmake ROAR_HAVE_H_NETINET_IN  %            'netinet/in.h' c         -- 'netinet/in.h' 
     1384test_lib_defmake ROAR_HAVE_H_LINUX_REBOOT %            linux/reboot.h c        -- linux/reboot.h 
    13831385test_lib_defmake ROAR_HAVE_H_WINDOWS     %            windows.h     c          -- windows.h 
    13841386test_lib_defmake ROAR_HAVE_H_WINSOCK2    %            winsock2.h    c          -- winsock2.h 
     
    15681570test_func_defmake ROAR_HAVE_SRAND     srand     'srand((unsigned int)0)'     -- stdlib.h 
    15691571test_func_defmake ROAR_HAVE_FCNTL     fcntl     'fcntl(0, 0)'                -- unistd.h fcntl.h 
     1572test_func_defmake ROAR_HAVE_REBOOT    reboot    'reboot(LINUX_REBOOT_CMD_RESTART|LINUX_REBOOT_CMD_HALT|LINUX_REBOOT_CMD_POWER_OFF|LINUX_REBOOT_CMD_CAD_ON|LINUX_REBOOT_CMD_CAD_OFF)' -- unistd.h linux/reboot.h sys/reboot.h 
    15701573test_func_defmake ROAR_HAVE_LINUX_SENDFILE sendfile 'sendfile(-1, -1, (void*)0, 0)' -- sys/sendfile.h 
    15711574test_func_defmake ROAR_HAVE_GETVERSIONEX     GetVersionEx     'OSVERSIONINFO osinfo; osinfo.dwOSVersionInfoSize = sizeof(osinfo);GetVersionEx(&osinfo);'                -- windows.h 
Note: See TracChangeset for help on using the changeset viewer.