/[svn]/linuxsampler/trunk/config.h.in
ViewVC logotype

Diff of /linuxsampler/trunk/config.h.in

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

revision 28 by schoenebeck, Sun Dec 7 05:03:43 2003 UTC revision 29 by schoenebeck, Fri Jan 2 00:05:42 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  /*
4       Define to the major version number of your
5  #undef PACKAGE     Alsa installation. */
   
 /* Define if you need the GNU extensions to compile */  
 #undef _GNU_SOURCE  
   
 /* Define to the major version number of your Alsa installation. */  
6  #undef ALSA_MAJOR  #undef ALSA_MAJOR
7    
8  /* Define to the minor version number of your Alsa installation. */  /*
9       Define to the minor version number of your
10       Alsa installation. */
11  #undef ALSA_MINOR  #undef ALSA_MINOR
12    
13  /* Define to the subminor version number of your Alsa installation. */  /*
14       Define to the subminor version number of your
15       Alsa installation. */
16  #undef ALSA_SUBMINOR  #undef ALSA_SUBMINOR
17    
18  /* Define to 1 if you build for x86 architecture. */  /*
19       Define to 1 if you build for x86
20       architecture. */
21  #undef ARCH_X86  #undef ARCH_X86
22    
23  /* Define to 1 if you have the <dlfcn.h> header file. */  /*
24       Define to 1 if you have the <dlfcn.h>
25       header file. */
26  #undef HAVE_DLFCN_H  #undef HAVE_DLFCN_H
27    
28  /* Define to 1 if you have the <inttypes.h> header file. */  /*
29       Define to 1 if you have the <inttypes.h>
30       header file. */
31  #undef HAVE_INTTYPES_H  #undef HAVE_INTTYPES_H
32    
33  /* Define to 1 if you have the <memory.h> header file. */  /*
34       Define to 1 if you have the <memory.h>
35       header file. */
36  #undef HAVE_MEMORY_H  #undef HAVE_MEMORY_H
37    
38  /* Define to 1 if you have the <stdint.h> header file. */  /*
39       Define to 1 if you have the <stdint.h>
40       header file. */
41  #undef HAVE_STDINT_H  #undef HAVE_STDINT_H
42    
43  /* Define to 1 if you have the <stdlib.h> header file. */  /*
44       Define to 1 if you have the <stdlib.h>
45       header file. */
46  #undef HAVE_STDLIB_H  #undef HAVE_STDLIB_H
47    
48  /* Define to 1 if you have the <strings.h> header file. */  /*
49       Define to 1 if you have the <strings.h>
50       header file. */
51  #undef HAVE_STRINGS_H  #undef HAVE_STRINGS_H
52    
53  /* Define to 1 if you have the <string.h> header file. */  /*
54       Define to 1 if you have the <string.h>
55       header file. */
56  #undef HAVE_STRING_H  #undef HAVE_STRING_H
57    
58  /* Define to 1 if you have the <sys/stat.h> header file. */  /*
59       Define to 1 if you have the <sys/stat.h>
60       header file. */
61  #undef HAVE_SYS_STAT_H  #undef HAVE_SYS_STAT_H
62    
63  /* Define to 1 if you have the <sys/types.h> header file. */  /*
64       Define to 1 if you have the <sys/types.h>
65       header file. */
66  #undef HAVE_SYS_TYPES_H  #undef HAVE_SYS_TYPES_H
67    
68  /* Define to 1 if you have the <unistd.h> header file. */  /*
69       Define to 1 if you have the <unistd.h>
70       header file. */
71  #undef HAVE_UNISTD_H  #undef HAVE_UNISTD_H
72    
73  /* Name of package */  /*
74       Name of package */
75  #undef PACKAGE  #undef PACKAGE
76    
77  /* Define to the address where bug reports for this package should be sent. */  /*
78       Define to the address where bug reports for
79       this package should be sent. */
80  #undef PACKAGE_BUGREPORT  #undef PACKAGE_BUGREPORT
81    
82  /* Define to the full name of this package. */  /*
83       Define to the full name of this package.
84       */
85  #undef PACKAGE_NAME  #undef PACKAGE_NAME
86    
87  /* Define to the full name and version of this package. */  /*
88       Define to the full name and version of
89       this package. */
90  #undef PACKAGE_STRING  #undef PACKAGE_STRING
91    
92  /* Define to the one symbol short name of this package. */  /*
93       Define to the one symbol short name of
94       this package. */
95  #undef PACKAGE_TARNAME  #undef PACKAGE_TARNAME
96    
97  /* Define to the version of this package. */  /*
98       Define to the version of this package. */
99  #undef PACKAGE_VERSION  #undef PACKAGE_VERSION
100    
101  /* Define to 1 if you have the ANSI C header files. */  /*
102       Define to 1 if you have the ANSI
103       C header files. */
104  #undef STDC_HEADERS  #undef STDC_HEADERS
105    
106  /* Version number of package */  /*
107       Version number of package */
108  #undef VERSION  #undef VERSION
109    
110  /* Define to 1 if your processor stores words with the most significant byte  /*
111     first (like Motorola and SPARC, unlike Intel and VAX). */     Define to 1 if your processor stores words
112       with the most significant byte first (like Motorola and
113       SPARC, unlike Intel and VAX). */
114  #undef WORDS_BIGENDIAN  #undef WORDS_BIGENDIAN

Legend:
Removed from v.28  
changed lines
  Added in v.29

  ViewVC Help
Powered by ViewVC