Changeset 2220:572d471868b8 in roaraudio


Ignore:
Timestamp:
07/27/09 23:43:14 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

only use strtok_r() states in case wie have strtok_r()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarmonhttp.c

    r1797 r2220  
    215215 int    fh; 
    216216 char * c, * k, * v; 
     217#ifdef ROAR_HAVE_STRTOK_R 
    217218 char * sp0 = NULL, * sp1 = NULL; 
     219#endif 
    218220 int dir = ROAR_DIR_MONITOR; 
    219221 int gopher = 0; 
Note: See TracChangeset for help on using the changeset viewer.