1// Configuration and version information
2// generated automatically - do not edit
4#ifndef OPALX_VERSIONS_H
5#define OPALX_VERSIONS_H
7const char *opalx_version_name = "@OPALX_VERSION_NAME@";
8const char *opalx_compile_arch = "@OPALX_COMPILE_ARCH@";
9const char *opalx_compile_line = "@OPALX_COMPILE_LINE@";
10const char *opalx_compile_date = "@OPALX_COMPILE_DATE@";
11const char *opalx_compile_machine = "@OPALX_COMPILE_MACHINE@";
12const char *opalx_compile_options = "@OPALX_COMPILE_OPTIONS@";
13const char *opalx_compile_user = "@OPALX_COMPILE_USER@";