Changeset 5000:7c1c23e65bb5 in roaraudio


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

test for strlcpy() and strlcat()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r4993 r5000  
    15401540test_func_defmake ROAR_HAVE_PUTENV    putenv    'putenv("")'                 -- stdlib.h 
    15411541test_func_defmake ROAR_HAVE_STRTOK_R  strtok_r  'strtok_r("","",(char**)0)'  -- string.h 
     1542test_func_defmake ROAR_HAVE_STRLCPY   strlcpy   'strlcpy((char*)0, "", 0)'   -- string.h 
     1543test_func_defmake ROAR_HAVE_STRLCAT   strlcat   'strlcat((char*)0, "", 0)'   -- string.h 
    15421544test_func_defmake ROAR_HAVE_NICE      nice      'nice(0)'                    -- unistd.h 
    15431545test_func_defmake ROAR_HAVE_GETGID    getgid    'getgid()'                   -- sys/types.h unistd.h 
Note: See TracChangeset for help on using the changeset viewer.