]> granicus.if.org Git - fortune-mod/blob - fortune-mod/config.h.in
add a quote
[fortune-mod] / fortune-mod / config.h.in
1 /*
2  * config.h - Configuration file fortune-mod
3  *
4  * ${AUTOGENERATED_CONFIG_H}
5 */
6 #pragma once
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11
12 /* Version number of package */
13 #define VERSION "${VERSION}"
14 #define LOCOFFDIR "${LOCALODIR}"
15 #define LOCFORTDIR "${LOCALDIR}"
16 #define OFFDIR "${OCOOKIEDIR}"
17 #define FORTDIR "${COOKIEDIR}"
18
19 #ifdef __cplusplus
20 }
21 #endif