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

typedef const 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@";