Changeset 4924:fad0cb1288b2 in roaraudio


Ignore:
Timestamp:
05/08/11 11:00:56 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added quite some functions to ignore list for win32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r4882 r4924  
    2121 *  the Free Software Foundation, 51 Franklin Street, Fifth Floor, 
    2222 *  Boston, MA 02110-1301, USA. 
     23 * 
     24 */ 
     25 
     26/* ckport options: 
     27 * Stuff checked by configure: 
     28 * ckport: ignore-symbol: getuid of target win32 
     29 * ckport: ignore-symbol: setuid of target win32 
     30 * ckport: ignore-symbol: getgid of target win32 
     31 * ckport: ignore-symbol: setgid of target win32 
     32 * ckport: ignore-symbol: setsid of target win32 
     33 * ckport: ignore-symbol: kill of target win32 
     34 * ckport: ignore-symbol: chroot of target win32 
     35 * ckport: ignore-symbol: fork of target win32 
     36 * ckport: ignore-symbol: getservbyname of target win32 
     37 * ckport: ignore-symbol: nice of target win32 
    2338 * 
    2439 */ 
     
    175190        "                         give multible times for being more realtime\n" 
    176191        " --memlock LEVEL       - Set default memory locking level to LEVEL\n" 
     192#ifdef ROAR_HAVE_CHROOT 
    177193        " --chroot DIR          - chroots to the given dir\n" 
     194#endif 
     195#ifdef ROAR_HAVE_SETGID 
    178196        " --setgid              - GroupID to the audio group as specified via -G\n" 
     197#endif 
     198#ifdef ROAR_HAVE_SETUID 
    179199        " --setuid              - UserID to the audio user as specified via -U\n" 
     200#endif 
    180201        " --sysclocksync        - calculate exact sample rate using the system clock\n" 
    181202        " --location  LOC       - Set lion readable location of server\n" 
Note: See TracChangeset for help on using the changeset viewer.