Changeset 5048:caed7d22a1c5 in roaraudio for configure


Ignore:
Timestamp:
05/30/11 14:46:29 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

test for getpwnam() and getgrnam()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r5020 r5048  
    15481548test_func_defmake ROAR_HAVE_SETUID    setuid    'setuid(0)'                  -- sys/types.h unistd.h 
    15491549test_func_defmake ROAR_HAVE_SETSID    setsid    'setsid()'                   -- sys/types.h unistd.h 
     1550test_func_defmake ROAR_HAVE_GETPWNAM  getpwnam  'getpwnam("")'               -- sys/types.h pwd.h 
     1551test_func_defmake ROAR_HAVE_GETGRNAM  getgrnam  'getgrnam("")'               -- sys/types.h grp.h 
    15501552test_func_defmake ROAR_HAVE_GETTIMEOFDAY gettimeofday 'struct timeval tv; gettimeofday(&tv, NULL)' -- sys/time.h time.h 
    15511553test_func_defmake ROAR_HAVE_USLEEP    usleep    'usleep(0)'                  -- sys/types.h unistd.h 
Note: See TracChangeset for help on using the changeset viewer.