/[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 819 by wylder, Thu Dec 22 19:37:19 2005 UTC revision 830 by persson, Sun Jan 15 18:23:11 2006 UTC
# Line 20  Line 20 
20   *   MA  02111-1307  USA                                                   *   *   MA  02111-1307  USA                                                   *
21   ***************************************************************************/   ***************************************************************************/
22    
23    #ifdef HAVE_CONFIG_H
24    # include <config.h>
25    #endif
26    
27  #ifndef _GNU_SOURCE  #ifndef _GNU_SOURCE
28  # 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 */
29  #endif  #endif
30    
31  #if defined(HAVE_FEATURES_H) && (HAVE_FEATURE  != 0)  #ifdef HAVE_FEATURES_H
32  # include <features.h>  # include <features.h>
33  #endif  #endif
34    

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

  ViewVC Help
Powered by ViewVC