CHROMA
chroma_config.h
Go to the documentation of this file.
1 #ifndef CHROMA_CONFIG_H
2 #define CHROMA_CONFIG_H
3 
4 /* Undef the unwanted from the environment -- eg the compiler command line */
5 #undef PACKAGE
6 #undef PACKAGE_BUGREPORT
7 #undef PACKAGE_NAME
8 #undef PACKAGE_STRING
9 #undef PACKAGE_TARNAME
10 #undef PACKAGE_VERSION
11 #undef VERSION
12 
13 #include "chroma_config_internal.h"
14 
15 /* Prefix everything with CHROMA_QDP_ */
16 static const char* const CHROMA_PACKAGE(PACKAGE);
17 static const char* const CHROMA_PACKAGE_BUGREPORT(PACKAGE_BUGREPORT);
18 static const char* const CHROMA_PACKAGE_NAME(PACKAGE_NAME);
19 static const char* const CHROMA_PACKAGE_STRING(PACKAGE_STRING);
20 static const char* const CHROMA_PACKAGE_TARNAME(PACKAGE_TARNAME);
21 static const char* const CHROMA_PACKAGE_VERSION(PACKAGE_VERSION);
22 static const char* const CHROMA_VERSION(VERSION);
23 
24 /* Undef the unwanted */
25 #undef PACKAGE
26 #undef PACKAGE_BUGREPORT
27 #undef PACKAGE_NAME
28 #undef PACKAGE_STRING
29 #undef PACKAGE_TARNAME
30 #undef PACKAGE_VERSION
31 #undef VERSION
32 
33 
34 #endif
static const char *const CHROMA_PACKAGE_STRING(PACKAGE_STRING)
static const char *const CHROMA_PACKAGE(PACKAGE)
static const char *const CHROMA_PACKAGE_TARNAME(PACKAGE_TARNAME)
static const char *const CHROMA_PACKAGE_BUGREPORT(PACKAGE_BUGREPORT)
static const char *const CHROMA_VERSION(VERSION)
static const char *const CHROMA_PACKAGE_VERSION(PACKAGE_VERSION)
static const char *const CHROMA_PACKAGE_NAME(PACKAGE_NAME)
#define VERSION