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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29 - (show annotations) (download)
Fri Jan 2 00:05:42 2004 UTC (20 years, 3 months ago) by schoenebeck
File size: 2098 byte(s)
updated Make files (autoconf 2.58, automake 1.6.3)

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

  ViewVC Help
Powered by ViewVC