summaryrefslogtreecommitdiff
path: root/config.make.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.make.in')
-rw-r--r--config.make.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in
index 6aed976f..b8002a17 100644
--- a/config.make.in
+++ b/config.make.in
@@ -1,5 +1,8 @@
# @configure_input@
+# What version of the Hurd is this?
+hurd-version := @PACKAGE_VERSION@
+
# Machine architecture.
machine = @host_cpu@
asm_syntax = @asm_syntax@
@@ -74,6 +77,9 @@ X11_LIBS = @X11_LIBS@
XKB_BASE = @XKB_BASE@
X11_KEYSYMDEF_H = @X11_KEYSYMDEF_H@
+# Whether Sun RPC support is available.
+HAVE_SUN_RPC = @HAVE_SUN_RPC@
+
# Installation tools.
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@