Changeset 3900:71782afc24b2 in roaraudio for configure


Ignore:
Timestamp:
05/25/10 18:49:44 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

check for some more f*()-functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r3898 r3900  
    11711171test_func_defmake ROAR_HAVE_OPENLOG   openlog   'openlog("", 0, 0)'          -- syslog.h 
    11721172test_func_defmake ROAR_HAVE_CLOSELOG  closelog  'closelog()'                 -- syslog.h 
     1173test_func_defmake ROAR_HAVE_FILENO    fileno    'fileno(0)'                  -- stdio.h 
     1174test_func_defmake ROAR_HAVE_FTELL     ftell     'ftell(0)'                   -- stdio.h 
     1175test_func_defmake ROAR_HAVE_FSEEK     fseek     'fseek(0, 0, 0)'             -- stdio.h 
     1176test_func_defmake ROAR_HAVE_POPEN     popen     'popen("", "")'              -- stdio.h 
     1177test_func_defmake ROAR_HAVE_PCLOSE    pclose    'pclose(0)'                  -- stdio.h 
    11731178 
    11741179echo -n 'checking for basic IO calls... ' 
Note: See TracChangeset for help on using the changeset viewer.