Changeset 5293:142c0f3fe2cd in roaraudio for configure


Ignore:
Timestamp:
11/23/11 23:05:46 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

test for qsort()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r5285 r5293  
    17741774test_func_defmake ROAR_HAVE_STRLCPY   strlcpy   'strlcpy((char*)0, "", 0)'   -- string.h 
    17751775test_func_defmake ROAR_HAVE_STRLCAT   strlcat   'strlcat((char*)0, "", 0)'   -- string.h 
     1776test_func_defmake ROAR_HAVE_QSORT     qsort     'qsort((void*)0, 0, 0, (int(*)(const void *, const void *))0)' -- stdlib.h 
    17761777test_func_defmake ROAR_HAVE_NICE      nice      'nice(0)'                    -- unistd.h 
    17771778test_func_defmake ROAR_HAVE_GETHOSTID gethostid 'gethostid()'                -- unistd.h 
Note: See TracChangeset for help on using the changeset viewer.