/* SPDX-License-Identifier: GPL-2.0-only */ /* * drbd_config.h * DRBD's compile time configuration. */ #ifndef DRBD_CONFIG_H #define DRBD_CONFIG_H extern const char *drbd_buildtag(void); #define REL_VERSION … #define PRO_VERSION_MIN … #define PRO_VERSION_MAX … #endif