summaryrefslogtreecommitdiffstats
path: root/config.d.in
blob: 0e8440065198250263440ce1df5cd4c4a7361d07 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* @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@";