/* * config.h - Configuration file fortune-mod * * ${AUTOGENERATED_CONFIG_H} */ #pragma once #ifdef __cplusplus extern "C" { #endif /* Version number of package */ #define VERSION "${VERSION}" #define LOCOFFDIR "${LOCALODIR}" #define LOCFORTDIR "${LOCALDIR}" #define OFFDIR "${OCOOKIEDIR}" #define FORTDIR "${COOKIEDIR}" /* Defined if you have recode */ #cmakedefine HAVE_RECODE_H #ifdef __cplusplus } #endif