blob: a7edc1d4d44e59c9be7085db489921e5638d611c [file] [log] [blame]
/* SPDX-License-Identifier: BSD-3-Clause */
/*
* swtpm_conf.h: Compile-time constants
*
* Author: Stefan Berger, stefanb@linux.ibm.com
*
* Copyright (c) IBM Corporation, 2021,2023
*/
#ifndef SWTPM_SETUP_CONF_H
#define SWTPM_SETUP_CONF_H
#define SWTPM_VER_MAJOR @SWTPM_VER_MAJOR@
#define SWTPM_VER_MINOR @SWTPM_VER_MINOR@
#define SWTPM_VER_MICRO @SWTPM_VER_MICRO@
#define SYSCONFDIR "@SYSCONFDIR@"
#define BINDIR "@BINDIR@"
#define DEFAULT_PCR_BANKS "@DEFAULT_PCR_BANKS@"
#endif /* SWTPM_SETUP_CONF_H */