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

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

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

linuxsampler/trunk/config.h.in revision 9 by schoenebeck, Wed Nov 5 14:47:10 2003 UTC linuxsampler/tags/singlechannel/config.h.in revision 43, Sun Apr 11 17:25:39 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 18  Line 18 
18  /* Define to 1 if you have the <inttypes.h> header file. */  /* Define to 1 if you have the <inttypes.h> header file. */
19  #undef HAVE_INTTYPES_H  #undef HAVE_INTTYPES_H
20    
21    /* Define to 1 if you have JACK installed. */
22    #undef HAVE_JACK
23    
24  /* Define to 1 if you have the <memory.h> header file. */  /* Define to 1 if you have the <memory.h> header file. */
25  #undef HAVE_MEMORY_H  #undef HAVE_MEMORY_H
26    
# Line 65  Line 68 
68    
69  /* Version number of package */  /* Version number of package */
70  #undef VERSION  #undef VERSION
71    
72    /* Define to 1 if your processor stores words with the most significant byte
73       first (like Motorola and SPARC, unlike Intel and VAX). */
74    #undef WORDS_BIGENDIAN

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

  ViewVC Help
Powered by ViewVC