summaryrefslogtreecommitdiff
path: root/check/config.sh.in
blob: 8b7ffb58bcd4d118d61d76ce6d9e3db4d1bbe932 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Settings from the configure script
#

top_builddir=@top_builddir@
prefix=@prefix@
exec_prefix=@exec_prefix@
includedir=@includedir@
libdir=@libdir@
datarootdir=@datarootdir@
datadir=@datadir@
pc_path="@pc_path@"
system_include_path="@system_include_path@"
system_library_path="@system_library_path@"
list_indirect_deps=@use_indirect_deps@
PACKAGE_VERSION=@PACKAGE_VERSION@
native_win32=@native_win32@
WINE=@WINE@