/[svn]/linuxsampler/tags/v0_1_0/config.h.in
ViewVC logotype

Diff of /linuxsampler/tags/v0_1_0/config.h.in

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

revision 9 by schoenebeck, Wed Nov 5 14:47:10 2003 UTC revision 30 by schoenebeck, Sun Jan 11 16:43:54 2004 UTC
# Line 1  Line 1 
1  /* config.h.in.  Generated from configure.in by autoheader.  */  /* config.h.in.  Generated from configure.in by autoheader.  */
 /* Define if the C compiler supports BOOL */  
 #undef HAVE_BOOL  
2    
3  #undef VERSION  /* Define to the major version number of your Alsa installation. */
4    #undef ALSA_MAJOR
5    
6  #undef PACKAGE  /* Define to the minor version number of your Alsa installation. */
7    #undef ALSA_MINOR
8    
9  /* Define if you need the GNU extensions to compile */  /* Define to the subminor version number of your Alsa installation. */
10  #undef _GNU_SOURCE  #undef ALSA_SUBMINOR
11    
12  /* Define to 1 if you build for x86 architecture. */  /* Define to 1 if you build for x86 architecture. */
13  #undef ARCH_X86  #undef ARCH_X86
# Line 65  Line 65 
65    
66  /* Version number of package */  /* Version number of package */
67  #undef VERSION  #undef VERSION
68    
69    /* Define to 1 if your processor stores words with the most significant byte
70       first (like Motorola and SPARC, unlike Intel and VAX). */
71    #undef WORDS_BIGENDIAN

Legend:
Removed from v.9  
changed lines
  Added in v.30

  ViewVC Help
Powered by ViewVC