Changeset 4705:109ee6f17831 in roaraudio for configure


Ignore:
Timestamp:
01/06/11 02:37:55 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

got gopher finally working, now moving myself into sleepingbag device...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r4696 r4705  
    14191419test_func_defmake ROAR_HAVE_POPEN     popen     'popen("", "")'              -- stdio.h 
    14201420test_func_defmake ROAR_HAVE_PCLOSE    pclose    'pclose(0)'                  -- stdio.h 
     1421test_func_defmake ROAR_HAVE_GETSOCKNAME getsockname 'getsockname(0, 0, 0)'   -- sys/socket.h 
     1422test_func_defmake ROAR_HAVE_GETPEERNAME getpeername 'getpeername(0, 0, 0)'   -- sys/socket.h 
    14211423test_func_defmake ROAR_HAVE_RAND      rand      'rand()'                     -- stdlib.h 
    14221424test_func_defmake ROAR_HAVE_RAND_R    rand_r    'rand_r((unsigned int*)0)'   -- stdlib.h 
Note: See TracChangeset for help on using the changeset viewer.