summaryrefslogtreecommitdiffstats
path: root/config.d.in
blob: da86825a7d7446578954e23cdb8197c78159cfab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* @configure_input@ */
module config;

alias char[] s;

s PACKAGE 		= "@PACKAGE@";
s PACKAGE_NAME 		= "@PACKAGE_NAME@";
s PACKAGE_STRING 	= "@PACKAGE_STRING@";
s PACKAGE_TARNAME	= "@PACKAGE_TARNAME@";
s VERSION		= "@VERSION@";
s GDC			= "@GDC@";
s GDC_VERSION		= "@GDC_VERSION@";