Revision 598, 0.7 kB
(checked in by arnonym, 16 years ago)
|
No auto* means that we can have our own config.h.in without the need to copy...
|
Line | |
---|
1 |
/* config.h.in. Generated from configure.ac by autoheader. */ |
---|
2 |
|
---|
3 |
/* Name of package */ |
---|
4 |
#define PACKAGE $PACKAGE |
---|
5 |
|
---|
6 |
/* Define to the address where bug reports for this package should be sent. */ |
---|
7 |
#define PACKAGE_BUGREPORT "<ffado-devel@lists.sf.net>" |
---|
8 |
|
---|
9 |
/* Define to the full name of this package. */ |
---|
10 |
#define PACKAGE_NAME "$PACKAGE" |
---|
11 |
|
---|
12 |
/* Define to the full name and version of this package. */ |
---|
13 |
#define PACKAGE_STRING "$PACKAGE $VERSION" |
---|
14 |
|
---|
15 |
/* Define to the one symbol short name of this package. */ |
---|
16 |
#define PACKAGE_TARNAME "$PACKAGE" |
---|
17 |
|
---|
18 |
/* Define to the version of this package. */ |
---|
19 |
#define PACKAGE_VERSION $VERSION |
---|
20 |
|
---|
21 |
/* Define to 1 if SSE assembly is available. */ |
---|
22 |
/*#define USE_SSE 1*/ |
---|
23 |
|
---|
24 |
/* Version number of package */ |
---|
25 |
#define VERSION "$VERSION" |
---|
26 |
|
---|
27 |
#define CACHEDIR "$cachedir" |
---|
28 |
|
---|