aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/config/cf/Imake.tmpl
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2016-11-04 00:30:02 +0100
committerUlrich Sibiller <uli42@gmx.de>2017-06-06 18:19:53 +0200
commit52d65a4f6aec2a2d41472a20eb5e861172d53832 (patch)
treecc1d12018e9257a2baf4690c0771d7eca86ed333 /nx-X11/config/cf/Imake.tmpl
parent7b00b7bb8dbf1dc680d1a7b52b425270c95adad7 (diff)
downloadnx-libs-52d65a4f6aec2a2d41472a20eb5e861172d53832.tar.gz
nx-libs-52d65a4f6aec2a2d41472a20eb5e861172d53832.tar.bz2
nx-libs-52d65a4f6aec2a2d41472a20eb5e861172d53832.zip
remove BuildRman define
Diffstat (limited to 'nx-X11/config/cf/Imake.tmpl')
-rw-r--r--nx-X11/config/cf/Imake.tmpl14
1 files changed, 0 insertions, 14 deletions
diff --git a/nx-X11/config/cf/Imake.tmpl b/nx-X11/config/cf/Imake.tmpl
index 9deeb302d..15e3a9ad3 100644
--- a/nx-X11/config/cf/Imake.tmpl
+++ b/nx-X11/config/cf/Imake.tmpl
@@ -229,10 +229,6 @@ XCOMM the platform-specific parameters - edit site.def to change
#define PerlEnvSetup env LC_ALL=C
#endif
-#ifndef BuildRman
-#define BuildRman YES
-#endif
-
#ifndef HasGperf
#define HasGperf NO
#endif
@@ -242,19 +238,9 @@ XCOMM the platform-specific parameters - edit site.def to change
#endif
#ifndef RmanCmd
-#if BuildRman
-#ifdef UseInstalled /* assume BINDIR in path */
-#define RmanCmd rman
-#else
-#define RmanCmd $(TOP)/config/util/rman
-#endif
-#endif
#endif
#ifndef RmanOptions
-#if BuildRman
-#define RmanOptions -f HTML
-#endif
#endif
#ifndef BuildHtmlManPages