Changeset 4456:75dc5e1d4f9e in roaraudio for configure


Ignore:
Timestamp:
10/10/10 04:55:34 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

test for *rand*()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r4445 r4456  
    13541354test_func_defmake ROAR_HAVE_POPEN     popen     'popen("", "")'              -- stdio.h 
    13551355test_func_defmake ROAR_HAVE_PCLOSE    pclose    'pclose(0)'                  -- stdio.h 
     1356test_func_defmake ROAR_HAVE_RAND      rand      'rand()'                     -- stdlib.h 
     1357test_func_defmake ROAR_HAVE_RAND_R    rand_r    'rand_r((unsigned int*)0)'   -- stdlib.h 
     1358test_func_defmake ROAR_HAVE_SRAND     srand     'srand((unsigned int)0)'     -- stdlib.h 
    13561359 
    13571360echo -n 'checking for basic IO calls... ' 
Note: See TracChangeset for help on using the changeset viewer.