QDP++
qdp_config.h
Go to the documentation of this file.
1#ifndef QDP_CONFIG_H
2#define QDP_CONFIG_H
3
4
5/* Undef the unwanted from the environment -- eg the compiler command line */
6#undef PACKAGE
7#undef PACKAGE_BUGREPORT
8#undef PACKAGE_NAME
9#undef PACKAGE_STRING
10#undef PACKAGE_TARNAME
11#undef PACKAGE_VERSION
12#undef VERSION
13
14/* Include the stuff generated by autoconf */
15#include "qdp_config_internal.h"
16
17/* Prefix everything with QDP_ */
18static const char* const QDP_PACKAGE(PACKAGE);
19static const char* const QDP_PACKAGE_BUGREPORT(PACKAGE_BUGREPORT);
20static const char* const QDP_PACKAGE_NAME(PACKAGE_NAME);
21static const char* const QDP_PACKAGE_STRING(PACKAGE_STRING);
22static const char* const QDP_PACKAGE_TARNAME(PACKAGE_TARNAME);
23static const char* const QDP_PACKAGE_VERSION(PACKAGE_VERSION);
24static const char* const QDP_VERSION(VERSION);
25
26
27/* Undef the unwanted */
28#undef PACKAGE
29#undef PACKAGE_BUGREPORT
30#undef PACKAGE_NAME
31#undef PACKAGE_STRING
32#undef PACKAGE_TARNAME
33#undef PACKAGE_VERSION
34#undef VERSION
35#endif
static const char *const QDP_PACKAGE_TARNAME(PACKAGE_TARNAME)
static const char *const QDP_PACKAGE_VERSION(PACKAGE_VERSION)
static const char *const QDP_PACKAGE_BUGREPORT(PACKAGE_BUGREPORT)
static const char *const QDP_PACKAGE_STRING(PACKAGE_STRING)
static const char *const QDP_VERSION(VERSION)
static const char *const QDP_PACKAGE(PACKAGE)
static const char *const QDP_PACKAGE_NAME(PACKAGE_NAME)