/[svn]/linuxsampler/trunk/src/common/Mutex.cpp
ViewVC logotype

Diff of /linuxsampler/trunk/src/common/Mutex.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 818 by schoenebeck, Wed Feb 9 01:22:18 2005 UTC revision 819 by wylder, Thu Dec 22 19:37:19 2005 UTC
# Line 24  Line 24 
24  # define _GNU_SOURCE 1 /* so _XOPEN_SOURCE will be defined by features.h */  # define _GNU_SOURCE 1 /* so _XOPEN_SOURCE will be defined by features.h */
25  #endif  #endif
26    
27  #include <features.h>  #if defined(HAVE_FEATURES_H) && (HAVE_FEATURE  != 0)
28    # include <features.h>
29    #endif
30    
31  #if !defined(_XOPEN_SOURCE) || _XOPEN_SOURCE < 500  #if !defined(_XOPEN_SOURCE) || _XOPEN_SOURCE < 500
32  # undef _XOPEN_SOURCE  # undef _XOPEN_SOURCE

Legend:
Removed from v.818  
changed lines
  Added in v.819

  ViewVC Help
Powered by ViewVC